Oct 15 06:37:16.140 INFO testing Stratus51/codingame_legends-of-code-and-magic_code against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:37:16.140 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 06:37:16.483 INFO blam! 79339c84d4884d733d2d44d52ecb90329b14017b5194f480e6ff4b9a2a2883b9 Oct 15 06:37:16.487 INFO running `"docker" "start" "-a" "79339c84d4884d733d2d44d52ecb90329b14017b5194f480e6ff4b9a2a2883b9"` Oct 15 06:37:17.626 INFO kablam! usermod: no changes Oct 15 06:37:17.686 INFO kablam! Compiling coding_game_tmp v0.1.0 (/source) Oct 15 06:37:18.191 INFO kablam! warning: unused variable: `hand_pos` Oct 15 06:37:18.191 INFO kablam! --> src/main.rs:393:36 Oct 15 06:37:18.191 INFO kablam! | Oct 15 06:37:18.192 INFO kablam! 393 | pub fn use_item(&mut self, hand_pos: usize) { Oct 15 06:37:18.192 INFO kablam! | ^^^^^^^^ help: consider using `_hand_pos` instead Oct 15 06:37:18.192 INFO kablam! | Oct 15 06:37:18.192 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:37:18.192 INFO kablam! Oct 15 06:37:18.271 INFO kablam! warning: variant is never constructed: `Green` Oct 15 06:37:18.271 INFO kablam! --> src/main.rs:10:9 Oct 15 06:37:18.271 INFO kablam! | Oct 15 06:37:18.271 INFO kablam! 10 | Green = 1, Oct 15 06:37:18.271 INFO kablam! | ^^^^^^^^^ Oct 15 06:37:18.271 INFO kablam! | Oct 15 06:37:18.271 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:37:18.271 INFO kablam! Oct 15 06:37:18.271 INFO kablam! warning: variant is never constructed: `Red` Oct 15 06:37:18.271 INFO kablam! --> src/main.rs:11:9 Oct 15 06:37:18.271 INFO kablam! | Oct 15 06:37:18.271 INFO kablam! 11 | Red = 2, Oct 15 06:37:18.271 INFO kablam! | ^^^^^^^ Oct 15 06:37:18.271 INFO kablam! Oct 15 06:37:18.274 INFO kablam! warning: variant is never constructed: `Blue` Oct 15 06:37:18.274 INFO kablam! --> src/main.rs:12:9 Oct 15 06:37:18.274 INFO kablam! | Oct 15 06:37:18.274 INFO kablam! 12 | Blue = 3, Oct 15 06:37:18.274 INFO kablam! | ^^^^^^^^ Oct 15 06:37:18.274 INFO kablam! Oct 15 06:37:18.274 INFO kablam! warning: method is never used: `use_item` Oct 15 06:37:18.274 INFO kablam! --> src/main.rs:393:9 Oct 15 06:37:18.274 INFO kablam! | Oct 15 06:37:18.274 INFO kablam! 393 | pub fn use_item(&mut self, hand_pos: usize) { Oct 15 06:37:18.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:18.274 INFO kablam! Oct 15 06:37:18.274 INFO kablam! warning: method is never used: `attack_value` Oct 15 06:37:18.274 INFO kablam! --> src/main.rs:796:17 Oct 15 06:37:18.274 INFO kablam! | Oct 15 06:37:18.274 INFO kablam! 796 | fn attack_value(&self) -> f32 { Oct 15 06:37:18.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:18.274 INFO kablam! Oct 15 06:37:18.274 INFO kablam! warning: method is never used: `attack_value` Oct 15 06:37:18.274 INFO kablam! --> src/main.rs:836:17 Oct 15 06:37:18.274 INFO kablam! | Oct 15 06:37:18.274 INFO kablam! 836 | fn attack_value(&self) -> f32 { Oct 15 06:37:18.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:18.274 INFO kablam! Oct 15 06:37:18.274 INFO kablam! warning: method is never used: `attack_balance` Oct 15 06:37:18.274 INFO kablam! --> src/main.rs:897:17 Oct 15 06:37:18.274 INFO kablam! | Oct 15 06:37:18.274 INFO kablam! 897 | pub fn attack_balance(&self) -> f32 { Oct 15 06:37:18.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:18.274 INFO kablam! Oct 15 06:37:18.274 INFO kablam! warning: method is never used: `game_is_lost` Oct 15 06:37:18.274 INFO kablam! --> src/main.rs:919:13 Oct 15 06:37:18.274 INFO kablam! | Oct 15 06:37:18.274 INFO kablam! 919 | fn game_is_lost(game: &Game) -> Option { Oct 15 06:37:18.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:18.274 INFO kablam! Oct 15 06:37:19.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 15 06:37:19.242 INFO kablam! su: No module specific data is present Oct 15 06:37:19.716 INFO running `"docker" "rm" "-f" "79339c84d4884d733d2d44d52ecb90329b14017b5194f480e6ff4b9a2a2883b9"` Oct 15 06:37:19.987 INFO blam! 79339c84d4884d733d2d44d52ecb90329b14017b5194f480e6ff4b9a2a2883b9 Oct 15 06:37:19.989 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 06:37:20.247 INFO blam! ed246338f89b231c0a2ad2a13a791b75707f33b9ab535adfbc8bdb3eaa4024cb Oct 15 06:37:20.255 INFO running `"docker" "start" "-a" "ed246338f89b231c0a2ad2a13a791b75707f33b9ab535adfbc8bdb3eaa4024cb"` Oct 15 06:37:20.695 INFO kablam! usermod: no changes Oct 15 06:37:20.720 INFO kablam! Compiling coding_game_tmp v0.1.0 (/source) Oct 15 06:37:21.200 INFO kablam! warning: unused variable: `hand_pos` Oct 15 06:37:21.200 INFO kablam! --> src/main.rs:393:36 Oct 15 06:37:21.200 INFO kablam! | Oct 15 06:37:21.201 INFO kablam! 393 | pub fn use_item(&mut self, hand_pos: usize) { Oct 15 06:37:21.201 INFO kablam! | ^^^^^^^^ help: consider using `_hand_pos` instead Oct 15 06:37:21.201 INFO kablam! | Oct 15 06:37:21.201 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:37:21.201 INFO kablam! Oct 15 06:37:21.270 INFO kablam! warning: variant is never constructed: `Green` Oct 15 06:37:21.270 INFO kablam! --> src/main.rs:10:9 Oct 15 06:37:21.270 INFO kablam! | Oct 15 06:37:21.270 INFO kablam! 10 | Green = 1, Oct 15 06:37:21.270 INFO kablam! | ^^^^^^^^^ Oct 15 06:37:21.270 INFO kablam! | Oct 15 06:37:21.270 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:37:21.270 INFO kablam! Oct 15 06:37:21.270 INFO kablam! warning: variant is never constructed: `Red` Oct 15 06:37:21.270 INFO kablam! --> src/main.rs:11:9 Oct 15 06:37:21.270 INFO kablam! | Oct 15 06:37:21.270 INFO kablam! 11 | Red = 2, Oct 15 06:37:21.270 INFO kablam! | ^^^^^^^ Oct 15 06:37:21.270 INFO kablam! Oct 15 06:37:21.270 INFO kablam! warning: variant is never constructed: `Blue` Oct 15 06:37:21.270 INFO kablam! --> src/main.rs:12:9 Oct 15 06:37:21.270 INFO kablam! | Oct 15 06:37:21.270 INFO kablam! 12 | Blue = 3, Oct 15 06:37:21.270 INFO kablam! | ^^^^^^^^ Oct 15 06:37:21.270 INFO kablam! Oct 15 06:37:21.270 INFO kablam! warning: method is never used: `use_item` Oct 15 06:37:21.270 INFO kablam! --> src/main.rs:393:9 Oct 15 06:37:21.270 INFO kablam! | Oct 15 06:37:21.270 INFO kablam! 393 | pub fn use_item(&mut self, hand_pos: usize) { Oct 15 06:37:21.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:21.270 INFO kablam! Oct 15 06:37:21.270 INFO kablam! warning: method is never used: `attack_value` Oct 15 06:37:21.270 INFO kablam! --> src/main.rs:796:17 Oct 15 06:37:21.270 INFO kablam! | Oct 15 06:37:21.270 INFO kablam! 796 | fn attack_value(&self) -> f32 { Oct 15 06:37:21.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:21.270 INFO kablam! Oct 15 06:37:21.270 INFO kablam! warning: method is never used: `attack_value` Oct 15 06:37:21.270 INFO kablam! --> src/main.rs:836:17 Oct 15 06:37:21.270 INFO kablam! | Oct 15 06:37:21.270 INFO kablam! 836 | fn attack_value(&self) -> f32 { Oct 15 06:37:21.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:21.270 INFO kablam! Oct 15 06:37:21.270 INFO kablam! warning: method is never used: `attack_balance` Oct 15 06:37:21.270 INFO kablam! --> src/main.rs:897:17 Oct 15 06:37:21.270 INFO kablam! | Oct 15 06:37:21.270 INFO kablam! 897 | pub fn attack_balance(&self) -> f32 { Oct 15 06:37:21.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:21.271 INFO kablam! Oct 15 06:37:21.271 INFO kablam! warning: method is never used: `game_is_lost` Oct 15 06:37:21.271 INFO kablam! --> src/main.rs:919:13 Oct 15 06:37:21.271 INFO kablam! | Oct 15 06:37:21.271 INFO kablam! 919 | fn game_is_lost(game: &Game) -> Option { Oct 15 06:37:21.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:21.271 INFO kablam! Oct 15 06:37:21.595 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s Oct 15 06:37:21.595 INFO kablam! su: No module specific data is present Oct 15 06:37:21.852 INFO running `"docker" "rm" "-f" "ed246338f89b231c0a2ad2a13a791b75707f33b9ab535adfbc8bdb3eaa4024cb"` Oct 15 06:37:21.989 INFO blam! ed246338f89b231c0a2ad2a13a791b75707f33b9ab535adfbc8bdb3eaa4024cb Oct 15 06:37:21.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 06:37:22.166 INFO blam! 1353eaf7350f30a9a4be3706c5a5276a384e2e76f4dda20205bd3329cfb2d247 Oct 15 06:37:22.168 INFO running `"docker" "start" "-a" "1353eaf7350f30a9a4be3706c5a5276a384e2e76f4dda20205bd3329cfb2d247"` Oct 15 06:37:22.670 INFO kablam! usermod: no changes Oct 15 06:37:22.701 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 06:37:22.703 INFO kablam! Running /target/debug/deps/coding_game_tmp-4a9cb6fa1b1780b5 Oct 15 06:37:22.709 INFO blam! Oct 15 06:37:22.709 INFO blam! running 0 tests Oct 15 06:37:22.709 INFO blam! Oct 15 06:37:22.709 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:37:22.709 INFO blam! Oct 15 06:37:22.710 INFO kablam! su: No module specific data is present Oct 15 06:37:23.022 INFO running `"docker" "rm" "-f" "1353eaf7350f30a9a4be3706c5a5276a384e2e76f4dda20205bd3329cfb2d247"` Oct 15 06:37:23.140 INFO blam! 1353eaf7350f30a9a4be3706c5a5276a384e2e76f4dda20205bd3329cfb2d247