Oct 14 14:03:55.217 INFO testing lasagnaphil/minesweeper-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 14:03:55.219 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 14:03:55.569 INFO blam! 19871281d18a959df42df45f4ed10769c181c7f0a019a0c152c583d4a91803b6 Oct 14 14:03:55.595 INFO running `"docker" "start" "-a" "19871281d18a959df42df45f4ed10769c181c7f0a019a0c152c583d4a91803b6"` Oct 14 14:03:56.783 INFO kablam! usermod: no changes Oct 14 14:03:56.894 INFO kablam! Compiling termion v1.5.1 Oct 14 14:03:56.895 INFO kablam! Compiling itertools v0.6.1 Oct 14 14:04:00.375 INFO kablam! Compiling minesweeper v0.1.0 (/source) Oct 14 14:04:00.767 INFO kablam! warning: unused imports: `sample`, `thread_rng` Oct 14 14:04:00.768 INFO kablam! --> src/main.rs:8:12 Oct 14 14:04:00.768 INFO kablam! | Oct 14 14:04:00.768 INFO kablam! 8 | use rand::{thread_rng, sample}; Oct 14 14:04:00.769 INFO kablam! | ^^^^^^^^^^ ^^^^^^ Oct 14 14:04:00.769 INFO kablam! | Oct 14 14:04:00.769 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:04:00.770 INFO kablam! Oct 14 14:04:00.770 INFO kablam! warning: unused import: `MouseEvent` Oct 14 14:04:00.770 INFO kablam! --> src/main.rs:12:34 Oct 14 14:04:00.771 INFO kablam! | Oct 14 14:04:00.771 INFO kablam! 12 | use termion::event::{Key, Event, MouseEvent}; Oct 14 14:04:00.771 INFO kablam! | ^^^^^^^^^^ Oct 14 14:04:00.771 INFO kablam! Oct 14 14:04:00.772 INFO kablam! warning: unused imports: `color`, `style` Oct 14 14:04:00.772 INFO kablam! --> src/main.rs:15:15 Oct 14 14:04:00.772 INFO kablam! | Oct 14 14:04:00.773 INFO kablam! 15 | use termion::{color, style, cursor}; Oct 14 14:04:00.773 INFO kablam! | ^^^^^ ^^^^^ Oct 14 14:04:00.773 INFO kablam! Oct 14 14:04:00.773 INFO kablam! warning: unnecessary parentheses around method argument Oct 14 14:04:00.774 INFO kablam! --> src/main.rs:120:54 Oct 14 14:04:00.774 INFO kablam! | Oct 14 14:04:00.774 INFO kablam! 120 | let list = (0..self.width).cartesian_product((0..self.height)); Oct 14 14:04:00.775 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:04:00.775 INFO kablam! | Oct 14 14:04:00.775 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 14:04:00.776 INFO kablam! Oct 14 14:04:01.035 INFO kablam! warning: variable `gameConfig` should have a snake case name such as `game_config` Oct 14 14:04:01.036 INFO kablam! --> src/main.rs:284:9 Oct 14 14:04:01.036 INFO kablam! | Oct 14 14:04:01.036 INFO kablam! 284 | let gameConfig = match matches.value_of("DIFFICULTY") { Oct 14 14:04:01.036 INFO kablam! | ^^^^^^^^^^ Oct 14 14:04:01.037 INFO kablam! | Oct 14 14:04:01.037 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 14:04:01.037 INFO kablam! Oct 14 14:04:03.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.34s Oct 14 14:04:03.162 INFO kablam! su: No module specific data is present Oct 14 14:04:03.963 INFO running `"docker" "rm" "-f" "19871281d18a959df42df45f4ed10769c181c7f0a019a0c152c583d4a91803b6"` Oct 14 14:04:04.267 INFO blam! 19871281d18a959df42df45f4ed10769c181c7f0a019a0c152c583d4a91803b6 Oct 14 14:04:04.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 14:04:04.696 INFO blam! 2b08fb2e6a362beadc1dded7ebdd0c13b64c9814b931c7e4555be23aa793e1e7 Oct 14 14:04:04.699 INFO running `"docker" "start" "-a" "2b08fb2e6a362beadc1dded7ebdd0c13b64c9814b931c7e4555be23aa793e1e7"` Oct 14 14:04:05.832 INFO kablam! usermod: no changes Oct 14 14:04:05.915 INFO kablam! Compiling minesweeper v0.1.0 (/source) Oct 14 14:04:06.175 INFO kablam! warning: unused imports: `sample`, `thread_rng` Oct 14 14:04:06.176 INFO kablam! --> src/main.rs:8:12 Oct 14 14:04:06.176 INFO kablam! | Oct 14 14:04:06.176 INFO kablam! 8 | use rand::{thread_rng, sample}; Oct 14 14:04:06.177 INFO kablam! | ^^^^^^^^^^ ^^^^^^ Oct 14 14:04:06.177 INFO kablam! | Oct 14 14:04:06.177 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:04:06.177 INFO kablam! Oct 14 14:04:06.178 INFO kablam! warning: unused import: `MouseEvent` Oct 14 14:04:06.178 INFO kablam! --> src/main.rs:12:34 Oct 14 14:04:06.178 INFO kablam! | Oct 14 14:04:06.179 INFO kablam! 12 | use termion::event::{Key, Event, MouseEvent}; Oct 14 14:04:06.179 INFO kablam! | ^^^^^^^^^^ Oct 14 14:04:06.179 INFO kablam! Oct 14 14:04:06.179 INFO kablam! warning: unused imports: `color`, `style` Oct 14 14:04:06.180 INFO kablam! --> src/main.rs:15:15 Oct 14 14:04:06.180 INFO kablam! | Oct 14 14:04:06.180 INFO kablam! 15 | use termion::{color, style, cursor}; Oct 14 14:04:06.181 INFO kablam! | ^^^^^ ^^^^^ Oct 14 14:04:06.181 INFO kablam! Oct 14 14:04:06.181 INFO kablam! warning: unnecessary parentheses around method argument Oct 14 14:04:06.181 INFO kablam! --> src/main.rs:120:54 Oct 14 14:04:06.182 INFO kablam! | Oct 14 14:04:06.182 INFO kablam! 120 | let list = (0..self.width).cartesian_product((0..self.height)); Oct 14 14:04:06.182 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:04:06.183 INFO kablam! | Oct 14 14:04:06.183 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 14:04:06.183 INFO kablam! Oct 14 14:04:06.347 INFO kablam! warning: variable `gameConfig` should have a snake case name such as `game_config` Oct 14 14:04:06.347 INFO kablam! --> src/main.rs:284:9 Oct 14 14:04:06.347 INFO kablam! | Oct 14 14:04:06.347 INFO kablam! 284 | let gameConfig = match matches.value_of("DIFFICULTY") { Oct 14 14:04:06.347 INFO kablam! | ^^^^^^^^^^ Oct 14 14:04:06.347 INFO kablam! | Oct 14 14:04:06.347 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 14:04:06.347 INFO kablam! Oct 14 14:04:07.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 14 14:04:07.036 INFO kablam! su: No module specific data is present Oct 14 14:04:08.039 INFO running `"docker" "rm" "-f" "2b08fb2e6a362beadc1dded7ebdd0c13b64c9814b931c7e4555be23aa793e1e7"` Oct 14 14:04:08.279 INFO blam! 2b08fb2e6a362beadc1dded7ebdd0c13b64c9814b931c7e4555be23aa793e1e7 Oct 14 14:04:08.287 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 14:04:08.908 INFO blam! 5c755831d9559d762fadf9f439e5bfd7b5daf207238512f66943fba793579e0d Oct 14 14:04:08.911 INFO running `"docker" "start" "-a" "5c755831d9559d762fadf9f439e5bfd7b5daf207238512f66943fba793579e0d"` Oct 14 14:04:10.779 INFO kablam! usermod: no changes Oct 14 14:04:10.875 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 14:04:10.883 INFO kablam! Running /target/debug/deps/minesweeper-d5f7abd4714cfdf5 Oct 14 14:04:10.883 INFO kablam! su: No module specific data is present Oct 14 14:04:10.883 INFO blam! Oct 14 14:04:10.883 INFO blam! running 0 tests Oct 14 14:04:10.883 INFO blam! Oct 14 14:04:10.883 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:04:10.883 INFO blam! Oct 14 14:04:12.143 INFO running `"docker" "rm" "-f" "5c755831d9559d762fadf9f439e5bfd7b5daf207238512f66943fba793579e0d"` Oct 14 14:04:12.539 INFO blam! 5c755831d9559d762fadf9f439e5bfd7b5daf207238512f66943fba793579e0d