[INFO] cloning repository https://github.com/joao-salomao/tic-tac-toe-game
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joao-salomao/tic-tac-toe-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoao-salomao%2Ftic-tac-toe-game", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoao-salomao%2Ftic-tac-toe-game'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 418e47140b740619a6e0f38827bdb917c911d2e0
[INFO] testing joao-salomao/tic-tac-toe-game against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoao-salomao%2Ftic-tac-toe-game" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/joao-salomao/tic-tac-toe-game
[INFO] finished tweaking git repo https://github.com/joao-salomao/tic-tac-toe-game
[INFO] tweaked toml for git repo https://github.com/joao-salomao/tic-tac-toe-game written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/joao-salomao/tic-tac-toe-game on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/joao-salomao/tic-tac-toe-game 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5f73d91291ebe4d9a3896d3f98b8a48e2aa74a69332353ca4f246672a3f93041
[INFO] running `Command { std: "docker" "start" "-a" "5f73d91291ebe4d9a3896d3f98b8a48e2aa74a69332353ca4f246672a3f93041", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f73d91291ebe4d9a3896d3f98b8a48e2aa74a69332353ca4f246672a3f93041", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f73d91291ebe4d9a3896d3f98b8a48e2aa74a69332353ca4f246672a3f93041", kill_on_drop: false }`
[INFO] [stdout] 5f73d91291ebe4d9a3896d3f98b8a48e2aa74a69332353ca4f246672a3f93041
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 726b3118ea1f917087f6eeee088a247b9a45984737fafc0f2a03179aa2f79b18
[INFO] running `Command { std: "docker" "start" "-a" "726b3118ea1f917087f6eeee088a247b9a45984737fafc0f2a03179aa2f79b18", kill_on_drop: false }`
[INFO] [stderr]    Compiling tic-tac-toe v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `error::Error`
[INFO] [stdout]  --> src/core/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use error::Error;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `player::Player`
[INFO] [stdout]  --> src/core/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use player::Player;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
[INFO] running `Command { std: "docker" "inspect" "726b3118ea1f917087f6eeee088a247b9a45984737fafc0f2a03179aa2f79b18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "726b3118ea1f917087f6eeee088a247b9a45984737fafc0f2a03179aa2f79b18", kill_on_drop: false }`
[INFO] [stdout] 726b3118ea1f917087f6eeee088a247b9a45984737fafc0f2a03179aa2f79b18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 254f9dd8832f48d930122d282e6274f428cc9f460ca3c78ba042dd4bc3744d01
[INFO] running `Command { std: "docker" "start" "-a" "254f9dd8832f48d930122d282e6274f428cc9f460ca3c78ba042dd4bc3744d01", kill_on_drop: false }`
[INFO] [stderr]    Compiling tic-tac-toe v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `error::Error`
[INFO] [stdout]  --> src/core/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use error::Error;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `player::Player`
[INFO] [stdout]  --> src/core/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use player::Player;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] running `Command { std: "docker" "inspect" "254f9dd8832f48d930122d282e6274f428cc9f460ca3c78ba042dd4bc3744d01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "254f9dd8832f48d930122d282e6274f428cc9f460ca3c78ba042dd4bc3744d01", kill_on_drop: false }`
[INFO] [stdout] 254f9dd8832f48d930122d282e6274f428cc9f460ca3c78ba042dd4bc3744d01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6967b2408686b074868a465d5a41c40c49a5007551f7c36fb89d2b116a05b3ef
[INFO] running `Command { std: "docker" "start" "-a" "6967b2408686b074868a465d5a41c40c49a5007551f7c36fb89d2b116a05b3ef", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `error::Error`
[INFO] [stderr]  --> src/core/mod.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub use error::Error;
[INFO] [stderr]   |         ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `player::Player`
[INFO] [stderr]  --> src/core/mod.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub use player::Player;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `tic-tac-toe` (bin "tic-tac-toe" test) generated 2 warnings (run `cargo fix --bin "tic-tac-toe" -p tic-tac-toe --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tic_tac_toe-c6a7c76ecceb2245)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test core::board::tests::should_mark_position ... ok
[INFO] [stdout] test core::board::tests::should_win_the_match ... ok
[INFO] [stdout] test core::game::tests::should_get_winner_name ... ok
[INFO] [stdout] test core::game::tests::should_play ... ok
[INFO] [stdout] test core::game::tests::should_get_current_player_name ... ok
[INFO] [stdout] test core::game::tests::should_not_play_on_finished_game ... ok
[INFO] [stdout] test core::player::tests::should_return_player_marker ... ok
[INFO] [stdout] test core::board::tests::should_validate_position ... ok
[INFO] [stdout] test core::game::tests::game_should_be_finished ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6967b2408686b074868a465d5a41c40c49a5007551f7c36fb89d2b116a05b3ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6967b2408686b074868a465d5a41c40c49a5007551f7c36fb89d2b116a05b3ef", kill_on_drop: false }`
[INFO] [stdout] 6967b2408686b074868a465d5a41c40c49a5007551f7c36fb89d2b116a05b3ef
