Oct 15 07:51:47.606 INFO testing Payathp/text-adventure against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:51:47.607 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 07:51:47.888 INFO blam! f718bd5de343abe03ca5835db0463b1dddf9dd449f17c5280657aaff0b2f4ad8 Oct 15 07:51:47.890 INFO running `"docker" "start" "-a" "f718bd5de343abe03ca5835db0463b1dddf9dd449f17c5280657aaff0b2f4ad8"` Oct 15 07:51:48.783 INFO kablam! usermod: no changes Oct 15 07:51:48.819 INFO kablam! Compiling text-adventure v0.1.0 (/source) Oct 15 07:51:49.147 INFO kablam! warning: unused import: `enemies` Oct 15 07:51:49.147 INFO kablam! --> src/player.rs:1:5 Oct 15 07:51:49.147 INFO kablam! | Oct 15 07:51:49.147 INFO kablam! 1 | use enemies; Oct 15 07:51:49.147 INFO kablam! | ^^^^^^^ Oct 15 07:51:49.147 INFO kablam! | Oct 15 07:51:49.147 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:51:49.147 INFO kablam! Oct 15 07:51:49.299 INFO kablam! warning: unused variable: `victory` Oct 15 07:51:49.299 INFO kablam! --> src/player.rs:19:66 Oct 15 07:51:49.299 INFO kablam! | Oct 15 07:51:49.299 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 15 07:51:49.299 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 15 07:51:49.299 INFO kablam! | Oct 15 07:51:49.299 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:51:49.299 INFO kablam! Oct 15 07:51:49.299 INFO kablam! warning: unused variable: `action_method` Oct 15 07:51:49.299 INFO kablam! --> src/player.rs:107:17 Oct 15 07:51:49.299 INFO kablam! | Oct 15 07:51:49.299 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 15 07:51:49.299 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 15 07:51:49.299 INFO kablam! Oct 15 07:51:49.327 INFO kablam! warning: variable does not need to be mutable Oct 15 07:51:49.328 INFO kablam! --> src/player.rs:107:13 Oct 15 07:51:49.328 INFO kablam! | Oct 15 07:51:49.328 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 15 07:51:49.328 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 07:51:49.328 INFO kablam! | | Oct 15 07:51:49.328 INFO kablam! | help: remove this `mut` Oct 15 07:51:49.329 INFO kablam! | Oct 15 07:51:49.329 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:51:49.329 INFO kablam! Oct 15 07:51:49.343 INFO kablam! warning: variable does not need to be mutable Oct 15 07:51:49.343 INFO kablam! --> src/game.rs:41:13 Oct 15 07:51:49.343 INFO kablam! | Oct 15 07:51:49.343 INFO kablam! 41 | let mut current_room = &mut world::tile_exists(&map, current_player.position.x, current_player.position.y).unwrap().clone(); Oct 15 07:51:49.343 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 07:51:49.344 INFO kablam! | | Oct 15 07:51:49.344 INFO kablam! | help: remove this `mut` Oct 15 07:51:49.344 INFO kablam! Oct 15 07:51:49.344 INFO kablam! warning: method is never used: `get_name` Oct 15 07:51:49.344 INFO kablam! --> src/tiles.rs:194:5 Oct 15 07:51:49.344 INFO kablam! | Oct 15 07:51:49.345 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 15 07:51:49.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:49.345 INFO kablam! | Oct 15 07:51:49.345 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:51:49.345 INFO kablam! Oct 15 07:51:49.345 INFO kablam! warning: method is never used: `not_empty_tile` Oct 15 07:51:49.345 INFO kablam! --> src/tiles.rs:199:5 Oct 15 07:51:49.346 INFO kablam! | Oct 15 07:51:49.346 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 15 07:51:49.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:49.346 INFO kablam! Oct 15 07:51:49.346 INFO kablam! warning: method is never used: `new_rock` Oct 15 07:51:49.346 INFO kablam! --> src/items.rs:46:5 Oct 15 07:51:49.347 INFO kablam! | Oct 15 07:51:49.347 INFO kablam! 46 | pub fn new_rock() -> Item Oct 15 07:51:49.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:49.347 INFO kablam! Oct 15 07:51:49.347 INFO kablam! warning: method is never used: `get_damage` Oct 15 07:51:49.347 INFO kablam! --> src/items.rs:51:5 Oct 15 07:51:49.347 INFO kablam! | Oct 15 07:51:49.348 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 15 07:51:49.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:49.348 INFO kablam! Oct 15 07:51:49.348 INFO kablam! warning: method is never used: `new_ogre` Oct 15 07:51:49.348 INFO kablam! --> src/enemies.rs:34:5 Oct 15 07:51:49.348 INFO kablam! | Oct 15 07:51:49.348 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 15 07:51:49.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:49.349 INFO kablam! Oct 15 07:51:49.349 INFO kablam! warning: method is never used: `get_name` Oct 15 07:51:49.349 INFO kablam! --> src/enemies.rs:44:5 Oct 15 07:51:49.349 INFO kablam! | Oct 15 07:51:49.349 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 15 07:51:49.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:49.350 INFO kablam! Oct 15 07:51:49.350 INFO kablam! warning: method is never used: `current_position` Oct 15 07:51:49.350 INFO kablam! --> src/player.rs:77:5 Oct 15 07:51:49.350 INFO kablam! | Oct 15 07:51:49.350 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 15 07:51:49.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:49.351 INFO kablam! Oct 15 07:51:49.351 INFO kablam! warning: method is never used: `do_action` Oct 15 07:51:49.351 INFO kablam! --> src/player.rs:105:5 Oct 15 07:51:49.351 INFO kablam! | Oct 15 07:51:49.352 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 15 07:51:49.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:49.352 INFO kablam! Oct 15 07:51:50.266 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 15 07:51:50.273 INFO kablam! su: No module specific data is present Oct 15 07:51:50.680 INFO running `"docker" "rm" "-f" "f718bd5de343abe03ca5835db0463b1dddf9dd449f17c5280657aaff0b2f4ad8"` Oct 15 07:51:50.963 INFO blam! f718bd5de343abe03ca5835db0463b1dddf9dd449f17c5280657aaff0b2f4ad8 Oct 15 07:51:50.971 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 07:51:51.408 INFO blam! 6fd09bd613a87e22f9ffb75d3389eef2cc9845967f1fd8e431c6f7f4c4e3eddd Oct 15 07:51:51.418 INFO running `"docker" "start" "-a" "6fd09bd613a87e22f9ffb75d3389eef2cc9845967f1fd8e431c6f7f4c4e3eddd"` Oct 15 07:51:52.155 INFO kablam! usermod: no changes Oct 15 07:51:52.189 INFO kablam! Compiling text-adventure v0.1.0 (/source) Oct 15 07:51:52.531 INFO kablam! warning: unused import: `enemies` Oct 15 07:51:52.531 INFO kablam! --> src/player.rs:1:5 Oct 15 07:51:52.531 INFO kablam! | Oct 15 07:51:52.531 INFO kablam! 1 | use enemies; Oct 15 07:51:52.531 INFO kablam! | ^^^^^^^ Oct 15 07:51:52.531 INFO kablam! | Oct 15 07:51:52.531 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:51:52.531 INFO kablam! Oct 15 07:51:52.671 INFO kablam! warning: unused variable: `victory` Oct 15 07:51:52.671 INFO kablam! --> src/player.rs:19:66 Oct 15 07:51:52.671 INFO kablam! | Oct 15 07:51:52.671 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 15 07:51:52.671 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 15 07:51:52.671 INFO kablam! | Oct 15 07:51:52.671 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:51:52.671 INFO kablam! Oct 15 07:51:52.671 INFO kablam! warning: unused variable: `action_method` Oct 15 07:51:52.671 INFO kablam! --> src/player.rs:107:17 Oct 15 07:51:52.671 INFO kablam! | Oct 15 07:51:52.671 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 15 07:51:52.671 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 15 07:51:52.671 INFO kablam! Oct 15 07:51:52.707 INFO kablam! warning: variable does not need to be mutable Oct 15 07:51:52.707 INFO kablam! --> src/player.rs:107:13 Oct 15 07:51:52.707 INFO kablam! | Oct 15 07:51:52.707 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 15 07:51:52.707 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 07:51:52.707 INFO kablam! | | Oct 15 07:51:52.707 INFO kablam! | help: remove this `mut` Oct 15 07:51:52.707 INFO kablam! | Oct 15 07:51:52.707 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:51:52.707 INFO kablam! Oct 15 07:51:52.714 INFO kablam! warning: variable does not need to be mutable Oct 15 07:51:52.714 INFO kablam! --> src/game.rs:41:13 Oct 15 07:51:52.714 INFO kablam! | Oct 15 07:51:52.714 INFO kablam! 41 | let mut current_room = &mut world::tile_exists(&map, current_player.position.x, current_player.position.y).unwrap().clone(); Oct 15 07:51:52.714 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 07:51:52.714 INFO kablam! | | Oct 15 07:51:52.714 INFO kablam! | help: remove this `mut` Oct 15 07:51:52.714 INFO kablam! Oct 15 07:51:52.715 INFO kablam! warning: method is never used: `get_name` Oct 15 07:51:52.715 INFO kablam! --> src/tiles.rs:194:5 Oct 15 07:51:52.715 INFO kablam! | Oct 15 07:51:52.715 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 15 07:51:52.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:52.715 INFO kablam! | Oct 15 07:51:52.715 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:51:52.715 INFO kablam! Oct 15 07:51:52.715 INFO kablam! warning: method is never used: `not_empty_tile` Oct 15 07:51:52.715 INFO kablam! --> src/tiles.rs:199:5 Oct 15 07:51:52.715 INFO kablam! | Oct 15 07:51:52.715 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 15 07:51:52.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:52.715 INFO kablam! Oct 15 07:51:52.715 INFO kablam! warning: method is never used: `new_rock` Oct 15 07:51:52.715 INFO kablam! --> src/items.rs:46:5 Oct 15 07:51:52.715 INFO kablam! | Oct 15 07:51:52.715 INFO kablam! 46 | pub fn new_rock() -> Item Oct 15 07:51:52.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:52.715 INFO kablam! Oct 15 07:51:52.715 INFO kablam! warning: method is never used: `get_damage` Oct 15 07:51:52.715 INFO kablam! --> src/items.rs:51:5 Oct 15 07:51:52.716 INFO kablam! | Oct 15 07:51:52.716 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 15 07:51:52.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:52.716 INFO kablam! Oct 15 07:51:52.716 INFO kablam! warning: method is never used: `new_ogre` Oct 15 07:51:52.716 INFO kablam! --> src/enemies.rs:34:5 Oct 15 07:51:52.716 INFO kablam! | Oct 15 07:51:52.716 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 15 07:51:52.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:52.716 INFO kablam! Oct 15 07:51:52.716 INFO kablam! warning: method is never used: `get_name` Oct 15 07:51:52.716 INFO kablam! --> src/enemies.rs:44:5 Oct 15 07:51:52.716 INFO kablam! | Oct 15 07:51:52.716 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 15 07:51:52.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:52.716 INFO kablam! Oct 15 07:51:52.716 INFO kablam! warning: method is never used: `current_position` Oct 15 07:51:52.716 INFO kablam! --> src/player.rs:77:5 Oct 15 07:51:52.716 INFO kablam! | Oct 15 07:51:52.716 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 15 07:51:52.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:52.716 INFO kablam! Oct 15 07:51:52.716 INFO kablam! warning: method is never used: `do_action` Oct 15 07:51:52.716 INFO kablam! --> src/player.rs:105:5 Oct 15 07:51:52.716 INFO kablam! | Oct 15 07:51:52.716 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 15 07:51:52.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:52.716 INFO kablam! Oct 15 07:51:53.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Oct 15 07:51:53.122 INFO kablam! su: No module specific data is present Oct 15 07:51:53.935 INFO running `"docker" "rm" "-f" "6fd09bd613a87e22f9ffb75d3389eef2cc9845967f1fd8e431c6f7f4c4e3eddd"` Oct 15 07:51:54.292 INFO blam! 6fd09bd613a87e22f9ffb75d3389eef2cc9845967f1fd8e431c6f7f4c4e3eddd Oct 15 07:51:54.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 07:51:54.858 INFO blam! f75213066feab3b3eba6bef9c70474eab969b0ecbdcfaff9123100bfc0d7f82f Oct 15 07:51:54.859 INFO running `"docker" "start" "-a" "f75213066feab3b3eba6bef9c70474eab969b0ecbdcfaff9123100bfc0d7f82f"` Oct 15 07:51:56.063 INFO kablam! usermod: no changes Oct 15 07:51:56.087 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 07:51:56.091 INFO kablam! Running /target/debug/deps/text_adventure-afed2064ad845236 Oct 15 07:51:56.099 INFO blam! Oct 15 07:51:56.099 INFO blam! running 0 tests Oct 15 07:51:56.102 INFO blam! Oct 15 07:51:56.103 INFO kablam! su: No module specific data is present Oct 15 07:51:56.103 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:51:56.103 INFO blam! Oct 15 07:51:56.664 INFO running `"docker" "rm" "-f" "f75213066feab3b3eba6bef9c70474eab969b0ecbdcfaff9123100bfc0d7f82f"` Oct 15 07:51:56.755 INFO blam! f75213066feab3b3eba6bef9c70474eab969b0ecbdcfaff9123100bfc0d7f82f