Oct 21 16:47:13.796 INFO checking joshhansen/Umpire against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:47:13.796 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16:47:14.424 INFO blam! c6880f27c2b4aa6b88e0a3a46b4de54e012685e320858f0c1d8e1947cd5de704 Oct 21 16:47:14.428 INFO running `"docker" "start" "-a" "c6880f27c2b4aa6b88e0a3a46b4de54e012685e320858f0c1d8e1947cd5de704"` Oct 21 16:47:15.564 INFO kablam! usermod: no changes Oct 21 16:47:15.687 INFO kablam! Checking sample v0.6.2 Oct 21 16:47:15.696 INFO kablam! Checking term_size v0.3.0 Oct 21 16:47:15.709 INFO kablam! Checking termion v1.3.0 Oct 21 16:47:16.492 INFO kablam! Checking clap v2.23.2 Oct 21 16:47:27.590 INFO kablam! Checking umpire v0.1.0 (/source) Oct 21 16:47:29.144 INFO kablam! warning: unused variable: `loc` Oct 21 16:47:29.144 INFO kablam! --> src/game/mod.rs:476:61 Oct 21 16:47:29.145 INFO kablam! | Oct 21 16:47:29.145 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 21 16:47:29.145 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 21 16:47:29.146 INFO kablam! | Oct 21 16:47:29.146 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:47:29.146 INFO kablam! Oct 21 16:47:29.147 INFO kablam! warning: unused variable: `orders` Oct 21 16:47:29.147 INFO kablam! --> src/game/mod.rs:476:76 Oct 21 16:47:29.147 INFO kablam! | Oct 21 16:47:29.148 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 21 16:47:29.148 INFO kablam! | ^^^^^^ help: consider using `_orders` instead Oct 21 16:47:29.148 INFO kablam! Oct 21 16:47:29.148 INFO kablam! warning: unused variable: `ui` Oct 21 16:47:29.149 INFO kablam! --> src/game/mod.rs:476:100 Oct 21 16:47:29.149 INFO kablam! | Oct 21 16:47:29.149 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 21 16:47:29.150 INFO kablam! | ^^ help: consider using `_ui` instead Oct 21 16:47:29.150 INFO kablam! Oct 21 16:47:29.150 INFO kablam! warning: unused variable: `loc` Oct 21 16:47:29.150 INFO kablam! --> src/game/mod.rs:552:19 Oct 21 16:47:29.151 INFO kablam! | Oct 21 16:47:29.151 INFO kablam! 552 | fn get(&self, loc: Location) -> Option<&ResolvedObs> { Oct 21 16:47:29.151 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 21 16:47:29.151 INFO kablam! Oct 21 16:47:29.512 INFO kablam! warning: method is never used: `tile_mut` Oct 21 16:47:29.512 INFO kablam! --> src/game/mod.rs:280:5 Oct 21 16:47:29.512 INFO kablam! | Oct 21 16:47:29.512 INFO kablam! 280 | fn tile_mut(&mut self, loc: Location) -> Option<&mut Tile> { Oct 21 16:47:29.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:47:29.512 INFO kablam! | Oct 21 16:47:29.512 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:47:29.512 INFO kablam! Oct 21 16:47:29.512 INFO kablam! warning: method is never used: `unit_mut` Oct 21 16:47:29.512 INFO kablam! --> src/game/mod.rs:315:5 Oct 21 16:47:29.512 INFO kablam! | Oct 21 16:47:29.512 INFO kablam! 315 | fn unit_mut(&mut self, loc: Location) -> Option<&mut Unit> { Oct 21 16:47:29.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:47:29.512 INFO kablam! Oct 21 16:47:29.512 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 21 16:47:29.512 INFO kablam! --> src/main.rs:29:12 Oct 21 16:47:29.512 INFO kablam! | Oct 21 16:47:29.512 INFO kablam! 29 | #![feature(conservative_impl_trait)] Oct 21 16:47:29.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:47:29.512 INFO kablam! | Oct 21 16:47:29.512 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 16:47:29.512 INFO kablam! Oct 21 16:47:30.071 INFO kablam! warning: unused variable: `map` Oct 21 16:47:30.071 INFO kablam! --> src/map/grid.rs:323:13 Oct 21 16:47:30.071 INFO kablam! | Oct 21 16:47:30.071 INFO kablam! 323 | let map: LocationGrid = LocationGrid::try_from( Oct 21 16:47:30.071 INFO kablam! | ^^^ help: consider using `_map` instead Oct 21 16:47:30.071 INFO kablam! | Oct 21 16:47:30.071 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:47:30.071 INFO kablam! Oct 21 16:47:30.073 INFO kablam! warning: unused variable: `loc` Oct 21 16:47:30.073 INFO kablam! --> src/game/mod.rs:476:61 Oct 21 16:47:30.073 INFO kablam! | Oct 21 16:47:30.073 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 21 16:47:30.073 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 21 16:47:30.073 INFO kablam! Oct 21 16:47:30.073 INFO kablam! warning: unused variable: `orders` Oct 21 16:47:30.073 INFO kablam! --> src/game/mod.rs:476:76 Oct 21 16:47:30.073 INFO kablam! | Oct 21 16:47:30.073 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 21 16:47:30.073 INFO kablam! | ^^^^^^ help: consider using `_orders` instead Oct 21 16:47:30.073 INFO kablam! Oct 21 16:47:30.073 INFO kablam! warning: unused variable: `ui` Oct 21 16:47:30.073 INFO kablam! --> src/game/mod.rs:476:100 Oct 21 16:47:30.073 INFO kablam! | Oct 21 16:47:30.073 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 21 16:47:30.073 INFO kablam! | ^^ help: consider using `_ui` instead Oct 21 16:47:30.073 INFO kablam! Oct 21 16:47:30.073 INFO kablam! warning: unused variable: `loc` Oct 21 16:47:30.073 INFO kablam! --> src/game/mod.rs:552:19 Oct 21 16:47:30.073 INFO kablam! | Oct 21 16:47:30.073 INFO kablam! 552 | fn get(&self, loc: Location) -> Option<&ResolvedObs> { Oct 21 16:47:30.073 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 21 16:47:30.073 INFO kablam! Oct 21 16:47:30.544 INFO kablam! warning: method is never used: `tile_mut` Oct 21 16:47:30.544 INFO kablam! --> src/game/mod.rs:280:5 Oct 21 16:47:30.545 INFO kablam! | Oct 21 16:47:30.545 INFO kablam! 280 | fn tile_mut(&mut self, loc: Location) -> Option<&mut Tile> { Oct 21 16:47:30.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:47:30.545 INFO kablam! | Oct 21 16:47:30.546 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:47:30.546 INFO kablam! Oct 21 16:47:30.546 INFO kablam! warning: method is never used: `unit_mut` Oct 21 16:47:30.546 INFO kablam! --> src/game/mod.rs:315:5 Oct 21 16:47:30.547 INFO kablam! | Oct 21 16:47:30.547 INFO kablam! 315 | fn unit_mut(&mut self, loc: Location) -> Option<&mut Unit> { Oct 21 16:47:30.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:47:30.547 INFO kablam! Oct 21 16:47:30.548 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 21 16:47:30.548 INFO kablam! --> src/main.rs:29:12 Oct 21 16:47:30.548 INFO kablam! | Oct 21 16:47:30.548 INFO kablam! 29 | #![feature(conservative_impl_trait)] Oct 21 16:47:30.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:47:30.549 INFO kablam! | Oct 21 16:47:30.549 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 16:47:30.549 INFO kablam! Oct 21 16:47:30.651 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.05s Oct 21 16:47:30.655 INFO kablam! su: No module specific data is present Oct 21 16:47:31.355 INFO running `"docker" "rm" "-f" "c6880f27c2b4aa6b88e0a3a46b4de54e012685e320858f0c1d8e1947cd5de704"` Oct 21 16:47:31.457 INFO blam! c6880f27c2b4aa6b88e0a3a46b4de54e012685e320858f0c1d8e1947cd5de704