Oct 27 06:16:29.628 INFO checking dakitten2358/rust_sudoku against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 06:16:29.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:30.100 INFO blam! 7d790061288c6d568cd8efaed689dd3ac48ab2cfd628c8706dd8fcc86e326e8a Oct 27 06:16:30.102 INFO running `"docker" "start" "-a" "7d790061288c6d568cd8efaed689dd3ac48ab2cfd628c8706dd8fcc86e326e8a"` Oct 27 06:16:32.066 INFO kablam! usermod: no changes Oct 27 06:16:32.507 INFO kablam! Compiling glutin v0.8.1 Oct 27 06:16:32.519 INFO kablam! Checking tempfile v2.1.5 Oct 27 06:16:32.547 INFO kablam! Checking image v0.14.0 Oct 27 06:16:32.547 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 06:16:39.319 INFO kablam! Compiling libloading v0.3.4 Oct 27 06:16:44.731 INFO kablam! Checking piston2d-opengl_graphics v0.45.0 Oct 27 06:16:44.915 INFO kablam! Checking dlib v0.3.1 Oct 27 06:16:45.799 INFO kablam! Checking wayland-sys v0.8.7 Oct 27 06:16:47.259 INFO kablam! Checking wayland-client v0.8.7 Oct 27 06:16:50.714 INFO kablam! Checking wayland-window v0.5.0 Oct 27 06:16:50.714 INFO kablam! Checking wayland-kbd v0.8.0 Oct 27 06:16:52.754 INFO kablam! Checking winit v0.6.4 Oct 27 06:16:56.891 INFO kablam! Checking pistoncore-glutin_window v0.37.0 Oct 27 06:16:58.403 INFO kablam! Checking sudoku v0.1.0 (/source) Oct 27 06:17:02.309 INFO kablam! warning: doc comment not used by rustdoc Oct 27 06:17:02.309 INFO kablam! --> src/gameboard.rs:60:9 Oct 27 06:17:02.309 INFO kablam! | Oct 27 06:17:02.309 INFO kablam! 60 | /// check to see if we already have this number in the given row or column Oct 27 06:17:02.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:17:02.309 INFO kablam! | Oct 27 06:17:02.313 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 06:17:02.313 INFO kablam! Oct 27 06:17:02.313 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:02.313 INFO kablam! --> src/gameboard.rs:62:16 Oct 27 06:17:02.313 INFO kablam! | Oct 27 06:17:02.313 INFO kablam! 62 | if (self.cells[i][ind[0]] == val) { Oct 27 06:17:02.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:02.313 INFO kablam! | Oct 27 06:17:02.313 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 06:17:02.313 INFO kablam! Oct 27 06:17:02.313 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:02.313 INFO kablam! --> src/gameboard.rs:65:16 Oct 27 06:17:02.313 INFO kablam! | Oct 27 06:17:02.313 INFO kablam! 65 | if (self.cells[ind[1]][i] == val) { Oct 27 06:17:02.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:02.313 INFO kablam! Oct 27 06:17:02.313 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:02.313 INFO kablam! --> src/gameboard.rs:80:12 Oct 27 06:17:02.313 INFO kablam! | Oct 27 06:17:02.313 INFO kablam! 80 | if (self.cells[row1 + section_row][col1 + section_col] == val) { Oct 27 06:17:02.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:02.313 INFO kablam! Oct 27 06:17:02.313 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:02.313 INFO kablam! --> src/gameboard.rs:83:12 Oct 27 06:17:02.313 INFO kablam! | Oct 27 06:17:02.313 INFO kablam! 83 | if (self.cells[row2 + section_row][col1 + section_col] == val) { Oct 27 06:17:02.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:02.313 INFO kablam! Oct 27 06:17:02.313 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:02.313 INFO kablam! --> src/gameboard.rs:87:12 Oct 27 06:17:02.313 INFO kablam! | Oct 27 06:17:02.313 INFO kablam! 87 | if (self.cells[row1 + section_row][col2 + section_col] == val) { Oct 27 06:17:02.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:02.313 INFO kablam! Oct 27 06:17:02.313 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:02.313 INFO kablam! --> src/gameboard.rs:90:12 Oct 27 06:17:02.313 INFO kablam! | Oct 27 06:17:02.313 INFO kablam! 90 | if (self.cells[row2 + section_row][col2 + section_col] == val) { Oct 27 06:17:02.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:02.313 INFO kablam! Oct 27 06:17:02.391 INFO kablam! warning: doc comment not used by rustdoc Oct 27 06:17:02.391 INFO kablam! --> src/gameboard.rs:60:9 Oct 27 06:17:02.391 INFO kablam! | Oct 27 06:17:02.391 INFO kablam! 60 | /// check to see if we already have this number in the given row or column Oct 27 06:17:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:17:02.391 INFO kablam! | Oct 27 06:17:02.391 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 06:17:02.391 INFO kablam! Oct 27 06:17:02.391 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:02.391 INFO kablam! --> src/gameboard.rs:62:16 Oct 27 06:17:02.391 INFO kablam! | Oct 27 06:17:02.391 INFO kablam! 62 | if (self.cells[i][ind[0]] == val) { Oct 27 06:17:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:02.391 INFO kablam! | Oct 27 06:17:02.391 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 06:17:02.391 INFO kablam! Oct 27 06:17:02.391 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:02.391 INFO kablam! --> src/gameboard.rs:65:16 Oct 27 06:17:02.391 INFO kablam! | Oct 27 06:17:02.391 INFO kablam! 65 | if (self.cells[ind[1]][i] == val) { Oct 27 06:17:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:02.391 INFO kablam! Oct 27 06:17:02.391 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:02.391 INFO kablam! --> src/gameboard.rs:80:12 Oct 27 06:17:02.391 INFO kablam! | Oct 27 06:17:02.391 INFO kablam! 80 | if (self.cells[row1 + section_row][col1 + section_col] == val) { Oct 27 06:17:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:02.391 INFO kablam! Oct 27 06:17:02.391 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:02.391 INFO kablam! --> src/gameboard.rs:83:12 Oct 27 06:17:02.391 INFO kablam! | Oct 27 06:17:02.391 INFO kablam! 83 | if (self.cells[row2 + section_row][col1 + section_col] == val) { Oct 27 06:17:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:02.391 INFO kablam! Oct 27 06:17:02.391 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:02.391 INFO kablam! --> src/gameboard.rs:87:12 Oct 27 06:17:02.391 INFO kablam! | Oct 27 06:17:02.391 INFO kablam! 87 | if (self.cells[row1 + section_row][col2 + section_col] == val) { Oct 27 06:17:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:02.391 INFO kablam! Oct 27 06:17:02.391 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:02.391 INFO kablam! --> src/gameboard.rs:90:12 Oct 27 06:17:02.391 INFO kablam! | Oct 27 06:17:02.391 INFO kablam! 90 | if (self.cells[row2 + section_row][col2 + section_col] == val) { Oct 27 06:17:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:02.391 INFO kablam! Oct 27 06:17:02.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.50s Oct 27 06:17:02.667 INFO kablam! su: No module specific data is present Oct 27 06:17:03.824 INFO running `"docker" "rm" "-f" "7d790061288c6d568cd8efaed689dd3ac48ab2cfd628c8706dd8fcc86e326e8a"` Oct 27 06:17:04.208 INFO blam! 7d790061288c6d568cd8efaed689dd3ac48ab2cfd628c8706dd8fcc86e326e8a