Oct 27 09:39:28.464 INFO checking SpycWolf/rust-life_game against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:39:28.465 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 09:39:28.877 INFO blam! ae5ece89afcd0477180d71d7a0809ada6b05664d181f00605494de68b2331528 Oct 27 09:39:28.887 INFO running `"docker" "start" "-a" "ae5ece89afcd0477180d71d7a0809ada6b05664d181f00605494de68b2331528"` Oct 27 09:39:30.033 INFO kablam! usermod: no changes Oct 27 09:39:30.128 INFO kablam! Checking rustlife v0.1.0 (/source) Oct 27 09:39:31.043 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 09:39:31.043 INFO kablam! --> src/main.rs:16:18 Oct 27 09:39:31.043 INFO kablam! | Oct 27 09:39:31.043 INFO kablam! 16 | for _ in (0..(w*h)) { Oct 27 09:39:31.043 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 09:39:31.043 INFO kablam! | Oct 27 09:39:31.043 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 09:39:31.043 INFO kablam! Oct 27 09:39:31.043 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 09:39:31.043 INFO kablam! --> src/main.rs:27:20 Oct 27 09:39:31.043 INFO kablam! | Oct 27 09:39:31.043 INFO kablam! 27 | for idx in (0..(self.width * self.height)) { Oct 27 09:39:31.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:39:31.043 INFO kablam! Oct 27 09:39:31.043 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 09:39:31.043 INFO kablam! --> src/main.rs:79:20 Oct 27 09:39:31.044 INFO kablam! | Oct 27 09:39:31.044 INFO kablam! 79 | for idx in (0..(self.width * self.height)) { Oct 27 09:39:31.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:39:31.044 INFO kablam! Oct 27 09:39:31.044 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 09:39:31.044 INFO kablam! --> src/main.rs:95:14 Oct 27 09:39:31.044 INFO kablam! | Oct 27 09:39:31.044 INFO kablam! 95 | for _ in (0..100) { Oct 27 09:39:31.044 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 27 09:39:31.044 INFO kablam! Oct 27 09:39:31.228 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 09:39:31.228 INFO kablam! --> src/main.rs:16:18 Oct 27 09:39:31.228 INFO kablam! | Oct 27 09:39:31.228 INFO kablam! 16 | for _ in (0..(w*h)) { Oct 27 09:39:31.228 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 09:39:31.228 INFO kablam! | Oct 27 09:39:31.228 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 09:39:31.228 INFO kablam! Oct 27 09:39:31.239 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 09:39:31.239 INFO kablam! --> src/main.rs:27:20 Oct 27 09:39:31.239 INFO kablam! | Oct 27 09:39:31.239 INFO kablam! 27 | for idx in (0..(self.width * self.height)) { Oct 27 09:39:31.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:39:31.239 INFO kablam! Oct 27 09:39:31.239 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 09:39:31.239 INFO kablam! --> src/main.rs:79:20 Oct 27 09:39:31.239 INFO kablam! | Oct 27 09:39:31.239 INFO kablam! 79 | for idx in (0..(self.width * self.height)) { Oct 27 09:39:31.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 09:39:31.239 INFO kablam! Oct 27 09:39:31.239 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 09:39:31.239 INFO kablam! --> src/main.rs:95:14 Oct 27 09:39:31.239 INFO kablam! | Oct 27 09:39:31.239 INFO kablam! 95 | for _ in (0..100) { Oct 27 09:39:31.239 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 27 09:39:31.239 INFO kablam! Oct 27 09:39:31.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 27 09:39:31.304 INFO kablam! su: No module specific data is present Oct 27 09:39:32.327 INFO running `"docker" "rm" "-f" "ae5ece89afcd0477180d71d7a0809ada6b05664d181f00605494de68b2331528"` Oct 27 09:39:32.631 INFO blam! ae5ece89afcd0477180d71d7a0809ada6b05664d181f00605494de68b2331528