Oct 11 05:05:07.145 INFO testing Payathp/text-adventure against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:05:07.145 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:05:07.147 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:05:07.505 INFO blam! a9ca4c07760d38ae0c54e7a0b750e904ab6791ba015f6097a1e44b522323825c Oct 11 05:05:07.507 INFO running `"docker" "start" "-a" "a9ca4c07760d38ae0c54e7a0b750e904ab6791ba015f6097a1e44b522323825c"` Oct 11 05:05:08.276 INFO kablam! usermod: no changes Oct 11 05:05:08.305 INFO kablam! Compiling text-adventure v0.1.0 (/source) Oct 11 05:05:08.904 INFO kablam! warning: unused import: `enemies` Oct 11 05:05:08.904 INFO kablam! --> src/player.rs:1:5 Oct 11 05:05:08.905 INFO kablam! | Oct 11 05:05:08.905 INFO kablam! 1 | use enemies; Oct 11 05:05:08.905 INFO kablam! | ^^^^^^^ Oct 11 05:05:08.905 INFO kablam! | Oct 11 05:05:08.905 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:05:08.906 INFO kablam! Oct 11 05:05:09.048 INFO kablam! warning: unused variable: `victory` Oct 11 05:05:09.048 INFO kablam! --> src/player.rs:19:66 Oct 11 05:05:09.048 INFO kablam! | Oct 11 05:05:09.048 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 11 05:05:09.048 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 11 05:05:09.048 INFO kablam! | Oct 11 05:05:09.048 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:05:09.048 INFO kablam! Oct 11 05:05:09.048 INFO kablam! warning: unused variable: `action_method` Oct 11 05:05:09.048 INFO kablam! --> src/player.rs:107:17 Oct 11 05:05:09.048 INFO kablam! | Oct 11 05:05:09.048 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 11 05:05:09.048 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 11 05:05:09.048 INFO kablam! Oct 11 05:05:09.080 INFO kablam! warning: variable does not need to be mutable Oct 11 05:05:09.080 INFO kablam! --> src/player.rs:107:13 Oct 11 05:05:09.080 INFO kablam! | Oct 11 05:05:09.080 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 11 05:05:09.081 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 05:05:09.081 INFO kablam! | | Oct 11 05:05:09.081 INFO kablam! | help: remove this `mut` Oct 11 05:05:09.081 INFO kablam! | Oct 11 05:05:09.106 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:05:09.107 INFO kablam! Oct 11 05:05:09.107 INFO kablam! warning: variable does not need to be mutable Oct 11 05:05:09.107 INFO kablam! --> src/game.rs:41:13 Oct 11 05:05:09.108 INFO kablam! | Oct 11 05:05:09.108 INFO kablam! 41 | let mut current_room = &mut world::tile_exists(&map, current_player.position.x, current_player.position.y).unwrap().clone(); Oct 11 05:05:09.109 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 05:05:09.109 INFO kablam! | | Oct 11 05:05:09.109 INFO kablam! | help: remove this `mut` Oct 11 05:05:09.109 INFO kablam! Oct 11 05:05:09.110 INFO kablam! warning: method is never used: `get_name` Oct 11 05:05:09.110 INFO kablam! --> src/tiles.rs:194:5 Oct 11 05:05:09.110 INFO kablam! | Oct 11 05:05:09.111 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 11 05:05:09.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:09.112 INFO kablam! | Oct 11 05:05:09.112 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:05:09.112 INFO kablam! Oct 11 05:05:09.113 INFO kablam! warning: method is never used: `not_empty_tile` Oct 11 05:05:09.113 INFO kablam! --> src/tiles.rs:199:5 Oct 11 05:05:09.113 INFO kablam! | Oct 11 05:05:09.114 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 11 05:05:09.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:09.114 INFO kablam! Oct 11 05:05:09.115 INFO kablam! warning: method is never used: `new_rock` Oct 11 05:05:09.115 INFO kablam! --> src/items.rs:46:5 Oct 11 05:05:09.115 INFO kablam! | Oct 11 05:05:09.115 INFO kablam! 46 | pub fn new_rock() -> Item Oct 11 05:05:09.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:09.116 INFO kablam! Oct 11 05:05:09.116 INFO kablam! warning: method is never used: `get_damage` Oct 11 05:05:09.116 INFO kablam! --> src/items.rs:51:5 Oct 11 05:05:09.116 INFO kablam! | Oct 11 05:05:09.116 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 11 05:05:09.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:09.116 INFO kablam! Oct 11 05:05:09.116 INFO kablam! warning: method is never used: `new_ogre` Oct 11 05:05:09.116 INFO kablam! --> src/enemies.rs:34:5 Oct 11 05:05:09.116 INFO kablam! | Oct 11 05:05:09.116 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 11 05:05:09.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:09.116 INFO kablam! Oct 11 05:05:09.116 INFO kablam! warning: method is never used: `get_name` Oct 11 05:05:09.116 INFO kablam! --> src/enemies.rs:44:5 Oct 11 05:05:09.116 INFO kablam! | Oct 11 05:05:09.116 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 11 05:05:09.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:09.116 INFO kablam! Oct 11 05:05:09.116 INFO kablam! warning: method is never used: `current_position` Oct 11 05:05:09.116 INFO kablam! --> src/player.rs:77:5 Oct 11 05:05:09.116 INFO kablam! | Oct 11 05:05:09.116 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 11 05:05:09.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:09.116 INFO kablam! Oct 11 05:05:09.116 INFO kablam! warning: method is never used: `do_action` Oct 11 05:05:09.116 INFO kablam! --> src/player.rs:105:5 Oct 11 05:05:09.116 INFO kablam! | Oct 11 05:05:09.116 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 11 05:05:09.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:09.116 INFO kablam! Oct 11 05:05:09.770 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 11 05:05:09.773 INFO kablam! su: No module specific data is present Oct 11 05:05:10.033 INFO running `"docker" "rm" "-f" "a9ca4c07760d38ae0c54e7a0b750e904ab6791ba015f6097a1e44b522323825c"` Oct 11 05:05:10.125 INFO blam! a9ca4c07760d38ae0c54e7a0b750e904ab6791ba015f6097a1e44b522323825c Oct 11 05:05:10.134 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:05:10.134 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:05:10.314 INFO blam! 3f0b7133d4c9e7e25bae89b095ced9ad59bf86fc52db2e839bde97934e37a413 Oct 11 05:05:10.315 INFO running `"docker" "start" "-a" "3f0b7133d4c9e7e25bae89b095ced9ad59bf86fc52db2e839bde97934e37a413"` Oct 11 05:05:10.849 INFO kablam! usermod: no changes Oct 11 05:05:10.884 INFO kablam! Compiling text-adventure v0.1.0 (/source) Oct 11 05:05:11.636 INFO kablam! warning: unused import: `enemies` Oct 11 05:05:11.636 INFO kablam! --> src/player.rs:1:5 Oct 11 05:05:11.636 INFO kablam! | Oct 11 05:05:11.636 INFO kablam! 1 | use enemies; Oct 11 05:05:11.636 INFO kablam! | ^^^^^^^ Oct 11 05:05:11.636 INFO kablam! | Oct 11 05:05:11.636 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:05:11.636 INFO kablam! Oct 11 05:05:11.786 INFO kablam! warning: unused variable: `victory` Oct 11 05:05:11.786 INFO kablam! --> src/player.rs:19:66 Oct 11 05:05:11.786 INFO kablam! | Oct 11 05:05:11.786 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 11 05:05:11.786 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 11 05:05:11.786 INFO kablam! | Oct 11 05:05:11.786 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:05:11.786 INFO kablam! Oct 11 05:05:11.786 INFO kablam! warning: unused variable: `action_method` Oct 11 05:05:11.786 INFO kablam! --> src/player.rs:107:17 Oct 11 05:05:11.786 INFO kablam! | Oct 11 05:05:11.786 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 11 05:05:11.786 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 11 05:05:11.788 INFO kablam! Oct 11 05:05:11.828 INFO kablam! warning: variable does not need to be mutable Oct 11 05:05:11.828 INFO kablam! --> src/player.rs:107:13 Oct 11 05:05:11.828 INFO kablam! | Oct 11 05:05:11.828 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 11 05:05:11.828 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 05:05:11.828 INFO kablam! | | Oct 11 05:05:11.828 INFO kablam! | help: remove this `mut` Oct 11 05:05:11.828 INFO kablam! | Oct 11 05:05:11.836 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:05:11.836 INFO kablam! Oct 11 05:05:11.844 INFO kablam! warning: variable does not need to be mutable Oct 11 05:05:11.844 INFO kablam! --> src/game.rs:41:13 Oct 11 05:05:11.844 INFO kablam! | Oct 11 05:05:11.844 INFO kablam! 41 | let mut current_room = &mut world::tile_exists(&map, current_player.position.x, current_player.position.y).unwrap().clone(); Oct 11 05:05:11.844 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 05:05:11.844 INFO kablam! | | Oct 11 05:05:11.844 INFO kablam! | help: remove this `mut` Oct 11 05:05:11.844 INFO kablam! Oct 11 05:05:11.844 INFO kablam! warning: method is never used: `get_name` Oct 11 05:05:11.845 INFO kablam! --> src/tiles.rs:194:5 Oct 11 05:05:11.845 INFO kablam! | Oct 11 05:05:11.845 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 11 05:05:11.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:11.845 INFO kablam! | Oct 11 05:05:11.845 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:05:11.845 INFO kablam! Oct 11 05:05:11.845 INFO kablam! warning: method is never used: `not_empty_tile` Oct 11 05:05:11.845 INFO kablam! --> src/tiles.rs:199:5 Oct 11 05:05:11.845 INFO kablam! | Oct 11 05:05:11.845 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 11 05:05:11.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:11.845 INFO kablam! Oct 11 05:05:11.845 INFO kablam! warning: method is never used: `new_rock` Oct 11 05:05:11.845 INFO kablam! --> src/items.rs:46:5 Oct 11 05:05:11.845 INFO kablam! | Oct 11 05:05:11.845 INFO kablam! 46 | pub fn new_rock() -> Item Oct 11 05:05:11.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:11.845 INFO kablam! Oct 11 05:05:11.845 INFO kablam! warning: method is never used: `get_damage` Oct 11 05:05:11.845 INFO kablam! --> src/items.rs:51:5 Oct 11 05:05:11.845 INFO kablam! | Oct 11 05:05:11.845 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 11 05:05:11.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:11.845 INFO kablam! Oct 11 05:05:11.845 INFO kablam! warning: method is never used: `new_ogre` Oct 11 05:05:11.845 INFO kablam! --> src/enemies.rs:34:5 Oct 11 05:05:11.845 INFO kablam! | Oct 11 05:05:11.845 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 11 05:05:11.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:11.845 INFO kablam! Oct 11 05:05:11.845 INFO kablam! warning: method is never used: `get_name` Oct 11 05:05:11.845 INFO kablam! --> src/enemies.rs:44:5 Oct 11 05:05:11.845 INFO kablam! | Oct 11 05:05:11.845 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 11 05:05:11.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:11.845 INFO kablam! Oct 11 05:05:11.845 INFO kablam! warning: method is never used: `current_position` Oct 11 05:05:11.845 INFO kablam! --> src/player.rs:77:5 Oct 11 05:05:11.845 INFO kablam! | Oct 11 05:05:11.845 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 11 05:05:11.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:11.845 INFO kablam! Oct 11 05:05:11.845 INFO kablam! warning: method is never used: `do_action` Oct 11 05:05:11.845 INFO kablam! --> src/player.rs:105:5 Oct 11 05:05:11.845 INFO kablam! | Oct 11 05:05:11.845 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 11 05:05:11.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:05:11.845 INFO kablam! Oct 11 05:05:12.242 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 11 05:05:12.245 INFO kablam! su: No module specific data is present Oct 11 05:05:12.826 INFO running `"docker" "rm" "-f" "3f0b7133d4c9e7e25bae89b095ced9ad59bf86fc52db2e839bde97934e37a413"` Oct 11 05:05:12.918 INFO blam! 3f0b7133d4c9e7e25bae89b095ced9ad59bf86fc52db2e839bde97934e37a413 Oct 11 05:05:12.920 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:05:12.920 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:05:13.082 INFO blam! 62fb32969c86fbe858bcd38d92e6f49b2054ba12388718c6cd8ab48eb0529d5b Oct 11 05:05:13.084 INFO running `"docker" "start" "-a" "62fb32969c86fbe858bcd38d92e6f49b2054ba12388718c6cd8ab48eb0529d5b"` Oct 11 05:05:13.500 INFO kablam! usermod: no changes Oct 11 05:05:13.529 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 05:05:13.530 INFO kablam! Running /target/debug/deps/text_adventure-60b911b6a94fb3a2 Oct 11 05:05:13.533 INFO blam! Oct 11 05:05:13.533 INFO blam! running 0 tests Oct 11 05:05:13.533 INFO blam! Oct 11 05:05:13.533 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:05:13.533 INFO blam! Oct 11 05:05:13.533 INFO kablam! su: No module specific data is present Oct 11 05:05:13.812 INFO running `"docker" "rm" "-f" "62fb32969c86fbe858bcd38d92e6f49b2054ba12388718c6cd8ab48eb0529d5b"` Oct 11 05:05:14.036 INFO blam! 62fb32969c86fbe858bcd38d92e6f49b2054ba12388718c6cd8ab48eb0529d5b