Oct 27 02:42:10.746 INFO checking joshhansen/Umpire against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 02:42:10.752 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 02:42:11.415 INFO blam! 4e0daa819ff2e961120fbaca5fd3ff206c58e5821bc09d553727be7b0d0d41ed Oct 27 02:42:11.417 INFO running `"docker" "start" "-a" "4e0daa819ff2e961120fbaca5fd3ff206c58e5821bc09d553727be7b0d0d41ed"` Oct 27 02:42:13.212 INFO kablam! usermod: no changes Oct 27 02:42:13.299 INFO kablam! Checking sample v0.6.2 Oct 27 02:42:13.303 INFO kablam! Checking termion v1.3.0 Oct 27 02:42:13.311 INFO kablam! Checking csv v0.15.0 Oct 27 02:42:24.863 INFO kablam! Checking umpire v0.1.0 (/source) Oct 27 02:42:26.580 INFO kablam! warning: unused variable: `loc` Oct 27 02:42:26.580 INFO kablam! --> src/game/mod.rs:476:61 Oct 27 02:42:26.580 INFO kablam! | Oct 27 02:42:26.580 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 27 02:42:26.580 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 27 02:42:26.580 INFO kablam! | Oct 27 02:42:26.580 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:42:26.580 INFO kablam! Oct 27 02:42:26.580 INFO kablam! warning: unused variable: `orders` Oct 27 02:42:26.580 INFO kablam! --> src/game/mod.rs:476:76 Oct 27 02:42:26.580 INFO kablam! | Oct 27 02:42:26.580 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 27 02:42:26.581 INFO kablam! | ^^^^^^ help: consider using `_orders` instead Oct 27 02:42:26.581 INFO kablam! Oct 27 02:42:26.581 INFO kablam! warning: unused variable: `ui` Oct 27 02:42:26.581 INFO kablam! --> src/game/mod.rs:476:100 Oct 27 02:42:26.581 INFO kablam! | Oct 27 02:42:26.581 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 27 02:42:26.581 INFO kablam! | ^^ help: consider using `_ui` instead Oct 27 02:42:26.581 INFO kablam! Oct 27 02:42:26.581 INFO kablam! warning: unused variable: `loc` Oct 27 02:42:26.581 INFO kablam! --> src/game/mod.rs:552:19 Oct 27 02:42:26.581 INFO kablam! | Oct 27 02:42:26.581 INFO kablam! 552 | fn get(&self, loc: Location) -> Option<&ResolvedObs> { Oct 27 02:42:26.581 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 27 02:42:26.581 INFO kablam! Oct 27 02:42:26.846 INFO kablam! warning: method is never used: `tile_mut` Oct 27 02:42:26.847 INFO kablam! --> src/game/mod.rs:280:5 Oct 27 02:42:26.847 INFO kablam! | Oct 27 02:42:26.847 INFO kablam! 280 | fn tile_mut(&mut self, loc: Location) -> Option<&mut Tile> { Oct 27 02:42:26.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:42:26.848 INFO kablam! | Oct 27 02:42:26.848 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:42:26.848 INFO kablam! Oct 27 02:42:26.848 INFO kablam! warning: method is never used: `unit_mut` Oct 27 02:42:26.848 INFO kablam! --> src/game/mod.rs:315:5 Oct 27 02:42:26.849 INFO kablam! | Oct 27 02:42:26.849 INFO kablam! 315 | fn unit_mut(&mut self, loc: Location) -> Option<&mut Unit> { Oct 27 02:42:26.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:42:26.849 INFO kablam! Oct 27 02:42:26.851 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 02:42:26.851 INFO kablam! --> src/main.rs:29:12 Oct 27 02:42:26.851 INFO kablam! | Oct 27 02:42:26.851 INFO kablam! 29 | #![feature(conservative_impl_trait)] Oct 27 02:42:26.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:42:26.851 INFO kablam! | Oct 27 02:42:26.851 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 02:42:26.851 INFO kablam! Oct 27 02:42:27.143 INFO kablam! warning: unused variable: `map` Oct 27 02:42:27.143 INFO kablam! --> src/map/grid.rs:323:13 Oct 27 02:42:27.143 INFO kablam! | Oct 27 02:42:27.143 INFO kablam! 323 | let map: LocationGrid = LocationGrid::try_from( Oct 27 02:42:27.143 INFO kablam! | ^^^ help: consider using `_map` instead Oct 27 02:42:27.143 INFO kablam! | Oct 27 02:42:27.143 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:42:27.143 INFO kablam! Oct 27 02:42:27.143 INFO kablam! warning: unused variable: `loc` Oct 27 02:42:27.144 INFO kablam! --> src/game/mod.rs:476:61 Oct 27 02:42:27.144 INFO kablam! | Oct 27 02:42:27.144 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 27 02:42:27.144 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 27 02:42:27.144 INFO kablam! Oct 27 02:42:27.144 INFO kablam! warning: unused variable: `orders` Oct 27 02:42:27.144 INFO kablam! --> src/game/mod.rs:476:76 Oct 27 02:42:27.144 INFO kablam! | Oct 27 02:42:27.144 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 27 02:42:27.144 INFO kablam! | ^^^^^^ help: consider using `_orders` instead Oct 27 02:42:27.144 INFO kablam! Oct 27 02:42:27.144 INFO kablam! warning: unused variable: `ui` Oct 27 02:42:27.144 INFO kablam! --> src/game/mod.rs:476:100 Oct 27 02:42:27.144 INFO kablam! | Oct 27 02:42:27.144 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 27 02:42:27.144 INFO kablam! | ^^ help: consider using `_ui` instead Oct 27 02:42:27.144 INFO kablam! Oct 27 02:42:27.144 INFO kablam! warning: unused variable: `loc` Oct 27 02:42:27.144 INFO kablam! --> src/game/mod.rs:552:19 Oct 27 02:42:27.144 INFO kablam! | Oct 27 02:42:27.144 INFO kablam! 552 | fn get(&self, loc: Location) -> Option<&ResolvedObs> { Oct 27 02:42:27.144 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 27 02:42:27.144 INFO kablam! Oct 27 02:42:27.631 INFO kablam! warning: method is never used: `tile_mut` Oct 27 02:42:27.632 INFO kablam! --> src/game/mod.rs:280:5 Oct 27 02:42:27.632 INFO kablam! | Oct 27 02:42:27.632 INFO kablam! 280 | fn tile_mut(&mut self, loc: Location) -> Option<&mut Tile> { Oct 27 02:42:27.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:42:27.632 INFO kablam! | Oct 27 02:42:27.632 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:42:27.632 INFO kablam! Oct 27 02:42:27.632 INFO kablam! warning: method is never used: `unit_mut` Oct 27 02:42:27.632 INFO kablam! --> src/game/mod.rs:315:5 Oct 27 02:42:27.632 INFO kablam! | Oct 27 02:42:27.632 INFO kablam! 315 | fn unit_mut(&mut self, loc: Location) -> Option<&mut Unit> { Oct 27 02:42:27.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:42:27.632 INFO kablam! Oct 27 02:42:27.633 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 02:42:27.633 INFO kablam! --> src/main.rs:29:12 Oct 27 02:42:27.633 INFO kablam! | Oct 27 02:42:27.633 INFO kablam! 29 | #![feature(conservative_impl_trait)] Oct 27 02:42:27.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:42:27.633 INFO kablam! | Oct 27 02:42:27.633 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 02:42:27.633 INFO kablam! Oct 27 02:42:27.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.49s Oct 27 02:42:27.738 INFO kablam! su: No module specific data is present Oct 27 02:42:28.031 INFO running `"docker" "rm" "-f" "4e0daa819ff2e961120fbaca5fd3ff206c58e5821bc09d553727be7b0d0d41ed"` Oct 27 02:42:28.136 INFO blam! 4e0daa819ff2e961120fbaca5fd3ff206c58e5821bc09d553727be7b0d0d41ed