[INFO] updating cached repository dakitten2358/rust_sudoku [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dakitten2358/rust_sudoku [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dakitten2358/rust_sudoku" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/dakitten2358/rust_sudoku"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/dakitten2358/rust_sudoku'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dakitten2358/rust_sudoku" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/dakitten2358/rust_sudoku"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/dakitten2358/rust_sudoku'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a099d400896428bcc995a0f85ef1b77e3d32f4e4 [INFO] sha for GitHub repo dakitten2358/rust_sudoku: a099d400896428bcc995a0f85ef1b77e3d32f4e4 [INFO] validating manifest of dakitten2358/rust_sudoku on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dakitten2358/rust_sudoku on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dakitten2358/rust_sudoku [INFO] finished frobbing dakitten2358/rust_sudoku [INFO] frobbed toml for dakitten2358/rust_sudoku written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/dakitten2358/rust_sudoku/Cargo.toml [INFO] started frobbing dakitten2358/rust_sudoku [INFO] finished frobbing dakitten2358/rust_sudoku [INFO] frobbed toml for dakitten2358/rust_sudoku written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/dakitten2358/rust_sudoku/Cargo.toml [INFO] crate dakitten2358/rust_sudoku has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing dakitten2358/rust_sudoku against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/dakitten2358/rust_sudoku:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] 8e10ef9f79c0d72a0aaa9c2f6a7011e0266d90347949443895a4688a60cd41d4 [INFO] running `"docker" "start" "-a" "8e10ef9f79c0d72a0aaa9c2f6a7011e0266d90347949443895a4688a60cd41d4"` [INFO] [stderr] Compiling image v0.14.0 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.45.0 [INFO] [stderr] Compiling sudoku v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: doc comment not used by rustdoc [INFO] [stderr] --> src/gameboard.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | /// check to see if we already have this number in the given row or column [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/gameboard.rs:62:16 [INFO] [stderr] | [INFO] [stderr] 62 | if (self.cells[i][ind[0]] == val) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/gameboard.rs:65:16 [INFO] [stderr] | [INFO] [stderr] 65 | if (self.cells[ind[1]][i] == val) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/gameboard.rs:80:12 [INFO] [stderr] | [INFO] [stderr] 80 | if (self.cells[row1 + section_row][col1 + section_col] == val) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/gameboard.rs:83:12 [INFO] [stderr] | [INFO] [stderr] 83 | if (self.cells[row2 + section_row][col1 + section_col] == val) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/gameboard.rs:87:12 [INFO] [stderr] | [INFO] [stderr] 87 | if (self.cells[row1 + section_row][col2 + section_col] == val) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/gameboard.rs:90:12 [INFO] [stderr] | [INFO] [stderr] 90 | if (self.cells[row2 + section_row][col2 + section_col] == val) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.31s [INFO] running `"docker" "inspect" "8e10ef9f79c0d72a0aaa9c2f6a7011e0266d90347949443895a4688a60cd41d4"` [INFO] running `"docker" "rm" "-f" "8e10ef9f79c0d72a0aaa9c2f6a7011e0266d90347949443895a4688a60cd41d4"` [INFO] [stdout] 8e10ef9f79c0d72a0aaa9c2f6a7011e0266d90347949443895a4688a60cd41d4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/dakitten2358/rust_sudoku:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 5db1d889cefd5f284ff0c8d3ec63f2007eb789131bd0d9029c494ebcd1dd6d1e [INFO] running `"docker" "start" "-a" "5db1d889cefd5f284ff0c8d3ec63f2007eb789131bd0d9029c494ebcd1dd6d1e"` [INFO] [stderr] Compiling sudoku v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: doc comment not used by rustdoc [INFO] [stderr] --> src/gameboard.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | /// check to see if we already have this number in the given row or column [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/gameboard.rs:62:16 [INFO] [stderr] | [INFO] [stderr] 62 | if (self.cells[i][ind[0]] == val) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/gameboard.rs:65:16 [INFO] [stderr] | [INFO] [stderr] 65 | if (self.cells[ind[1]][i] == val) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/gameboard.rs:80:12 [INFO] [stderr] | [INFO] [stderr] 80 | if (self.cells[row1 + section_row][col1 + section_col] == val) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/gameboard.rs:83:12 [INFO] [stderr] | [INFO] [stderr] 83 | if (self.cells[row2 + section_row][col1 + section_col] == val) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/gameboard.rs:87:12 [INFO] [stderr] | [INFO] [stderr] 87 | if (self.cells[row1 + section_row][col2 + section_col] == val) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/gameboard.rs:90:12 [INFO] [stderr] | [INFO] [stderr] 90 | if (self.cells[row2 + section_row][col2 + section_col] == val) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.61s [INFO] running `"docker" "inspect" "5db1d889cefd5f284ff0c8d3ec63f2007eb789131bd0d9029c494ebcd1dd6d1e"` [INFO] running `"docker" "rm" "-f" "5db1d889cefd5f284ff0c8d3ec63f2007eb789131bd0d9029c494ebcd1dd6d1e"` [INFO] [stdout] 5db1d889cefd5f284ff0c8d3ec63f2007eb789131bd0d9029c494ebcd1dd6d1e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/dakitten2358/rust_sudoku:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] 6b59ca09c75154eadefa467a4616975b9682cf75f00b6423418252da6933e2ff [INFO] running `"docker" "start" "-a" "6b59ca09c75154eadefa467a4616975b9682cf75f00b6423418252da6933e2ff"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/crater/target/debug/deps/sudoku-3834b17012a186c1 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6b59ca09c75154eadefa467a4616975b9682cf75f00b6423418252da6933e2ff"` [INFO] running `"docker" "rm" "-f" "6b59ca09c75154eadefa467a4616975b9682cf75f00b6423418252da6933e2ff"` [INFO] [stdout] 6b59ca09c75154eadefa467a4616975b9682cf75f00b6423418252da6933e2ff