Oct 14 20:42:06.550 INFO testing flada-auxv/game_of_life-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:42:06.551 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 20:42:07.079 INFO blam! bcc6df33aff9873d8278e951aaf0f7947470a6a0ef30fb5357034e76e0bd8e76 Oct 14 20:42:07.081 INFO running `"docker" "start" "-a" "bcc6df33aff9873d8278e951aaf0f7947470a6a0ef30fb5357034e76e0bd8e76"` Oct 14 20:42:08.809 INFO kablam! usermod: no changes Oct 14 20:42:08.863 INFO kablam! Compiling game_of_life v0.1.0 (/source) Oct 14 20:42:09.151 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 20:42:09.151 INFO kablam! --> src/main.rs:95:18 Oct 14 20:42:09.151 INFO kablam! | Oct 14 20:42:09.151 INFO kablam! 95 | for x in (0..self.height) { Oct 14 20:42:09.151 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:42:09.151 INFO kablam! | Oct 14 20:42:09.151 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 20:42:09.151 INFO kablam! Oct 14 20:42:09.151 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 20:42:09.151 INFO kablam! --> src/main.rs:96:22 Oct 14 20:42:09.151 INFO kablam! | Oct 14 20:42:09.151 INFO kablam! 96 | for y in (0..self.width) { Oct 14 20:42:09.151 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:42:09.151 INFO kablam! Oct 14 20:42:09.207 INFO kablam! warning: variable does not need to be mutable Oct 14 20:42:09.207 INFO kablam! --> src/main.rs:22:9 Oct 14 20:42:09.207 INFO kablam! | Oct 14 20:42:09.207 INFO kablam! 22 | let mut reader = io::stdin(); Oct 14 20:42:09.207 INFO kablam! | ----^^^^^^ Oct 14 20:42:09.207 INFO kablam! | | Oct 14 20:42:09.207 INFO kablam! | help: remove this `mut` Oct 14 20:42:09.207 INFO kablam! | Oct 14 20:42:09.207 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:42:09.207 INFO kablam! Oct 14 20:42:10.086 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 14 20:42:10.091 INFO kablam! su: No module specific data is present Oct 14 20:42:11.658 INFO running `"docker" "rm" "-f" "bcc6df33aff9873d8278e951aaf0f7947470a6a0ef30fb5357034e76e0bd8e76"` Oct 14 20:42:12.004 INFO blam! bcc6df33aff9873d8278e951aaf0f7947470a6a0ef30fb5357034e76e0bd8e76 Oct 14 20:42:12.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 20:42:12.492 INFO blam! b605a1f0a9b2ba2eda88851a2018a5f19075c57f73f10b394c07a9316f5f2b25 Oct 14 20:42:12.495 INFO running `"docker" "start" "-a" "b605a1f0a9b2ba2eda88851a2018a5f19075c57f73f10b394c07a9316f5f2b25"` Oct 14 20:42:13.979 INFO kablam! usermod: no changes Oct 14 20:42:14.031 INFO kablam! Compiling game_of_life v0.1.0 (/source) Oct 14 20:42:14.291 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 20:42:14.292 INFO kablam! --> src/main.rs:95:18 Oct 14 20:42:14.292 INFO kablam! | Oct 14 20:42:14.292 INFO kablam! 95 | for x in (0..self.height) { Oct 14 20:42:14.293 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:42:14.293 INFO kablam! | Oct 14 20:42:14.293 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 20:42:14.293 INFO kablam! Oct 14 20:42:14.294 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 20:42:14.294 INFO kablam! --> src/main.rs:96:22 Oct 14 20:42:14.294 INFO kablam! | Oct 14 20:42:14.295 INFO kablam! 96 | for y in (0..self.width) { Oct 14 20:42:14.295 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:42:14.295 INFO kablam! Oct 14 20:42:14.371 INFO kablam! warning: variable does not need to be mutable Oct 14 20:42:14.372 INFO kablam! --> src/main.rs:22:9 Oct 14 20:42:14.372 INFO kablam! | Oct 14 20:42:14.372 INFO kablam! 22 | let mut reader = io::stdin(); Oct 14 20:42:14.373 INFO kablam! | ----^^^^^^ Oct 14 20:42:14.373 INFO kablam! | | Oct 14 20:42:14.373 INFO kablam! | help: remove this `mut` Oct 14 20:42:14.373 INFO kablam! | Oct 14 20:42:14.374 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:42:14.374 INFO kablam! Oct 14 20:42:15.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 14 20:42:15.019 INFO kablam! su: No module specific data is present Oct 14 20:42:15.799 INFO running `"docker" "rm" "-f" "b605a1f0a9b2ba2eda88851a2018a5f19075c57f73f10b394c07a9316f5f2b25"` Oct 14 20:42:16.099 INFO blam! b605a1f0a9b2ba2eda88851a2018a5f19075c57f73f10b394c07a9316f5f2b25 Oct 14 20:42:16.105 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 20:42:16.567 INFO blam! 4900032605c5c7297440750adbaf310511087b0abaf9e7f0d300371cd21f56ec Oct 14 20:42:16.569 INFO running `"docker" "start" "-a" "4900032605c5c7297440750adbaf310511087b0abaf9e7f0d300371cd21f56ec"` Oct 14 20:42:18.103 INFO kablam! usermod: no changes Oct 14 20:42:18.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 20:42:18.195 INFO kablam! Running /target/debug/deps/game_of_life-f35b5baf31028718 Oct 14 20:42:18.195 INFO blam! Oct 14 20:42:18.195 INFO blam! running 0 tests Oct 14 20:42:18.195 INFO blam! Oct 14 20:42:18.195 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:42:18.195 INFO blam! Oct 14 20:42:18.215 INFO kablam! su: No module specific data is present Oct 14 20:42:18.719 INFO running `"docker" "rm" "-f" "4900032605c5c7297440750adbaf310511087b0abaf9e7f0d300371cd21f56ec"` Oct 14 20:42:19.074 INFO blam! 4900032605c5c7297440750adbaf310511087b0abaf9e7f0d300371cd21f56ec