Oct 21 18:28:22.198 INFO checking denismerigoux/tarot against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:28:22.198 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 18:28:22.388 INFO blam! 9054d01a90ce98a1c0faff42a6e71f62672c1657ff13541aaecae0413b342950 Oct 21 18:28:22.394 INFO running `"docker" "start" "-a" "9054d01a90ce98a1c0faff42a6e71f62672c1657ff13541aaecae0413b342950"` Oct 21 18:28:22.954 INFO kablam! usermod: no changes Oct 21 18:28:23.034 INFO kablam! Checking tarot v0.0.1 (/source) Oct 21 18:28:23.940 INFO kablam! warning: variable does not need to be mutable Oct 21 18:28:23.940 INFO kablam! --> src/game.rs:131:26 Oct 21 18:28:23.940 INFO kablam! | Oct 21 18:28:23.940 INFO kablam! 131 | fn sort_by_playing_order(mut players: &mut Vec, starting_player_id: i32) { Oct 21 18:28:23.940 INFO kablam! | ----^^^^^^^ Oct 21 18:28:23.940 INFO kablam! | | Oct 21 18:28:23.940 INFO kablam! | help: remove this `mut` Oct 21 18:28:23.940 INFO kablam! | Oct 21 18:28:23.940 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:28:23.940 INFO kablam! Oct 21 18:28:23.980 INFO kablam! warning: variable does not need to be mutable Oct 21 18:28:23.980 INFO kablam! --> src/game.rs:282:19 Oct 21 18:28:23.980 INFO kablam! | Oct 21 18:28:23.980 INFO kablam! 282 | fn deal_with_fool(mut cards_played: &mut Heap, Oct 21 18:28:23.980 INFO kablam! | ----^^^^^^^^^^^^ Oct 21 18:28:23.980 INFO kablam! | | Oct 21 18:28:23.980 INFO kablam! | help: remove this `mut` Oct 21 18:28:23.980 INFO kablam! Oct 21 18:28:23.980 INFO kablam! warning: variable does not need to be mutable Oct 21 18:28:23.980 INFO kablam! --> src/game.rs:283:19 Oct 21 18:28:23.980 INFO kablam! | Oct 21 18:28:23.980 INFO kablam! 283 | mut game: &mut Game, Oct 21 18:28:23.980 INFO kablam! | ----^^^^ Oct 21 18:28:23.980 INFO kablam! | | Oct 21 18:28:23.980 INFO kablam! | help: remove this `mut` Oct 21 18:28:23.980 INFO kablam! Oct 21 18:28:23.984 INFO kablam! warning: variable does not need to be mutable Oct 21 18:28:23.984 INFO kablam! --> src/ai.rs:21:21 Oct 21 18:28:23.984 INFO kablam! | Oct 21 18:28:23.984 INFO kablam! 21 | pub fn exchange_dog(mut players: &mut Vec, Oct 21 18:28:23.984 INFO kablam! | ----^^^^^^^ Oct 21 18:28:23.984 INFO kablam! | | Oct 21 18:28:23.984 INFO kablam! | help: remove this `mut` Oct 21 18:28:24.008 INFO kablam! Oct 21 18:28:24.171 INFO kablam! warning: variable does not need to be mutable Oct 21 18:28:24.172 INFO kablam! --> src/game.rs:131:26 Oct 21 18:28:24.172 INFO kablam! | Oct 21 18:28:24.172 INFO kablam! 131 | fn sort_by_playing_order(mut players: &mut Vec, starting_player_id: i32) { Oct 21 18:28:24.172 INFO kablam! | ----^^^^^^^ Oct 21 18:28:24.172 INFO kablam! | | Oct 21 18:28:24.172 INFO kablam! | help: remove this `mut` Oct 21 18:28:24.172 INFO kablam! | Oct 21 18:28:24.172 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:28:24.172 INFO kablam! Oct 21 18:28:24.190 INFO kablam! warning: variable does not need to be mutable Oct 21 18:28:24.190 INFO kablam! --> src/game.rs:282:19 Oct 21 18:28:24.190 INFO kablam! | Oct 21 18:28:24.190 INFO kablam! 282 | fn deal_with_fool(mut cards_played: &mut Heap, Oct 21 18:28:24.190 INFO kablam! | ----^^^^^^^^^^^^ Oct 21 18:28:24.190 INFO kablam! | | Oct 21 18:28:24.190 INFO kablam! | help: remove this `mut` Oct 21 18:28:24.190 INFO kablam! Oct 21 18:28:24.190 INFO kablam! warning: variable does not need to be mutable Oct 21 18:28:24.190 INFO kablam! --> src/game.rs:283:19 Oct 21 18:28:24.190 INFO kablam! | Oct 21 18:28:24.190 INFO kablam! 283 | mut game: &mut Game, Oct 21 18:28:24.190 INFO kablam! | ----^^^^ Oct 21 18:28:24.190 INFO kablam! | | Oct 21 18:28:24.190 INFO kablam! | help: remove this `mut` Oct 21 18:28:24.190 INFO kablam! Oct 21 18:28:24.198 INFO kablam! warning: variable does not need to be mutable Oct 21 18:28:24.198 INFO kablam! --> src/ai.rs:21:21 Oct 21 18:28:24.198 INFO kablam! | Oct 21 18:28:24.198 INFO kablam! 21 | pub fn exchange_dog(mut players: &mut Vec, Oct 21 18:28:24.198 INFO kablam! | ----^^^^^^^ Oct 21 18:28:24.198 INFO kablam! | | Oct 21 18:28:24.199 INFO kablam! | help: remove this `mut` Oct 21 18:28:24.199 INFO kablam! Oct 21 18:28:24.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 21 18:28:24.268 INFO kablam! su: No module specific data is present Oct 21 18:28:24.930 INFO running `"docker" "rm" "-f" "9054d01a90ce98a1c0faff42a6e71f62672c1657ff13541aaecae0413b342950"` Oct 21 18:28:25.173 INFO blam! 9054d01a90ce98a1c0faff42a6e71f62672c1657ff13541aaecae0413b342950