Oct 11 06:51:45.316 INFO testing Enigmatrix/minesweeper-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:51:45.316 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:51:45.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:51:45.669 INFO blam! 76d097c58df3f39bc1eae80a07d4ae5554c62b59fa51f1cedafdc8f46a1f83f4 Oct 11 06:51:45.672 INFO running `"docker" "start" "-a" "76d097c58df3f39bc1eae80a07d4ae5554c62b59fa51f1cedafdc8f46a1f83f4"` Oct 11 06:51:46.268 INFO kablam! usermod: no changes Oct 11 06:51:46.492 INFO kablam! Compiling rand v0.4.1 Oct 11 06:51:46.493 INFO kablam! Compiling image v0.18.0 Oct 11 06:52:00.956 INFO kablam! Compiling piston2d-opengl_graphics v0.50.0 Oct 11 06:52:03.875 INFO kablam! Compiling minesweeper-rust v0.1.0 (/source) Oct 11 06:52:07.879 INFO kablam! warning: unused import: `piston::input::*` Oct 11 06:52:07.879 INFO kablam! --> src/main.rs:11:5 Oct 11 06:52:07.879 INFO kablam! | Oct 11 06:52:07.879 INFO kablam! 11 | use piston::input::*; Oct 11 06:52:07.880 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:52:07.880 INFO kablam! | Oct 11 06:52:07.880 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:52:07.880 INFO kablam! Oct 11 06:52:07.880 INFO kablam! warning: unused import: `gameboardcontroller::*` Oct 11 06:52:07.880 INFO kablam! --> src/gameboardview.rs:9:5 Oct 11 06:52:07.880 INFO kablam! | Oct 11 06:52:07.881 INFO kablam! 9 | use gameboardcontroller::*; Oct 11 06:52:07.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:52:07.881 INFO kablam! Oct 11 06:52:07.882 INFO kablam! warning: unused import: `graphics::*` Oct 11 06:52:07.882 INFO kablam! --> src/gameboardcontroller.rs:5:5 Oct 11 06:52:07.882 INFO kablam! | Oct 11 06:52:07.882 INFO kablam! 5 | use graphics::*; Oct 11 06:52:07.882 INFO kablam! | ^^^^^^^^^^^ Oct 11 06:52:07.882 INFO kablam! Oct 11 06:52:07.888 INFO kablam! warning: unused import: `std::io::*` Oct 11 06:52:07.889 INFO kablam! --> src/main.rs:22:5 Oct 11 06:52:07.889 INFO kablam! | Oct 11 06:52:07.889 INFO kablam! 22 | use std::io::*; Oct 11 06:52:07.890 INFO kablam! | ^^^^^^^^^^ Oct 11 06:52:07.890 INFO kablam! Oct 11 06:52:08.182 INFO kablam! warning: unused variable: `board_rect` Oct 11 06:52:08.183 INFO kablam! --> src/gameboardview.rs:120:17 Oct 11 06:52:08.183 INFO kablam! | Oct 11 06:52:08.183 INFO kablam! 120 | let board_rect = [-board_size[0]/2.0, -board_size[1]/2.0, board_size[0], board_size[1]]; Oct 11 06:52:08.184 INFO kablam! | ^^^^^^^^^^ help: consider using `_board_rect` instead Oct 11 06:52:08.184 INFO kablam! | Oct 11 06:52:08.185 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:52:08.185 INFO kablam! Oct 11 06:52:08.221 INFO kablam! warning: variable does not need to be mutable Oct 11 06:52:08.221 INFO kablam! --> src/gameboardview.rs:122:17 Oct 11 06:52:08.222 INFO kablam! | Oct 11 06:52:08.222 INFO kablam! 122 | let mut top_left_board = [-board_size[0]/2.0, -board_size[1]/2.0]; Oct 11 06:52:08.222 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 06:52:08.222 INFO kablam! | | Oct 11 06:52:08.223 INFO kablam! | help: remove this `mut` Oct 11 06:52:08.223 INFO kablam! | Oct 11 06:52:08.223 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:52:08.224 INFO kablam! Oct 11 06:52:08.228 INFO kablam! warning: variable does not need to be mutable Oct 11 06:52:08.228 INFO kablam! --> src/gameboardview.rs:122:17 Oct 11 06:52:08.229 INFO kablam! | Oct 11 06:52:08.229 INFO kablam! 122 | let mut top_left_board = [-board_size[0]/2.0, -board_size[1]/2.0]; Oct 11 06:52:08.229 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 06:52:08.229 INFO kablam! | | Oct 11 06:52:08.230 INFO kablam! | help: remove this `mut` Oct 11 06:52:08.230 INFO kablam! Oct 11 06:52:08.230 INFO kablam! warning: function is never used: `print_gameboard` Oct 11 06:52:08.231 INFO kablam! --> src/main.rs:76:1 Oct 11 06:52:08.231 INFO kablam! | Oct 11 06:52:08.231 INFO kablam! 76 | fn print_gameboard(g: &Gameboard) { Oct 11 06:52:08.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:52:08.232 INFO kablam! | Oct 11 06:52:08.232 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:52:08.232 INFO kablam! Oct 11 06:52:14.089 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.80s Oct 11 06:52:14.107 INFO kablam! su: No module specific data is present Oct 11 06:52:15.087 INFO running `"docker" "rm" "-f" "76d097c58df3f39bc1eae80a07d4ae5554c62b59fa51f1cedafdc8f46a1f83f4"` Oct 11 06:52:15.368 INFO blam! 76d097c58df3f39bc1eae80a07d4ae5554c62b59fa51f1cedafdc8f46a1f83f4 Oct 11 06:52:15.380 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:52:15.380 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:52:15.840 INFO blam! 28038845f333c20a6220d52fe24051d7b8f8e2ce8145bc0167d060fcd92831b2 Oct 11 06:52:15.842 INFO running `"docker" "start" "-a" "28038845f333c20a6220d52fe24051d7b8f8e2ce8145bc0167d060fcd92831b2"` Oct 11 06:52:17.393 INFO kablam! usermod: no changes Oct 11 06:52:17.664 INFO kablam! Compiling minesweeper-rust v0.1.0 (/source) Oct 11 06:52:20.397 INFO kablam! warning: unused import: `piston::input::*` Oct 11 06:52:20.397 INFO kablam! --> src/main.rs:11:5 Oct 11 06:52:20.397 INFO kablam! | Oct 11 06:52:20.397 INFO kablam! 11 | use piston::input::*; Oct 11 06:52:20.398 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:52:20.398 INFO kablam! | Oct 11 06:52:20.398 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:52:20.399 INFO kablam! Oct 11 06:52:20.399 INFO kablam! warning: unused import: `gameboardcontroller::*` Oct 11 06:52:20.399 INFO kablam! --> src/gameboardview.rs:9:5 Oct 11 06:52:20.399 INFO kablam! | Oct 11 06:52:20.400 INFO kablam! 9 | use gameboardcontroller::*; Oct 11 06:52:20.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:52:20.400 INFO kablam! Oct 11 06:52:20.401 INFO kablam! warning: unused import: `graphics::*` Oct 11 06:52:20.401 INFO kablam! --> src/gameboardcontroller.rs:5:5 Oct 11 06:52:20.401 INFO kablam! | Oct 11 06:52:20.401 INFO kablam! 5 | use graphics::*; Oct 11 06:52:20.401 INFO kablam! | ^^^^^^^^^^^ Oct 11 06:52:20.401 INFO kablam! Oct 11 06:52:20.401 INFO kablam! warning: unused import: `std::io::*` Oct 11 06:52:20.401 INFO kablam! --> src/main.rs:22:5 Oct 11 06:52:20.401 INFO kablam! | Oct 11 06:52:20.401 INFO kablam! 22 | use std::io::*; Oct 11 06:52:20.401 INFO kablam! | ^^^^^^^^^^ Oct 11 06:52:20.401 INFO kablam! Oct 11 06:52:20.580 INFO kablam! warning: unused variable: `board_rect` Oct 11 06:52:20.580 INFO kablam! --> src/gameboardview.rs:120:17 Oct 11 06:52:20.580 INFO kablam! | Oct 11 06:52:20.580 INFO kablam! 120 | let board_rect = [-board_size[0]/2.0, -board_size[1]/2.0, board_size[0], board_size[1]]; Oct 11 06:52:20.580 INFO kablam! | ^^^^^^^^^^ help: consider using `_board_rect` instead Oct 11 06:52:20.580 INFO kablam! | Oct 11 06:52:20.580 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:52:20.580 INFO kablam! Oct 11 06:52:20.620 INFO kablam! warning: variable does not need to be mutable Oct 11 06:52:20.620 INFO kablam! --> src/gameboardview.rs:122:17 Oct 11 06:52:20.620 INFO kablam! | Oct 11 06:52:20.620 INFO kablam! 122 | let mut top_left_board = [-board_size[0]/2.0, -board_size[1]/2.0]; Oct 11 06:52:20.620 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 06:52:20.620 INFO kablam! | | Oct 11 06:52:20.620 INFO kablam! | help: remove this `mut` Oct 11 06:52:20.620 INFO kablam! | Oct 11 06:52:20.620 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:52:20.620 INFO kablam! Oct 11 06:52:20.620 INFO kablam! warning: variable does not need to be mutable Oct 11 06:52:20.620 INFO kablam! --> src/gameboardview.rs:122:17 Oct 11 06:52:20.620 INFO kablam! | Oct 11 06:52:20.620 INFO kablam! 122 | let mut top_left_board = [-board_size[0]/2.0, -board_size[1]/2.0]; Oct 11 06:52:20.620 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 06:52:20.620 INFO kablam! | | Oct 11 06:52:20.620 INFO kablam! | help: remove this `mut` Oct 11 06:52:20.621 INFO kablam! Oct 11 06:52:20.625 INFO kablam! warning: function is never used: `print_gameboard` Oct 11 06:52:20.625 INFO kablam! --> src/main.rs:76:1 Oct 11 06:52:20.625 INFO kablam! | Oct 11 06:52:20.625 INFO kablam! 76 | fn print_gameboard(g: &Gameboard) { Oct 11 06:52:20.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:52:20.628 INFO kablam! | Oct 11 06:52:20.628 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:52:20.628 INFO kablam! Oct 11 06:52:21.248 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.81s Oct 11 06:52:21.256 INFO kablam! su: No module specific data is present Oct 11 06:52:22.038 INFO running `"docker" "rm" "-f" "28038845f333c20a6220d52fe24051d7b8f8e2ce8145bc0167d060fcd92831b2"` Oct 11 06:52:22.312 INFO blam! 28038845f333c20a6220d52fe24051d7b8f8e2ce8145bc0167d060fcd92831b2 Oct 11 06:52:22.316 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:52:22.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:52:22.778 INFO blam! 62832f27f3b05f50358cef01bb10584501b744e985b5272806e121585a89f064 Oct 11 06:52:22.779 INFO running `"docker" "start" "-a" "62832f27f3b05f50358cef01bb10584501b744e985b5272806e121585a89f064"` Oct 11 06:52:24.277 INFO kablam! usermod: no changes Oct 11 06:52:24.572 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 11 06:52:24.581 INFO kablam! Running /target/debug/deps/minesweeper_rust-32b23503b0be01aa Oct 11 06:52:24.584 INFO blam! Oct 11 06:52:24.584 INFO blam! running 0 tests Oct 11 06:52:24.584 INFO blam! Oct 11 06:52:24.584 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:52:24.584 INFO blam! Oct 11 06:52:24.596 INFO kablam! su: No module specific data is present Oct 11 06:52:25.416 INFO running `"docker" "rm" "-f" "62832f27f3b05f50358cef01bb10584501b744e985b5272806e121585a89f064"` Oct 11 06:52:25.720 INFO blam! 62832f27f3b05f50358cef01bb10584501b744e985b5272806e121585a89f064