Nov 17 05:40:28.716 INFO testing dakitten2358/rust_sudoku against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 05:40:28.718 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 05:40:29.265 INFO [stdout] 96d7e56e25a45d48a5dd40ce6a097950d1a8f441c6904aca8254d84be332a56d Nov 17 05:40:29.268 INFO running `"docker" "start" "-a" "96d7e56e25a45d48a5dd40ce6a097950d1a8f441c6904aca8254d84be332a56d"` Nov 17 05:40:32.022 INFO [stderr] usermod: no changes Nov 17 05:40:32.307 INFO [stderr] Compiling image v0.14.0 Nov 17 05:40:48.103 INFO [stderr] Compiling piston2d-opengl_graphics v0.45.0 Nov 17 05:40:52.359 INFO [stderr] Compiling sudoku v0.1.0 (/source) Nov 17 05:40:55.063 INFO [stderr] warning: doc comment not used by rustdoc Nov 17 05:40:55.063 INFO [stderr] --> src/gameboard.rs:60:9 Nov 17 05:40:55.063 INFO [stderr] | Nov 17 05:40:55.063 INFO [stderr] 60 | /// check to see if we already have this number in the given row or column Nov 17 05:40:55.063 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 05:40:55.063 INFO [stderr] | Nov 17 05:40:55.063 INFO [stderr] = note: #[warn(unused_doc_comments)] on by default Nov 17 05:40:55.063 INFO [stderr] Nov 17 05:40:55.063 INFO [stderr] warning: unnecessary parentheses around `if` condition Nov 17 05:40:55.063 INFO [stderr] --> src/gameboard.rs:62:16 Nov 17 05:40:55.063 INFO [stderr] | Nov 17 05:40:55.063 INFO [stderr] 62 | if (self.cells[i][ind[0]] == val) { Nov 17 05:40:55.063 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:40:55.063 INFO [stderr] | Nov 17 05:40:55.063 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 17 05:40:55.063 INFO [stderr] Nov 17 05:40:55.063 INFO [stderr] warning: unnecessary parentheses around `if` condition Nov 17 05:40:55.063 INFO [stderr] --> src/gameboard.rs:65:16 Nov 17 05:40:55.063 INFO [stderr] | Nov 17 05:40:55.063 INFO [stderr] 65 | if (self.cells[ind[1]][i] == val) { Nov 17 05:40:55.063 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:40:55.063 INFO [stderr] Nov 17 05:40:55.063 INFO [stderr] warning: unnecessary parentheses around `if` condition Nov 17 05:40:55.063 INFO [stderr] --> src/gameboard.rs:80:12 Nov 17 05:40:55.063 INFO [stderr] | Nov 17 05:40:55.063 INFO [stderr] 80 | if (self.cells[row1 + section_row][col1 + section_col] == val) { Nov 17 05:40:55.063 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:40:55.063 INFO [stderr] Nov 17 05:40:55.063 INFO [stderr] warning: unnecessary parentheses around `if` condition Nov 17 05:40:55.063 INFO [stderr] --> src/gameboard.rs:83:12 Nov 17 05:40:55.063 INFO [stderr] | Nov 17 05:40:55.063 INFO [stderr] 83 | if (self.cells[row2 + section_row][col1 + section_col] == val) { Nov 17 05:40:55.063 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:40:55.063 INFO [stderr] Nov 17 05:40:55.063 INFO [stderr] warning: unnecessary parentheses around `if` condition Nov 17 05:40:55.063 INFO [stderr] --> src/gameboard.rs:87:12 Nov 17 05:40:55.063 INFO [stderr] | Nov 17 05:40:55.063 INFO [stderr] 87 | if (self.cells[row1 + section_row][col2 + section_col] == val) { Nov 17 05:40:55.063 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:40:55.063 INFO [stderr] Nov 17 05:40:55.063 INFO [stderr] warning: unnecessary parentheses around `if` condition Nov 17 05:40:55.063 INFO [stderr] --> src/gameboard.rs:90:12 Nov 17 05:40:55.063 INFO [stderr] | Nov 17 05:40:55.063 INFO [stderr] 90 | if (self.cells[row2 + section_row][col2 + section_col] == val) { Nov 17 05:40:55.063 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:40:55.064 INFO [stderr] Nov 17 05:40:59.115 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.06s Nov 17 05:40:59.131 INFO [stderr] su: No module specific data is present Nov 17 05:40:59.791 INFO running `"docker" "inspect" "96d7e56e25a45d48a5dd40ce6a097950d1a8f441c6904aca8254d84be332a56d"` Nov 17 05:41:00.053 INFO running `"docker" "rm" "-f" "96d7e56e25a45d48a5dd40ce6a097950d1a8f441c6904aca8254d84be332a56d"` Nov 17 05:41:00.339 INFO [stdout] 96d7e56e25a45d48a5dd40ce6a097950d1a8f441c6904aca8254d84be332a56d Nov 17 05:41:00.348 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 05:41:00.839 INFO [stdout] 0b8b0bedefc9b6866153599ace19bc54df72bbd389b827d574fd2cbc0053a675 Nov 17 05:41:00.845 INFO running `"docker" "start" "-a" "0b8b0bedefc9b6866153599ace19bc54df72bbd389b827d574fd2cbc0053a675"` Nov 17 05:41:01.773 INFO [stderr] usermod: no changes Nov 17 05:41:01.957 INFO [stderr] Compiling sudoku v0.1.0 (/source) Nov 17 05:41:03.959 INFO [stderr] warning: doc comment not used by rustdoc Nov 17 05:41:03.959 INFO [stderr] --> src/gameboard.rs:60:9 Nov 17 05:41:03.959 INFO [stderr] | Nov 17 05:41:03.959 INFO [stderr] 60 | /// check to see if we already have this number in the given row or column Nov 17 05:41:03.959 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 05:41:03.959 INFO [stderr] | Nov 17 05:41:03.959 INFO [stderr] = note: #[warn(unused_doc_comments)] on by default Nov 17 05:41:03.959 INFO [stderr] Nov 17 05:41:03.959 INFO [stderr] warning: unnecessary parentheses around `if` condition Nov 17 05:41:03.959 INFO [stderr] --> src/gameboard.rs:62:16 Nov 17 05:41:03.959 INFO [stderr] | Nov 17 05:41:03.960 INFO [stderr] 62 | if (self.cells[i][ind[0]] == val) { Nov 17 05:41:03.960 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:41:03.960 INFO [stderr] | Nov 17 05:41:03.960 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 17 05:41:03.960 INFO [stderr] Nov 17 05:41:03.960 INFO [stderr] warning: unnecessary parentheses around `if` condition Nov 17 05:41:03.960 INFO [stderr] --> src/gameboard.rs:65:16 Nov 17 05:41:03.960 INFO [stderr] | Nov 17 05:41:03.960 INFO [stderr] 65 | if (self.cells[ind[1]][i] == val) { Nov 17 05:41:03.960 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:41:03.960 INFO [stderr] Nov 17 05:41:03.960 INFO [stderr] warning: unnecessary parentheses around `if` condition Nov 17 05:41:03.960 INFO [stderr] --> src/gameboard.rs:80:12 Nov 17 05:41:03.960 INFO [stderr] | Nov 17 05:41:03.960 INFO [stderr] 80 | if (self.cells[row1 + section_row][col1 + section_col] == val) { Nov 17 05:41:03.960 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:41:03.960 INFO [stderr] Nov 17 05:41:03.960 INFO [stderr] warning: unnecessary parentheses around `if` condition Nov 17 05:41:03.960 INFO [stderr] --> src/gameboard.rs:83:12 Nov 17 05:41:03.960 INFO [stderr] | Nov 17 05:41:03.960 INFO [stderr] 83 | if (self.cells[row2 + section_row][col1 + section_col] == val) { Nov 17 05:41:03.960 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:41:03.961 INFO [stderr] Nov 17 05:41:03.961 INFO [stderr] warning: unnecessary parentheses around `if` condition Nov 17 05:41:03.961 INFO [stderr] --> src/gameboard.rs:87:12 Nov 17 05:41:03.961 INFO [stderr] | Nov 17 05:41:03.961 INFO [stderr] 87 | if (self.cells[row1 + section_row][col2 + section_col] == val) { Nov 17 05:41:03.961 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:41:03.961 INFO [stderr] Nov 17 05:41:03.961 INFO [stderr] warning: unnecessary parentheses around `if` condition Nov 17 05:41:03.961 INFO [stderr] --> src/gameboard.rs:90:12 Nov 17 05:41:03.961 INFO [stderr] | Nov 17 05:41:03.961 INFO [stderr] 90 | if (self.cells[row2 + section_row][col2 + section_col] == val) { Nov 17 05:41:03.961 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:41:03.961 INFO [stderr] Nov 17 05:41:04.480 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.69s Nov 17 05:41:04.499 INFO [stderr] su: No module specific data is present Nov 17 05:41:05.394 INFO running `"docker" "inspect" "0b8b0bedefc9b6866153599ace19bc54df72bbd389b827d574fd2cbc0053a675"` Nov 17 05:41:05.685 INFO running `"docker" "rm" "-f" "0b8b0bedefc9b6866153599ace19bc54df72bbd389b827d574fd2cbc0053a675"` Nov 17 05:41:05.968 INFO [stdout] 0b8b0bedefc9b6866153599ace19bc54df72bbd389b827d574fd2cbc0053a675 Nov 17 05:41:05.973 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 05:41:06.465 INFO [stdout] 6541a8f6023fb494792743d02bab3b08292830e21a1bb3ed5376450cbfa012ba Nov 17 05:41:06.469 INFO running `"docker" "start" "-a" "6541a8f6023fb494792743d02bab3b08292830e21a1bb3ed5376450cbfa012ba"` Nov 17 05:41:08.155 INFO [stderr] usermod: no changes Nov 17 05:41:08.371 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s Nov 17 05:41:08.391 INFO [stderr] Running /target/debug/deps/sudoku-f909fff7416d311d Nov 17 05:41:08.391 INFO [stdout] Nov 17 05:41:08.391 INFO [stdout] running 0 tests Nov 17 05:41:08.391 INFO [stdout] Nov 17 05:41:08.391 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 05:41:08.391 INFO [stdout] Nov 17 05:41:08.396 INFO [stderr] su: No module specific data is present Nov 17 05:41:09.280 INFO running `"docker" "inspect" "6541a8f6023fb494792743d02bab3b08292830e21a1bb3ed5376450cbfa012ba"` Nov 17 05:41:09.553 INFO running `"docker" "rm" "-f" "6541a8f6023fb494792743d02bab3b08292830e21a1bb3ed5376450cbfa012ba"` Nov 17 05:41:09.795 INFO [stdout] 6541a8f6023fb494792743d02bab3b08292830e21a1bb3ed5376450cbfa012ba