Oct 13 03:07:41.089 INFO checking Payathp/text-adventure against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 03:07:41.089 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 03:07:41.430 INFO blam! ba3f55c2778eb7cbe86a61afcf3bcbcf85836d0239d61c13e7500b55b74d8fed Oct 13 03:07:41.432 INFO running `"docker" "start" "-a" "ba3f55c2778eb7cbe86a61afcf3bcbcf85836d0239d61c13e7500b55b74d8fed"` Oct 13 03:07:42.676 INFO kablam! usermod: no changes Oct 13 03:07:42.702 INFO kablam! Checking text-adventure v0.1.0 (/source) Oct 13 03:07:43.388 INFO kablam! warning: unused import: `enemies` Oct 13 03:07:43.388 INFO kablam! --> src/player.rs:1:5 Oct 13 03:07:43.388 INFO kablam! | Oct 13 03:07:43.388 INFO kablam! 1 | use enemies; Oct 13 03:07:43.388 INFO kablam! | ^^^^^^^ Oct 13 03:07:43.388 INFO kablam! | Oct 13 03:07:43.388 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:07:43.388 INFO kablam! Oct 13 03:07:43.412 INFO kablam! warning: unused import: `enemies` Oct 13 03:07:43.412 INFO kablam! --> src/player.rs:1:5 Oct 13 03:07:43.412 INFO kablam! | Oct 13 03:07:43.412 INFO kablam! 1 | use enemies; Oct 13 03:07:43.412 INFO kablam! | ^^^^^^^ Oct 13 03:07:43.412 INFO kablam! | Oct 13 03:07:43.412 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:07:43.412 INFO kablam! Oct 13 03:07:43.540 INFO kablam! warning: unused variable: `victory` Oct 13 03:07:43.540 INFO kablam! --> src/player.rs:19:66 Oct 13 03:07:43.540 INFO kablam! | Oct 13 03:07:43.540 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 13 03:07:43.540 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 13 03:07:43.540 INFO kablam! | Oct 13 03:07:43.540 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:07:43.540 INFO kablam! Oct 13 03:07:43.540 INFO kablam! warning: unused variable: `action_method` Oct 13 03:07:43.541 INFO kablam! --> src/player.rs:107:17 Oct 13 03:07:43.541 INFO kablam! | Oct 13 03:07:43.541 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 13 03:07:43.541 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 13 03:07:43.541 INFO kablam! Oct 13 03:07:43.585 INFO kablam! warning: variable does not need to be mutable Oct 13 03:07:43.585 INFO kablam! --> src/player.rs:107:13 Oct 13 03:07:43.585 INFO kablam! | Oct 13 03:07:43.585 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 13 03:07:43.585 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 03:07:43.585 INFO kablam! | | Oct 13 03:07:43.585 INFO kablam! | help: remove this `mut` Oct 13 03:07:43.585 INFO kablam! | Oct 13 03:07:43.585 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:07:43.585 INFO kablam! Oct 13 03:07:43.600 INFO kablam! warning: unused variable: `victory` Oct 13 03:07:43.600 INFO kablam! --> src/player.rs:19:66 Oct 13 03:07:43.600 INFO kablam! | Oct 13 03:07:43.600 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 13 03:07:43.600 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 13 03:07:43.600 INFO kablam! warning: variable does not need to be mutable Oct 13 03:07:43.600 INFO kablam! --> src/game.rs:41:13 Oct 13 03:07:43.600 INFO kablam! | Oct 13 03:07:43.600 INFO kablam! 41 | let mut current_room = &mut world::tile_exists(&map, current_player.position.x, current_player.position.y).unwrap().clone(); Oct 13 03:07:43.600 INFO kablam! | ----^^^^^^^^^^^^ Oct 13 03:07:43.600 INFO kablam! | | Oct 13 03:07:43.602 INFO kablam! | help: remove this `mut` Oct 13 03:07:43.603 INFO kablam! Oct 13 03:07:43.603 INFO kablam! warning: method is never used: `get_name` Oct 13 03:07:43.603 INFO kablam! --> src/tiles.rs:194:5 Oct 13 03:07:43.603 INFO kablam! | Oct 13 03:07:43.603 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 13 03:07:43.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.603 INFO kablam! | Oct 13 03:07:43.603 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:07:43.603 INFO kablam! Oct 13 03:07:43.603 INFO kablam! warning: method is never used: `not_empty_tile` Oct 13 03:07:43.605 INFO kablam! --> src/tiles.rs:199:5 Oct 13 03:07:43.605 INFO kablam! | Oct 13 03:07:43.605 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 13 03:07:43.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.605 INFO kablam! Oct 13 03:07:43.605 INFO kablam! warning: method is never used: `new_rock` Oct 13 03:07:43.605 INFO kablam! --> src/items.rs:46:5 Oct 13 03:07:43.605 INFO kablam! | Oct 13 03:07:43.605 INFO kablam! 46 | pub fn new_rock() -> Item Oct 13 03:07:43.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.605 INFO kablam! Oct 13 03:07:43.605 INFO kablam! warning: method is never used: `get_damage` Oct 13 03:07:43.605 INFO kablam! --> src/items.rs:51:5 Oct 13 03:07:43.605 INFO kablam! | Oct 13 03:07:43.605 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 13 03:07:43.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.605 INFO kablam! Oct 13 03:07:43.605 INFO kablam! warning: method is never used: `new_ogre` Oct 13 03:07:43.605 INFO kablam! --> src/enemies.rs:34:5 Oct 13 03:07:43.605 INFO kablam! | Oct 13 03:07:43.605 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 13 03:07:43.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.605 INFO kablam! Oct 13 03:07:43.605 INFO kablam! warning: method is never used: `get_name` Oct 13 03:07:43.605 INFO kablam! --> src/enemies.rs:44:5 Oct 13 03:07:43.605 INFO kablam! | Oct 13 03:07:43.605 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 13 03:07:43.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.605 INFO kablam! Oct 13 03:07:43.605 INFO kablam! warning: method is never used: `current_position` Oct 13 03:07:43.605 INFO kablam! --> src/player.rs:77:5 Oct 13 03:07:43.605 INFO kablam! | Oct 13 03:07:43.605 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 13 03:07:43.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.605 INFO kablam! Oct 13 03:07:43.605 INFO kablam! warning: method is never used: `do_action` Oct 13 03:07:43.605 INFO kablam! --> src/player.rs:105:5 Oct 13 03:07:43.605 INFO kablam! | Oct 13 03:07:43.605 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 13 03:07:43.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.605 INFO kablam! Oct 13 03:07:43.605 INFO kablam! | Oct 13 03:07:43.605 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:07:43.605 INFO kablam! Oct 13 03:07:43.610 INFO kablam! warning: unused variable: `action_method` Oct 13 03:07:43.611 INFO kablam! --> src/player.rs:107:17 Oct 13 03:07:43.611 INFO kablam! | Oct 13 03:07:43.611 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 13 03:07:43.611 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 13 03:07:43.611 INFO kablam! Oct 13 03:07:43.643 INFO kablam! warning: variable does not need to be mutable Oct 13 03:07:43.643 INFO kablam! --> src/player.rs:107:13 Oct 13 03:07:43.643 INFO kablam! | Oct 13 03:07:43.643 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 13 03:07:43.643 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 03:07:43.643 INFO kablam! | | Oct 13 03:07:43.643 INFO kablam! | help: remove this `mut` Oct 13 03:07:43.643 INFO kablam! | Oct 13 03:07:43.644 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:07:43.644 INFO kablam! Oct 13 03:07:43.652 INFO kablam! warning: variable does not need to be mutable Oct 13 03:07:43.653 INFO kablam! --> src/game.rs:41:13 Oct 13 03:07:43.653 INFO kablam! | Oct 13 03:07:43.653 INFO kablam! 41 | let mut current_room = &mut world::tile_exists(&map, current_player.position.x, current_player.position.y).unwrap().clone(); Oct 13 03:07:43.653 INFO kablam! | ----^^^^^^^^^^^^ Oct 13 03:07:43.653 INFO kablam! | | Oct 13 03:07:43.654 INFO kablam! | help: remove this `mut` Oct 13 03:07:43.655 INFO kablam! Oct 13 03:07:43.655 INFO kablam! warning: method is never used: `get_name` Oct 13 03:07:43.655 INFO kablam! --> src/tiles.rs:194:5 Oct 13 03:07:43.656 INFO kablam! | Oct 13 03:07:43.656 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 13 03:07:43.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.656 INFO kablam! | Oct 13 03:07:43.657 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:07:43.657 INFO kablam! Oct 13 03:07:43.657 INFO kablam! warning: method is never used: `not_empty_tile` Oct 13 03:07:43.658 INFO kablam! --> src/tiles.rs:199:5 Oct 13 03:07:43.658 INFO kablam! | Oct 13 03:07:43.658 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 13 03:07:43.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.658 INFO kablam! Oct 13 03:07:43.658 INFO kablam! warning: method is never used: `new_rock` Oct 13 03:07:43.658 INFO kablam! --> src/items.rs:46:5 Oct 13 03:07:43.659 INFO kablam! | Oct 13 03:07:43.659 INFO kablam! 46 | pub fn new_rock() -> Item Oct 13 03:07:43.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.659 INFO kablam! Oct 13 03:07:43.659 INFO kablam! warning: method is never used: `get_damage` Oct 13 03:07:43.659 INFO kablam! --> src/items.rs:51:5 Oct 13 03:07:43.659 INFO kablam! | Oct 13 03:07:43.659 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 13 03:07:43.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.660 INFO kablam! Oct 13 03:07:43.660 INFO kablam! warning: method is never used: `new_ogre` Oct 13 03:07:43.660 INFO kablam! --> src/enemies.rs:34:5 Oct 13 03:07:43.660 INFO kablam! | Oct 13 03:07:43.660 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 13 03:07:43.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.668 INFO kablam! Oct 13 03:07:43.668 INFO kablam! warning: method is never used: `get_name` Oct 13 03:07:43.668 INFO kablam! --> src/enemies.rs:44:5 Oct 13 03:07:43.668 INFO kablam! | Oct 13 03:07:43.668 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 13 03:07:43.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.668 INFO kablam! Oct 13 03:07:43.668 INFO kablam! warning: method is never used: `current_position` Oct 13 03:07:43.668 INFO kablam! --> src/player.rs:77:5 Oct 13 03:07:43.668 INFO kablam! | Oct 13 03:07:43.668 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 13 03:07:43.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.668 INFO kablam! Oct 13 03:07:43.668 INFO kablam! warning: method is never used: `do_action` Oct 13 03:07:43.668 INFO kablam! --> src/player.rs:105:5 Oct 13 03:07:43.668 INFO kablam! | Oct 13 03:07:43.668 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 13 03:07:43.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.668 INFO kablam! Oct 13 03:07:43.710 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 13 03:07:43.713 INFO kablam! su: No module specific data is present Oct 13 03:07:44.068 INFO running `"docker" "rm" "-f" "ba3f55c2778eb7cbe86a61afcf3bcbcf85836d0239d61c13e7500b55b74d8fed"` Oct 13 03:07:44.216 INFO blam! ba3f55c2778eb7cbe86a61afcf3bcbcf85836d0239d61c13e7500b55b74d8fed