Oct 27 07:06:27.820 INFO checking calebmeyer/war against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 07:06:27.821 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 07:06:28.276 INFO blam! e3617815865a516c01c1f0049be309b28c1dcb0f1811f40a242656caf54c50f8 Oct 27 07:06:28.278 INFO running `"docker" "start" "-a" "e3617815865a516c01c1f0049be309b28c1dcb0f1811f40a242656caf54c50f8"` Oct 27 07:06:30.254 INFO kablam! usermod: no changes Oct 27 07:06:30.335 INFO kablam! Checking war v0.1.0 (/source) Oct 27 07:06:31.198 INFO kablam! warning: unused variable: `cards` Oct 27 07:06:31.198 INFO kablam! --> src/deck.rs:24:28 Oct 27 07:06:31.198 INFO kablam! | Oct 27 07:06:31.199 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 27 07:06:31.199 INFO kablam! | ^^^^^ help: consider using `_cards` instead Oct 27 07:06:31.199 INFO kablam! | Oct 27 07:06:31.200 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 07:06:31.200 INFO kablam! Oct 27 07:06:31.200 INFO kablam! warning: unused variable: `other_deck` Oct 27 07:06:31.200 INFO kablam! --> src/deck.rs:24:46 Oct 27 07:06:31.201 INFO kablam! | Oct 27 07:06:31.201 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 27 07:06:31.201 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_deck` instead Oct 27 07:06:31.201 INFO kablam! Oct 27 07:06:31.246 INFO kablam! warning: method is never used: `give` Oct 27 07:06:31.246 INFO kablam! --> src/deck.rs:24:5 Oct 27 07:06:31.246 INFO kablam! | Oct 27 07:06:31.246 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 27 07:06:31.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:06:31.246 INFO kablam! | Oct 27 07:06:31.246 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:06:31.246 INFO kablam! Oct 27 07:06:31.246 INFO kablam! warning: type alias is never used: `DiscardPile` Oct 27 07:06:31.246 INFO kablam! --> src/deck.rs:30:1 Oct 27 07:06:31.246 INFO kablam! | Oct 27 07:06:31.246 INFO kablam! 30 | type DiscardPile = Deck; // A discard pile is just a faceup deck Oct 27 07:06:31.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:06:31.246 INFO kablam! Oct 27 07:06:31.396 INFO kablam! warning: unused variable: `cards` Oct 27 07:06:31.397 INFO kablam! --> src/deck.rs:24:28 Oct 27 07:06:31.397 INFO kablam! | Oct 27 07:06:31.397 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 27 07:06:31.397 INFO kablam! | ^^^^^ help: consider using `_cards` instead Oct 27 07:06:31.398 INFO kablam! | Oct 27 07:06:31.398 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 07:06:31.398 INFO kablam! Oct 27 07:06:31.398 INFO kablam! warning: unused variable: `other_deck` Oct 27 07:06:31.399 INFO kablam! --> src/deck.rs:24:46 Oct 27 07:06:31.399 INFO kablam! | Oct 27 07:06:31.399 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 27 07:06:31.400 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_deck` instead Oct 27 07:06:31.400 INFO kablam! Oct 27 07:06:31.418 INFO kablam! warning: method is never used: `give` Oct 27 07:06:31.418 INFO kablam! --> src/deck.rs:24:5 Oct 27 07:06:31.419 INFO kablam! | Oct 27 07:06:31.419 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 27 07:06:31.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:06:31.420 INFO kablam! | Oct 27 07:06:31.420 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:06:31.420 INFO kablam! Oct 27 07:06:31.420 INFO kablam! warning: type alias is never used: `DiscardPile` Oct 27 07:06:31.421 INFO kablam! --> src/deck.rs:30:1 Oct 27 07:06:31.421 INFO kablam! | Oct 27 07:06:31.421 INFO kablam! 30 | type DiscardPile = Deck; // A discard pile is just a faceup deck Oct 27 07:06:31.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:06:31.422 INFO kablam! Oct 27 07:06:31.492 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 27 07:06:31.496 INFO kablam! su: No module specific data is present Oct 27 07:06:32.535 INFO running `"docker" "rm" "-f" "e3617815865a516c01c1f0049be309b28c1dcb0f1811f40a242656caf54c50f8"` Oct 27 07:06:32.753 INFO blam! e3617815865a516c01c1f0049be309b28c1dcb0f1811f40a242656caf54c50f8