[INFO] cloning repository https://github.com/markusraguse/chess
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/markusraguse/chess" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkusraguse%2Fchess", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkusraguse%2Fchess'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3b6ad419ceb01a15d18ecc8e89cf780db65207d2
[INFO] testing markusraguse/chess against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkusraguse%2Fchess" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/markusraguse/chess
[INFO] finished tweaking git repo https://github.com/markusraguse/chess
[INFO] tweaked toml for git repo https://github.com/markusraguse/chess written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/markusraguse/chess on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/markusraguse/chess 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b
[INFO] running `Command { std: "docker" "start" "3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling uuid v1.23.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling backend v0.1.0 (/opt/rustwide/workdir/backend)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 33.77s
[INFO] running `Command { std: "docker" "inspect" "3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling backend v0.1.0 (/opt/rustwide/workdir/backend)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1.70s
[INFO] running `Command { std: "docker" "inspect" "3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/backend-f0bdead08830a15e)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test moves::bishop::tests::bishop_can_capture_enemy_piece ... ok
[INFO] [stdout] test moves::bishop::tests::bishop_blocked_by_own_piece ... ok
[INFO] [stdout] test moves::bishop::tests::bishop_cannot_pass_through_pieces ... ok
[INFO] [stdout] test moves::bishop::tests::bishop_in_center_on_empty_board ... ok
[INFO] [stdout] test moves::king::tests::king_can_capture_enemy_piece ... ok
[INFO] [stdout] test moves::king::tests::king_cannot_capture_own_piece ... ok
[INFO] [stdout] test moves::king::tests::king_in_center_has_eight_moves ... ok
[INFO] [stdout] test moves::knight::tests::knight_can_capture_enemy_piece ... ok
[INFO] [stdout] test moves::knight::tests::knight_cannot_capture_own_piece ... ok
[INFO] [stdout] test moves::knight::tests::knight_in_center_has_eight_moves ... ok
[INFO] [stdout] test moves::king::tests::king_in_corner_has_three_moves ... ok
[INFO] [stdout] test moves::knight::tests::knight_in_corner_has_two_moves ... ok
[INFO] [stdout] test moves::pawn::tests::black_pawn_moves_downward ... ok
[INFO] [stdout] test moves::pawn::tests::pawn_cannot_capture_own_piece ... ok
[INFO] [stdout] test moves::bishop::tests::bishop_in_corner_on_empty_board ... ok
[INFO] [stdout] test moves::pawn::tests::pawn_cannot_push_if_blocked ... ok
[INFO] [stdout] test moves::pawn::tests::pawn_captures_diagonally ... ok
[INFO] [stdout] test moves::pawn::tests::pawn_double_push_blocked_if_first_square_occupied ... ok
[INFO] [stdout] test moves::pawn::tests::pawn_double_push_from_starting_rank ... ok
[INFO] [stdout] test moves::pawn::tests::pawn_single_push_from_starting_rank ... ok
[INFO] [stdout] test moves::pawn::tests::pawn_single_push_only_when_not_on_starting_rank ... ok
[INFO] [stdout] test moves::queen::tests::queen_blocked_by_own_piece ... ok
[INFO] [stdout] test moves::queen::tests::queen_can_capture_enemy_piece ... ok
[INFO] [stdout] test moves::queen::tests::queen_in_corner_on_empty_board ... ok
[INFO] [stdout] test moves::rook::tests::rook_blocked_by_own_piece ... ok
[INFO] [stdout] test moves::rook::tests::rook_can_capture_enemy_piece ... ok
[INFO] [stdout] test moves::rook::tests::rook_cannot_pass_through_pieces ... ok
[INFO] [stdout] test moves::rook::tests::rook_in_center_on_empty_board ... ok
[INFO] [stdout] test moves::rook::tests::rook_in_corner_on_empty_board ... ok
[INFO] [stdout] test moves::tests::is_in_check_detects_knight_attack ... ok
[INFO] [stdout] test moves::tests::is_in_check_detects_rook_attack ... ok
[INFO] [stdout] test moves::tests::is_not_in_check_when_blocked ... ok
[INFO] [stdout] test moves::tests::king_cannot_move_into_check ... ok
[INFO] [stdout] test moves::tests::must_block_check_or_move_king ... ok
[INFO] [stdout] test moves::tests::pinned_piece_cannot_move_away_from_king ... ok
[INFO] [stdout] test moves::queen::tests::queen_in_center_on_empty_board ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b", kill_on_drop: false }`
[INFO] [stdout] 3c572f6d8780c34ca9c9610caf4a11b021c6ba400d87962be1f8abc281e3bb3b
