Oct 27 01:43:54.422 INFO checking lasagnaphil/minesweeper-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:43:54.422 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/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 27 01:43:54.851 INFO blam! de5cbf2212257fc540f789b9a912f0629575019d8d6f0b648e0ea402f5d2e031 Oct 27 01:43:54.860 INFO running `"docker" "start" "-a" "de5cbf2212257fc540f789b9a912f0629575019d8d6f0b648e0ea402f5d2e031"` Oct 27 01:43:56.442 INFO kablam! usermod: no changes Oct 27 01:43:56.632 INFO kablam! Checking minesweeper v0.1.0 (/source) Oct 27 01:43:57.523 INFO kablam! warning: unused imports: `sample`, `thread_rng` Oct 27 01:43:57.523 INFO kablam! --> src/main.rs:8:12 Oct 27 01:43:57.523 INFO kablam! | Oct 27 01:43:57.523 INFO kablam! 8 | use rand::{thread_rng, sample}; Oct 27 01:43:57.523 INFO kablam! | ^^^^^^^^^^ ^^^^^^ Oct 27 01:43:57.523 INFO kablam! | Oct 27 01:43:57.523 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:43:57.523 INFO kablam! Oct 27 01:43:57.523 INFO kablam! warning: unused import: `MouseEvent` Oct 27 01:43:57.523 INFO kablam! --> src/main.rs:12:34 Oct 27 01:43:57.523 INFO kablam! | Oct 27 01:43:57.523 INFO kablam! 12 | use termion::event::{Key, Event, MouseEvent}; Oct 27 01:43:57.523 INFO kablam! | ^^^^^^^^^^ Oct 27 01:43:57.523 INFO kablam! Oct 27 01:43:57.523 INFO kablam! warning: unused imports: `color`, `style` Oct 27 01:43:57.523 INFO kablam! --> src/main.rs:15:15 Oct 27 01:43:57.523 INFO kablam! | Oct 27 01:43:57.523 INFO kablam! 15 | use termion::{color, style, cursor}; Oct 27 01:43:57.523 INFO kablam! | ^^^^^ ^^^^^ Oct 27 01:43:57.523 INFO kablam! Oct 27 01:43:57.526 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 01:43:57.526 INFO kablam! --> src/main.rs:120:54 Oct 27 01:43:57.526 INFO kablam! | Oct 27 01:43:57.526 INFO kablam! 120 | let list = (0..self.width).cartesian_product((0..self.height)); Oct 27 01:43:57.526 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:43:57.526 INFO kablam! | Oct 27 01:43:57.526 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 01:43:57.526 INFO kablam! Oct 27 01:43:57.571 INFO kablam! warning: unused imports: `sample`, `thread_rng` Oct 27 01:43:57.571 INFO kablam! --> src/main.rs:8:12 Oct 27 01:43:57.571 INFO kablam! | Oct 27 01:43:57.571 INFO kablam! 8 | use rand::{thread_rng, sample}; Oct 27 01:43:57.571 INFO kablam! | ^^^^^^^^^^ ^^^^^^ Oct 27 01:43:57.571 INFO kablam! | Oct 27 01:43:57.571 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:43:57.571 INFO kablam! Oct 27 01:43:57.571 INFO kablam! warning: unused import: `MouseEvent` Oct 27 01:43:57.571 INFO kablam! --> src/main.rs:12:34 Oct 27 01:43:57.571 INFO kablam! | Oct 27 01:43:57.571 INFO kablam! 12 | use termion::event::{Key, Event, MouseEvent}; Oct 27 01:43:57.571 INFO kablam! | ^^^^^^^^^^ Oct 27 01:43:57.571 INFO kablam! Oct 27 01:43:57.571 INFO kablam! warning: unused imports: `color`, `style` Oct 27 01:43:57.571 INFO kablam! --> src/main.rs:15:15 Oct 27 01:43:57.571 INFO kablam! | Oct 27 01:43:57.571 INFO kablam! 15 | use termion::{color, style, cursor}; Oct 27 01:43:57.571 INFO kablam! | ^^^^^ ^^^^^ Oct 27 01:43:57.571 INFO kablam! Oct 27 01:43:57.571 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 01:43:57.571 INFO kablam! --> src/main.rs:120:54 Oct 27 01:43:57.571 INFO kablam! | Oct 27 01:43:57.571 INFO kablam! 120 | let list = (0..self.width).cartesian_product((0..self.height)); Oct 27 01:43:57.571 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:43:57.571 INFO kablam! | Oct 27 01:43:57.571 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 01:43:57.571 INFO kablam! Oct 27 01:43:57.699 INFO kablam! warning: variable `gameConfig` should have a snake case name such as `game_config` Oct 27 01:43:57.699 INFO kablam! --> src/main.rs:284:9 Oct 27 01:43:57.699 INFO kablam! | Oct 27 01:43:57.699 INFO kablam! 284 | let gameConfig = match matches.value_of("DIFFICULTY") { Oct 27 01:43:57.699 INFO kablam! | ^^^^^^^^^^ Oct 27 01:43:57.699 INFO kablam! | Oct 27 01:43:57.699 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:43:57.699 INFO kablam! Oct 27 01:43:57.741 INFO kablam! warning: variable `gameConfig` should have a snake case name such as `game_config` Oct 27 01:43:57.742 INFO kablam! --> src/main.rs:284:9 Oct 27 01:43:57.742 INFO kablam! | Oct 27 01:43:57.742 INFO kablam! 284 | let gameConfig = match matches.value_of("DIFFICULTY") { Oct 27 01:43:57.742 INFO kablam! | ^^^^^^^^^^ Oct 27 01:43:57.742 INFO kablam! | Oct 27 01:43:57.742 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:43:57.742 INFO kablam! Oct 27 01:43:57.758 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 27 01:43:57.761 INFO kablam! su: No module specific data is present Oct 27 01:43:58.026 INFO running `"docker" "rm" "-f" "de5cbf2212257fc540f789b9a912f0629575019d8d6f0b648e0ea402f5d2e031"` Oct 27 01:43:58.118 INFO blam! de5cbf2212257fc540f789b9a912f0629575019d8d6f0b648e0ea402f5d2e031