[INFO] updating cached repository lasagnaphil/minesweeper-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/lasagnaphil/minesweeper-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/lasagnaphil/minesweeper-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/lasagnaphil/minesweeper-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/lasagnaphil/minesweeper-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/lasagnaphil/minesweeper-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lasagnaphil/minesweeper-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lasagnaphil/minesweeper-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 47ba8090057e4dc2fb8b7ae575499ce6169f51b5 [INFO] sha for GitHub repo lasagnaphil/minesweeper-rs: 47ba8090057e4dc2fb8b7ae575499ce6169f51b5 [INFO] validating manifest of lasagnaphil/minesweeper-rs on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of lasagnaphil/minesweeper-rs on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing lasagnaphil/minesweeper-rs [INFO] finished frobbing lasagnaphil/minesweeper-rs [INFO] frobbed toml for lasagnaphil/minesweeper-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/lasagnaphil/minesweeper-rs/Cargo.toml [INFO] started frobbing lasagnaphil/minesweeper-rs [INFO] finished frobbing lasagnaphil/minesweeper-rs [INFO] frobbed toml for lasagnaphil/minesweeper-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lasagnaphil/minesweeper-rs/Cargo.toml [INFO] crate lasagnaphil/minesweeper-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing lasagnaphil/minesweeper-rs against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lasagnaphil/minesweeper-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 7bd43aa34d63f07ad3da5389a5b860265cacc2ef8e511566daf55cff38955052 [INFO] running `"docker" "start" "-a" "7bd43aa34d63f07ad3da5389a5b860265cacc2ef8e511566daf55cff38955052"` [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling textwrap v0.7.0 [INFO] [stderr] Compiling itertools v0.6.1 [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling minesweeper v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `sample`, `thread_rng` [INFO] [stderr] --> src/main.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use rand::{thread_rng, sample}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `MouseEvent` [INFO] [stderr] --> src/main.rs:12:34 [INFO] [stderr] | [INFO] [stderr] 12 | use termion::event::{Key, Event, MouseEvent}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `color`, `style` [INFO] [stderr] --> src/main.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | use termion::{color, style, cursor}; [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:120:54 [INFO] [stderr] | [INFO] [stderr] 120 | let list = (0..self.width).cartesian_product((0..self.height)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `gameConfig` should have a snake case name [INFO] [stderr] --> src/main.rs:284:9 [INFO] [stderr] | [INFO] [stderr] 284 | let gameConfig = match matches.value_of("DIFFICULTY") { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `game_config` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.10s [INFO] running `"docker" "inspect" "7bd43aa34d63f07ad3da5389a5b860265cacc2ef8e511566daf55cff38955052"` [INFO] running `"docker" "rm" "-f" "7bd43aa34d63f07ad3da5389a5b860265cacc2ef8e511566daf55cff38955052"` [INFO] [stdout] 7bd43aa34d63f07ad3da5389a5b860265cacc2ef8e511566daf55cff38955052 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lasagnaphil/minesweeper-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 64e2be3f2140054d577cd814ba648d81bcaa2da14be58dc0c8901ab43de84e0e [INFO] running `"docker" "start" "-a" "64e2be3f2140054d577cd814ba648d81bcaa2da14be58dc0c8901ab43de84e0e"` [INFO] [stderr] Compiling minesweeper v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `sample`, `thread_rng` [INFO] [stderr] --> src/main.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use rand::{thread_rng, sample}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `MouseEvent` [INFO] [stderr] --> src/main.rs:12:34 [INFO] [stderr] | [INFO] [stderr] 12 | use termion::event::{Key, Event, MouseEvent}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `color`, `style` [INFO] [stderr] --> src/main.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | use termion::{color, style, cursor}; [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:120:54 [INFO] [stderr] | [INFO] [stderr] 120 | let list = (0..self.width).cartesian_product((0..self.height)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `gameConfig` should have a snake case name [INFO] [stderr] --> src/main.rs:284:9 [INFO] [stderr] | [INFO] [stderr] 284 | let gameConfig = match matches.value_of("DIFFICULTY") { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `game_config` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `"docker" "inspect" "64e2be3f2140054d577cd814ba648d81bcaa2da14be58dc0c8901ab43de84e0e"` [INFO] running `"docker" "rm" "-f" "64e2be3f2140054d577cd814ba648d81bcaa2da14be58dc0c8901ab43de84e0e"` [INFO] [stdout] 64e2be3f2140054d577cd814ba648d81bcaa2da14be58dc0c8901ab43de84e0e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lasagnaphil/minesweeper-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] dea6efaa577092025a3dab21021f026b2edf859b2ccc391c13c112fc81630543 [INFO] running `"docker" "start" "-a" "dea6efaa577092025a3dab21021f026b2edf859b2ccc391c13c112fc81630543"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/minesweeper-5e0bb85b213de641 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "dea6efaa577092025a3dab21021f026b2edf859b2ccc391c13c112fc81630543"` [INFO] running `"docker" "rm" "-f" "dea6efaa577092025a3dab21021f026b2edf859b2ccc391c13c112fc81630543"` [INFO] [stdout] dea6efaa577092025a3dab21021f026b2edf859b2ccc391c13c112fc81630543