[INFO] fetching crate schachmatt 0.3.0...
[INFO] testing schachmatt-0.3.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate schachmatt 0.3.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate schachmatt 0.3.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate schachmatt 0.3.0
[INFO] tweaked toml for crates.io crate schachmatt 0.3.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate schachmatt 0.3.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate schachmatt 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aece88ba854eca55b4233aaa3fbc43007c55951e9b000e94cdfa08fdd42ef7b6
[INFO] running `Command { std: "docker" "start" "-a" "aece88ba854eca55b4233aaa3fbc43007c55951e9b000e94cdfa08fdd42ef7b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aece88ba854eca55b4233aaa3fbc43007c55951e9b000e94cdfa08fdd42ef7b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aece88ba854eca55b4233aaa3fbc43007c55951e9b000e94cdfa08fdd42ef7b6", kill_on_drop: false }`
[INFO] [stdout] aece88ba854eca55b4233aaa3fbc43007c55951e9b000e94cdfa08fdd42ef7b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fae39699751de6bf6654f2e880b286d33dd6248da0cb3fb489dc26ebf4af6cdb
[INFO] running `Command { std: "docker" "start" "-a" "fae39699751de6bf6654f2e880b286d33dd6248da0cb3fb489dc26ebf4af6cdb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]    Compiling pest_derive v2.8.0
[INFO] [stderr]    Compiling schachmatt v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/chess/game.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.96s
[INFO] running `Command { std: "docker" "inspect" "fae39699751de6bf6654f2e880b286d33dd6248da0cb3fb489dc26ebf4af6cdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fae39699751de6bf6654f2e880b286d33dd6248da0cb3fb489dc26ebf4af6cdb", kill_on_drop: false }`
[INFO] [stdout] fae39699751de6bf6654f2e880b286d33dd6248da0cb3fb489dc26ebf4af6cdb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8d702afeecb6cd6632f23b9e64eaf887e95c65eeb4c675658f2edbed3db230d7
[INFO] running `Command { std: "docker" "start" "-a" "8d702afeecb6cd6632f23b9e64eaf887e95c65eeb4c675658f2edbed3db230d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/chess/game.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling schachmatt v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/chess/game.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.21s
[INFO] running `Command { std: "docker" "inspect" "8d702afeecb6cd6632f23b9e64eaf887e95c65eeb4c675658f2edbed3db230d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d702afeecb6cd6632f23b9e64eaf887e95c65eeb4c675658f2edbed3db230d7", kill_on_drop: false }`
[INFO] [stdout] 8d702afeecb6cd6632f23b9e64eaf887e95c65eeb4c675658f2edbed3db230d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c074a1c4957d847b35673aef65196dbd7535bd86fbfa165e6bd779994cd84c83
[INFO] running `Command { std: "docker" "start" "-a" "c074a1c4957d847b35673aef65196dbd7535bd86fbfa165e6bd779994cd84c83", kill_on_drop: false }`
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/chess/game.rs:174:5
[INFO] [stderr]     |
[INFO] [stderr] 174 |     #[must_use]
[INFO] [stderr]     |     ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `schachmatt` (lib) generated 1 warning (run `cargo fix --lib -p schachmatt` to apply 1 suggestion)
[INFO] [stderr] warning: `schachmatt` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/schachmatt-c93b73b4f2006d4e)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::castling_test_1 ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::castling_test_3 ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::castling_test_2 ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::castling_test_4 ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::king_test ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::fully_illegal_test ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::knight_test ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::pawn_black_double_advancement_test ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::castling_test_5 ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::castling_test_6 ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::pawn_black_takes_test ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::pawn_black_test ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::pawn_white_takes_test ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::pawn_enpassant_test ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::pawn_white_test ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::promotion_test_1 ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::promotion_test_2 ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::queen_test ... ok
[INFO] [stdout] test ruleset::classic::tests::turn_tests::tests::castling_test_1 ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::temporary_illegal_test ... ok
[INFO] [stdout] test ruleset::classic::tests::turn_tests::tests::castling_test_4 ... ok
[INFO] [stdout] test ruleset::classic::tests::turn_tests::tests::en_passant_test1 ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::rook_test ... ok
[INFO] [stdout] test ruleset::classic::tests::turn_tests::tests::promotion_test_1 ... ok
[INFO] [stdout] test ruleset::classic::tests::turn_tests::tests::promotion_test_2 ... ok
[INFO] [stdout] test ruleset::classic::tests::turn_tests::tests::castling_test_2 ... ok
[INFO] [stdout] test ruleset::classic::tests::turn_tests::tests::castling_test_3 ... ok
[INFO] [stdout] test ruleset::classic::tests::turn_tests::tests::en_passant_test2 ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::bishop_test ... ok
[INFO] [stdout] test ruleset::classic::tests::get_possible_moves_test::tests::pawn_white_double_advancement_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-e0be297294783f25)
[INFO] [stdout] 
[INFO] [stdout] running 110 tests
[INFO] [stdout] test chess::field::field::new::test_new_a0 ... ok
[INFO] [stdout] test chess::field::field::new_from_string::test_new_a0 ... ok
[INFO] [stdout] test chess::field::field::new::test_new_invalid ... ok
[INFO] [stdout] test chess::field::field::new::test_new_h8 ... ok
[INFO] [stdout] test chess::field::field::new_from_string::test_new_h8_uppercase ... ok
[INFO] [stdout] test chess::field::field::new_from_string::test_new_invalid_empty_string ... ok
[INFO] [stdout] test chess::field::field::new_from_string::test_new_invalid_incorrect_length ... ok
[INFO] [stdout] test chess::field::field::new_from_usize::test_new_a0 ... ok
[INFO] [stdout] test chess::field::field::new_from_usize::test_new_h8 ... ok
[INFO] [stdout] test chess::field::field::new_from_usize::test_new_invalid ... ok
[INFO] [stdout] test chess::field::field::new_from_string::test_new_h8 ... ok
[INFO] [stdout] test chess::game::get_game_result::test_get_game_result::test_metadata_result_is_used_if_available ... ok
[INFO] [stdout] test chess::game::metadata::game_metadata_tests::metadata_for_costum_position_contains_fen ... ok
[INFO] [stdout] test chess::game::metadata::game_metadata_tests::metadata_is_empty_initially ... ok
[INFO] [stdout] test chess::game::metadata::game_metadata_tests::metadata_is_added_correctly ... ok
[INFO] [stdout] test chess::game::metadata::game_metadata_tests::metadata_is_overridden_correctly ... ok
[INFO] [stdout] test chess::game_result::game_result::from_string::test_from_string_invalid ... ok
[INFO] [stdout] test chess::game_result::game_result::from_string::test_from_string_white ... ok
[INFO] [stdout] test chess::game_result::game_result::to_string::test_to_string_none ... ok
[INFO] [stdout] test chess::game_result::game_result::to_string::test_to_string_white ... ok
[INFO] [stdout] test chess::game::get_game_result::test_get_game_result::test_position_check_is_used_if_metadata_is_empty ... ok
[INFO] [stdout] test chess::game_result::game_result::from_string::test_from_string_black ... ok
[INFO] [stdout] test chess::field::field::new_from_string::test_new_invalid_out_of_range ... ok
[INFO] [stdout] test chess::player_color::player_color::test_reverse_black ... ok
[INFO] [stdout] test chess::player_color::player_color::test_reverse_white ... ok
[INFO] [stdout] test chess::game_result::game_result::from_string::test_from_string_draw ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::default_chess_position_can_be_imported ... ok
[INFO] [stdout] test chess::game_result::game_result::to_string::test_to_string_black ... ok
[INFO] [stdout] test chess::game_result::game_result::to_string::test_to_string_draw ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::import_empty_field ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::position_test_1 ... ok
[INFO] [stdout] test parser::long_algebraic_notation::export::long_algebraic_notation_export_tests::export_lan_pawn_capture_en_passant ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::position_test_3 ... ok
[INFO] [stdout] test parser::long_algebraic_notation::export::long_algebraic_notation_export_tests::export_lan_castle_white_king ... ok
[INFO] [stdout] test parser::long_algebraic_notation::export::long_algebraic_notation_export_tests::export_lan_pawn_capture ... ok
[INFO] [stdout] test parser::long_algebraic_notation::export::long_algebraic_notation_export_tests::export_lan_castle_black_queen ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::position_test_2 ... ok
[INFO] [stdout] test parser::long_algebraic_notation::export::long_algebraic_notation_export_tests::export_lan_pawn_push ... ok
[INFO] [stdout] test parser::long_algebraic_notation::export::long_algebraic_notation_export_tests::export_lan_pawn_push_promotion ... ok
[INFO] [stdout] test parser::long_algebraic_notation::export::long_algebraic_notation_export_tests::export_lan_piece_move ... ok
[INFO] [stdout] test parser::long_algebraic_notation::export::long_algebraic_notation_export_tests::export_lan_piece_move_capture ... ok
[INFO] [stdout] test parser::long_algebraic_notation::export::long_algebraic_notation_export_tests::export_lan_piece_move_capture_ambigious_white ... ok
[INFO] [stdout] test parser::long_algebraic_notation::export::long_algebraic_notation_export_tests::export_lan_piece_move_capture_ambigious_black ... ok
[INFO] [stdout] test parser::long_algebraic_notation::export::long_algebraic_notation_export_tests::export_lan_piece_move_capture_double_ambigious_black ... ok
[INFO] [stdout] test parser::long_algebraic_notation::export::long_algebraic_notation_export_tests::export_lan_pawn_capture_with_promotion ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_castle_white_king ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_pawn_capture ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_pawn_capture_en_passant ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_pawn_push ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_castle_black_queen ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_piece_move_capture ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_piece_move_capture_ambigious_black ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_push_ambiguous ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_pawn_push_promotion ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_piece_move ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_piece_move_capture_ambigious_white ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_piece_move_capture_double_ambigious_black ... ok
[INFO] [stdout] test parser::long_algebraic_notation::import::long_algebraic_notation_import_tests::import_lan_pawn_capture_with_promotion ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::import_test_invalid_halfmove_clock - should panic ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::import_test_invalid_en_passent_square - should panic ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::import_test_invalid_fullmove_counter - should panic ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::import_test_invalid_amount_of_pieces_per_row_2 - should panic ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::import_test_empty_string - should panic ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::import_test_invalid_castling_sign - should panic ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::import_test_invalid_block_amount - should panic ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::import_test_invalid_color_at_turn - should panic ... ok
[INFO] [stdout] test parser::forsyth_edwards_notation::import::forsyth_edwards_notation_import_tests::import_test_invalid_amount_of_pieces_per_row_1 - should panic ... ok
[INFO] [stdout] test parser::portable_game_notation::import::portable_game_notation_import_tests::import_test000_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::export::portable_game_notation_export_tests::export_test000_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::import::portable_game_notation_import_tests::import_test001_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::import::portable_game_notation_import_tests::import_test002_pgn_test ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::export::standard_algebraic_notation_export_tests::export_san_castle_black_queen ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::export::standard_algebraic_notation_export_tests::export_san_castle_white_king ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::export::standard_algebraic_notation_export_tests::export_san_pawn_capture_en_passant ... ok
[INFO] [stdout] test parser::portable_game_notation::export::portable_game_notation_export_tests::export_test001_pgn_test ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::export::standard_algebraic_notation_export_tests::export_san_pawn_push ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::export::standard_algebraic_notation_export_tests::export_san_pawn_push_promotion ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::export::standard_algebraic_notation_export_tests::export_san_pawn_capture ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::export::standard_algebraic_notation_export_tests::export_san_pawn_capture_with_promotion ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::export::standard_algebraic_notation_export_tests::export_san_piece_move_capture ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::export::standard_algebraic_notation_export_tests::export_san_piece_move ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::export::standard_algebraic_notation_export_tests::export_san_piece_move_capture_ambigious_black ... ok
[INFO] [stdout] test parser::portable_game_notation::import::portable_game_notation_import_tests::import_test003_pgn_test ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::export::standard_algebraic_notation_export_tests::export_san_piece_move_capture_ambigious_white ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_castle_white_king ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::export::standard_algebraic_notation_export_tests::export_san_piece_move_capture_double_ambigious_black ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_castle_black_queen ... ok
[INFO] [stdout] test parser::portable_game_notation::export::portable_game_notation_export_tests::export_test002_pgn_test ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_pawn_capture ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_pawn_capture_en_passant ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_piece_move ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_piece_move_capture ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_piece_move_capture_ambigious_white ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_pawn_push ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_piece_move_capture_double_ambigious_black ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_pawn_push_promotion ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_push_ambigious ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_pawn_capture_with_promotion ... ok
[INFO] [stdout] test parser::standard_algebraic_notation::import::standard_algebraic_notation_export_tests::import_san_piece_move_capture_ambigious_black ... ok
[INFO] [stdout] test parser::portable_game_notation::export::portable_game_notation_export_tests::export_test003_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::import::portable_game_notation_import_tests::import_game002_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::import::portable_game_notation_import_tests::import_game004_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::import::portable_game_notation_import_tests::import_game003_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::import::portable_game_notation_import_tests::import_game000_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::import::portable_game_notation_import_tests::import_game001_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::export::portable_game_notation_export_tests::export_game002_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::export::portable_game_notation_export_tests::export_game004_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::export::portable_game_notation_export_tests::export_game000_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::export::portable_game_notation_export_tests::export_game003_pgn_test ... ok
[INFO] [stdout] test parser::portable_game_notation::export::portable_game_notation_export_tests::export_game001_pgn_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 110 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests schachmatt
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/../README.md - (line 15) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.86s; merged doctests compilation took 0.50s
[INFO] running `Command { std: "docker" "inspect" "c074a1c4957d847b35673aef65196dbd7535bd86fbfa165e6bd779994cd84c83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c074a1c4957d847b35673aef65196dbd7535bd86fbfa165e6bd779994cd84c83", kill_on_drop: false }`
[INFO] [stdout] c074a1c4957d847b35673aef65196dbd7535bd86fbfa165e6bd779994cd84c83
