Oct 12 19:32:39.723 INFO checking joshhansen/Umpire against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 19:32:39.725 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 19:32:40.348 INFO blam! edce56ca6b9ed7d33879a04920d6aa13b63e495a8cdd297da30e050e504120d8 Oct 12 19:32:40.349 INFO running `"docker" "start" "-a" "edce56ca6b9ed7d33879a04920d6aa13b63e495a8cdd297da30e050e504120d8"` Oct 12 19:32:41.213 INFO kablam! usermod: no changes Oct 12 19:32:41.356 INFO kablam! Checking sample v0.6.2 Oct 12 19:32:41.356 INFO kablam! Checking termion v1.3.0 Oct 12 19:32:51.743 INFO kablam! Checking umpire v0.1.0 (/source) Oct 12 19:32:53.802 INFO kablam! warning: unused variable: `loc` Oct 12 19:32:53.802 INFO kablam! --> src/game/mod.rs:476:61 Oct 12 19:32:53.802 INFO kablam! | Oct 12 19:32:53.802 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 12 19:32:53.802 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 12 19:32:53.803 INFO kablam! | Oct 12 19:32:53.803 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:32:53.804 INFO kablam! Oct 12 19:32:53.804 INFO kablam! warning: unused variable: `orders` Oct 12 19:32:53.804 INFO kablam! --> src/game/mod.rs:476:76 Oct 12 19:32:53.804 INFO kablam! | Oct 12 19:32:53.804 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 12 19:32:53.804 INFO kablam! | ^^^^^^ help: consider using `_orders` instead Oct 12 19:32:53.804 INFO kablam! Oct 12 19:32:53.804 INFO kablam! warning: unused variable: `ui` Oct 12 19:32:53.804 INFO kablam! --> src/game/mod.rs:476:100 Oct 12 19:32:53.804 INFO kablam! | Oct 12 19:32:53.804 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 12 19:32:53.804 INFO kablam! | ^^ help: consider using `_ui` instead Oct 12 19:32:53.804 INFO kablam! Oct 12 19:32:53.808 INFO kablam! warning: unused variable: `loc` Oct 12 19:32:53.812 INFO kablam! --> src/game/mod.rs:552:19 Oct 12 19:32:53.812 INFO kablam! | Oct 12 19:32:53.812 INFO kablam! 552 | fn get(&self, loc: Location) -> Option<&ResolvedObs> { Oct 12 19:32:53.812 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 12 19:32:53.812 INFO kablam! Oct 12 19:32:54.193 INFO kablam! warning: method is never used: `tile_mut` Oct 12 19:32:54.193 INFO kablam! --> src/game/mod.rs:280:5 Oct 12 19:32:54.193 INFO kablam! | Oct 12 19:32:54.193 INFO kablam! 280 | fn tile_mut(&mut self, loc: Location) -> Option<&mut Tile> { Oct 12 19:32:54.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:32:54.193 INFO kablam! | Oct 12 19:32:54.193 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:32:54.193 INFO kablam! Oct 12 19:32:54.193 INFO kablam! warning: method is never used: `unit_mut` Oct 12 19:32:54.193 INFO kablam! --> src/game/mod.rs:315:5 Oct 12 19:32:54.193 INFO kablam! | Oct 12 19:32:54.193 INFO kablam! 315 | fn unit_mut(&mut self, loc: Location) -> Option<&mut Unit> { Oct 12 19:32:54.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:32:54.193 INFO kablam! Oct 12 19:32:54.193 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 12 19:32:54.193 INFO kablam! --> src/main.rs:29:12 Oct 12 19:32:54.193 INFO kablam! | Oct 12 19:32:54.193 INFO kablam! 29 | #![feature(conservative_impl_trait)] Oct 12 19:32:54.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:32:54.193 INFO kablam! | Oct 12 19:32:54.193 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 19:32:54.193 INFO kablam! Oct 12 19:32:54.643 INFO kablam! warning: unused variable: `map` Oct 12 19:32:54.643 INFO kablam! --> src/map/grid.rs:323:13 Oct 12 19:32:54.643 INFO kablam! | Oct 12 19:32:54.643 INFO kablam! 323 | let map: LocationGrid = LocationGrid::try_from( Oct 12 19:32:54.643 INFO kablam! | ^^^ help: consider using `_map` instead Oct 12 19:32:54.643 INFO kablam! | Oct 12 19:32:54.644 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:32:54.644 INFO kablam! Oct 12 19:32:54.647 INFO kablam! warning: unused variable: `loc` Oct 12 19:32:54.647 INFO kablam! --> src/game/mod.rs:476:61 Oct 12 19:32:54.647 INFO kablam! | Oct 12 19:32:54.647 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 12 19:32:54.647 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 12 19:32:54.647 INFO kablam! Oct 12 19:32:54.648 INFO kablam! warning: unused variable: `orders` Oct 12 19:32:54.648 INFO kablam! --> src/game/mod.rs:476:76 Oct 12 19:32:54.648 INFO kablam! | Oct 12 19:32:54.648 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 12 19:32:54.648 INFO kablam! | ^^^^^^ help: consider using `_orders` instead Oct 12 19:32:54.648 INFO kablam! Oct 12 19:32:54.648 INFO kablam! warning: unused variable: `ui` Oct 12 19:32:54.648 INFO kablam! --> src/game/mod.rs:476:100 Oct 12 19:32:54.648 INFO kablam! | Oct 12 19:32:54.648 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 12 19:32:54.648 INFO kablam! | ^^ help: consider using `_ui` instead Oct 12 19:32:54.650 INFO kablam! Oct 12 19:32:54.650 INFO kablam! warning: unused variable: `loc` Oct 12 19:32:54.650 INFO kablam! --> src/game/mod.rs:552:19 Oct 12 19:32:54.650 INFO kablam! | Oct 12 19:32:54.650 INFO kablam! 552 | fn get(&self, loc: Location) -> Option<&ResolvedObs> { Oct 12 19:32:54.650 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 12 19:32:54.650 INFO kablam! Oct 12 19:32:55.143 INFO kablam! warning: method is never used: `tile_mut` Oct 12 19:32:55.143 INFO kablam! --> src/game/mod.rs:280:5 Oct 12 19:32:55.143 INFO kablam! | Oct 12 19:32:55.143 INFO kablam! 280 | fn tile_mut(&mut self, loc: Location) -> Option<&mut Tile> { Oct 12 19:32:55.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:32:55.144 INFO kablam! | Oct 12 19:32:55.144 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:32:55.144 INFO kablam! Oct 12 19:32:55.144 INFO kablam! warning: method is never used: `unit_mut` Oct 12 19:32:55.144 INFO kablam! --> src/game/mod.rs:315:5 Oct 12 19:32:55.144 INFO kablam! | Oct 12 19:32:55.144 INFO kablam! 315 | fn unit_mut(&mut self, loc: Location) -> Option<&mut Unit> { Oct 12 19:32:55.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:32:55.144 INFO kablam! Oct 12 19:32:55.146 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 12 19:32:55.146 INFO kablam! --> src/main.rs:29:12 Oct 12 19:32:55.146 INFO kablam! | Oct 12 19:32:55.146 INFO kablam! 29 | #![feature(conservative_impl_trait)] Oct 12 19:32:55.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:32:55.146 INFO kablam! | Oct 12 19:32:55.146 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 19:32:55.146 INFO kablam! Oct 12 19:32:55.270 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.02s Oct 12 19:32:55.274 INFO kablam! su: No module specific data is present Oct 12 19:32:55.668 INFO running `"docker" "rm" "-f" "edce56ca6b9ed7d33879a04920d6aa13b63e495a8cdd297da30e050e504120d8"` Oct 12 19:32:55.801 INFO blam! edce56ca6b9ed7d33879a04920d6aa13b63e495a8cdd297da30e050e504120d8