Oct 26 22:22:51.502 INFO checking rehan-jaffer/conway-rust against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 22:22:51.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 26 22:22:52.026 INFO blam! e5329593b5451e8223d3ee2f85e010f070fb0165cebc6697fedbdd75a4e21848 Oct 26 22:22:52.029 INFO running `"docker" "start" "-a" "e5329593b5451e8223d3ee2f85e010f070fb0165cebc6697fedbdd75a4e21848"` Oct 26 22:22:52.545 INFO kablam! usermod: no changes Oct 26 22:22:52.575 INFO kablam! warning: dependency (rand) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions Oct 26 22:22:52.588 INFO kablam! Checking conway v0.1.0 (/source) Oct 26 22:22:52.799 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 22:22:52.799 INFO kablam! --> src/main.rs:57:20 Oct 26 22:22:52.799 INFO kablam! | Oct 26 22:22:52.799 INFO kablam! 57 | if (score > 3 || score < 2) { Oct 26 22:22:52.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:22:52.799 INFO kablam! | Oct 26 22:22:52.799 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 22:22:52.799 INFO kablam! Oct 26 22:22:52.799 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 22:22:52.799 INFO kablam! --> src/main.rs:63:20 Oct 26 22:22:52.799 INFO kablam! | Oct 26 22:22:52.799 INFO kablam! 63 | if (score == 3) { Oct 26 22:22:52.799 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:22:52.799 INFO kablam! Oct 26 22:22:52.823 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 22:22:52.823 INFO kablam! --> src/main.rs:57:20 Oct 26 22:22:52.823 INFO kablam! | Oct 26 22:22:52.823 INFO kablam! 57 | if (score > 3 || score < 2) { Oct 26 22:22:52.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:22:52.823 INFO kablam! | Oct 26 22:22:52.823 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 22:22:52.823 INFO kablam! Oct 26 22:22:52.823 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 22:22:52.823 INFO kablam! --> src/main.rs:63:20 Oct 26 22:22:52.823 INFO kablam! | Oct 26 22:22:52.823 INFO kablam! 63 | if (score == 3) { Oct 26 22:22:52.823 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:22:52.823 INFO kablam! Oct 26 22:22:52.843 INFO kablam! warning: value assigned to `x1` is never read Oct 26 22:22:52.843 INFO kablam! --> src/main.rs:8:13 Oct 26 22:22:52.843 INFO kablam! | Oct 26 22:22:52.843 INFO kablam! 8 | let mut x1: i32 = 0; Oct 26 22:22:52.843 INFO kablam! | ^^ Oct 26 22:22:52.843 INFO kablam! | Oct 26 22:22:52.843 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 22:22:52.843 INFO kablam! Oct 26 22:22:52.843 INFO kablam! warning: value assigned to `y1` is never read Oct 26 22:22:52.843 INFO kablam! --> src/main.rs:9:13 Oct 26 22:22:52.843 INFO kablam! | Oct 26 22:22:52.843 INFO kablam! 9 | let mut y1: i32 = 0; Oct 26 22:22:52.843 INFO kablam! | ^^ Oct 26 22:22:52.843 INFO kablam! Oct 26 22:22:52.843 INFO kablam! warning: unused variable: `i` Oct 26 22:22:52.843 INFO kablam! --> src/main.rs:27:9 Oct 26 22:22:52.843 INFO kablam! | Oct 26 22:22:52.843 INFO kablam! 27 | for i in 0..GRID_SIZE { Oct 26 22:22:52.843 INFO kablam! | ^ help: consider using `_i` instead Oct 26 22:22:52.843 INFO kablam! | Oct 26 22:22:52.843 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:22:52.843 INFO kablam! Oct 26 22:22:52.866 INFO kablam! warning: value assigned to `x1` is never read Oct 26 22:22:52.866 INFO kablam! --> src/main.rs:8:13 Oct 26 22:22:52.866 INFO kablam! | Oct 26 22:22:52.866 INFO kablam! 8 | let mut x1: i32 = 0; Oct 26 22:22:52.866 INFO kablam! | ^^ Oct 26 22:22:52.866 INFO kablam! | Oct 26 22:22:52.866 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 22:22:52.866 INFO kablam! Oct 26 22:22:52.866 INFO kablam! warning: value assigned to `y1` is never read Oct 26 22:22:52.866 INFO kablam! --> src/main.rs:9:13 Oct 26 22:22:52.866 INFO kablam! | Oct 26 22:22:52.866 INFO kablam! 9 | let mut y1: i32 = 0; Oct 26 22:22:52.866 INFO kablam! | ^^ Oct 26 22:22:52.866 INFO kablam! Oct 26 22:22:52.869 INFO kablam! warning: unused variable: `i` Oct 26 22:22:52.869 INFO kablam! --> src/main.rs:27:9 Oct 26 22:22:52.869 INFO kablam! | Oct 26 22:22:52.869 INFO kablam! 27 | for i in 0..GRID_SIZE { Oct 26 22:22:52.869 INFO kablam! | ^ help: consider using `_i` instead Oct 26 22:22:52.869 INFO kablam! | Oct 26 22:22:52.869 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:22:52.869 INFO kablam! Oct 26 22:22:52.883 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.31s Oct 26 22:22:52.885 INFO kablam! su: No module specific data is present Oct 26 22:22:53.216 INFO running `"docker" "rm" "-f" "e5329593b5451e8223d3ee2f85e010f070fb0165cebc6697fedbdd75a4e21848"` Oct 26 22:22:53.310 INFO blam! e5329593b5451e8223d3ee2f85e010f070fb0165cebc6697fedbdd75a4e21848