Oct 27 10:15:48.429 INFO checking Payathp/text-adventure against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:15:48.431 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 10:15:48.996 INFO blam! b1ac14ad974a8d4a294e418688db0a17dd9fb72b3786395c2f675b68c308ce3f Oct 27 10:15:48.998 INFO running `"docker" "start" "-a" "b1ac14ad974a8d4a294e418688db0a17dd9fb72b3786395c2f675b68c308ce3f"` Oct 27 10:15:50.403 INFO kablam! usermod: no changes Oct 27 10:15:50.467 INFO kablam! Checking text-adventure v0.1.0 (/source) Oct 27 10:15:51.043 INFO kablam! warning: unused import: `enemies` Oct 27 10:15:51.043 INFO kablam! --> src/player.rs:1:5 Oct 27 10:15:51.043 INFO kablam! | Oct 27 10:15:51.043 INFO kablam! 1 | use enemies; Oct 27 10:15:51.043 INFO kablam! | ^^^^^^^ Oct 27 10:15:51.043 INFO kablam! | Oct 27 10:15:51.043 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:15:51.043 INFO kablam! Oct 27 10:15:51.215 INFO kablam! warning: unused variable: `victory` Oct 27 10:15:51.215 INFO kablam! --> src/player.rs:19:66 Oct 27 10:15:51.215 INFO kablam! | Oct 27 10:15:51.215 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 27 10:15:51.215 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 27 10:15:51.215 INFO kablam! | Oct 27 10:15:51.215 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:15:51.215 INFO kablam! Oct 27 10:15:51.215 INFO kablam! warning: unused variable: `action_method` Oct 27 10:15:51.215 INFO kablam! --> src/player.rs:107:17 Oct 27 10:15:51.215 INFO kablam! | Oct 27 10:15:51.215 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 27 10:15:51.215 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 27 10:15:51.215 INFO kablam! Oct 27 10:15:51.246 INFO kablam! warning: variable does not need to be mutable Oct 27 10:15:51.246 INFO kablam! --> src/player.rs:107:13 Oct 27 10:15:51.247 INFO kablam! | Oct 27 10:15:51.247 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 27 10:15:51.247 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 10:15:51.248 INFO kablam! | | Oct 27 10:15:51.248 INFO kablam! | help: remove this `mut` Oct 27 10:15:51.248 INFO kablam! | Oct 27 10:15:51.248 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:15:51.251 INFO kablam! Oct 27 10:15:51.258 INFO kablam! warning: variable does not need to be mutable Oct 27 10:15:51.259 INFO kablam! --> src/game.rs:41:13 Oct 27 10:15:51.259 INFO kablam! | Oct 27 10:15:51.260 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:51.260 INFO kablam! | ----^^^^^^^^^^^^ Oct 27 10:15:51.261 INFO kablam! | | Oct 27 10:15:51.261 INFO kablam! | help: remove this `mut` Oct 27 10:15:51.261 INFO kablam! Oct 27 10:15:51.262 INFO kablam! warning: method is never used: `get_name` Oct 27 10:15:51.262 INFO kablam! --> src/tiles.rs:194:5 Oct 27 10:15:51.262 INFO kablam! | Oct 27 10:15:51.262 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 27 10:15:51.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.263 INFO kablam! | Oct 27 10:15:51.263 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:15:51.263 INFO kablam! Oct 27 10:15:51.264 INFO kablam! warning: method is never used: `not_empty_tile` Oct 27 10:15:51.265 INFO kablam! --> src/tiles.rs:199:5 Oct 27 10:15:51.265 INFO kablam! | Oct 27 10:15:51.265 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 27 10:15:51.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.266 INFO kablam! Oct 27 10:15:51.266 INFO kablam! warning: method is never used: `new_rock` Oct 27 10:15:51.266 INFO kablam! --> src/items.rs:46:5 Oct 27 10:15:51.266 INFO kablam! | Oct 27 10:15:51.267 INFO kablam! 46 | pub fn new_rock() -> Item Oct 27 10:15:51.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.268 INFO kablam! Oct 27 10:15:51.268 INFO kablam! warning: method is never used: `get_damage` Oct 27 10:15:51.268 INFO kablam! --> src/items.rs:51:5 Oct 27 10:15:51.269 INFO kablam! | Oct 27 10:15:51.269 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 27 10:15:51.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.269 INFO kablam! Oct 27 10:15:51.270 INFO kablam! warning: method is never used: `new_ogre` Oct 27 10:15:51.270 INFO kablam! --> src/enemies.rs:34:5 Oct 27 10:15:51.270 INFO kablam! | Oct 27 10:15:51.270 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 27 10:15:51.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.271 INFO kablam! Oct 27 10:15:51.271 INFO kablam! warning: method is never used: `get_name` Oct 27 10:15:51.272 INFO kablam! --> src/enemies.rs:44:5 Oct 27 10:15:51.272 INFO kablam! | Oct 27 10:15:51.272 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 27 10:15:51.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.273 INFO kablam! Oct 27 10:15:51.273 INFO kablam! warning: method is never used: `current_position` Oct 27 10:15:51.273 INFO kablam! --> src/player.rs:77:5 Oct 27 10:15:51.274 INFO kablam! | Oct 27 10:15:51.274 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 27 10:15:51.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.274 INFO kablam! Oct 27 10:15:51.275 INFO kablam! warning: method is never used: `do_action` Oct 27 10:15:51.275 INFO kablam! --> src/player.rs:105:5 Oct 27 10:15:51.275 INFO kablam! | Oct 27 10:15:51.276 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 27 10:15:51.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.276 INFO kablam! Oct 27 10:15:51.342 INFO kablam! warning: unused import: `enemies` Oct 27 10:15:51.342 INFO kablam! --> src/player.rs:1:5 Oct 27 10:15:51.342 INFO kablam! | Oct 27 10:15:51.342 INFO kablam! 1 | use enemies; Oct 27 10:15:51.342 INFO kablam! | ^^^^^^^ Oct 27 10:15:51.342 INFO kablam! | Oct 27 10:15:51.342 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:15:51.342 INFO kablam! Oct 27 10:15:51.492 INFO kablam! warning: unused variable: `victory` Oct 27 10:15:51.492 INFO kablam! --> src/player.rs:19:66 Oct 27 10:15:51.492 INFO kablam! | Oct 27 10:15:51.492 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 27 10:15:51.492 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 27 10:15:51.492 INFO kablam! | Oct 27 10:15:51.492 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:15:51.492 INFO kablam! Oct 27 10:15:51.492 INFO kablam! warning: unused variable: `action_method` Oct 27 10:15:51.492 INFO kablam! --> src/player.rs:107:17 Oct 27 10:15:51.492 INFO kablam! | Oct 27 10:15:51.492 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 27 10:15:51.492 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 27 10:15:51.492 INFO kablam! Oct 27 10:15:51.531 INFO kablam! warning: variable does not need to be mutable Oct 27 10:15:51.531 INFO kablam! --> src/player.rs:107:13 Oct 27 10:15:51.531 INFO kablam! | Oct 27 10:15:51.532 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 27 10:15:51.532 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 10:15:51.532 INFO kablam! | | Oct 27 10:15:51.532 INFO kablam! | help: remove this `mut` Oct 27 10:15:51.532 INFO kablam! | Oct 27 10:15:51.533 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:15:51.533 INFO kablam! Oct 27 10:15:51.538 INFO kablam! warning: variable does not need to be mutable Oct 27 10:15:51.539 INFO kablam! --> src/game.rs:41:13 Oct 27 10:15:51.539 INFO kablam! | Oct 27 10:15:51.539 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:51.539 INFO kablam! | ----^^^^^^^^^^^^ Oct 27 10:15:51.539 INFO kablam! | | Oct 27 10:15:51.539 INFO kablam! | help: remove this `mut` Oct 27 10:15:51.539 INFO kablam! Oct 27 10:15:51.540 INFO kablam! warning: method is never used: `get_name` Oct 27 10:15:51.540 INFO kablam! --> src/tiles.rs:194:5 Oct 27 10:15:51.540 INFO kablam! | Oct 27 10:15:51.540 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 27 10:15:51.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.540 INFO kablam! | Oct 27 10:15:51.540 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:15:51.540 INFO kablam! Oct 27 10:15:51.540 INFO kablam! warning: method is never used: `not_empty_tile` Oct 27 10:15:51.540 INFO kablam! --> src/tiles.rs:199:5 Oct 27 10:15:51.540 INFO kablam! | Oct 27 10:15:51.540 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 27 10:15:51.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.540 INFO kablam! Oct 27 10:15:51.540 INFO kablam! warning: method is never used: `new_rock` Oct 27 10:15:51.540 INFO kablam! --> src/items.rs:46:5 Oct 27 10:15:51.540 INFO kablam! | Oct 27 10:15:51.540 INFO kablam! 46 | pub fn new_rock() -> Item Oct 27 10:15:51.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.540 INFO kablam! Oct 27 10:15:51.540 INFO kablam! warning: method is never used: `get_damage` Oct 27 10:15:51.540 INFO kablam! --> src/items.rs:51:5 Oct 27 10:15:51.540 INFO kablam! | Oct 27 10:15:51.540 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 27 10:15:51.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.544 INFO kablam! Oct 27 10:15:51.544 INFO kablam! warning: method is never used: `new_ogre` Oct 27 10:15:51.544 INFO kablam! --> src/enemies.rs:34:5 Oct 27 10:15:51.544 INFO kablam! | Oct 27 10:15:51.544 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 27 10:15:51.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.544 INFO kablam! Oct 27 10:15:51.544 INFO kablam! warning: method is never used: `get_name` Oct 27 10:15:51.544 INFO kablam! --> src/enemies.rs:44:5 Oct 27 10:15:51.544 INFO kablam! | Oct 27 10:15:51.544 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 27 10:15:51.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.544 INFO kablam! Oct 27 10:15:51.544 INFO kablam! warning: method is never used: `current_position` Oct 27 10:15:51.544 INFO kablam! --> src/player.rs:77:5 Oct 27 10:15:51.544 INFO kablam! | Oct 27 10:15:51.544 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 27 10:15:51.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.544 INFO kablam! Oct 27 10:15:51.544 INFO kablam! warning: method is never used: `do_action` Oct 27 10:15:51.544 INFO kablam! --> src/player.rs:105:5 Oct 27 10:15:51.544 INFO kablam! | Oct 27 10:15:51.544 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 27 10:15:51.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:15:51.544 INFO kablam! Oct 27 10:15:51.563 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 27 10:15:51.568 INFO kablam! su: No module specific data is present Oct 27 10:15:52.532 INFO running `"docker" "rm" "-f" "b1ac14ad974a8d4a294e418688db0a17dd9fb72b3786395c2f675b68c308ce3f"` Oct 27 10:15:52.642 INFO blam! b1ac14ad974a8d4a294e418688db0a17dd9fb72b3786395c2f675b68c308ce3f