Oct 14 23:50:38.108 INFO testing dakitten2358/rust_sudoku against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:50:38.109 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 14 23:50:38.652 INFO blam! 3641cbc0cfd246ac4b17dbda658454267142c75e3280835f44ccecfc7b13bdab Oct 14 23:50:38.655 INFO running `"docker" "start" "-a" "3641cbc0cfd246ac4b17dbda658454267142c75e3280835f44ccecfc7b13bdab"` Oct 14 23:50:41.115 INFO kablam! usermod: no changes Oct 14 23:50:41.556 INFO kablam! Compiling num-traits v0.1.39 Oct 14 23:50:41.591 INFO kablam! Compiling deflate v0.7.13 Oct 14 23:50:41.599 INFO kablam! Compiling rayon-core v1.2.1 Oct 14 23:50:41.611 INFO kablam! Compiling glutin v0.8.1 Oct 14 23:50:41.639 INFO kablam! Compiling tempfile v2.1.5 Oct 14 23:50:49.919 INFO kablam! Compiling serde_json v0.9.10 Oct 14 23:50:49.952 INFO kablam! Compiling num-integer v0.1.34 Oct 14 23:50:50.115 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 23:50:52.267 INFO kablam! Compiling rayon v0.8.2 Oct 14 23:50:53.763 INFO kablam! Compiling num-iter v0.1.33 Oct 14 23:50:53.764 INFO kablam! Compiling num-rational v0.1.38 Oct 14 23:50:54.951 INFO kablam! Compiling png v0.8.0 Oct 14 23:51:04.944 INFO kablam! Compiling target_build_utils v0.3.1 Oct 14 23:51:07.459 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 14 23:51:09.868 INFO kablam! Compiling libloading v0.3.4 Oct 14 23:51:13.921 INFO kablam! Compiling image v0.14.0 Oct 14 23:51:15.971 INFO kablam! Compiling dlib v0.3.1 Oct 14 23:51:16.471 INFO kablam! Compiling wayland-sys v0.8.7 Oct 14 23:51:19.097 INFO kablam! Compiling wayland-client v0.8.7 Oct 14 23:51:23.895 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 14 23:51:23.895 INFO kablam! Compiling wayland-window v0.5.0 Oct 14 23:51:28.135 INFO kablam! Compiling winit v0.6.4 Oct 14 23:51:42.332 INFO kablam! Compiling piston2d-opengl_graphics v0.45.0 Oct 14 23:51:48.447 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 14 23:51:52.687 INFO kablam! Compiling sudoku v0.1.0 (/source) Oct 14 23:51:54.543 INFO kablam! warning: doc comment not used by rustdoc Oct 14 23:51:54.543 INFO kablam! --> src/gameboard.rs:60:9 Oct 14 23:51:54.543 INFO kablam! | Oct 14 23:51:54.543 INFO kablam! 60 | /// check to see if we already have this number in the given row or column Oct 14 23:51:54.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:51:54.543 INFO kablam! | Oct 14 23:51:54.543 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 23:51:54.544 INFO kablam! Oct 14 23:51:54.544 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:51:54.544 INFO kablam! --> src/gameboard.rs:62:16 Oct 14 23:51:54.544 INFO kablam! | Oct 14 23:51:54.544 INFO kablam! 62 | if (self.cells[i][ind[0]] == val) { Oct 14 23:51:54.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:51:54.544 INFO kablam! | Oct 14 23:51:54.544 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 23:51:54.544 INFO kablam! Oct 14 23:51:54.544 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:51:54.544 INFO kablam! --> src/gameboard.rs:65:16 Oct 14 23:51:54.544 INFO kablam! | Oct 14 23:51:54.544 INFO kablam! 65 | if (self.cells[ind[1]][i] == val) { Oct 14 23:51:54.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:51:54.544 INFO kablam! Oct 14 23:51:54.544 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:51:54.544 INFO kablam! --> src/gameboard.rs:80:12 Oct 14 23:51:54.544 INFO kablam! | Oct 14 23:51:54.545 INFO kablam! 80 | if (self.cells[row1 + section_row][col1 + section_col] == val) { Oct 14 23:51:54.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:51:54.545 INFO kablam! Oct 14 23:51:54.545 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:51:54.545 INFO kablam! --> src/gameboard.rs:83:12 Oct 14 23:51:54.545 INFO kablam! | Oct 14 23:51:54.545 INFO kablam! 83 | if (self.cells[row2 + section_row][col1 + section_col] == val) { Oct 14 23:51:54.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:51:54.545 INFO kablam! Oct 14 23:51:54.545 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:51:54.545 INFO kablam! --> src/gameboard.rs:87:12 Oct 14 23:51:54.545 INFO kablam! | Oct 14 23:51:54.545 INFO kablam! 87 | if (self.cells[row1 + section_row][col2 + section_col] == val) { Oct 14 23:51:54.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:51:54.545 INFO kablam! Oct 14 23:51:54.545 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:51:54.545 INFO kablam! --> src/gameboard.rs:90:12 Oct 14 23:51:54.545 INFO kablam! | Oct 14 23:51:54.545 INFO kablam! 90 | if (self.cells[row2 + section_row][col2 + section_col] == val) { Oct 14 23:51:54.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:51:54.546 INFO kablam! Oct 14 23:51:58.206 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 14 23:51:58.218 INFO kablam! su: No module specific data is present Oct 14 23:51:58.989 INFO running `"docker" "rm" "-f" "3641cbc0cfd246ac4b17dbda658454267142c75e3280835f44ccecfc7b13bdab"` Oct 14 23:51:59.239 INFO blam! 3641cbc0cfd246ac4b17dbda658454267142c75e3280835f44ccecfc7b13bdab Oct 14 23:51:59.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 14 23:51:59.699 INFO blam! 82265cc28107f0b516c26e26eecd6977ffa54b889ad137c729cbb25ba64e4d4d Oct 14 23:51:59.699 INFO running `"docker" "start" "-a" "82265cc28107f0b516c26e26eecd6977ffa54b889ad137c729cbb25ba64e4d4d"` Oct 14 23:52:00.911 INFO kablam! usermod: no changes Oct 14 23:52:01.148 INFO kablam! Compiling sudoku v0.1.0 (/source) Oct 14 23:52:02.902 INFO kablam! warning: doc comment not used by rustdoc Oct 14 23:52:02.902 INFO kablam! --> src/gameboard.rs:60:9 Oct 14 23:52:02.902 INFO kablam! | Oct 14 23:52:02.902 INFO kablam! 60 | /// check to see if we already have this number in the given row or column Oct 14 23:52:02.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:52:02.903 INFO kablam! | Oct 14 23:52:02.903 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 23:52:02.903 INFO kablam! Oct 14 23:52:02.903 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:52:02.903 INFO kablam! --> src/gameboard.rs:62:16 Oct 14 23:52:02.904 INFO kablam! | Oct 14 23:52:02.904 INFO kablam! 62 | if (self.cells[i][ind[0]] == val) { Oct 14 23:52:02.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:52:02.904 INFO kablam! | Oct 14 23:52:02.904 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 23:52:02.904 INFO kablam! Oct 14 23:52:02.904 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:52:02.905 INFO kablam! --> src/gameboard.rs:65:16 Oct 14 23:52:02.905 INFO kablam! | Oct 14 23:52:02.905 INFO kablam! 65 | if (self.cells[ind[1]][i] == val) { Oct 14 23:52:02.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:52:02.905 INFO kablam! Oct 14 23:52:02.905 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:52:02.905 INFO kablam! --> src/gameboard.rs:80:12 Oct 14 23:52:02.905 INFO kablam! | Oct 14 23:52:02.905 INFO kablam! 80 | if (self.cells[row1 + section_row][col1 + section_col] == val) { Oct 14 23:52:02.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:52:02.905 INFO kablam! Oct 14 23:52:02.905 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:52:02.905 INFO kablam! --> src/gameboard.rs:83:12 Oct 14 23:52:02.905 INFO kablam! | Oct 14 23:52:02.905 INFO kablam! 83 | if (self.cells[row2 + section_row][col1 + section_col] == val) { Oct 14 23:52:02.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:52:02.906 INFO kablam! Oct 14 23:52:02.906 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:52:02.906 INFO kablam! --> src/gameboard.rs:87:12 Oct 14 23:52:02.906 INFO kablam! | Oct 14 23:52:02.906 INFO kablam! 87 | if (self.cells[row1 + section_row][col2 + section_col] == val) { Oct 14 23:52:02.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:52:02.906 INFO kablam! Oct 14 23:52:02.906 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:52:02.906 INFO kablam! --> src/gameboard.rs:90:12 Oct 14 23:52:02.906 INFO kablam! | Oct 14 23:52:02.906 INFO kablam! 90 | if (self.cells[row2 + section_row][col2 + section_col] == val) { Oct 14 23:52:02.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:52:02.906 INFO kablam! Oct 14 23:52:03.613 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.68s Oct 14 23:52:03.634 INFO kablam! su: No module specific data is present Oct 14 23:52:04.347 INFO running `"docker" "rm" "-f" "82265cc28107f0b516c26e26eecd6977ffa54b889ad137c729cbb25ba64e4d4d"` Oct 14 23:52:04.642 INFO blam! 82265cc28107f0b516c26e26eecd6977ffa54b889ad137c729cbb25ba64e4d4d Oct 14 23:52:04.651 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 14 23:52:05.292 INFO blam! da91f0b60f7de002ab6eb43af5a88948b324dfb843b0290ee09be1fa64fc2ea6 Oct 14 23:52:05.294 INFO running `"docker" "start" "-a" "da91f0b60f7de002ab6eb43af5a88948b324dfb843b0290ee09be1fa64fc2ea6"` Oct 14 23:52:07.379 INFO kablam! usermod: no changes Oct 14 23:52:07.679 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 14 23:52:07.703 INFO kablam! Running /target/debug/deps/sudoku-9c78be2d9f7ec09e Oct 14 23:52:07.705 INFO blam! Oct 14 23:52:07.705 INFO blam! running 0 tests Oct 14 23:52:07.705 INFO blam! Oct 14 23:52:07.705 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:52:07.705 INFO blam! Oct 14 23:52:07.708 INFO kablam! su: No module specific data is present Oct 14 23:52:08.546 INFO running `"docker" "rm" "-f" "da91f0b60f7de002ab6eb43af5a88948b324dfb843b0290ee09be1fa64fc2ea6"` Oct 14 23:52:08.859 INFO blam! da91f0b60f7de002ab6eb43af5a88948b324dfb843b0290ee09be1fa64fc2ea6