Oct 21 16:16:45.092 INFO checking lasagnaphil/minesweeper-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:16:45.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 16:16:45.272 INFO blam! 1afbccdf8e367be41ec235e75beef96e7e5bbd3b74cade9f2a33e25d09f76b4b Oct 21 16:16:45.276 INFO running `"docker" "start" "-a" "1afbccdf8e367be41ec235e75beef96e7e5bbd3b74cade9f2a33e25d09f76b4b"` Oct 21 16:16:45.832 INFO kablam! usermod: no changes Oct 21 16:16:45.904 INFO kablam! Checking termion v1.5.1 Oct 21 16:16:46.751 INFO kablam! Checking minesweeper v0.1.0 (/source) Oct 21 16:16:47.384 INFO kablam! warning: unused imports: `sample`, `thread_rng` Oct 21 16:16:47.384 INFO kablam! --> src/main.rs:8:12 Oct 21 16:16:47.384 INFO kablam! | Oct 21 16:16:47.384 INFO kablam! 8 | use rand::{thread_rng, sample}; Oct 21 16:16:47.384 INFO kablam! | ^^^^^^^^^^ ^^^^^^ Oct 21 16:16:47.384 INFO kablam! | Oct 21 16:16:47.384 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:16:47.384 INFO kablam! Oct 21 16:16:47.384 INFO kablam! warning: unused import: `MouseEvent` Oct 21 16:16:47.384 INFO kablam! --> src/main.rs:12:34 Oct 21 16:16:47.384 INFO kablam! | Oct 21 16:16:47.384 INFO kablam! 12 | use termion::event::{Key, Event, MouseEvent}; Oct 21 16:16:47.384 INFO kablam! | ^^^^^^^^^^ Oct 21 16:16:47.384 INFO kablam! Oct 21 16:16:47.384 INFO kablam! warning: unused imports: `color`, `style` Oct 21 16:16:47.384 INFO kablam! --> src/main.rs:15:15 Oct 21 16:16:47.384 INFO kablam! | Oct 21 16:16:47.384 INFO kablam! 15 | use termion::{color, style, cursor}; Oct 21 16:16:47.384 INFO kablam! | ^^^^^ ^^^^^ Oct 21 16:16:47.384 INFO kablam! Oct 21 16:16:47.384 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 16:16:47.384 INFO kablam! --> src/main.rs:120:54 Oct 21 16:16:47.384 INFO kablam! | Oct 21 16:16:47.384 INFO kablam! 120 | let list = (0..self.width).cartesian_product((0..self.height)); Oct 21 16:16:47.384 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 16:16:47.384 INFO kablam! | Oct 21 16:16:47.384 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 16:16:47.384 INFO kablam! Oct 21 16:16:47.508 INFO kablam! warning: unused imports: `sample`, `thread_rng` Oct 21 16:16:47.508 INFO kablam! --> src/main.rs:8:12 Oct 21 16:16:47.508 INFO kablam! | Oct 21 16:16:47.508 INFO kablam! 8 | use rand::{thread_rng, sample}; Oct 21 16:16:47.508 INFO kablam! | ^^^^^^^^^^ ^^^^^^ Oct 21 16:16:47.508 INFO kablam! | Oct 21 16:16:47.508 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:16:47.508 INFO kablam! Oct 21 16:16:47.508 INFO kablam! warning: unused import: `MouseEvent` Oct 21 16:16:47.508 INFO kablam! --> src/main.rs:12:34 Oct 21 16:16:47.508 INFO kablam! | Oct 21 16:16:47.508 INFO kablam! 12 | use termion::event::{Key, Event, MouseEvent}; Oct 21 16:16:47.508 INFO kablam! | ^^^^^^^^^^ Oct 21 16:16:47.508 INFO kablam! Oct 21 16:16:47.508 INFO kablam! warning: unused imports: `color`, `style` Oct 21 16:16:47.508 INFO kablam! --> src/main.rs:15:15 Oct 21 16:16:47.508 INFO kablam! | Oct 21 16:16:47.508 INFO kablam! 15 | use termion::{color, style, cursor}; Oct 21 16:16:47.508 INFO kablam! | ^^^^^ ^^^^^ Oct 21 16:16:47.508 INFO kablam! Oct 21 16:16:47.508 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 16:16:47.509 INFO kablam! --> src/main.rs:120:54 Oct 21 16:16:47.509 INFO kablam! | Oct 21 16:16:47.509 INFO kablam! 120 | let list = (0..self.width).cartesian_product((0..self.height)); Oct 21 16:16:47.509 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 16:16:47.509 INFO kablam! | Oct 21 16:16:47.509 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 16:16:47.509 INFO kablam! Oct 21 16:16:47.550 INFO kablam! warning: variable `gameConfig` should have a snake case name such as `game_config` Oct 21 16:16:47.550 INFO kablam! --> src/main.rs:284:9 Oct 21 16:16:47.550 INFO kablam! | Oct 21 16:16:47.550 INFO kablam! 284 | let gameConfig = match matches.value_of("DIFFICULTY") { Oct 21 16:16:47.550 INFO kablam! | ^^^^^^^^^^ Oct 21 16:16:47.550 INFO kablam! | Oct 21 16:16:47.550 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 16:16:47.550 INFO kablam! Oct 21 16:16:47.698 INFO kablam! warning: variable `gameConfig` should have a snake case name such as `game_config` Oct 21 16:16:47.698 INFO kablam! --> src/main.rs:284:9 Oct 21 16:16:47.698 INFO kablam! | Oct 21 16:16:47.698 INFO kablam! 284 | let gameConfig = match matches.value_of("DIFFICULTY") { Oct 21 16:16:47.698 INFO kablam! | ^^^^^^^^^^ Oct 21 16:16:47.698 INFO kablam! | Oct 21 16:16:47.698 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 16:16:47.698 INFO kablam! Oct 21 16:16:47.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.87s Oct 21 16:16:47.740 INFO kablam! su: No module specific data is present Oct 21 16:16:48.179 INFO running `"docker" "rm" "-f" "1afbccdf8e367be41ec235e75beef96e7e5bbd3b74cade9f2a33e25d09f76b4b"` Oct 21 16:16:48.529 INFO blam! 1afbccdf8e367be41ec235e75beef96e7e5bbd3b74cade9f2a33e25d09f76b4b