Oct 21 19:06:13.688 INFO checking calebmeyer/war against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:06:13.688 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 19:06:14.011 INFO blam! f28644c8d5510a45d29b3c96bfccb0d2f8b0bb0f14d6bd16c352c728d3cb620d Oct 21 19:06:14.012 INFO running `"docker" "start" "-a" "f28644c8d5510a45d29b3c96bfccb0d2f8b0bb0f14d6bd16c352c728d3cb620d"` Oct 21 19:06:15.120 INFO kablam! usermod: no changes Oct 21 19:06:15.208 INFO kablam! Checking war v0.1.0 (/source) Oct 21 19:06:16.026 INFO kablam! warning: unused variable: `cards` Oct 21 19:06:16.026 INFO kablam! --> src/deck.rs:24:28 Oct 21 19:06:16.026 INFO kablam! | Oct 21 19:06:16.026 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 21 19:06:16.026 INFO kablam! | ^^^^^ help: consider using `_cards` instead Oct 21 19:06:16.026 INFO kablam! | Oct 21 19:06:16.026 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 19:06:16.026 INFO kablam! Oct 21 19:06:16.026 INFO kablam! warning: unused variable: `other_deck` Oct 21 19:06:16.026 INFO kablam! --> src/deck.rs:24:46 Oct 21 19:06:16.026 INFO kablam! | Oct 21 19:06:16.026 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 21 19:06:16.026 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_deck` instead Oct 21 19:06:16.026 INFO kablam! Oct 21 19:06:16.042 INFO kablam! warning: method is never used: `give` Oct 21 19:06:16.042 INFO kablam! --> src/deck.rs:24:5 Oct 21 19:06:16.042 INFO kablam! | Oct 21 19:06:16.042 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 21 19:06:16.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:06:16.043 INFO kablam! | Oct 21 19:06:16.043 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:06:16.043 INFO kablam! Oct 21 19:06:16.043 INFO kablam! warning: type alias is never used: `DiscardPile` Oct 21 19:06:16.043 INFO kablam! --> src/deck.rs:30:1 Oct 21 19:06:16.043 INFO kablam! | Oct 21 19:06:16.043 INFO kablam! 30 | type DiscardPile = Deck; // A discard pile is just a faceup deck Oct 21 19:06:16.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:06:16.043 INFO kablam! Oct 21 19:06:16.416 INFO kablam! warning: unused variable: `cards` Oct 21 19:06:16.417 INFO kablam! --> src/deck.rs:24:28 Oct 21 19:06:16.417 INFO kablam! | Oct 21 19:06:16.417 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 21 19:06:16.418 INFO kablam! | ^^^^^ help: consider using `_cards` instead Oct 21 19:06:16.418 INFO kablam! | Oct 21 19:06:16.418 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 19:06:16.418 INFO kablam! Oct 21 19:06:16.418 INFO kablam! warning: unused variable: `other_deck` Oct 21 19:06:16.418 INFO kablam! --> src/deck.rs:24:46 Oct 21 19:06:16.418 INFO kablam! | Oct 21 19:06:16.418 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 21 19:06:16.418 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_deck` instead Oct 21 19:06:16.418 INFO kablam! Oct 21 19:06:16.430 INFO kablam! warning: method is never used: `give` Oct 21 19:06:16.430 INFO kablam! --> src/deck.rs:24:5 Oct 21 19:06:16.430 INFO kablam! | Oct 21 19:06:16.430 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 21 19:06:16.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:06:16.431 INFO kablam! | Oct 21 19:06:16.431 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:06:16.431 INFO kablam! Oct 21 19:06:16.431 INFO kablam! warning: type alias is never used: `DiscardPile` Oct 21 19:06:16.431 INFO kablam! --> src/deck.rs:30:1 Oct 21 19:06:16.431 INFO kablam! | Oct 21 19:06:16.431 INFO kablam! 30 | type DiscardPile = Deck; // A discard pile is just a faceup deck Oct 21 19:06:16.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:06:16.431 INFO kablam! Oct 21 19:06:16.472 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 21 19:06:16.488 INFO kablam! su: No module specific data is present Oct 21 19:06:17.449 INFO running `"docker" "rm" "-f" "f28644c8d5510a45d29b3c96bfccb0d2f8b0bb0f14d6bd16c352c728d3cb620d"` Oct 21 19:06:17.756 INFO blam! f28644c8d5510a45d29b3c96bfccb0d2f8b0bb0f14d6bd16c352c728d3cb620d