Oct 12 23:57:57.853 INFO checking calebmeyer/war against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 23:57:57.853 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 23:57:58.294 INFO blam! 6a70addbdc575d21c87eb78734aa63e11eb2521b5c2a75ec6ee2bf231dedd137 Oct 12 23:57:58.308 INFO running `"docker" "start" "-a" "6a70addbdc575d21c87eb78734aa63e11eb2521b5c2a75ec6ee2bf231dedd137"` Oct 12 23:58:00.209 INFO kablam! usermod: no changes Oct 12 23:58:00.312 INFO kablam! Checking war v0.1.0 (/source) Oct 12 23:58:01.532 INFO kablam! warning: unused variable: `cards` Oct 12 23:58:01.532 INFO kablam! --> src/deck.rs:24:28 Oct 12 23:58:01.532 INFO kablam! | Oct 12 23:58:01.532 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 12 23:58:01.532 INFO kablam! | ^^^^^ help: consider using `_cards` instead Oct 12 23:58:01.532 INFO kablam! | Oct 12 23:58:01.532 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:58:01.532 INFO kablam! Oct 12 23:58:01.532 INFO kablam! warning: unused variable: `other_deck` Oct 12 23:58:01.532 INFO kablam! --> src/deck.rs:24:46 Oct 12 23:58:01.532 INFO kablam! | Oct 12 23:58:01.532 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 12 23:58:01.533 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_deck` instead Oct 12 23:58:01.533 INFO kablam! Oct 12 23:58:01.533 INFO kablam! warning: method is never used: `give` Oct 12 23:58:01.533 INFO kablam! --> src/deck.rs:24:5 Oct 12 23:58:01.533 INFO kablam! | Oct 12 23:58:01.533 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 12 23:58:01.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:58:01.533 INFO kablam! | Oct 12 23:58:01.533 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:58:01.533 INFO kablam! Oct 12 23:58:01.533 INFO kablam! warning: type alias is never used: `DiscardPile` Oct 12 23:58:01.533 INFO kablam! --> src/deck.rs:30:1 Oct 12 23:58:01.533 INFO kablam! | Oct 12 23:58:01.533 INFO kablam! 30 | type DiscardPile = Deck; // A discard pile is just a faceup deck Oct 12 23:58:01.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:58:01.533 INFO kablam! Oct 12 23:58:01.692 INFO kablam! warning: unused variable: `cards` Oct 12 23:58:01.692 INFO kablam! --> src/deck.rs:24:28 Oct 12 23:58:01.692 INFO kablam! | Oct 12 23:58:01.692 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 12 23:58:01.692 INFO kablam! | ^^^^^ help: consider using `_cards` instead Oct 12 23:58:01.692 INFO kablam! | Oct 12 23:58:01.692 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:58:01.699 INFO kablam! Oct 12 23:58:01.699 INFO kablam! warning: unused variable: `other_deck` Oct 12 23:58:01.699 INFO kablam! --> src/deck.rs:24:46 Oct 12 23:58:01.699 INFO kablam! | Oct 12 23:58:01.699 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 12 23:58:01.699 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_deck` instead Oct 12 23:58:01.699 INFO kablam! Oct 12 23:58:01.724 INFO kablam! warning: method is never used: `give` Oct 12 23:58:01.724 INFO kablam! --> src/deck.rs:24:5 Oct 12 23:58:01.724 INFO kablam! | Oct 12 23:58:01.724 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 12 23:58:01.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:58:01.724 INFO kablam! | Oct 12 23:58:01.724 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:58:01.724 INFO kablam! Oct 12 23:58:01.724 INFO kablam! warning: type alias is never used: `DiscardPile` Oct 12 23:58:01.724 INFO kablam! --> src/deck.rs:30:1 Oct 12 23:58:01.724 INFO kablam! | Oct 12 23:58:01.724 INFO kablam! 30 | type DiscardPile = Deck; // A discard pile is just a faceup deck Oct 12 23:58:01.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:58:01.724 INFO kablam! Oct 12 23:58:01.784 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 12 23:58:01.784 INFO kablam! su: No module specific data is present Oct 12 23:58:03.053 INFO running `"docker" "rm" "-f" "6a70addbdc575d21c87eb78734aa63e11eb2521b5c2a75ec6ee2bf231dedd137"` Oct 12 23:58:03.365 INFO blam! 6a70addbdc575d21c87eb78734aa63e11eb2521b5c2a75ec6ee2bf231dedd137