Oct 11 04:24:31.621 INFO testing Stratus51/codingame_legends-of-code-and-magic_code against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:24:31.621 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:24:31.622 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 04:24:31.820 INFO blam! 60c7a472fa1b9800adb1a349cf792386850f2916cf85e04d60290ec3a23eb9b8 Oct 11 04:24:31.821 INFO running `"docker" "start" "-a" "60c7a472fa1b9800adb1a349cf792386850f2916cf85e04d60290ec3a23eb9b8"` Oct 11 04:24:32.621 INFO kablam! usermod: no changes Oct 11 04:24:32.666 INFO kablam! Compiling coding_game_tmp v0.1.0 (/source) Oct 11 04:24:33.464 INFO kablam! warning: unused variable: `hand_pos` Oct 11 04:24:33.464 INFO kablam! --> src/main.rs:393:36 Oct 11 04:24:33.464 INFO kablam! | Oct 11 04:24:33.464 INFO kablam! 393 | pub fn use_item(&mut self, hand_pos: usize) { Oct 11 04:24:33.464 INFO kablam! | ^^^^^^^^ help: consider using `_hand_pos` instead Oct 11 04:24:33.464 INFO kablam! | Oct 11 04:24:33.464 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:24:33.464 INFO kablam! Oct 11 04:24:33.568 INFO kablam! warning: variant is never constructed: `Green` Oct 11 04:24:33.569 INFO kablam! --> src/main.rs:10:9 Oct 11 04:24:33.569 INFO kablam! | Oct 11 04:24:33.569 INFO kablam! 10 | Green = 1, Oct 11 04:24:33.569 INFO kablam! | ^^^^^^^^^ Oct 11 04:24:33.569 INFO kablam! | Oct 11 04:24:33.570 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:24:33.570 INFO kablam! Oct 11 04:24:33.570 INFO kablam! warning: variant is never constructed: `Red` Oct 11 04:24:33.570 INFO kablam! --> src/main.rs:11:9 Oct 11 04:24:33.570 INFO kablam! | Oct 11 04:24:33.570 INFO kablam! 11 | Red = 2, Oct 11 04:24:33.570 INFO kablam! | ^^^^^^^ Oct 11 04:24:33.570 INFO kablam! Oct 11 04:24:33.570 INFO kablam! warning: variant is never constructed: `Blue` Oct 11 04:24:33.570 INFO kablam! --> src/main.rs:12:9 Oct 11 04:24:33.570 INFO kablam! | Oct 11 04:24:33.570 INFO kablam! 12 | Blue = 3, Oct 11 04:24:33.570 INFO kablam! | ^^^^^^^^ Oct 11 04:24:33.570 INFO kablam! Oct 11 04:24:33.570 INFO kablam! warning: method is never used: `use_item` Oct 11 04:24:33.570 INFO kablam! --> src/main.rs:393:9 Oct 11 04:24:33.570 INFO kablam! | Oct 11 04:24:33.570 INFO kablam! 393 | pub fn use_item(&mut self, hand_pos: usize) { Oct 11 04:24:33.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:33.570 INFO kablam! Oct 11 04:24:33.570 INFO kablam! warning: method is never used: `attack_value` Oct 11 04:24:33.571 INFO kablam! --> src/main.rs:796:17 Oct 11 04:24:33.571 INFO kablam! | Oct 11 04:24:33.571 INFO kablam! 796 | fn attack_value(&self) -> f32 { Oct 11 04:24:33.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:33.571 INFO kablam! Oct 11 04:24:33.571 INFO kablam! warning: method is never used: `attack_value` Oct 11 04:24:33.571 INFO kablam! --> src/main.rs:836:17 Oct 11 04:24:33.571 INFO kablam! | Oct 11 04:24:33.571 INFO kablam! 836 | fn attack_value(&self) -> f32 { Oct 11 04:24:33.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:33.571 INFO kablam! Oct 11 04:24:33.571 INFO kablam! warning: method is never used: `attack_balance` Oct 11 04:24:33.571 INFO kablam! --> src/main.rs:897:17 Oct 11 04:24:33.571 INFO kablam! | Oct 11 04:24:33.571 INFO kablam! 897 | pub fn attack_balance(&self) -> f32 { Oct 11 04:24:33.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:33.571 INFO kablam! Oct 11 04:24:33.571 INFO kablam! warning: method is never used: `game_is_lost` Oct 11 04:24:33.571 INFO kablam! --> src/main.rs:919:13 Oct 11 04:24:33.571 INFO kablam! | Oct 11 04:24:33.571 INFO kablam! 919 | fn game_is_lost(game: &Game) -> Option { Oct 11 04:24:33.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:33.571 INFO kablam! Oct 11 04:24:34.608 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.97s Oct 11 04:24:34.618 INFO kablam! su: No module specific data is present Oct 11 04:24:34.961 INFO running `"docker" "rm" "-f" "60c7a472fa1b9800adb1a349cf792386850f2916cf85e04d60290ec3a23eb9b8"` Oct 11 04:24:35.055 INFO blam! 60c7a472fa1b9800adb1a349cf792386850f2916cf85e04d60290ec3a23eb9b8 Oct 11 04:24:35.058 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:24:35.058 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 04:24:35.292 INFO blam! e23cdcf2d284d9c93a4bcb56eefff07787326884a41a526c684e7214b329aafc Oct 11 04:24:35.293 INFO running `"docker" "start" "-a" "e23cdcf2d284d9c93a4bcb56eefff07787326884a41a526c684e7214b329aafc"` Oct 11 04:24:35.995 INFO kablam! usermod: no changes Oct 11 04:24:36.012 INFO kablam! Compiling coding_game_tmp v0.1.0 (/source) Oct 11 04:24:36.964 INFO kablam! warning: unused variable: `hand_pos` Oct 11 04:24:36.964 INFO kablam! --> src/main.rs:393:36 Oct 11 04:24:36.964 INFO kablam! | Oct 11 04:24:36.964 INFO kablam! 393 | pub fn use_item(&mut self, hand_pos: usize) { Oct 11 04:24:36.964 INFO kablam! | ^^^^^^^^ help: consider using `_hand_pos` instead Oct 11 04:24:36.964 INFO kablam! | Oct 11 04:24:36.964 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:24:36.964 INFO kablam! Oct 11 04:24:37.058 INFO kablam! warning: variant is never constructed: `Green` Oct 11 04:24:37.058 INFO kablam! --> src/main.rs:10:9 Oct 11 04:24:37.058 INFO kablam! | Oct 11 04:24:37.058 INFO kablam! 10 | Green = 1, Oct 11 04:24:37.058 INFO kablam! | ^^^^^^^^^ Oct 11 04:24:37.058 INFO kablam! | Oct 11 04:24:37.058 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:24:37.058 INFO kablam! Oct 11 04:24:37.058 INFO kablam! warning: variant is never constructed: `Red` Oct 11 04:24:37.058 INFO kablam! --> src/main.rs:11:9 Oct 11 04:24:37.058 INFO kablam! | Oct 11 04:24:37.058 INFO kablam! 11 | Red = 2, Oct 11 04:24:37.058 INFO kablam! | ^^^^^^^ Oct 11 04:24:37.058 INFO kablam! Oct 11 04:24:37.058 INFO kablam! warning: variant is never constructed: `Blue` Oct 11 04:24:37.058 INFO kablam! --> src/main.rs:12:9 Oct 11 04:24:37.058 INFO kablam! | Oct 11 04:24:37.058 INFO kablam! 12 | Blue = 3, Oct 11 04:24:37.058 INFO kablam! | ^^^^^^^^ Oct 11 04:24:37.058 INFO kablam! Oct 11 04:24:37.058 INFO kablam! warning: method is never used: `use_item` Oct 11 04:24:37.058 INFO kablam! --> src/main.rs:393:9 Oct 11 04:24:37.058 INFO kablam! | Oct 11 04:24:37.058 INFO kablam! 393 | pub fn use_item(&mut self, hand_pos: usize) { Oct 11 04:24:37.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:37.058 INFO kablam! Oct 11 04:24:37.058 INFO kablam! warning: method is never used: `attack_value` Oct 11 04:24:37.058 INFO kablam! --> src/main.rs:796:17 Oct 11 04:24:37.058 INFO kablam! | Oct 11 04:24:37.058 INFO kablam! 796 | fn attack_value(&self) -> f32 { Oct 11 04:24:37.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:37.058 INFO kablam! Oct 11 04:24:37.058 INFO kablam! warning: method is never used: `attack_value` Oct 11 04:24:37.059 INFO kablam! --> src/main.rs:836:17 Oct 11 04:24:37.059 INFO kablam! | Oct 11 04:24:37.059 INFO kablam! 836 | fn attack_value(&self) -> f32 { Oct 11 04:24:37.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:37.059 INFO kablam! Oct 11 04:24:37.059 INFO kablam! warning: method is never used: `attack_balance` Oct 11 04:24:37.059 INFO kablam! --> src/main.rs:897:17 Oct 11 04:24:37.059 INFO kablam! | Oct 11 04:24:37.059 INFO kablam! 897 | pub fn attack_balance(&self) -> f32 { Oct 11 04:24:37.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:37.059 INFO kablam! Oct 11 04:24:37.059 INFO kablam! warning: method is never used: `game_is_lost` Oct 11 04:24:37.059 INFO kablam! --> src/main.rs:919:13 Oct 11 04:24:37.059 INFO kablam! | Oct 11 04:24:37.059 INFO kablam! 919 | fn game_is_lost(game: &Game) -> Option { Oct 11 04:24:37.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:37.059 INFO kablam! Oct 11 04:24:37.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 11 04:24:37.426 INFO kablam! su: No module specific data is present Oct 11 04:24:38.025 INFO running `"docker" "rm" "-f" "e23cdcf2d284d9c93a4bcb56eefff07787326884a41a526c684e7214b329aafc"` Oct 11 04:24:38.167 INFO blam! e23cdcf2d284d9c93a4bcb56eefff07787326884a41a526c684e7214b329aafc Oct 11 04:24:38.168 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:24:38.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 04:24:38.512 INFO blam! e61828e114771fd6da6016f5e28d307d446a1a2a4c32a1afa4c3de1cacb08af9 Oct 11 04:24:38.514 INFO running `"docker" "start" "-a" "e61828e114771fd6da6016f5e28d307d446a1a2a4c32a1afa4c3de1cacb08af9"` Oct 11 04:24:39.932 INFO kablam! usermod: no changes Oct 11 04:24:39.985 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 04:24:39.987 INFO kablam! Running /target/debug/deps/coding_game_tmp-4a9cb6fa1b1780b5 Oct 11 04:24:39.996 INFO blam! Oct 11 04:24:39.996 INFO blam! running 0 tests Oct 11 04:24:39.996 INFO blam! Oct 11 04:24:39.996 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:24:39.996 INFO blam! Oct 11 04:24:40.004 INFO kablam! su: No module specific data is present Oct 11 04:24:40.443 INFO running `"docker" "rm" "-f" "e61828e114771fd6da6016f5e28d307d446a1a2a4c32a1afa4c3de1cacb08af9"` Oct 11 04:24:40.568 INFO blam! e61828e114771fd6da6016f5e28d307d446a1a2a4c32a1afa4c3de1cacb08af9