Oct 27 01:43:54.353 INFO checking lasagnaphil/minesweeper-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:43:54.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 01:43:54.783 INFO blam! 8190ed79d36c59efe971bd6056ddb4d7bd713dd988cf24ef17eb76228df574ec Oct 27 01:43:54.795 INFO running `"docker" "start" "-a" "8190ed79d36c59efe971bd6056ddb4d7bd713dd988cf24ef17eb76228df574ec"` Oct 27 01:43:56.066 INFO kablam! usermod: no changes Oct 27 01:43:56.219 INFO kablam! Checking minesweeper v0.1.0 (/source) Oct 27 01:43:57.095 INFO kablam! warning: unused imports: `sample`, `thread_rng` Oct 27 01:43:57.095 INFO kablam! --> src/main.rs:8:12 Oct 27 01:43:57.095 INFO kablam! | Oct 27 01:43:57.095 INFO kablam! 8 | use rand::{thread_rng, sample}; Oct 27 01:43:57.095 INFO kablam! | ^^^^^^^^^^ ^^^^^^ Oct 27 01:43:57.095 INFO kablam! | Oct 27 01:43:57.095 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:43:57.097 INFO kablam! Oct 27 01:43:57.097 INFO kablam! warning: unused import: `MouseEvent` Oct 27 01:43:57.097 INFO kablam! --> src/main.rs:12:34 Oct 27 01:43:57.097 INFO kablam! | Oct 27 01:43:57.097 INFO kablam! 12 | use termion::event::{Key, Event, MouseEvent}; Oct 27 01:43:57.097 INFO kablam! | ^^^^^^^^^^ Oct 27 01:43:57.097 INFO kablam! Oct 27 01:43:57.097 INFO kablam! warning: unused imports: `color`, `style` Oct 27 01:43:57.097 INFO kablam! --> src/main.rs:15:15 Oct 27 01:43:57.097 INFO kablam! | Oct 27 01:43:57.097 INFO kablam! 15 | use termion::{color, style, cursor}; Oct 27 01:43:57.097 INFO kablam! | ^^^^^ ^^^^^ Oct 27 01:43:57.097 INFO kablam! Oct 27 01:43:57.097 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 01:43:57.097 INFO kablam! --> src/main.rs:120:54 Oct 27 01:43:57.097 INFO kablam! | Oct 27 01:43:57.097 INFO kablam! 120 | let list = (0..self.width).cartesian_product((0..self.height)); Oct 27 01:43:57.097 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:43:57.097 INFO kablam! | Oct 27 01:43:57.097 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 01:43:57.097 INFO kablam! Oct 27 01:43:57.145 INFO kablam! warning: unused imports: `sample`, `thread_rng` Oct 27 01:43:57.145 INFO kablam! --> src/main.rs:8:12 Oct 27 01:43:57.145 INFO kablam! | Oct 27 01:43:57.145 INFO kablam! 8 | use rand::{thread_rng, sample}; Oct 27 01:43:57.145 INFO kablam! | ^^^^^^^^^^ ^^^^^^ Oct 27 01:43:57.146 INFO kablam! | Oct 27 01:43:57.147 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:43:57.147 INFO kablam! Oct 27 01:43:57.148 INFO kablam! warning: unused import: `MouseEvent` Oct 27 01:43:57.148 INFO kablam! --> src/main.rs:12:34 Oct 27 01:43:57.149 INFO kablam! | Oct 27 01:43:57.149 INFO kablam! 12 | use termion::event::{Key, Event, MouseEvent}; Oct 27 01:43:57.150 INFO kablam! | ^^^^^^^^^^ Oct 27 01:43:57.150 INFO kablam! Oct 27 01:43:57.151 INFO kablam! warning: unused imports: `color`, `style` Oct 27 01:43:57.152 INFO kablam! --> src/main.rs:15:15 Oct 27 01:43:57.152 INFO kablam! | Oct 27 01:43:57.153 INFO kablam! 15 | use termion::{color, style, cursor}; Oct 27 01:43:57.153 INFO kablam! | ^^^^^ ^^^^^ Oct 27 01:43:57.153 INFO kablam! Oct 27 01:43:57.154 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 01:43:57.154 INFO kablam! --> src/main.rs:120:54 Oct 27 01:43:57.154 INFO kablam! | Oct 27 01:43:57.155 INFO kablam! 120 | let list = (0..self.width).cartesian_product((0..self.height)); Oct 27 01:43:57.155 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:43:57.155 INFO kablam! | Oct 27 01:43:57.155 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 01:43:57.155 INFO kablam! Oct 27 01:43:57.363 INFO kablam! warning: variable `gameConfig` should have a snake case name such as `game_config` Oct 27 01:43:57.363 INFO kablam! --> src/main.rs:284:9 Oct 27 01:43:57.363 INFO kablam! | Oct 27 01:43:57.363 INFO kablam! 284 | let gameConfig = match matches.value_of("DIFFICULTY") { Oct 27 01:43:57.363 INFO kablam! | ^^^^^^^^^^ Oct 27 01:43:57.363 INFO kablam! | Oct 27 01:43:57.363 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:43:57.363 INFO kablam! Oct 27 01:43:57.435 INFO kablam! warning: variable `gameConfig` should have a snake case name such as `game_config` Oct 27 01:43:57.435 INFO kablam! --> src/main.rs:284:9 Oct 27 01:43:57.435 INFO kablam! | Oct 27 01:43:57.435 INFO kablam! 284 | let gameConfig = match matches.value_of("DIFFICULTY") { Oct 27 01:43:57.435 INFO kablam! | ^^^^^^^^^^ Oct 27 01:43:57.435 INFO kablam! | Oct 27 01:43:57.435 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:43:57.435 INFO kablam! Oct 27 01:43:57.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 27 01:43:57.459 INFO kablam! su: No module specific data is present Oct 27 01:43:57.758 INFO running `"docker" "rm" "-f" "8190ed79d36c59efe971bd6056ddb4d7bd713dd988cf24ef17eb76228df574ec"` Oct 27 01:43:57.842 INFO blam! 8190ed79d36c59efe971bd6056ddb4d7bd713dd988cf24ef17eb76228df574ec