Oct 12 21:01:10.186 INFO checking gregorholzmann/rust-playground against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 21:01:10.186 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 21:01:10.720 INFO blam! c076a4a1c4c929f53a9ead2d88ff9e18fcc6b272efed5d181f872332aee41794 Oct 12 21:01:10.722 INFO running `"docker" "start" "-a" "c076a4a1c4c929f53a9ead2d88ff9e18fcc6b272efed5d181f872332aee41794"` Oct 12 21:01:12.116 INFO kablam! usermod: no changes Oct 12 21:01:12.165 INFO kablam! Checking rust-playground v0.1.0 (/source) Oct 12 21:01:13.160 INFO kablam! warning: unused variable: `x` Oct 12 21:01:13.160 INFO kablam! --> src/main.rs:86:9 Oct 12 21:01:13.160 INFO kablam! | Oct 12 21:01:13.160 INFO kablam! 86 | for x in 0..number_of_cards { Oct 12 21:01:13.160 INFO kablam! | ^ help: consider using `_x` instead Oct 12 21:01:13.172 INFO kablam! | Oct 12 21:01:13.172 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:01:13.172 INFO kablam! Oct 12 21:01:13.172 INFO kablam! warning: value assigned to `num_value` is never read Oct 12 21:01:13.172 INFO kablam! --> src/main.rs:25:21 Oct 12 21:01:13.172 INFO kablam! | Oct 12 21:01:13.172 INFO kablam! 25 | let mut num_value: u8 = 0; Oct 12 21:01:13.173 INFO kablam! | ^^^^^^^^^ Oct 12 21:01:13.173 INFO kablam! | Oct 12 21:01:13.173 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 21:01:13.173 INFO kablam! Oct 12 21:01:13.208 INFO kablam! warning: variable does not need to be mutable Oct 12 21:01:13.208 INFO kablam! --> src/main.rs:101:51 Oct 12 21:01:13.208 INFO kablam! | Oct 12 21:01:13.208 INFO kablam! 101 | fn end_game(player_hand: Hand, dealer_hand: Hand, mut deck: &mut Vec) { Oct 12 21:01:13.208 INFO kablam! | ----^^^^ Oct 12 21:01:13.208 INFO kablam! | | Oct 12 21:01:13.208 INFO kablam! | help: remove this `mut` Oct 12 21:01:13.208 INFO kablam! | Oct 12 21:01:13.209 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:01:13.209 INFO kablam! Oct 12 21:01:13.288 INFO kablam! warning: unused variable: `x` Oct 12 21:01:13.288 INFO kablam! --> src/main.rs:86:9 Oct 12 21:01:13.288 INFO kablam! | Oct 12 21:01:13.288 INFO kablam! 86 | for x in 0..number_of_cards { Oct 12 21:01:13.288 INFO kablam! | ^ help: consider using `_x` instead Oct 12 21:01:13.288 INFO kablam! | Oct 12 21:01:13.288 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:01:13.288 INFO kablam! Oct 12 21:01:13.288 INFO kablam! warning: value assigned to `num_value` is never read Oct 12 21:01:13.288 INFO kablam! --> src/main.rs:25:21 Oct 12 21:01:13.288 INFO kablam! | Oct 12 21:01:13.288 INFO kablam! 25 | let mut num_value: u8 = 0; Oct 12 21:01:13.288 INFO kablam! | ^^^^^^^^^ Oct 12 21:01:13.288 INFO kablam! | Oct 12 21:01:13.288 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 21:01:13.288 INFO kablam! Oct 12 21:01:13.304 INFO kablam! warning: variable does not need to be mutable Oct 12 21:01:13.304 INFO kablam! --> src/main.rs:101:51 Oct 12 21:01:13.304 INFO kablam! | Oct 12 21:01:13.304 INFO kablam! 101 | fn end_game(player_hand: Hand, dealer_hand: Hand, mut deck: &mut Vec) { Oct 12 21:01:13.304 INFO kablam! | ----^^^^ Oct 12 21:01:13.304 INFO kablam! | | Oct 12 21:01:13.304 INFO kablam! | help: remove this `mut` Oct 12 21:01:13.304 INFO kablam! | Oct 12 21:01:13.304 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:01:13.304 INFO kablam! Oct 12 21:01:13.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 12 21:01:13.341 INFO kablam! su: No module specific data is present Oct 12 21:01:14.298 INFO running `"docker" "rm" "-f" "c076a4a1c4c929f53a9ead2d88ff9e18fcc6b272efed5d181f872332aee41794"` Oct 12 21:01:14.632 INFO blam! c076a4a1c4c929f53a9ead2d88ff9e18fcc6b272efed5d181f872332aee41794