Oct 15 07:51:52.079 INFO testing Payathp/text-adventure against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:51:52.081 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:52.279 INFO blam! a0d67ed9f104d4675df2c3b72e4a1c1d8d4176aa81708ce97800c1076624f451 Oct 15 07:51:52.281 INFO running `"docker" "start" "-a" "a0d67ed9f104d4675df2c3b72e4a1c1d8d4176aa81708ce97800c1076624f451"` Oct 15 07:51:53.030 INFO kablam! usermod: no changes Oct 15 07:51:53.069 INFO kablam! Compiling text-adventure v0.1.0 (/source) Oct 15 07:51:53.445 INFO kablam! warning: unused import: `enemies` Oct 15 07:51:53.445 INFO kablam! --> src/player.rs:1:5 Oct 15 07:51:53.445 INFO kablam! | Oct 15 07:51:53.446 INFO kablam! 1 | use enemies; Oct 15 07:51:53.446 INFO kablam! | ^^^^^^^ Oct 15 07:51:53.446 INFO kablam! | Oct 15 07:51:53.446 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:51:53.447 INFO kablam! Oct 15 07:51:53.590 INFO kablam! warning: unused variable: `victory` Oct 15 07:51:53.590 INFO kablam! --> src/player.rs:19:66 Oct 15 07:51:53.590 INFO kablam! | Oct 15 07:51:53.590 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 15 07:51:53.590 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 15 07:51:53.590 INFO kablam! | Oct 15 07:51:53.590 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:51:53.590 INFO kablam! Oct 15 07:51:53.590 INFO kablam! warning: unused variable: `action_method` Oct 15 07:51:53.590 INFO kablam! --> src/player.rs:107:17 Oct 15 07:51:53.590 INFO kablam! | Oct 15 07:51:53.590 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 15 07:51:53.590 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 15 07:51:53.590 INFO kablam! Oct 15 07:51:53.621 INFO kablam! warning: variable does not need to be mutable Oct 15 07:51:53.621 INFO kablam! --> src/player.rs:107:13 Oct 15 07:51:53.621 INFO kablam! | Oct 15 07:51:53.621 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 15 07:51:53.621 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 07:51:53.621 INFO kablam! | | Oct 15 07:51:53.621 INFO kablam! | help: remove this `mut` Oct 15 07:51:53.621 INFO kablam! | Oct 15 07:51:53.621 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:51:53.621 INFO kablam! Oct 15 07:51:53.627 INFO kablam! warning: variable does not need to be mutable Oct 15 07:51:53.627 INFO kablam! --> src/game.rs:41:13 Oct 15 07:51:53.627 INFO kablam! | Oct 15 07:51:53.627 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:53.627 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 07:51:53.627 INFO kablam! | | Oct 15 07:51:53.627 INFO kablam! | help: remove this `mut` Oct 15 07:51:53.627 INFO kablam! Oct 15 07:51:53.629 INFO kablam! warning: method is never used: `get_name` Oct 15 07:51:53.629 INFO kablam! --> src/tiles.rs:194:5 Oct 15 07:51:53.629 INFO kablam! | Oct 15 07:51:53.629 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 15 07:51:53.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:53.629 INFO kablam! | Oct 15 07:51:53.629 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:51:53.629 INFO kablam! Oct 15 07:51:53.629 INFO kablam! warning: method is never used: `not_empty_tile` Oct 15 07:51:53.629 INFO kablam! --> src/tiles.rs:199:5 Oct 15 07:51:53.629 INFO kablam! | Oct 15 07:51:53.629 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 15 07:51:53.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:53.629 INFO kablam! Oct 15 07:51:53.629 INFO kablam! warning: method is never used: `new_rock` Oct 15 07:51:53.629 INFO kablam! --> src/items.rs:46:5 Oct 15 07:51:53.629 INFO kablam! | Oct 15 07:51:53.629 INFO kablam! 46 | pub fn new_rock() -> Item Oct 15 07:51:53.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:53.629 INFO kablam! Oct 15 07:51:53.629 INFO kablam! warning: method is never used: `get_damage` Oct 15 07:51:53.629 INFO kablam! --> src/items.rs:51:5 Oct 15 07:51:53.629 INFO kablam! | Oct 15 07:51:53.629 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 15 07:51:53.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:53.629 INFO kablam! Oct 15 07:51:53.629 INFO kablam! warning: method is never used: `new_ogre` Oct 15 07:51:53.629 INFO kablam! --> src/enemies.rs:34:5 Oct 15 07:51:53.629 INFO kablam! | Oct 15 07:51:53.629 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 15 07:51:53.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:53.629 INFO kablam! Oct 15 07:51:53.629 INFO kablam! warning: method is never used: `get_name` Oct 15 07:51:53.629 INFO kablam! --> src/enemies.rs:44:5 Oct 15 07:51:53.629 INFO kablam! | Oct 15 07:51:53.629 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 15 07:51:53.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:53.629 INFO kablam! Oct 15 07:51:53.629 INFO kablam! warning: method is never used: `current_position` Oct 15 07:51:53.629 INFO kablam! --> src/player.rs:77:5 Oct 15 07:51:53.629 INFO kablam! | Oct 15 07:51:53.629 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 15 07:51:53.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:53.629 INFO kablam! Oct 15 07:51:53.629 INFO kablam! warning: method is never used: `do_action` Oct 15 07:51:53.630 INFO kablam! --> src/player.rs:105:5 Oct 15 07:51:53.630 INFO kablam! | Oct 15 07:51:53.630 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 15 07:51:53.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:53.630 INFO kablam! Oct 15 07:51:54.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.52s Oct 15 07:51:54.579 INFO kablam! su: No module specific data is present Oct 15 07:51:55.339 INFO running `"docker" "rm" "-f" "a0d67ed9f104d4675df2c3b72e4a1c1d8d4176aa81708ce97800c1076624f451"` Oct 15 07:51:55.543 INFO blam! a0d67ed9f104d4675df2c3b72e4a1c1d8d4176aa81708ce97800c1076624f451 Oct 15 07:51:55.550 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:55.891 INFO blam! c4b1d13fe67c840424dc76d468a0aa1d22750edec8800d1464120cafae1c2741 Oct 15 07:51:55.893 INFO running `"docker" "start" "-a" "c4b1d13fe67c840424dc76d468a0aa1d22750edec8800d1464120cafae1c2741"` Oct 15 07:51:56.584 INFO kablam! usermod: no changes Oct 15 07:51:56.610 INFO kablam! Compiling text-adventure v0.1.0 (/source) Oct 15 07:51:56.979 INFO kablam! warning: unused import: `enemies` Oct 15 07:51:56.979 INFO kablam! --> src/player.rs:1:5 Oct 15 07:51:56.980 INFO kablam! | Oct 15 07:51:56.980 INFO kablam! 1 | use enemies; Oct 15 07:51:56.980 INFO kablam! | ^^^^^^^ Oct 15 07:51:56.980 INFO kablam! | Oct 15 07:51:56.980 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:51:56.980 INFO kablam! Oct 15 07:51:57.119 INFO kablam! warning: unused variable: `victory` Oct 15 07:51:57.119 INFO kablam! --> src/player.rs:19:66 Oct 15 07:51:57.119 INFO kablam! | Oct 15 07:51:57.119 INFO kablam! 19 | fn new(inventory: Vec, hp: i32, x: i32, y: i32, victory: bool) -> Player Oct 15 07:51:57.119 INFO kablam! | ^^^^^^^ help: consider using `_victory` instead Oct 15 07:51:57.119 INFO kablam! | Oct 15 07:51:57.119 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:51:57.119 INFO kablam! Oct 15 07:51:57.119 INFO kablam! warning: unused variable: `action_method` Oct 15 07:51:57.119 INFO kablam! --> src/player.rs:107:17 Oct 15 07:51:57.119 INFO kablam! | Oct 15 07:51:57.119 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 15 07:51:57.119 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_action_method` instead Oct 15 07:51:57.119 INFO kablam! Oct 15 07:51:57.146 INFO kablam! warning: variable does not need to be mutable Oct 15 07:51:57.146 INFO kablam! --> src/player.rs:107:13 Oct 15 07:51:57.146 INFO kablam! | Oct 15 07:51:57.146 INFO kablam! 107 | let mut action_method = actions::Action::identify_action_with_enemies(action, self, map); Oct 15 07:51:57.146 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 07:51:57.146 INFO kablam! | | Oct 15 07:51:57.146 INFO kablam! | help: remove this `mut` Oct 15 07:51:57.146 INFO kablam! | Oct 15 07:51:57.146 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:51:57.146 INFO kablam! Oct 15 07:51:57.159 INFO kablam! warning: variable does not need to be mutable Oct 15 07:51:57.159 INFO kablam! --> src/game.rs:41:13 Oct 15 07:51:57.159 INFO kablam! | Oct 15 07:51:57.159 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:57.159 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 07:51:57.159 INFO kablam! | | Oct 15 07:51:57.159 INFO kablam! | help: remove this `mut` Oct 15 07:51:57.159 INFO kablam! Oct 15 07:51:57.159 INFO kablam! warning: method is never used: `get_name` Oct 15 07:51:57.159 INFO kablam! --> src/tiles.rs:194:5 Oct 15 07:51:57.159 INFO kablam! | Oct 15 07:51:57.159 INFO kablam! 194 | pub fn get_name(&self) -> &'static str Oct 15 07:51:57.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:57.159 INFO kablam! | Oct 15 07:51:57.159 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:51:57.159 INFO kablam! Oct 15 07:51:57.159 INFO kablam! warning: method is never used: `not_empty_tile` Oct 15 07:51:57.159 INFO kablam! --> src/tiles.rs:199:5 Oct 15 07:51:57.159 INFO kablam! | Oct 15 07:51:57.159 INFO kablam! 199 | pub fn not_empty_tile(&self) -> bool Oct 15 07:51:57.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:57.159 INFO kablam! Oct 15 07:51:57.159 INFO kablam! warning: method is never used: `new_rock` Oct 15 07:51:57.159 INFO kablam! --> src/items.rs:46:5 Oct 15 07:51:57.159 INFO kablam! | Oct 15 07:51:57.159 INFO kablam! 46 | pub fn new_rock() -> Item Oct 15 07:51:57.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:57.159 INFO kablam! Oct 15 07:51:57.159 INFO kablam! warning: method is never used: `get_damage` Oct 15 07:51:57.159 INFO kablam! --> src/items.rs:51:5 Oct 15 07:51:57.159 INFO kablam! | Oct 15 07:51:57.160 INFO kablam! 51 | pub fn get_damage(&self) -> i32 Oct 15 07:51:57.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:57.160 INFO kablam! Oct 15 07:51:57.160 INFO kablam! warning: method is never used: `new_ogre` Oct 15 07:51:57.160 INFO kablam! --> src/enemies.rs:34:5 Oct 15 07:51:57.160 INFO kablam! | Oct 15 07:51:57.160 INFO kablam! 34 | pub fn new_ogre() -> Enemy Oct 15 07:51:57.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:57.160 INFO kablam! Oct 15 07:51:57.160 INFO kablam! warning: method is never used: `get_name` Oct 15 07:51:57.160 INFO kablam! --> src/enemies.rs:44:5 Oct 15 07:51:57.160 INFO kablam! | Oct 15 07:51:57.160 INFO kablam! 44 | pub fn get_name<'a>(&self) -> &'a str Oct 15 07:51:57.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:57.160 INFO kablam! Oct 15 07:51:57.160 INFO kablam! warning: method is never used: `current_position` Oct 15 07:51:57.160 INFO kablam! --> src/player.rs:77:5 Oct 15 07:51:57.160 INFO kablam! | Oct 15 07:51:57.160 INFO kablam! 77 | pub fn current_position(&self) -> &tiles::Position Oct 15 07:51:57.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:57.160 INFO kablam! Oct 15 07:51:57.160 INFO kablam! warning: method is never used: `do_action` Oct 15 07:51:57.160 INFO kablam! --> src/player.rs:105:5 Oct 15 07:51:57.160 INFO kablam! | Oct 15 07:51:57.160 INFO kablam! 105 | pub fn do_action<'a>(&mut self, map: &mut Vec, action: &'a str) Oct 15 07:51:57.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:51:57.161 INFO kablam! Oct 15 07:51:57.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.92s Oct 15 07:51:57.530 INFO kablam! su: No module specific data is present Oct 15 07:51:57.864 INFO running `"docker" "rm" "-f" "c4b1d13fe67c840424dc76d468a0aa1d22750edec8800d1464120cafae1c2741"` Oct 15 07:51:57.983 INFO blam! c4b1d13fe67c840424dc76d468a0aa1d22750edec8800d1464120cafae1c2741 Oct 15 07:51:57.989 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:58.177 INFO blam! c94a68aff2016265b8351b52c05881061d618456b107d4b23f22fa5f7595c875 Oct 15 07:51:58.184 INFO running `"docker" "start" "-a" "c94a68aff2016265b8351b52c05881061d618456b107d4b23f22fa5f7595c875"` Oct 15 07:51:58.516 INFO kablam! usermod: no changes Oct 15 07:51:58.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 07:51:58.547 INFO blam! Oct 15 07:51:58.547 INFO kablam! Running /target/debug/deps/text_adventure-60b911b6a94fb3a2 Oct 15 07:51:58.547 INFO blam! running 0 tests Oct 15 07:51:58.547 INFO blam! Oct 15 07:51:58.547 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:51:58.547 INFO blam! Oct 15 07:51:58.548 INFO kablam! su: No module specific data is present Oct 15 07:51:58.881 INFO running `"docker" "rm" "-f" "c94a68aff2016265b8351b52c05881061d618456b107d4b23f22fa5f7595c875"` Oct 15 07:51:59.001 INFO blam! c94a68aff2016265b8351b52c05881061d618456b107d4b23f22fa5f7595c875