Oct 27 05:54:31.184 INFO checking denismerigoux/tarot against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:54:31.184 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 05:54:31.448 INFO blam! 49073522a10c6d6e5ec9c3413a1a6fc6038d2c47a1503fe860dea62c51948817 Oct 27 05:54:31.455 INFO running `"docker" "start" "-a" "49073522a10c6d6e5ec9c3413a1a6fc6038d2c47a1503fe860dea62c51948817"` Oct 27 05:54:32.436 INFO kablam! usermod: no changes Oct 27 05:54:32.512 INFO kablam! Checking tarot v0.0.1 (/source) Oct 27 05:54:33.543 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.543 INFO kablam! --> src/game.rs:131:26 Oct 27 05:54:33.543 INFO kablam! | Oct 27 05:54:33.543 INFO kablam! 131 | fn sort_by_playing_order(mut players: &mut Vec, starting_player_id: i32) { Oct 27 05:54:33.543 INFO kablam! | ----^^^^^^^ Oct 27 05:54:33.543 INFO kablam! | | Oct 27 05:54:33.543 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.543 INFO kablam! | Oct 27 05:54:33.544 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:54:33.544 INFO kablam! Oct 27 05:54:33.544 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.544 INFO kablam! --> src/game.rs:282:19 Oct 27 05:54:33.544 INFO kablam! | Oct 27 05:54:33.544 INFO kablam! 282 | fn deal_with_fool(mut cards_played: &mut Heap, Oct 27 05:54:33.544 INFO kablam! | ----^^^^^^^^^^^^ Oct 27 05:54:33.544 INFO kablam! | | Oct 27 05:54:33.544 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.544 INFO kablam! Oct 27 05:54:33.544 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.544 INFO kablam! --> src/game.rs:283:19 Oct 27 05:54:33.544 INFO kablam! | Oct 27 05:54:33.544 INFO kablam! 283 | mut game: &mut Game, Oct 27 05:54:33.544 INFO kablam! | ----^^^^ Oct 27 05:54:33.544 INFO kablam! | | Oct 27 05:54:33.544 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.544 INFO kablam! Oct 27 05:54:33.544 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.544 INFO kablam! --> src/ai.rs:21:21 Oct 27 05:54:33.544 INFO kablam! | Oct 27 05:54:33.544 INFO kablam! 21 | pub fn exchange_dog(mut players: &mut Vec, Oct 27 05:54:33.545 INFO kablam! | ----^^^^^^^ Oct 27 05:54:33.545 INFO kablam! | | Oct 27 05:54:33.545 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.545 INFO kablam! Oct 27 05:54:33.615 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.615 INFO kablam! --> src/game.rs:131:26 Oct 27 05:54:33.615 INFO kablam! | Oct 27 05:54:33.615 INFO kablam! 131 | fn sort_by_playing_order(mut players: &mut Vec, starting_player_id: i32) { Oct 27 05:54:33.615 INFO kablam! | ----^^^^^^^ Oct 27 05:54:33.616 INFO kablam! | | Oct 27 05:54:33.616 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.616 INFO kablam! | Oct 27 05:54:33.616 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:54:33.616 INFO kablam! Oct 27 05:54:33.619 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.619 INFO kablam! --> src/game.rs:282:19 Oct 27 05:54:33.619 INFO kablam! | Oct 27 05:54:33.619 INFO kablam! 282 | fn deal_with_fool(mut cards_played: &mut Heap, Oct 27 05:54:33.619 INFO kablam! | ----^^^^^^^^^^^^ Oct 27 05:54:33.619 INFO kablam! | | Oct 27 05:54:33.619 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.619 INFO kablam! Oct 27 05:54:33.619 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.619 INFO kablam! --> src/game.rs:283:19 Oct 27 05:54:33.619 INFO kablam! | Oct 27 05:54:33.619 INFO kablam! 283 | mut game: &mut Game, Oct 27 05:54:33.619 INFO kablam! | ----^^^^ Oct 27 05:54:33.619 INFO kablam! | | Oct 27 05:54:33.619 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.619 INFO kablam! Oct 27 05:54:33.651 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.651 INFO kablam! --> src/ai.rs:21:21 Oct 27 05:54:33.651 INFO kablam! | Oct 27 05:54:33.651 INFO kablam! 21 | pub fn exchange_dog(mut players: &mut Vec, Oct 27 05:54:33.651 INFO kablam! | ----^^^^^^^ Oct 27 05:54:33.651 INFO kablam! | | Oct 27 05:54:33.651 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.651 INFO kablam! Oct 27 05:54:33.689 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 27 05:54:33.689 INFO kablam! su: No module specific data is present Oct 27 05:54:34.465 INFO running `"docker" "rm" "-f" "49073522a10c6d6e5ec9c3413a1a6fc6038d2c47a1503fe860dea62c51948817"` Oct 27 05:54:34.795 INFO blam! 49073522a10c6d6e5ec9c3413a1a6fc6038d2c47a1503fe860dea62c51948817