Oct 27 10:15:50.458 INFO checking Payathp/text-adventure against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:15:50.458 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/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 27 10:15:50.927 INFO blam! bd7c64a6f4e83be1de0a702b73fed3014444fe5e3132c372918e39ea3fe782d5 Oct 27 10:15:50.935 INFO running `"docker" "start" "-a" "bd7c64a6f4e83be1de0a702b73fed3014444fe5e3132c372918e39ea3fe782d5"` Oct 27 10:15:51.619 INFO kablam! usermod: no changes Oct 27 10:15:51.637 INFO kablam! Checking text-adventure v0.1.0 (/source) Oct 27 10:15:52.075 INFO kablam! warning: unused import: `enemies` Oct 27 10:15:52.075 INFO kablam! --> src/player.rs:1:5 Oct 27 10:15:52.075 INFO kablam! | Oct 27 10:15:52.075 INFO kablam! 1 | use enemies; Oct 27 10:15:52.075 INFO kablam! | ^^^^^^^ Oct 27 10:15:52.075 INFO kablam! | Oct 27 10:15:52.075 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:15:52.075 INFO kablam! Oct 27 10:15:52.163 INFO kablam! warning: unused import: `enemies` Oct 27 10:15:52.163 INFO kablam! --> src/player.rs:1:5 Oct 27 10:15:52.163 INFO kablam! | Oct 27 10:15:52.164 INFO kablam! 1 | use enemies; Oct 27 10:15:52.164 INFO kablam! | ^^^^^^^ Oct 27 10:15:52.164 INFO kablam! | Oct 27 10:15:52.164 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:15:52.164 INFO kablam! Oct 27 10:15:52.251 INFO kablam! warning: unused variable: `victory` Oct 27 10:15:52.251 INFO kablam! --> src/player.rs:19:66 Oct 27 10:15:52.252 INFO kablam! | Oct 27 10:15:52.252 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 27 10:15:52.252 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 27 10:15:52.252 INFO kablam! | Oct 27 10:15:52.252 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:15:52.252 INFO kablam! Oct 27 10:15:52.253 INFO kablam! warning: unused variable: `action_method` Oct 27 10:15:52.253 INFO kablam! --> src/player.rs:107:17 Oct 27 10:15:52.253 INFO kablam! | Oct 27 10:15:52.253 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 27 10:15:52.253 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 27 10:15:52.254 INFO kablam! Oct 27 10:15:52.303 INFO kablam! warning: unused variable: `victory` Oct 27 10:15:52.303 INFO kablam! --> src/player.rs:19:66 Oct 27 10:15:52.304 INFO kablam! | Oct 27 10:15:52.304 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 27 10:15:52.304 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 27 10:15:52.304 INFO kablam! | Oct 27 10:15:52.304 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:15:52.304 INFO kablam! Oct 27 10:15:52.305 INFO kablam! warning: unused variable: `action_method` Oct 27 10:15:52.305 INFO kablam! --> src/player.rs:107:17 Oct 27 10:15:52.305 INFO kablam! | Oct 27 10:15:52.305 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 27 10:15:52.305 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 27 10:15:52.305 INFO kablam! Oct 27 10:15:52.305 INFO kablam! warning: variable does not need to be mutable Oct 27 10:15:52.306 INFO kablam! --> src/player.rs:107:13 Oct 27 10:15:52.306 INFO kablam! | Oct 27 10:15:52.306 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 27 10:15:52.306 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 10:15:52.306 INFO kablam! | | Oct 27 10:15:52.306 INFO kablam! | help: remove this `mut` Oct 27 10:15:52.306 INFO kablam! | Oct 27 10:15:52.307 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:15:52.307 INFO kablam! Oct 27 10:15:52.324 INFO kablam! warning: variable does not need to be mutable Oct 27 10:15:52.324 INFO kablam! --> src/game.rs:41:13 Oct 27 10:15:52.325 INFO kablam! | Oct 27 10:15:52.325 INFO kablam! 41 | let mut current_room = &mut world::tile_exists(&map, current_player.position.x, current_player.position.y).unwrap().clone(); Oct 27 10:15:52.325 INFO kablam! | ----^^^^^^^^^^^^ Oct 27 10:15:52.325 INFO kablam! | | Oct 27 10:15:52.325 INFO kablam! | help: remove this `mut` Oct 27 10:15:52.325 INFO kablam! Oct 27 10:15:52.331 INFO kablam! warning: method is never used: `get_name` Oct 27 10:15:52.331 INFO kablam! --> src/tiles.rs:194:5 Oct 27 10:15:52.332 INFO kablam! | Oct 27 10:15:52.332 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 27 10:15:52.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.332 INFO kablam! | Oct 27 10:15:52.332 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:15:52.332 INFO kablam! Oct 27 10:15:52.333 INFO kablam! warning: method is never used: `not_empty_tile` Oct 27 10:15:52.333 INFO kablam! --> src/tiles.rs:199:5 Oct 27 10:15:52.333 INFO kablam! | Oct 27 10:15:52.333 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 27 10:15:52.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.333 INFO kablam! Oct 27 10:15:52.334 INFO kablam! warning: method is never used: `new_rock` Oct 27 10:15:52.334 INFO kablam! --> src/items.rs:46:5 Oct 27 10:15:52.334 INFO kablam! | Oct 27 10:15:52.334 INFO kablam! 46 | pub fn new_rock() -> Item Oct 27 10:15:52.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.334 INFO kablam! Oct 27 10:15:52.335 INFO kablam! warning: method is never used: `get_damage` Oct 27 10:15:52.335 INFO kablam! --> src/items.rs:51:5 Oct 27 10:15:52.335 INFO kablam! | Oct 27 10:15:52.335 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 27 10:15:52.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.335 INFO kablam! Oct 27 10:15:52.336 INFO kablam! warning: method is never used: `new_ogre` Oct 27 10:15:52.336 INFO kablam! --> src/enemies.rs:34:5 Oct 27 10:15:52.336 INFO kablam! | Oct 27 10:15:52.336 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 27 10:15:52.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.336 INFO kablam! Oct 27 10:15:52.336 INFO kablam! warning: method is never used: `get_name` Oct 27 10:15:52.337 INFO kablam! --> src/enemies.rs:44:5 Oct 27 10:15:52.337 INFO kablam! | Oct 27 10:15:52.337 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 27 10:15:52.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.338 INFO kablam! Oct 27 10:15:52.338 INFO kablam! warning: method is never used: `current_position` Oct 27 10:15:52.338 INFO kablam! --> src/player.rs:77:5 Oct 27 10:15:52.338 INFO kablam! | Oct 27 10:15:52.338 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 27 10:15:52.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.339 INFO kablam! Oct 27 10:15:52.339 INFO kablam! warning: method is never used: `do_action` Oct 27 10:15:52.339 INFO kablam! --> src/player.rs:105:5 Oct 27 10:15:52.339 INFO kablam! | Oct 27 10:15:52.340 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 27 10:15:52.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.340 INFO kablam! Oct 27 10:15:52.346 INFO kablam! warning: variable does not need to be mutable Oct 27 10:15:52.346 INFO kablam! --> src/player.rs:107:13 Oct 27 10:15:52.346 INFO kablam! | Oct 27 10:15:52.346 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 27 10:15:52.346 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 10:15:52.346 INFO kablam! | | Oct 27 10:15:52.346 INFO kablam! | help: remove this `mut` Oct 27 10:15:52.346 INFO kablam! | Oct 27 10:15:52.346 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:15:52.346 INFO kablam! Oct 27 10:15:52.357 INFO kablam! warning: variable does not need to be mutable Oct 27 10:15:52.358 INFO kablam! --> src/game.rs:41:13 Oct 27 10:15:52.358 INFO kablam! | Oct 27 10:15:52.358 INFO kablam! 41 | let mut current_room = &mut world::tile_exists(&map, current_player.position.x, current_player.position.y).unwrap().clone(); Oct 27 10:15:52.358 INFO kablam! | ----^^^^^^^^^^^^ Oct 27 10:15:52.359 INFO kablam! | | Oct 27 10:15:52.359 INFO kablam! | help: remove this `mut` Oct 27 10:15:52.359 INFO kablam! Oct 27 10:15:52.360 INFO kablam! warning: method is never used: `get_name` Oct 27 10:15:52.360 INFO kablam! --> src/tiles.rs:194:5 Oct 27 10:15:52.361 INFO kablam! | Oct 27 10:15:52.361 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 27 10:15:52.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.362 INFO kablam! | Oct 27 10:15:52.363 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:15:52.364 INFO kablam! Oct 27 10:15:52.364 INFO kablam! warning: method is never used: `not_empty_tile` Oct 27 10:15:52.364 INFO kablam! --> src/tiles.rs:199:5 Oct 27 10:15:52.365 INFO kablam! | Oct 27 10:15:52.365 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 27 10:15:52.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.365 INFO kablam! Oct 27 10:15:52.366 INFO kablam! warning: method is never used: `new_rock` Oct 27 10:15:52.366 INFO kablam! --> src/items.rs:46:5 Oct 27 10:15:52.366 INFO kablam! | Oct 27 10:15:52.367 INFO kablam! 46 | pub fn new_rock() -> Item Oct 27 10:15:52.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.367 INFO kablam! Oct 27 10:15:52.368 INFO kablam! warning: method is never used: `get_damage` Oct 27 10:15:52.368 INFO kablam! --> src/items.rs:51:5 Oct 27 10:15:52.368 INFO kablam! | Oct 27 10:15:52.368 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 27 10:15:52.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.368 INFO kablam! Oct 27 10:15:52.368 INFO kablam! warning: method is never used: `new_ogre` Oct 27 10:15:52.368 INFO kablam! --> src/enemies.rs:34:5 Oct 27 10:15:52.368 INFO kablam! | Oct 27 10:15:52.368 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 27 10:15:52.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.368 INFO kablam! Oct 27 10:15:52.369 INFO kablam! warning: method is never used: `get_name` Oct 27 10:15:52.369 INFO kablam! --> src/enemies.rs:44:5 Oct 27 10:15:52.369 INFO kablam! | Oct 27 10:15:52.369 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 27 10:15:52.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.369 INFO kablam! Oct 27 10:15:52.369 INFO kablam! warning: method is never used: `current_position` Oct 27 10:15:52.369 INFO kablam! --> src/player.rs:77:5 Oct 27 10:15:52.369 INFO kablam! | Oct 27 10:15:52.369 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 27 10:15:52.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.369 INFO kablam! Oct 27 10:15:52.369 INFO kablam! warning: method is never used: `do_action` Oct 27 10:15:52.369 INFO kablam! --> src/player.rs:105:5 Oct 27 10:15:52.369 INFO kablam! | Oct 27 10:15:52.369 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 27 10:15:52.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:52.370 INFO kablam! Oct 27 10:15:52.393 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.76s Oct 27 10:15:52.398 INFO kablam! su: No module specific data is present Oct 27 10:15:52.765 INFO running `"docker" "rm" "-f" "bd7c64a6f4e83be1de0a702b73fed3014444fe5e3132c372918e39ea3fe782d5"` Oct 27 10:15:52.944 INFO blam! bd7c64a6f4e83be1de0a702b73fed3014444fe5e3132c372918e39ea3fe782d5