Oct 12 23:57:57.528 INFO checking calebmeyer/war against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 23:57:57.529 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.011 INFO blam! 9a031c26abd3b21c6db8443e2dfdd17f646eb3d6e4426b5ee80481eb7b9fde85 Oct 12 23:57:58.014 INFO running `"docker" "start" "-a" "9a031c26abd3b21c6db8443e2dfdd17f646eb3d6e4426b5ee80481eb7b9fde85"` Oct 12 23:57:59.892 INFO kablam! usermod: no changes Oct 12 23:57:59.952 INFO kablam! Checking war v0.1.0 (/source) Oct 12 23:58:01.232 INFO kablam! warning: unused variable: `cards` Oct 12 23:58:01.233 INFO kablam! --> src/deck.rs:24:28 Oct 12 23:58:01.233 INFO kablam! | Oct 12 23:58:01.233 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 12 23:58:01.234 INFO kablam! | ^^^^^ help: consider using `_cards` instead Oct 12 23:58:01.234 INFO kablam! | Oct 12 23:58:01.234 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:58:01.235 INFO kablam! Oct 12 23:58:01.235 INFO kablam! warning: unused variable: `other_deck` Oct 12 23:58:01.235 INFO kablam! --> src/deck.rs:24:46 Oct 12 23:58:01.235 INFO kablam! | Oct 12 23:58:01.236 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 12 23:58:01.236 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_deck` instead Oct 12 23:58:01.236 INFO kablam! Oct 12 23:58:01.252 INFO kablam! warning: method is never used: `give` Oct 12 23:58:01.253 INFO kablam! --> src/deck.rs:24:5 Oct 12 23:58:01.253 INFO kablam! | Oct 12 23:58:01.253 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 12 23:58:01.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:58:01.254 INFO kablam! | Oct 12 23:58:01.254 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:58:01.254 INFO kablam! Oct 12 23:58:01.254 INFO kablam! warning: type alias is never used: `DiscardPile` Oct 12 23:58:01.254 INFO kablam! --> src/deck.rs:30:1 Oct 12 23:58:01.255 INFO kablam! | Oct 12 23:58:01.255 INFO kablam! 30 | type DiscardPile = Deck; // A discard pile is just a faceup deck Oct 12 23:58:01.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:58:01.255 INFO kablam! Oct 12 23:58:01.300 INFO kablam! warning: unused variable: `cards` Oct 12 23:58:01.301 INFO kablam! --> src/deck.rs:24:28 Oct 12 23:58:01.301 INFO kablam! | Oct 12 23:58:01.301 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 12 23:58:01.301 INFO kablam! | ^^^^^ help: consider using `_cards` instead Oct 12 23:58:01.301 INFO kablam! | Oct 12 23:58:01.301 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:58:01.301 INFO kablam! Oct 12 23:58:01.301 INFO kablam! warning: unused variable: `other_deck` Oct 12 23:58:01.301 INFO kablam! --> src/deck.rs:24:46 Oct 12 23:58:01.301 INFO kablam! | Oct 12 23:58:01.301 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 12 23:58:01.301 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_deck` instead Oct 12 23:58:01.301 INFO kablam! Oct 12 23:58:01.320 INFO kablam! warning: method is never used: `give` Oct 12 23:58:01.320 INFO kablam! --> src/deck.rs:24:5 Oct 12 23:58:01.320 INFO kablam! | Oct 12 23:58:01.320 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 12 23:58:01.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:58:01.320 INFO kablam! | Oct 12 23:58:01.320 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:58:01.320 INFO kablam! Oct 12 23:58:01.320 INFO kablam! warning: type alias is never used: `DiscardPile` Oct 12 23:58:01.320 INFO kablam! --> src/deck.rs:30:1 Oct 12 23:58:01.320 INFO kablam! | Oct 12 23:58:01.320 INFO kablam! 30 | type DiscardPile = Deck; // A discard pile is just a faceup deck Oct 12 23:58:01.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:58:01.323 INFO kablam! Oct 12 23:58:01.362 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 12 23:58:01.365 INFO kablam! su: No module specific data is present Oct 12 23:58:02.640 INFO running `"docker" "rm" "-f" "9a031c26abd3b21c6db8443e2dfdd17f646eb3d6e4426b5ee80481eb7b9fde85"` Oct 12 23:58:03.012 INFO blam! 9a031c26abd3b21c6db8443e2dfdd17f646eb3d6e4426b5ee80481eb7b9fde85