Oct 12 18:33:50.831 INFO checking lasagnaphil/minesweeper-rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 18:33:50.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 18:33:51.294 INFO blam! 2a5f2b23af3def29119bbcab838127beee557e6907b91f7d7ce2914f753145f0 Oct 12 18:33:51.302 INFO running `"docker" "start" "-a" "2a5f2b23af3def29119bbcab838127beee557e6907b91f7d7ce2914f753145f0"` Oct 12 18:33:53.052 INFO kablam! usermod: no changes Oct 12 18:33:53.196 INFO kablam! Checking either v1.1.0 Oct 12 18:33:53.198 INFO kablam! Checking termion v1.5.1 Oct 12 18:33:53.587 INFO kablam! Checking itertools v0.6.1 Oct 12 18:33:55.964 INFO kablam! Checking minesweeper v0.1.0 (/source) Oct 12 18:33:56.624 INFO kablam! warning: unused imports: `sample`, `thread_rng` Oct 12 18:33:56.624 INFO kablam! --> src/main.rs:8:12 Oct 12 18:33:56.624 INFO kablam! | Oct 12 18:33:56.624 INFO kablam! 8 | use rand::{thread_rng, sample}; Oct 12 18:33:56.624 INFO kablam! | ^^^^^^^^^^ ^^^^^^ Oct 12 18:33:56.624 INFO kablam! | Oct 12 18:33:56.624 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:33:56.624 INFO kablam! Oct 12 18:33:56.624 INFO kablam! warning: unused import: `MouseEvent` Oct 12 18:33:56.624 INFO kablam! --> src/main.rs:12:34 Oct 12 18:33:56.624 INFO kablam! | Oct 12 18:33:56.624 INFO kablam! 12 | use termion::event::{Key, Event, MouseEvent}; Oct 12 18:33:56.624 INFO kablam! | ^^^^^^^^^^ Oct 12 18:33:56.624 INFO kablam! Oct 12 18:33:56.624 INFO kablam! warning: unused imports: `color`, `style` Oct 12 18:33:56.624 INFO kablam! --> src/main.rs:15:15 Oct 12 18:33:56.624 INFO kablam! | Oct 12 18:33:56.624 INFO kablam! 15 | use termion::{color, style, cursor}; Oct 12 18:33:56.624 INFO kablam! | ^^^^^ ^^^^^ Oct 12 18:33:56.624 INFO kablam! Oct 12 18:33:56.637 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 18:33:56.637 INFO kablam! --> src/main.rs:120:54 Oct 12 18:33:56.637 INFO kablam! | Oct 12 18:33:56.637 INFO kablam! 120 | let list = (0..self.width).cartesian_product((0..self.height)); Oct 12 18:33:56.637 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 18:33:56.638 INFO kablam! | Oct 12 18:33:56.638 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 18:33:56.638 INFO kablam! Oct 12 18:33:56.661 INFO kablam! warning: unused imports: `sample`, `thread_rng` Oct 12 18:33:56.661 INFO kablam! --> src/main.rs:8:12 Oct 12 18:33:56.662 INFO kablam! | Oct 12 18:33:56.662 INFO kablam! 8 | use rand::{thread_rng, sample}; Oct 12 18:33:56.662 INFO kablam! | ^^^^^^^^^^ ^^^^^^ Oct 12 18:33:56.662 INFO kablam! | Oct 12 18:33:56.663 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:33:56.663 INFO kablam! Oct 12 18:33:56.663 INFO kablam! warning: unused import: `MouseEvent` Oct 12 18:33:56.663 INFO kablam! --> src/main.rs:12:34 Oct 12 18:33:56.664 INFO kablam! | Oct 12 18:33:56.664 INFO kablam! 12 | use termion::event::{Key, Event, MouseEvent}; Oct 12 18:33:56.664 INFO kablam! | ^^^^^^^^^^ Oct 12 18:33:56.665 INFO kablam! Oct 12 18:33:56.665 INFO kablam! warning: unused imports: `color`, `style` Oct 12 18:33:56.665 INFO kablam! --> src/main.rs:15:15 Oct 12 18:33:56.665 INFO kablam! | Oct 12 18:33:56.666 INFO kablam! 15 | use termion::{color, style, cursor}; Oct 12 18:33:56.666 INFO kablam! | ^^^^^ ^^^^^ Oct 12 18:33:56.666 INFO kablam! Oct 12 18:33:56.667 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 18:33:56.667 INFO kablam! --> src/main.rs:120:54 Oct 12 18:33:56.667 INFO kablam! | Oct 12 18:33:56.667 INFO kablam! 120 | let list = (0..self.width).cartesian_product((0..self.height)); Oct 12 18:33:56.668 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 18:33:56.668 INFO kablam! | Oct 12 18:33:56.668 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 18:33:56.668 INFO kablam! Oct 12 18:33:56.840 INFO kablam! warning: variable `gameConfig` should have a snake case name such as `game_config` Oct 12 18:33:56.840 INFO kablam! --> src/main.rs:284:9 Oct 12 18:33:56.841 INFO kablam! | Oct 12 18:33:56.841 INFO kablam! 284 | let gameConfig = match matches.value_of("DIFFICULTY") { Oct 12 18:33:56.841 INFO kablam! | ^^^^^^^^^^ Oct 12 18:33:56.842 INFO kablam! | Oct 12 18:33:56.842 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:33:56.842 INFO kablam! Oct 12 18:33:56.845 INFO kablam! warning: variable `gameConfig` should have a snake case name such as `game_config` Oct 12 18:33:56.846 INFO kablam! --> src/main.rs:284:9 Oct 12 18:33:56.846 INFO kablam! | Oct 12 18:33:56.846 INFO kablam! 284 | let gameConfig = match matches.value_of("DIFFICULTY") { Oct 12 18:33:56.847 INFO kablam! | ^^^^^^^^^^ Oct 12 18:33:56.847 INFO kablam! | Oct 12 18:33:56.848 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 18:33:56.848 INFO kablam! Oct 12 18:33:56.881 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.79s Oct 12 18:33:56.888 INFO kablam! su: No module specific data is present Oct 12 18:33:57.366 INFO running `"docker" "rm" "-f" "2a5f2b23af3def29119bbcab838127beee557e6907b91f7d7ce2914f753145f0"` Oct 12 18:33:57.608 INFO blam! 2a5f2b23af3def29119bbcab838127beee557e6907b91f7d7ce2914f753145f0