Oct 12 22:45:20.253 INFO checking denismerigoux/tarot against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 22:45:20.253 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 22:45:20.674 INFO blam! bbd2e26156770d36fd5e730dc30053b04b63db8675a85e9bca250402a583bbc0 Oct 12 22:45:20.675 INFO running `"docker" "start" "-a" "bbd2e26156770d36fd5e730dc30053b04b63db8675a85e9bca250402a583bbc0"` Oct 12 22:45:21.551 INFO kablam! usermod: no changes Oct 12 22:45:21.632 INFO kablam! Checking tarot v0.0.1 (/source) Oct 12 22:45:22.813 INFO kablam! warning: variable does not need to be mutable Oct 12 22:45:22.813 INFO kablam! --> src/game.rs:131:26 Oct 12 22:45:22.813 INFO kablam! | Oct 12 22:45:22.813 INFO kablam! 131 | fn sort_by_playing_order(mut players: &mut Vec, starting_player_id: i32) { Oct 12 22:45:22.813 INFO kablam! | ----^^^^^^^ Oct 12 22:45:22.813 INFO kablam! | | Oct 12 22:45:22.813 INFO kablam! | help: remove this `mut` Oct 12 22:45:22.813 INFO kablam! warning: variable does not need to be mutable Oct 12 22:45:22.813 INFO kablam! --> src/game.rs:131:26 Oct 12 22:45:22.813 INFO kablam! | Oct 12 22:45:22.813 INFO kablam! 131 | fn sort_by_playing_order(mut players: &mut Vec, starting_player_id: i32) { Oct 12 22:45:22.813 INFO kablam! | ----^^^^^^^ Oct 12 22:45:22.813 INFO kablam! | | Oct 12 22:45:22.813 INFO kablam! | help: remove this `mut` Oct 12 22:45:22.813 INFO kablam! | Oct 12 22:45:22.813 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:45:22.813 INFO kablam! Oct 12 22:45:22.836 INFO kablam! | Oct 12 22:45:22.836 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:45:22.836 INFO kablam! Oct 12 22:45:22.860 INFO kablam! warning: variable does not need to be mutable Oct 12 22:45:22.860 INFO kablam! --> src/game.rs:282:19 Oct 12 22:45:22.860 INFO kablam! | Oct 12 22:45:22.860 INFO kablam! 282 | fn deal_with_fool(mut cards_played: &mut Heap, Oct 12 22:45:22.860 INFO kablam! | ----^^^^^^^^^^^^ Oct 12 22:45:22.860 INFO kablam! | | Oct 12 22:45:22.860 INFO kablam! | help: remove this `mut` Oct 12 22:45:22.868 INFO kablam! warning: variable does not need to be mutable Oct 12 22:45:22.868 INFO kablam! --> src/game.rs:282:19 Oct 12 22:45:22.868 INFO kablam! | Oct 12 22:45:22.868 INFO kablam! 282 | fn deal_with_fool(mut cards_played: &mut Heap, Oct 12 22:45:22.868 INFO kablam! | ----^^^^^^^^^^^^ Oct 12 22:45:22.868 INFO kablam! | | Oct 12 22:45:22.868 INFO kablam! | help: remove this `mut` Oct 12 22:45:22.868 INFO kablam! Oct 12 22:45:22.868 INFO kablam! warning: variable does not need to be mutable Oct 12 22:45:22.868 INFO kablam! --> src/game.rs:283:19 Oct 12 22:45:22.868 INFO kablam! | Oct 12 22:45:22.868 INFO kablam! 283 | mut game: &mut Game, Oct 12 22:45:22.868 INFO kablam! | ----^^^^ Oct 12 22:45:22.868 INFO kablam! | | Oct 12 22:45:22.868 INFO kablam! | help: remove this `mut` Oct 12 22:45:22.868 INFO kablam! Oct 12 22:45:22.868 INFO kablam! Oct 12 22:45:22.868 INFO kablam! warning: variable does not need to be mutable Oct 12 22:45:22.868 INFO kablam! --> src/game.rs:283:19 Oct 12 22:45:22.868 INFO kablam! | Oct 12 22:45:22.868 INFO kablam! 283 | mut game: &mut Game, Oct 12 22:45:22.868 INFO kablam! | ----^^^^ Oct 12 22:45:22.868 INFO kablam! | | Oct 12 22:45:22.868 INFO kablam! | help: remove this `mut` Oct 12 22:45:22.868 INFO kablam! Oct 12 22:45:22.872 INFO kablam! warning: variable does not need to be mutable Oct 12 22:45:22.872 INFO kablam! --> src/ai.rs:21:21 Oct 12 22:45:22.872 INFO kablam! | Oct 12 22:45:22.872 INFO kablam! 21 | pub fn exchange_dog(mut players: &mut Vec, Oct 12 22:45:22.872 INFO kablam! | ----^^^^^^^ Oct 12 22:45:22.872 INFO kablam! | | Oct 12 22:45:22.872 INFO kablam! | help: remove this `mut` Oct 12 22:45:22.872 INFO kablam! Oct 12 22:45:22.880 INFO kablam! warning: variable does not need to be mutable Oct 12 22:45:22.880 INFO kablam! --> src/ai.rs:21:21 Oct 12 22:45:22.880 INFO kablam! | Oct 12 22:45:22.880 INFO kablam! 21 | pub fn exchange_dog(mut players: &mut Vec, Oct 12 22:45:22.880 INFO kablam! | ----^^^^^^^ Oct 12 22:45:22.880 INFO kablam! | | Oct 12 22:45:22.880 INFO kablam! | help: remove this `mut` Oct 12 22:45:22.880 INFO kablam! Oct 12 22:45:22.949 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 12 22:45:22.960 INFO kablam! su: No module specific data is present Oct 12 22:45:23.620 INFO running `"docker" "rm" "-f" "bbd2e26156770d36fd5e730dc30053b04b63db8675a85e9bca250402a583bbc0"` Oct 12 22:45:23.817 INFO blam! bbd2e26156770d36fd5e730dc30053b04b63db8675a85e9bca250402a583bbc0