Oct 27 05:54:30.859 INFO checking denismerigoux/tarot against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:54:30.860 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 27 05:54:31.395 INFO blam! 8702676f48e109992d82ed410227956df28d3aadf136b31742954f4b642f99b8 Oct 27 05:54:31.395 INFO running `"docker" "start" "-a" "8702676f48e109992d82ed410227956df28d3aadf136b31742954f4b642f99b8"` Oct 27 05:54:32.368 INFO kablam! usermod: no changes Oct 27 05:54:32.442 INFO kablam! Checking tarot v0.0.1 (/source) Oct 27 05:54:33.545 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.545 INFO kablam! --> src/game.rs:131:26 Oct 27 05:54:33.545 INFO kablam! | Oct 27 05:54:33.545 INFO kablam! 131 | fn sort_by_playing_order(mut players: &mut Vec, starting_player_id: i32) { 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.545 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:54:33.545 INFO kablam! Oct 27 05:54:33.555 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.555 INFO kablam! --> src/game.rs:282:19 Oct 27 05:54:33.555 INFO kablam! | Oct 27 05:54:33.555 INFO kablam! 282 | fn deal_with_fool(mut cards_played: &mut Heap, Oct 27 05:54:33.555 INFO kablam! | ----^^^^^^^^^^^^ Oct 27 05:54:33.555 INFO kablam! | | Oct 27 05:54:33.555 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.555 INFO kablam! Oct 27 05:54:33.556 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.556 INFO kablam! --> src/game.rs:283:19 Oct 27 05:54:33.556 INFO kablam! | Oct 27 05:54:33.556 INFO kablam! 283 | mut game: &mut Game, Oct 27 05:54:33.556 INFO kablam! | ----^^^^ Oct 27 05:54:33.556 INFO kablam! | | Oct 27 05:54:33.556 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.556 INFO kablam! Oct 27 05:54:33.571 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.571 INFO kablam! --> src/ai.rs:21:21 Oct 27 05:54:33.571 INFO kablam! | Oct 27 05:54:33.571 INFO kablam! 21 | pub fn exchange_dog(mut players: &mut Vec, Oct 27 05:54:33.571 INFO kablam! | ----^^^^^^^ Oct 27 05:54:33.571 INFO kablam! | | Oct 27 05:54:33.571 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.571 INFO kablam! Oct 27 05:54:33.691 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.691 INFO kablam! --> src/game.rs:131:26 Oct 27 05:54:33.691 INFO kablam! | Oct 27 05:54:33.691 INFO kablam! 131 | fn sort_by_playing_order(mut players: &mut Vec, starting_player_id: i32) { Oct 27 05:54:33.691 INFO kablam! | ----^^^^^^^ Oct 27 05:54:33.691 INFO kablam! | | Oct 27 05:54:33.691 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.691 INFO kablam! | Oct 27 05:54:33.691 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:54:33.691 INFO kablam! Oct 27 05:54:33.691 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.691 INFO kablam! --> src/game.rs:282:19 Oct 27 05:54:33.691 INFO kablam! | Oct 27 05:54:33.691 INFO kablam! 282 | fn deal_with_fool(mut cards_played: &mut Heap, Oct 27 05:54:33.691 INFO kablam! | ----^^^^^^^^^^^^ Oct 27 05:54:33.691 INFO kablam! | | Oct 27 05:54:33.691 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.691 INFO kablam! Oct 27 05:54:33.691 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.691 INFO kablam! --> src/game.rs:283:19 Oct 27 05:54:33.691 INFO kablam! | Oct 27 05:54:33.691 INFO kablam! 283 | mut game: &mut Game, Oct 27 05:54:33.691 INFO kablam! | ----^^^^ Oct 27 05:54:33.691 INFO kablam! | | Oct 27 05:54:33.691 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.691 INFO kablam! Oct 27 05:54:33.715 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:33.715 INFO kablam! --> src/ai.rs:21:21 Oct 27 05:54:33.715 INFO kablam! | Oct 27 05:54:33.715 INFO kablam! 21 | pub fn exchange_dog(mut players: &mut Vec, Oct 27 05:54:33.715 INFO kablam! | ----^^^^^^^ Oct 27 05:54:33.715 INFO kablam! | | Oct 27 05:54:33.715 INFO kablam! | help: remove this `mut` Oct 27 05:54:33.715 INFO kablam! Oct 27 05:54:33.783 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 27 05:54:33.783 INFO kablam! su: No module specific data is present Oct 27 05:54:34.473 INFO running `"docker" "rm" "-f" "8702676f48e109992d82ed410227956df28d3aadf136b31742954f4b642f99b8"` Oct 27 05:54:34.687 INFO blam! 8702676f48e109992d82ed410227956df28d3aadf136b31742954f4b642f99b8