Oct 21 20:45:13.915 INFO checking Payathp/text-adventure against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:45:13.916 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 20:45:14.112 INFO blam! 756bdedefc3ce2ee0bf27eb56458aac91830f7e94a455b7389377f69f9c2d24b Oct 21 20:45:14.113 INFO running `"docker" "start" "-a" "756bdedefc3ce2ee0bf27eb56458aac91830f7e94a455b7389377f69f9c2d24b"` Oct 21 20:45:15.019 INFO kablam! usermod: no changes Oct 21 20:45:15.061 INFO kablam! Checking text-adventure v0.1.0 (/source) Oct 21 20:45:15.520 INFO kablam! warning: unused import: `enemies` Oct 21 20:45:15.520 INFO kablam! --> src/player.rs:1:5 Oct 21 20:45:15.520 INFO kablam! | Oct 21 20:45:15.520 INFO kablam! 1 | use enemies; Oct 21 20:45:15.520 INFO kablam! | ^^^^^^^ Oct 21 20:45:15.520 INFO kablam! | Oct 21 20:45:15.520 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:45:15.520 INFO kablam! Oct 21 20:45:15.624 INFO kablam! warning: unused import: `enemies` Oct 21 20:45:15.624 INFO kablam! --> src/player.rs:1:5 Oct 21 20:45:15.624 INFO kablam! | Oct 21 20:45:15.624 INFO kablam! 1 | use enemies; Oct 21 20:45:15.624 INFO kablam! | ^^^^^^^ Oct 21 20:45:15.624 INFO kablam! | Oct 21 20:45:15.624 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:45:15.624 INFO kablam! Oct 21 20:45:15.679 INFO kablam! warning: unused variable: `victory` Oct 21 20:45:15.679 INFO kablam! --> src/player.rs:19:66 Oct 21 20:45:15.679 INFO kablam! | Oct 21 20:45:15.679 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 21 20:45:15.679 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 21 20:45:15.679 INFO kablam! | Oct 21 20:45:15.679 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:45:15.679 INFO kablam! Oct 21 20:45:15.679 INFO kablam! warning: unused variable: `action_method` Oct 21 20:45:15.679 INFO kablam! --> src/player.rs:107:17 Oct 21 20:45:15.679 INFO kablam! | Oct 21 20:45:15.679 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 21 20:45:15.679 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 21 20:45:15.679 INFO kablam! Oct 21 20:45:15.728 INFO kablam! warning: variable does not need to be mutable Oct 21 20:45:15.728 INFO kablam! --> src/player.rs:107:13 Oct 21 20:45:15.728 INFO kablam! | Oct 21 20:45:15.728 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 21 20:45:15.729 INFO kablam! | ----^^^^^^^^^^^^^ Oct 21 20:45:15.729 INFO kablam! | | Oct 21 20:45:15.729 INFO kablam! | help: remove this `mut` Oct 21 20:45:15.729 INFO kablam! | Oct 21 20:45:15.729 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:45:15.729 INFO kablam! Oct 21 20:45:15.729 INFO kablam! warning: variable does not need to be mutable Oct 21 20:45:15.729 INFO kablam! --> src/game.rs:41:13 Oct 21 20:45:15.729 INFO kablam! | Oct 21 20:45:15.729 INFO kablam! 41 | let mut current_room = &mut world::tile_exists(&map, current_player.position.x, current_player.position.y).unwrap().clone(); Oct 21 20:45:15.729 INFO kablam! | ----^^^^^^^^^^^^ Oct 21 20:45:15.729 INFO kablam! | | Oct 21 20:45:15.729 INFO kablam! | help: remove this `mut` Oct 21 20:45:15.729 INFO kablam! Oct 21 20:45:15.729 INFO kablam! warning: method is never used: `get_name` Oct 21 20:45:15.729 INFO kablam! --> src/tiles.rs:194:5 Oct 21 20:45:15.729 INFO kablam! | Oct 21 20:45:15.729 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 21 20:45:15.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.729 INFO kablam! | Oct 21 20:45:15.729 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:45:15.729 INFO kablam! Oct 21 20:45:15.729 INFO kablam! warning: method is never used: `not_empty_tile` Oct 21 20:45:15.729 INFO kablam! --> src/tiles.rs:199:5 Oct 21 20:45:15.729 INFO kablam! | Oct 21 20:45:15.729 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 21 20:45:15.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.729 INFO kablam! Oct 21 20:45:15.729 INFO kablam! warning: method is never used: `new_rock` Oct 21 20:45:15.729 INFO kablam! --> src/items.rs:46:5 Oct 21 20:45:15.729 INFO kablam! | Oct 21 20:45:15.729 INFO kablam! 46 | pub fn new_rock() -> Item Oct 21 20:45:15.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.729 INFO kablam! Oct 21 20:45:15.729 INFO kablam! warning: method is never used: `get_damage` Oct 21 20:45:15.729 INFO kablam! --> src/items.rs:51:5 Oct 21 20:45:15.729 INFO kablam! | Oct 21 20:45:15.729 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 21 20:45:15.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.729 INFO kablam! Oct 21 20:45:15.734 INFO kablam! warning: method is never used: `new_ogre` Oct 21 20:45:15.734 INFO kablam! --> src/enemies.rs:34:5 Oct 21 20:45:15.734 INFO kablam! | Oct 21 20:45:15.734 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 21 20:45:15.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.734 INFO kablam! Oct 21 20:45:15.734 INFO kablam! warning: method is never used: `get_name` Oct 21 20:45:15.734 INFO kablam! --> src/enemies.rs:44:5 Oct 21 20:45:15.734 INFO kablam! | Oct 21 20:45:15.734 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 21 20:45:15.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.734 INFO kablam! Oct 21 20:45:15.734 INFO kablam! warning: method is never used: `current_position` Oct 21 20:45:15.734 INFO kablam! --> src/player.rs:77:5 Oct 21 20:45:15.734 INFO kablam! | Oct 21 20:45:15.734 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 21 20:45:15.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.734 INFO kablam! Oct 21 20:45:15.734 INFO kablam! warning: method is never used: `do_action` Oct 21 20:45:15.734 INFO kablam! --> src/player.rs:105:5 Oct 21 20:45:15.734 INFO kablam! | Oct 21 20:45:15.734 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 21 20:45:15.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.734 INFO kablam! Oct 21 20:45:15.765 INFO kablam! warning: unused variable: `victory` Oct 21 20:45:15.765 INFO kablam! --> src/player.rs:19:66 Oct 21 20:45:15.765 INFO kablam! | Oct 21 20:45:15.766 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 21 20:45:15.766 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 21 20:45:15.766 INFO kablam! | Oct 21 20:45:15.766 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:45:15.766 INFO kablam! Oct 21 20:45:15.766 INFO kablam! warning: unused variable: `action_method` Oct 21 20:45:15.766 INFO kablam! --> src/player.rs:107:17 Oct 21 20:45:15.766 INFO kablam! | Oct 21 20:45:15.766 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 21 20:45:15.766 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 21 20:45:15.766 INFO kablam! Oct 21 20:45:15.800 INFO kablam! warning: variable does not need to be mutable Oct 21 20:45:15.800 INFO kablam! --> src/player.rs:107:13 Oct 21 20:45:15.800 INFO kablam! | Oct 21 20:45:15.800 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 21 20:45:15.800 INFO kablam! | ----^^^^^^^^^^^^^ Oct 21 20:45:15.800 INFO kablam! | | Oct 21 20:45:15.800 INFO kablam! | help: remove this `mut` Oct 21 20:45:15.800 INFO kablam! | Oct 21 20:45:15.800 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:45:15.800 INFO kablam! Oct 21 20:45:15.808 INFO kablam! warning: variable does not need to be mutable Oct 21 20:45:15.808 INFO kablam! --> src/game.rs:41:13 Oct 21 20:45:15.808 INFO kablam! | Oct 21 20:45:15.808 INFO kablam! 41 | let mut current_room = &mut world::tile_exists(&map, current_player.position.x, current_player.position.y).unwrap().clone(); Oct 21 20:45:15.809 INFO kablam! | ----^^^^^^^^^^^^ Oct 21 20:45:15.809 INFO kablam! | | Oct 21 20:45:15.809 INFO kablam! | help: remove this `mut` Oct 21 20:45:15.809 INFO kablam! Oct 21 20:45:15.809 INFO kablam! warning: method is never used: `get_name` Oct 21 20:45:15.809 INFO kablam! --> src/tiles.rs:194:5 Oct 21 20:45:15.809 INFO kablam! | Oct 21 20:45:15.809 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 21 20:45:15.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.809 INFO kablam! | Oct 21 20:45:15.809 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:45:15.809 INFO kablam! Oct 21 20:45:15.809 INFO kablam! warning: method is never used: `not_empty_tile` Oct 21 20:45:15.809 INFO kablam! --> src/tiles.rs:199:5 Oct 21 20:45:15.809 INFO kablam! | Oct 21 20:45:15.809 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 21 20:45:15.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.809 INFO kablam! Oct 21 20:45:15.809 INFO kablam! warning: method is never used: `new_rock` Oct 21 20:45:15.809 INFO kablam! --> src/items.rs:46:5 Oct 21 20:45:15.809 INFO kablam! | Oct 21 20:45:15.809 INFO kablam! 46 | pub fn new_rock() -> Item Oct 21 20:45:15.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.809 INFO kablam! Oct 21 20:45:15.809 INFO kablam! warning: method is never used: `get_damage` Oct 21 20:45:15.809 INFO kablam! --> src/items.rs:51:5 Oct 21 20:45:15.809 INFO kablam! | Oct 21 20:45:15.809 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 21 20:45:15.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.809 INFO kablam! Oct 21 20:45:15.809 INFO kablam! warning: method is never used: `new_ogre` Oct 21 20:45:15.809 INFO kablam! --> src/enemies.rs:34:5 Oct 21 20:45:15.809 INFO kablam! | Oct 21 20:45:15.809 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 21 20:45:15.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.809 INFO kablam! Oct 21 20:45:15.809 INFO kablam! warning: method is never used: `get_name` Oct 21 20:45:15.809 INFO kablam! --> src/enemies.rs:44:5 Oct 21 20:45:15.809 INFO kablam! | Oct 21 20:45:15.809 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 21 20:45:15.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.809 INFO kablam! Oct 21 20:45:15.809 INFO kablam! warning: method is never used: `current_position` Oct 21 20:45:15.809 INFO kablam! --> src/player.rs:77:5 Oct 21 20:45:15.809 INFO kablam! | Oct 21 20:45:15.809 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 21 20:45:15.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.809 INFO kablam! Oct 21 20:45:15.809 INFO kablam! warning: method is never used: `do_action` Oct 21 20:45:15.809 INFO kablam! --> src/player.rs:105:5 Oct 21 20:45:15.809 INFO kablam! | Oct 21 20:45:15.809 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 21 20:45:15.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:45:15.809 INFO kablam! Oct 21 20:45:15.825 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.78s Oct 21 20:45:15.832 INFO kablam! su: No module specific data is present Oct 21 20:45:16.153 INFO running `"docker" "rm" "-f" "756bdedefc3ce2ee0bf27eb56458aac91830f7e94a455b7389377f69f9c2d24b"` Oct 21 20:45:16.290 INFO blam! 756bdedefc3ce2ee0bf27eb56458aac91830f7e94a455b7389377f69f9c2d24b