Nov 17 02:24:48.972 INFO testing gala377/rust-game-server against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 02:24:48.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 02:24:49.383 INFO [stdout] fe37b965c2b43a11a7693ee7d18d2e0c464ada34b927d1122977ae55d13a8d6e Nov 17 02:24:49.387 INFO running `"docker" "start" "-a" "fe37b965c2b43a11a7693ee7d18d2e0c464ada34b927d1122977ae55d13a8d6e"` Nov 17 02:24:50.500 INFO [stderr] usermod: no changes Nov 17 02:24:50.643 INFO [stderr] Compiling toml v0.4.6 Nov 17 02:24:54.931 INFO [stderr] Compiling game_server v0.1.0 (/source) Nov 17 02:24:55.667 INFO [stderr] warning: unused variable: `x` Nov 17 02:24:55.668 INFO [stderr] --> src/game/mod.rs:276:33 Nov 17 02:24:55.668 INFO [stderr] | Nov 17 02:24:55.668 INFO [stderr] 276 | unit::State::Attack(x, y) => { Nov 17 02:24:55.668 INFO [stderr] | ^ help: consider using `_x` instead Nov 17 02:24:55.669 INFO [stderr] | Nov 17 02:24:55.669 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 02:24:55.669 INFO [stderr] Nov 17 02:24:55.669 INFO [stderr] warning: unused variable: `y` Nov 17 02:24:55.670 INFO [stderr] --> src/game/mod.rs:276:36 Nov 17 02:24:55.670 INFO [stderr] | Nov 17 02:24:55.670 INFO [stderr] 276 | unit::State::Attack(x, y) => { Nov 17 02:24:55.670 INFO [stderr] | ^ help: consider using `_y` instead Nov 17 02:24:55.671 INFO [stderr] Nov 17 02:24:58.950 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.41s Nov 17 02:24:58.959 INFO [stderr] su: No module specific data is present Nov 17 02:24:59.951 INFO running `"docker" "inspect" "fe37b965c2b43a11a7693ee7d18d2e0c464ada34b927d1122977ae55d13a8d6e"` Nov 17 02:25:00.295 INFO running `"docker" "rm" "-f" "fe37b965c2b43a11a7693ee7d18d2e0c464ada34b927d1122977ae55d13a8d6e"` Nov 17 02:25:00.697 INFO [stdout] fe37b965c2b43a11a7693ee7d18d2e0c464ada34b927d1122977ae55d13a8d6e Nov 17 02:25:00.703 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 02:25:01.194 INFO [stdout] 6fab608a4c0e18b363d532e6e66081888e751f884fff2eabc52b2b9c5020bde9 Nov 17 02:25:01.197 INFO running `"docker" "start" "-a" "6fab608a4c0e18b363d532e6e66081888e751f884fff2eabc52b2b9c5020bde9"` Nov 17 02:25:02.595 INFO [stderr] usermod: no changes Nov 17 02:25:02.672 INFO [stderr] Compiling game_server v0.1.0 (/source) Nov 17 02:25:03.483 INFO [stderr] warning: unused macro definition Nov 17 02:25:03.483 INFO [stderr] --> src/game/mod.rs:325:5 Nov 17 02:25:03.483 INFO [stderr] | Nov 17 02:25:03.483 INFO [stderr] 325 | / macro_rules! assert_match_debug { Nov 17 02:25:03.483 INFO [stderr] 326 | | ($e:expr, $( $p:pat )+) => { Nov 17 02:25:03.483 INFO [stderr] 327 | | assert!(match $e { Nov 17 02:25:03.483 INFO [stderr] 328 | | $( Nov 17 02:25:03.483 INFO [stderr] ... | Nov 17 02:25:03.483 INFO [stderr] 336 | | } Nov 17 02:25:03.483 INFO [stderr] 337 | | } Nov 17 02:25:03.483 INFO [stderr] | |_____^ Nov 17 02:25:03.483 INFO [stderr] | Nov 17 02:25:03.483 INFO [stderr] = note: #[warn(unused_macros)] on by default Nov 17 02:25:03.483 INFO [stderr] Nov 17 02:25:03.878 INFO [stderr] warning: unused variable: `x` Nov 17 02:25:03.878 INFO [stderr] --> src/game/mod.rs:276:33 Nov 17 02:25:03.878 INFO [stderr] | Nov 17 02:25:03.879 INFO [stderr] 276 | unit::State::Attack(x, y) => { Nov 17 02:25:03.879 INFO [stderr] | ^ help: consider using `_x` instead Nov 17 02:25:03.879 INFO [stderr] | Nov 17 02:25:03.879 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 02:25:03.879 INFO [stderr] Nov 17 02:25:03.879 INFO [stderr] warning: unused variable: `y` Nov 17 02:25:03.879 INFO [stderr] --> src/game/mod.rs:276:36 Nov 17 02:25:03.879 INFO [stderr] | Nov 17 02:25:03.879 INFO [stderr] 276 | unit::State::Attack(x, y) => { Nov 17 02:25:03.879 INFO [stderr] | ^ help: consider using `_y` instead Nov 17 02:25:03.879 INFO [stderr] Nov 17 02:25:07.017 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.40s Nov 17 02:25:07.027 INFO [stderr] su: No module specific data is present Nov 17 02:25:08.202 INFO running `"docker" "inspect" "6fab608a4c0e18b363d532e6e66081888e751f884fff2eabc52b2b9c5020bde9"` Nov 17 02:25:08.553 INFO running `"docker" "rm" "-f" "6fab608a4c0e18b363d532e6e66081888e751f884fff2eabc52b2b9c5020bde9"` Nov 17 02:25:08.879 INFO [stdout] 6fab608a4c0e18b363d532e6e66081888e751f884fff2eabc52b2b9c5020bde9 Nov 17 02:25:08.889 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 02:25:09.352 INFO [stdout] 426995f210e57d8779a38e8923f085ca34cc5acc36160e15ba8ce04a439bcccc Nov 17 02:25:09.355 INFO running `"docker" "start" "-a" "426995f210e57d8779a38e8923f085ca34cc5acc36160e15ba8ce04a439bcccc"` Nov 17 02:25:11.259 INFO [stderr] usermod: no changes Nov 17 02:25:11.419 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s Nov 17 02:25:11.429 INFO [stderr] Running /target/debug/deps/glib-fe0ecdca1627c5ac Nov 17 02:25:11.451 INFO [stdout] Nov 17 02:25:11.451 INFO [stdout] running 46 tests Nov 17 02:25:11.451 INFO [stdout] test config::tests::creating_server_config_empty_file_returns_an_error ... ok Nov 17 02:25:11.451 INFO [stdout] test config::tests::server_config_constructs_properly ... ok Nov 17 02:25:11.451 INFO [stdout] test game::tests::add_multiple_units ... ok Nov 17 02:25:11.451 INFO [stdout] test config::tests::server_config_to_string_trait_is_implemented_right ... ok Nov 17 02:25:11.451 INFO [stdout] test config::tests::server_config_is_read_properly ... ok Nov 17 02:25:11.451 INFO [stdout] test config::tests::config_is_read_properly ... ok Nov 17 02:25:11.451 INFO [stdout] test config::tests::creating_config_empty_file_returns_an_error ... ok Nov 17 02:25:11.451 INFO [stdout] test game::tests::add_new_unit_for_the_first_player ... ok Nov 17 02:25:11.451 INFO [stdout] test game::tests::add_new_unit_for_the_last_player ... ok Nov 17 02:25:11.451 INFO [stdout] test game::tests::add_new_unit_outside_the_board ... ok Nov 17 02:25:11.459 INFO [stdout] test game::tests::attack_position_inside_boundaries ... ok Nov 17 02:25:11.459 INFO [stdout] test game::tests::battle_non_existing_unit_first ... ok Nov 17 02:25:11.459 INFO [stdout] test game::tests::attacking_units_are_considered_as_the_one_to_move ... ok Nov 17 02:25:11.459 INFO [stdout] test game::tests::battle_units ... ok Nov 17 02:25:11.459 INFO [stdout] test game::tests::battle_units_outside_their_reach ... ok Nov 17 02:25:11.459 INFO [stdout] test game::tests::check_unit_data_after_addition ... ok Nov 17 02:25:11.459 INFO [stdout] test game::tests::empty_heap_when_no_units_should_move ... ok Nov 17 02:25:11.459 INFO [stdout] test game::tests::field_empty_returns_false_for_occupied_space ... ok Nov 17 02:25:11.459 INFO [stdout] test game::tests::field_empty_returns_true_for_empty_field ... ok Nov 17 02:25:11.459 INFO [stdout] test game::tests::game_struct_creation ... ok Nov 17 02:25:11.459 INFO [stdout] test game::tests::battle_non_existing_unit_second ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::attack_position_outside_boundaries ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::attack_position_outside_unit_range ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::get_few_noexisting_units ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::get_noexisting_unit ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::get_units_with_one_being_noexisting ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::move_unit_inside_boundaries ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::move_unit_outside_boundaries ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::move_unit_outside_unit_range ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::moving_units_are_considered_as_the_one_to_move ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::resolve_returns_none_after_reaching_destination ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::resolve_stops_unit_after_reaching_destination ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::resolve_unit_moves_units_the_proper_way_diagonaly ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::resolve_unit_moves_units_the_proper_way_in_straight_line_on_x ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::resolve_unit_moves_units_the_proper_way_in_straight_line_on_y ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::resolve_unit_returns_proper_new_moving_wrapper ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::test_get_unit ... ok Nov 17 02:25:11.467 INFO [stdout] test game::tests::test_get_units ... ok Nov 17 02:25:11.467 INFO [stdout] test helpers::file::tests::non_existing_file_returns_error ... ok Nov 17 02:25:11.467 INFO [stdout] test helpers::file::tests::read_content_is_proper ... ok Nov 17 02:25:11.559 INFO [stdout] test game::tests::game_struct_creation_with_0_x_board ... ok Nov 17 02:25:11.559 INFO [stdout] test game::tests::game_struct_creation_with_0_player ... ok Nov 17 02:25:11.559 INFO [stdout] test game::tests::game_struct_creation_with_0_y_board ... ok Nov 17 02:25:11.559 INFO [stdout] test game::tests::add_new_unit_for_non_existing_player ... ok Nov 17 02:25:11.559 INFO [stdout] test game::tests::game_struct_creation_with_1_player ... ok Nov 17 02:25:11.559 INFO [stdout] test game::tests::add_new_unit_after_the_last_player ... ok Nov 17 02:25:11.559 INFO [stdout] Nov 17 02:25:11.559 INFO [stdout] test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:25:11.559 INFO [stdout] Nov 17 02:25:11.560 INFO [stderr] Running /target/debug/deps/server-180a6740cfb09aaa Nov 17 02:25:11.565 INFO [stdout] Nov 17 02:25:11.565 INFO [stdout] running 0 tests Nov 17 02:25:11.565 INFO [stdout] Nov 17 02:25:11.566 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:25:11.566 INFO [stdout] Nov 17 02:25:11.571 INFO [stderr] Doc-tests glib Nov 17 02:25:12.424 INFO [stdout] Nov 17 02:25:12.425 INFO [stdout] running 0 tests Nov 17 02:25:12.425 INFO [stdout] Nov 17 02:25:12.425 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:25:12.425 INFO [stdout] Nov 17 02:25:12.449 INFO [stderr] su: No module specific data is present Nov 17 02:25:13.683 INFO running `"docker" "inspect" "426995f210e57d8779a38e8923f085ca34cc5acc36160e15ba8ce04a439bcccc"` Nov 17 02:25:14.025 INFO running `"docker" "rm" "-f" "426995f210e57d8779a38e8923f085ca34cc5acc36160e15ba8ce04a439bcccc"` Nov 17 02:25:14.411 INFO [stdout] 426995f210e57d8779a38e8923f085ca34cc5acc36160e15ba8ce04a439bcccc