Oct 15 11:09:40.009 INFO testing Enigmatrix/minesweeper-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:09:40.009 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 11:09:40.231 INFO blam! 9b592ee164189ef2e3a9bdadb0ffc66b1df379d9be11e9cbd3d0ae53244d25db Oct 15 11:09:40.232 INFO running `"docker" "start" "-a" "9b592ee164189ef2e3a9bdadb0ffc66b1df379d9be11e9cbd3d0ae53244d25db"` Oct 15 11:09:40.777 INFO kablam! usermod: no changes Oct 15 11:09:41.035 INFO kablam! Compiling rand v0.4.1 Oct 15 11:09:41.039 INFO kablam! Compiling fs2 v0.2.5 Oct 15 11:09:41.040 INFO kablam! Compiling piston2d-opengl_graphics v0.50.0 Oct 15 11:09:41.040 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 15 11:09:42.085 INFO kablam! Compiling memmap v0.4.0 Oct 15 11:09:42.944 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 15 11:09:45.779 INFO kablam! Compiling wayland-window v0.8.0 Oct 15 11:09:46.758 INFO kablam! Compiling winit v0.8.3 Oct 15 11:09:51.074 INFO kablam! Compiling glutin v0.10.1 Oct 15 11:09:54.213 INFO kablam! Compiling pistoncore-glutin_window v0.43.0 Oct 15 11:10:00.679 INFO kablam! Compiling minesweeper-rust v0.1.0 (/source) Oct 15 11:10:04.395 INFO kablam! warning: unused import: `piston::input::*` Oct 15 11:10:04.395 INFO kablam! --> src/main.rs:11:5 Oct 15 11:10:04.395 INFO kablam! | Oct 15 11:10:04.395 INFO kablam! 11 | use piston::input::*; Oct 15 11:10:04.395 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 11:10:04.399 INFO kablam! | Oct 15 11:10:04.399 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:10:04.399 INFO kablam! Oct 15 11:10:04.399 INFO kablam! warning: unused import: `gameboardcontroller::*` Oct 15 11:10:04.399 INFO kablam! --> src/gameboardview.rs:9:5 Oct 15 11:10:04.399 INFO kablam! | Oct 15 11:10:04.399 INFO kablam! 9 | use gameboardcontroller::*; Oct 15 11:10:04.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:10:04.399 INFO kablam! Oct 15 11:10:04.399 INFO kablam! warning: unused import: `graphics::*` Oct 15 11:10:04.399 INFO kablam! --> src/gameboardcontroller.rs:5:5 Oct 15 11:10:04.399 INFO kablam! | Oct 15 11:10:04.399 INFO kablam! 5 | use graphics::*; Oct 15 11:10:04.399 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:10:04.399 INFO kablam! Oct 15 11:10:04.399 INFO kablam! warning: unused import: `std::io::*` Oct 15 11:10:04.399 INFO kablam! --> src/main.rs:22:5 Oct 15 11:10:04.399 INFO kablam! | Oct 15 11:10:04.399 INFO kablam! 22 | use std::io::*; Oct 15 11:10:04.399 INFO kablam! | ^^^^^^^^^^ Oct 15 11:10:04.399 INFO kablam! Oct 15 11:10:04.645 INFO kablam! warning: unused variable: `board_rect` Oct 15 11:10:04.645 INFO kablam! --> src/gameboardview.rs:120:17 Oct 15 11:10:04.645 INFO kablam! | Oct 15 11:10:04.645 INFO kablam! 120 | let board_rect = [-board_size[0]/2.0, -board_size[1]/2.0, board_size[0], board_size[1]]; Oct 15 11:10:04.645 INFO kablam! | ^^^^^^^^^^ help: consider using `_board_rect` instead Oct 15 11:10:04.647 INFO kablam! | Oct 15 11:10:04.647 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:10:04.647 INFO kablam! Oct 15 11:10:04.677 INFO kablam! warning: variable does not need to be mutable Oct 15 11:10:04.677 INFO kablam! --> src/gameboardview.rs:122:17 Oct 15 11:10:04.677 INFO kablam! | Oct 15 11:10:04.677 INFO kablam! 122 | let mut top_left_board = [-board_size[0]/2.0, -board_size[1]/2.0]; Oct 15 11:10:04.677 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 11:10:04.677 INFO kablam! | | Oct 15 11:10:04.677 INFO kablam! | help: remove this `mut` Oct 15 11:10:04.677 INFO kablam! | Oct 15 11:10:04.677 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:10:04.677 INFO kablam! Oct 15 11:10:04.677 INFO kablam! warning: variable does not need to be mutable Oct 15 11:10:04.677 INFO kablam! --> src/gameboardview.rs:122:17 Oct 15 11:10:04.677 INFO kablam! | Oct 15 11:10:04.677 INFO kablam! 122 | let mut top_left_board = [-board_size[0]/2.0, -board_size[1]/2.0]; Oct 15 11:10:04.677 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 11:10:04.677 INFO kablam! | | Oct 15 11:10:04.677 INFO kablam! | help: remove this `mut` Oct 15 11:10:04.677 INFO kablam! Oct 15 11:10:04.681 INFO kablam! warning: function is never used: `print_gameboard` Oct 15 11:10:04.681 INFO kablam! --> src/main.rs:76:1 Oct 15 11:10:04.681 INFO kablam! | Oct 15 11:10:04.681 INFO kablam! 76 | fn print_gameboard(g: &Gameboard) { Oct 15 11:10:04.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:10:04.681 INFO kablam! | Oct 15 11:10:04.681 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:10:04.681 INFO kablam! Oct 15 11:10:10.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.54s Oct 15 11:10:10.353 INFO kablam! su: No module specific data is present Oct 15 11:10:11.811 INFO running `"docker" "rm" "-f" "9b592ee164189ef2e3a9bdadb0ffc66b1df379d9be11e9cbd3d0ae53244d25db"` Oct 15 11:10:12.133 INFO blam! 9b592ee164189ef2e3a9bdadb0ffc66b1df379d9be11e9cbd3d0ae53244d25db Oct 15 11:10:12.143 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 11:10:12.839 INFO blam! b7b0c7c36f036fa750c154a75bc30dcf31bc710eea4347fa9cc671dcc2bad809 Oct 15 11:10:12.845 INFO running `"docker" "start" "-a" "b7b0c7c36f036fa750c154a75bc30dcf31bc710eea4347fa9cc671dcc2bad809"` Oct 15 11:10:14.518 INFO kablam! usermod: no changes Oct 15 11:10:14.798 INFO kablam! Compiling minesweeper-rust v0.1.0 (/source) Oct 15 11:10:18.423 INFO kablam! warning: unused import: `piston::input::*` Oct 15 11:10:18.423 INFO kablam! --> src/main.rs:11:5 Oct 15 11:10:18.424 INFO kablam! | Oct 15 11:10:18.424 INFO kablam! 11 | use piston::input::*; Oct 15 11:10:18.424 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 11:10:18.424 INFO kablam! | Oct 15 11:10:18.425 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:10:18.425 INFO kablam! Oct 15 11:10:18.425 INFO kablam! warning: unused import: `gameboardcontroller::*` Oct 15 11:10:18.425 INFO kablam! --> src/gameboardview.rs:9:5 Oct 15 11:10:18.425 INFO kablam! | Oct 15 11:10:18.426 INFO kablam! 9 | use gameboardcontroller::*; Oct 15 11:10:18.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:10:18.426 INFO kablam! Oct 15 11:10:18.427 INFO kablam! warning: unused import: `graphics::*` Oct 15 11:10:18.427 INFO kablam! --> src/gameboardcontroller.rs:5:5 Oct 15 11:10:18.427 INFO kablam! | Oct 15 11:10:18.427 INFO kablam! 5 | use graphics::*; Oct 15 11:10:18.428 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:10:18.428 INFO kablam! Oct 15 11:10:18.428 INFO kablam! warning: unused import: `std::io::*` Oct 15 11:10:18.428 INFO kablam! --> src/main.rs:22:5 Oct 15 11:10:18.428 INFO kablam! | Oct 15 11:10:18.428 INFO kablam! 22 | use std::io::*; Oct 15 11:10:18.429 INFO kablam! | ^^^^^^^^^^ Oct 15 11:10:18.429 INFO kablam! Oct 15 11:10:18.627 INFO kablam! warning: unused variable: `board_rect` Oct 15 11:10:18.628 INFO kablam! --> src/gameboardview.rs:120:17 Oct 15 11:10:18.628 INFO kablam! | Oct 15 11:10:18.628 INFO kablam! 120 | let board_rect = [-board_size[0]/2.0, -board_size[1]/2.0, board_size[0], board_size[1]]; Oct 15 11:10:18.628 INFO kablam! | ^^^^^^^^^^ help: consider using `_board_rect` instead Oct 15 11:10:18.628 INFO kablam! | Oct 15 11:10:18.628 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:10:18.628 INFO kablam! Oct 15 11:10:18.656 INFO kablam! warning: variable does not need to be mutable Oct 15 11:10:18.656 INFO kablam! --> src/gameboardview.rs:122:17 Oct 15 11:10:18.656 INFO kablam! | Oct 15 11:10:18.656 INFO kablam! 122 | let mut top_left_board = [-board_size[0]/2.0, -board_size[1]/2.0]; Oct 15 11:10:18.656 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 11:10:18.657 INFO kablam! | | Oct 15 11:10:18.657 INFO kablam! | help: remove this `mut` Oct 15 11:10:18.657 INFO kablam! | Oct 15 11:10:18.657 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:10:18.657 INFO kablam! Oct 15 11:10:18.657 INFO kablam! warning: variable does not need to be mutable Oct 15 11:10:18.657 INFO kablam! --> src/gameboardview.rs:122:17 Oct 15 11:10:18.657 INFO kablam! | Oct 15 11:10:18.657 INFO kablam! 122 | let mut top_left_board = [-board_size[0]/2.0, -board_size[1]/2.0]; Oct 15 11:10:18.657 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 11:10:18.657 INFO kablam! | | Oct 15 11:10:18.657 INFO kablam! | help: remove this `mut` Oct 15 11:10:18.657 INFO kablam! Oct 15 11:10:18.664 INFO kablam! warning: function is never used: `print_gameboard` Oct 15 11:10:18.664 INFO kablam! --> src/main.rs:76:1 Oct 15 11:10:18.664 INFO kablam! | Oct 15 11:10:18.664 INFO kablam! 76 | fn print_gameboard(g: &Gameboard) { Oct 15 11:10:18.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:10:18.665 INFO kablam! | Oct 15 11:10:18.665 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:10:18.665 INFO kablam! Oct 15 11:10:19.118 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.57s Oct 15 11:10:19.139 INFO kablam! su: No module specific data is present Oct 15 11:10:20.475 INFO running `"docker" "rm" "-f" "b7b0c7c36f036fa750c154a75bc30dcf31bc710eea4347fa9cc671dcc2bad809"` Oct 15 11:10:20.871 INFO blam! b7b0c7c36f036fa750c154a75bc30dcf31bc710eea4347fa9cc671dcc2bad809 Oct 15 11:10:20.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 11:10:21.287 INFO blam! 3382ee50a3f20ab2db5ec61e77a8fd6802363a5af67f44c0847c7c5d09de78a3 Oct 15 11:10:21.303 INFO running `"docker" "start" "-a" "3382ee50a3f20ab2db5ec61e77a8fd6802363a5af67f44c0847c7c5d09de78a3"` Oct 15 11:10:23.111 INFO kablam! usermod: no changes Oct 15 11:10:23.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.31s Oct 15 11:10:23.489 INFO kablam! Running /target/debug/deps/minesweeper_rust-66e0a8e4127c1568 Oct 15 11:10:23.491 INFO blam! Oct 15 11:10:23.491 INFO blam! running 0 tests Oct 15 11:10:23.491 INFO blam! Oct 15 11:10:23.491 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:10:23.492 INFO blam! Oct 15 11:10:23.500 INFO kablam! su: No module specific data is present Oct 15 11:10:24.727 INFO running `"docker" "rm" "-f" "3382ee50a3f20ab2db5ec61e77a8fd6802363a5af67f44c0847c7c5d09de78a3"` Oct 15 11:10:25.087 INFO blam! 3382ee50a3f20ab2db5ec61e77a8fd6802363a5af67f44c0847c7c5d09de78a3