Oct 13 03:07:41.470 INFO checking Payathp/text-adventure against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 03:07:41.472 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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.788 INFO blam! 814eaf0f66829cb91a9324e63fddebb9b718f13dfb2998000a2d581b00edf897 Oct 13 03:07:41.796 INFO running `"docker" "start" "-a" "814eaf0f66829cb91a9324e63fddebb9b718f13dfb2998000a2d581b00edf897"` Oct 13 03:07:42.775 INFO kablam! usermod: no changes Oct 13 03:07:42.840 INFO kablam! Checking text-adventure v0.1.0 (/source) Oct 13 03:07:43.577 INFO kablam! warning: unused import: `enemies` Oct 13 03:07:43.577 INFO kablam! --> src/player.rs:1:5 Oct 13 03:07:43.578 INFO kablam! | Oct 13 03:07:43.578 INFO kablam! 1 | use enemies; Oct 13 03:07:43.578 INFO kablam! | ^^^^^^^ Oct 13 03:07:43.580 INFO kablam! | Oct 13 03:07:43.580 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:07:43.581 INFO kablam! Oct 13 03:07:43.731 INFO kablam! warning: unused variable: `victory` Oct 13 03:07:43.731 INFO kablam! --> src/player.rs:19:66 Oct 13 03:07:43.731 INFO kablam! | Oct 13 03:07:43.731 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 13 03:07:43.731 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 13 03:07:43.731 INFO kablam! | Oct 13 03:07:43.732 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:07:43.732 INFO kablam! Oct 13 03:07:43.732 INFO kablam! warning: unused variable: `action_method` Oct 13 03:07:43.732 INFO kablam! --> src/player.rs:107:17 Oct 13 03:07:43.732 INFO kablam! | Oct 13 03:07:43.732 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 13 03:07:43.732 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 13 03:07:43.736 INFO kablam! Oct 13 03:07:43.766 INFO kablam! warning: variable does not need to be mutable Oct 13 03:07:43.766 INFO kablam! --> src/player.rs:107:13 Oct 13 03:07:43.767 INFO kablam! | Oct 13 03:07:43.767 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 13 03:07:43.767 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 03:07:43.767 INFO kablam! | | Oct 13 03:07:43.767 INFO kablam! | help: remove this `mut` Oct 13 03:07:43.767 INFO kablam! | Oct 13 03:07:43.767 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:07:43.772 INFO kablam! Oct 13 03:07:43.776 INFO kablam! warning: variable does not need to be mutable Oct 13 03:07:43.776 INFO kablam! --> src/game.rs:41:13 Oct 13 03:07:43.776 INFO kablam! | Oct 13 03:07:43.776 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.777 INFO kablam! | ----^^^^^^^^^^^^ Oct 13 03:07:43.777 INFO kablam! | | Oct 13 03:07:43.777 INFO kablam! | help: remove this `mut` Oct 13 03:07:43.778 INFO kablam! Oct 13 03:07:43.778 INFO kablam! warning: method is never used: `get_name` Oct 13 03:07:43.779 INFO kablam! --> src/tiles.rs:194:5 Oct 13 03:07:43.779 INFO kablam! | Oct 13 03:07:43.779 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 13 03:07:43.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.780 INFO kablam! | Oct 13 03:07:43.780 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:07:43.780 INFO kablam! Oct 13 03:07:43.781 INFO kablam! warning: method is never used: `not_empty_tile` Oct 13 03:07:43.781 INFO kablam! --> src/tiles.rs:199:5 Oct 13 03:07:43.781 INFO kablam! | Oct 13 03:07:43.781 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 13 03:07:43.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.782 INFO kablam! Oct 13 03:07:43.782 INFO kablam! warning: method is never used: `new_rock` Oct 13 03:07:43.782 INFO kablam! --> src/items.rs:46:5 Oct 13 03:07:43.783 INFO kablam! | Oct 13 03:07:43.783 INFO kablam! 46 | pub fn new_rock() -> Item Oct 13 03:07:43.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.783 INFO kablam! Oct 13 03:07:43.784 INFO kablam! warning: method is never used: `get_damage` Oct 13 03:07:43.784 INFO kablam! --> src/items.rs:51:5 Oct 13 03:07:43.784 INFO kablam! | Oct 13 03:07:43.784 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 13 03:07:43.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.784 INFO kablam! Oct 13 03:07:43.784 INFO kablam! warning: method is never used: `new_ogre` Oct 13 03:07:43.784 INFO kablam! --> src/enemies.rs:34:5 Oct 13 03:07:43.784 INFO kablam! | Oct 13 03:07:43.784 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 13 03:07:43.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.784 INFO kablam! Oct 13 03:07:43.785 INFO kablam! warning: method is never used: `get_name` Oct 13 03:07:43.785 INFO kablam! --> src/enemies.rs:44:5 Oct 13 03:07:43.785 INFO kablam! | Oct 13 03:07:43.785 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 13 03:07:43.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.785 INFO kablam! Oct 13 03:07:43.785 INFO kablam! warning: method is never used: `current_position` Oct 13 03:07:43.785 INFO kablam! --> src/player.rs:77:5 Oct 13 03:07:43.785 INFO kablam! | Oct 13 03:07:43.785 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 13 03:07:43.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.785 INFO kablam! Oct 13 03:07:43.789 INFO kablam! warning: method is never used: `do_action` Oct 13 03:07:43.789 INFO kablam! --> src/player.rs:105:5 Oct 13 03:07:43.789 INFO kablam! | Oct 13 03:07:43.789 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 13 03:07:43.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:43.789 INFO kablam! Oct 13 03:07:43.830 INFO kablam! warning: unused import: `enemies` Oct 13 03:07:43.830 INFO kablam! --> src/player.rs:1:5 Oct 13 03:07:43.830 INFO kablam! | Oct 13 03:07:43.830 INFO kablam! 1 | use enemies; Oct 13 03:07:43.830 INFO kablam! | ^^^^^^^ Oct 13 03:07:43.830 INFO kablam! | Oct 13 03:07:43.830 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:07:43.830 INFO kablam! Oct 13 03:07:43.986 INFO kablam! warning: unused variable: `victory` Oct 13 03:07:43.986 INFO kablam! --> src/player.rs:19:66 Oct 13 03:07:43.986 INFO kablam! | Oct 13 03:07:43.986 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 13 03:07:43.986 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 13 03:07:43.986 INFO kablam! | Oct 13 03:07:43.986 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:07:43.986 INFO kablam! Oct 13 03:07:43.986 INFO kablam! warning: unused variable: `action_method` Oct 13 03:07:43.986 INFO kablam! --> src/player.rs:107:17 Oct 13 03:07:43.986 INFO kablam! | Oct 13 03:07:43.986 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 13 03:07:43.986 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 13 03:07:43.986 INFO kablam! Oct 13 03:07:44.029 INFO kablam! warning: variable does not need to be mutable Oct 13 03:07:44.029 INFO kablam! --> src/player.rs:107:13 Oct 13 03:07:44.029 INFO kablam! | Oct 13 03:07:44.029 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 13 03:07:44.029 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 03:07:44.029 INFO kablam! | | Oct 13 03:07:44.030 INFO kablam! | help: remove this `mut` Oct 13 03:07:44.030 INFO kablam! | Oct 13 03:07:44.030 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:07:44.030 INFO kablam! Oct 13 03:07:44.037 INFO kablam! warning: variable does not need to be mutable Oct 13 03:07:44.037 INFO kablam! --> src/game.rs:41:13 Oct 13 03:07:44.037 INFO kablam! | Oct 13 03:07:44.037 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:44.037 INFO kablam! | ----^^^^^^^^^^^^ Oct 13 03:07:44.037 INFO kablam! | | Oct 13 03:07:44.037 INFO kablam! | help: remove this `mut` Oct 13 03:07:44.037 INFO kablam! Oct 13 03:07:44.037 INFO kablam! warning: method is never used: `get_name` Oct 13 03:07:44.037 INFO kablam! --> src/tiles.rs:194:5 Oct 13 03:07:44.037 INFO kablam! | Oct 13 03:07:44.037 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 13 03:07:44.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:44.038 INFO kablam! | Oct 13 03:07:44.038 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:07:44.038 INFO kablam! Oct 13 03:07:44.038 INFO kablam! warning: method is never used: `not_empty_tile` Oct 13 03:07:44.038 INFO kablam! --> src/tiles.rs:199:5 Oct 13 03:07:44.038 INFO kablam! | Oct 13 03:07:44.038 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 13 03:07:44.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:44.039 INFO kablam! Oct 13 03:07:44.039 INFO kablam! warning: method is never used: `new_rock` Oct 13 03:07:44.039 INFO kablam! --> src/items.rs:46:5 Oct 13 03:07:44.039 INFO kablam! | Oct 13 03:07:44.039 INFO kablam! 46 | pub fn new_rock() -> Item Oct 13 03:07:44.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:44.039 INFO kablam! Oct 13 03:07:44.040 INFO kablam! warning: method is never used: `get_damage` Oct 13 03:07:44.044 INFO kablam! --> src/items.rs:51:5 Oct 13 03:07:44.044 INFO kablam! | Oct 13 03:07:44.044 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 13 03:07:44.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:44.044 INFO kablam! Oct 13 03:07:44.044 INFO kablam! warning: method is never used: `new_ogre` Oct 13 03:07:44.044 INFO kablam! --> src/enemies.rs:34:5 Oct 13 03:07:44.044 INFO kablam! | Oct 13 03:07:44.044 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 13 03:07:44.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:44.044 INFO kablam! Oct 13 03:07:44.044 INFO kablam! warning: method is never used: `get_name` Oct 13 03:07:44.044 INFO kablam! --> src/enemies.rs:44:5 Oct 13 03:07:44.044 INFO kablam! | Oct 13 03:07:44.044 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 13 03:07:44.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:44.044 INFO kablam! Oct 13 03:07:44.044 INFO kablam! warning: method is never used: `current_position` Oct 13 03:07:44.044 INFO kablam! --> src/player.rs:77:5 Oct 13 03:07:44.044 INFO kablam! | Oct 13 03:07:44.044 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 13 03:07:44.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:44.044 INFO kablam! Oct 13 03:07:44.044 INFO kablam! warning: method is never used: `do_action` Oct 13 03:07:44.044 INFO kablam! --> src/player.rs:105:5 Oct 13 03:07:44.044 INFO kablam! | Oct 13 03:07:44.044 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 13 03:07:44.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:07:44.045 INFO kablam! Oct 13 03:07:44.065 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 13 03:07:44.067 INFO kablam! su: No module specific data is present Oct 13 03:07:44.484 INFO running `"docker" "rm" "-f" "814eaf0f66829cb91a9324e63fddebb9b718f13dfb2998000a2d581b00edf897"` Oct 13 03:07:44.612 INFO blam! 814eaf0f66829cb91a9324e63fddebb9b718f13dfb2998000a2d581b00edf897