[INFO] cloning repository https://github.com/phihung/othello
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/phihung/othello" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphihung%2Fothello", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphihung%2Fothello'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 14e85e6eb8f86e71281a85dda1c8c89bb56d77d8
[INFO] testing phihung/othello against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphihung%2Fothello" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/phihung/othello
[INFO] finished tweaking git repo https://github.com/phihung/othello
[INFO] tweaked toml for git repo https://github.com/phihung/othello written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/phihung/othello on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/phihung/othello 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/finnbear/bitintr`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unindent v0.2.3
[INFO] [stderr]   Downloaded pyo3-macros v0.22.2
[INFO] [stderr]   Downloaded pyo3-build-config v0.22.2
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.22.2
[INFO] [stderr]   Downloaded pyo3-ffi v0.22.2
[INFO] [stderr]   Downloaded pyo3 v0.22.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0
[INFO] running `Command { std: "docker" "start" "6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0", 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" "6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0", 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" "6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling unindent v0.2.3
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling bitintr v0.3.0 (https://github.com/finnbear/bitintr?branch=remove_nightly#34a5deb0)
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling pyo3-build-config v0.22.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.75
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling pyo3-ffi v0.22.2
[INFO] [stderr]    Compiling pyo3-macros-backend v0.22.2
[INFO] [stderr]    Compiling pyo3 v0.22.2
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling pyo3-macros v0.22.2
[INFO] [stderr]    Compiling othello v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.33s
[INFO] running `Command { std: "docker" "inspect" "6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0", 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" "6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling othello v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.07s
[INFO] running `Command { std: "docker" "inspect" "6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0", 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" "6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/_othello-9ba7117d9ffdf42f)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test bits::tests::default_test ... ok
[INFO] [stdout] test game::tests::test_2 ... ok
[INFO] [stdout] test game::tests::test_1 ... ok
[INFO] [stdout] test ai::tests::test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- ai::tests::test stdout ----
[INFO] [stdout] 
[INFO] [stdout] ........
[INFO] [stdout] ........
[INFO] [stdout] ..?.?...
[INFO] [stdout] ..BBB...
[INFO] [stdout] ..?BW...
[INFO] [stdout] ........
[INFO] [stdout] ........
[INFO] [stdout] ........
[INFO] [stdout] W to play. Available moves: [18, 20, 34]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ........
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] ..?.....
[INFO] [stdout] ..W?....
[INFO] [stdout] ..BWB...
[INFO] [stdout] ...BW?..
[INFO] [stdout] ....?...
[INFO] [stdout] ........
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [10, 19, 37, 44]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ........
[INFO] [stdout] ........
[INFO] [stdout] ..WB?...
[INFO] [stdout] ..BBB...
[INFO] [stdout] ..?BW...
[INFO] [stdout] ........
[INFO] [stdout] ........
[INFO] [stdout] ........
[INFO] [stdout] W to play. Available moves: [20, 34]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ........
[INFO] [stdout] .?????..
[INFO] [stdout] ..WWW?..
[INFO] [stdout] ..BBW?..
[INFO] [stdout] ...BW?..
[INFO] [stdout] .....?..
[INFO] [stdout] ........
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [9, 10, 11, 12, 13, 21, 29, 37, 45]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ........
[INFO] [stdout] ........
[INFO] [stdout] ..WWW...
[INFO] [stdout] .?BBW...
[INFO] [stdout] .??BB...
[INFO] [stdout] ..???B..
[INFO] [stdout] ......?.
[INFO] [stdout] ........
[INFO] [stdout] W to play. Available moves: [25, 33, 34, 42, 43, 44, 54]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ........
[INFO] [stdout] .?.??...
[INFO] [stdout] .?WWW?..
[INFO] [stdout] ..WWW...
[INFO] [stdout] .?WBB...
[INFO] [stdout] .....B..
[INFO] [stdout] ........
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [9, 11, 12, 17, 21, 33]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ........
[INFO] [stdout] ........
[INFO] [stdout] ..WWWB?.
[INFO] [stdout] ..WWB?..
[INFO] [stdout] ..WBB?..
[INFO] [stdout] ...??B..
[INFO] [stdout] ......?.
[INFO] [stdout] ........
[INFO] [stdout] W to play. Available moves: [22, 29, 37, 43, 44, 54]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ........
[INFO] [stdout] .?.??...
[INFO] [stdout] .?WWWB?.
[INFO] [stdout] ..WWWW..
[INFO] [stdout] .?WBB?..
[INFO] [stdout] .....B..
[INFO] [stdout] ........
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [9, 11, 12, 17, 22, 33, 37]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ..?.?...
[INFO] [stdout] ..?B???.
[INFO] [stdout] ..WBWB?.
[INFO] [stdout] ..WBWW..
[INFO] [stdout] ..WBB?..
[INFO] [stdout] ..???B..
[INFO] [stdout] ......?.
[INFO] [stdout] ........
[INFO] [stdout] W to play. Available moves: [2, 4, 10, 12, 13, 14, 22, 37, 42, 43, 44, 54]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ........
[INFO] [stdout] .?.B??..
[INFO] [stdout] .?WBWB?.
[INFO] [stdout] .?WBWW?.
[INFO] [stdout] .?WWB??.
[INFO] [stdout] .?W?.B..
[INFO] [stdout] .?......
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [9, 12, 13, 17, 22, 25, 30, 33, 37, 38, 41, 43, 49]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ..????..
[INFO] [stdout] ...BB??.
[INFO] [stdout] ..WBBB?.
[INFO] [stdout] ..WBBW..
[INFO] [stdout] ..WWB?..
[INFO] [stdout] ..W?.B..
[INFO] [stdout] ......?.
[INFO] [stdout] ........
[INFO] [stdout] W to play. Available moves: [2, 3, 4, 5, 13, 14, 22, 37, 43, 54]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ........
[INFO] [stdout] .?.BB...
[INFO] [stdout] .?WBBB..
[INFO] [stdout] .?WBBW?.
[INFO] [stdout] .?WWWW?.
[INFO] [stdout] .?W??B?.
[INFO] [stdout] .?......
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [9, 17, 25, 30, 33, 38, 41, 43, 44, 46, 49]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ..????..
[INFO] [stdout] ???BB??.
[INFO] [stdout] .BBBBB..
[INFO] [stdout] ..WBBW..
[INFO] [stdout] ..WWWW..
[INFO] [stdout] ..W..B..
[INFO] [stdout] .....??.
[INFO] [stdout] ........
[INFO] [stdout] W to play. Available moves: [2, 3, 4, 5, 8, 9, 10, 13, 14, 53, 54]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .....?..
[INFO] [stdout] ...BBW?.
[INFO] [stdout] .BBBWW?.
[INFO] [stdout] .?WWBW?.
[INFO] [stdout] .?WWWW?.
[INFO] [stdout] ..W??B?.
[INFO] [stdout] .??.....
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [5, 14, 22, 25, 30, 33, 38, 43, 44, 46, 49, 50]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ..???...
[INFO] [stdout] ???BBW..
[INFO] [stdout] ?BBBWW..
[INFO] [stdout] ?BBBBW..
[INFO] [stdout] ..WWWW..
[INFO] [stdout] ..W..B..
[INFO] [stdout] .....??.
[INFO] [stdout] ........
[INFO] [stdout] W to play. Available moves: [2, 3, 4, 8, 9, 10, 16, 24, 53, 54]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ....W??.
[INFO] [stdout] ...BWW?.
[INFO] [stdout] .BBBWW?.
[INFO] [stdout] .BBBBW?.
[INFO] [stdout] ..WWWW?.
[INFO] [stdout] .?W??B?.
[INFO] [stdout] .??.....
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [5, 6, 14, 22, 30, 38, 41, 43, 44, 46, 49, 50]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ..?.W...
[INFO] [stdout] ..?BWW..
[INFO] [stdout] ?BBBWW..
[INFO] [stdout] ?BBBBW..
[INFO] [stdout] ??WBBW..
[INFO] [stdout] ..W?BB..
[INFO] [stdout] ...???..
[INFO] [stdout] ........
[INFO] [stdout] W to play. Available moves: [2, 10, 16, 24, 32, 33, 43, 51, 52, 53]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ....W??.
[INFO] [stdout] ...BWW?.
[INFO] [stdout] .BBBWW?.
[INFO] [stdout] .BBBBW?.
[INFO] [stdout] .?WBWW?.
[INFO] [stdout] .?WWBB?.
[INFO] [stdout] .????...
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [5, 6, 14, 22, 30, 33, 38, 41, 46, 49, 50, 51, 52]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ..??W...
[INFO] [stdout] .??BWW..
[INFO] [stdout] ?BBBWW..
[INFO] [stdout] ?BBBBW..
[INFO] [stdout] ?BBBWW..
[INFO] [stdout] ??WWBB?.
[INFO] [stdout] ...????.
[INFO] [stdout] ........
[INFO] [stdout] W to play. Available moves: [2, 3, 9, 10, 16, 24, 32, 40, 41, 46, 51, 52, 53, 54]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ...WW??.
[INFO] [stdout] ..?WWW?.
[INFO] [stdout] .BBWWW?.
[INFO] [stdout] .BBWBW?.
[INFO] [stdout] .BBWWW?.
[INFO] [stdout] .?WWBB?.
[INFO] [stdout] .????...
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [5, 6, 10, 14, 22, 30, 38, 41, 46, 49, 50, 51, 52]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ...WW...
[INFO] [stdout] ???WWW..
[INFO] [stdout] ?BBWWW..
[INFO] [stdout] ?BBWBW..
[INFO] [stdout] ?BBWWW..
[INFO] [stdout] ??WBBB?.
[INFO] [stdout] ..??B??.
[INFO] [stdout] ....?...
[INFO] [stdout] W to play. Available moves: [8, 9, 10, 16, 24, 32, 40, 41, 46, 50, 51, 53, 54, 60]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ...WW??.
[INFO] [stdout] ???WWW?.
[INFO] [stdout] WWWWWW?.
[INFO] [stdout] .BBWBW?.
[INFO] [stdout] .BBWWW?.
[INFO] [stdout] .?WBBB?.
[INFO] [stdout] .???B...
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [5, 6, 8, 9, 10, 14, 22, 30, 38, 41, 46, 49, 50, 51]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ...WW...
[INFO] [stdout] ...WWW..
[INFO] [stdout] WWWWWW..
[INFO] [stdout] ?BBWBW..
[INFO] [stdout] ?BBWWW..
[INFO] [stdout] ??BBBB..
[INFO] [stdout] .??BB??.
[INFO] [stdout] ..????..
[INFO] [stdout] W to play. Available moves: [24, 32, 40, 41, 49, 50, 53, 54, 58, 59, 60, 61]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ...WW??.
[INFO] [stdout] ???WWW?.
[INFO] [stdout] WWWWWW?.
[INFO] [stdout] ?BWWBW?.
[INFO] [stdout] ?WBWWW?.
[INFO] [stdout] W?BBBB?.
[INFO] [stdout] ...BB...
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [5, 6, 8, 9, 10, 14, 22, 24, 30, 32, 38, 41, 46]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ...WW...
[INFO] [stdout] ...WWW..
[INFO] [stdout] WWWWWW..
[INFO] [stdout] ?BWWBW..
[INFO] [stdout] ?WBWWB?.
[INFO] [stdout] W?BBBBB.
[INFO] [stdout] .??BB???
[INFO] [stdout] ...???..
[INFO] [stdout] W to play. Available moves: [24, 32, 38, 41, 49, 50, 53, 54, 55, 59, 60, 61]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ...WW?..
[INFO] [stdout] ???WWW?.
[INFO] [stdout] WWWWWW?.
[INFO] [stdout] ?BWWBW?.
[INFO] [stdout] ?WWWWB..
[INFO] [stdout] WWBBBBB.
[INFO] [stdout] .?.BB...
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [5, 8, 9, 10, 14, 22, 24, 30, 32, 49]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ...WWB?.
[INFO] [stdout] ...WWB?.
[INFO] [stdout] WWWWWB?.
[INFO] [stdout] ?BWWBB?.
[INFO] [stdout] ?WWWWB?.
[INFO] [stdout] WWBBBBB?
[INFO] [stdout] .??BB???
[INFO] [stdout] ...???..
[INFO] [stdout] W to play. Available moves: [6, 14, 22, 24, 30, 32, 38, 47, 49, 50, 53, 54, 55, 59, 60, 61]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ..?WWB..
[INFO] [stdout] ???WWB..
[INFO] [stdout] WWWWWB..
[INFO] [stdout] ?WWWBB..
[INFO] [stdout] WWWWWB..
[INFO] [stdout] WWBBBBB.
[INFO] [stdout] ?..BB...
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [2, 8, 9, 10, 24, 48]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ...WWB?.
[INFO] [stdout] ...WWB?.
[INFO] [stdout] WWWWWB?.
[INFO] [stdout] BBBBBB?.
[INFO] [stdout] WBWWWB?.
[INFO] [stdout] WWBBBBB?
[INFO] [stdout] .??BB???
[INFO] [stdout] ...???..
[INFO] [stdout] W to play. Available moves: [6, 14, 22, 30, 38, 47, 49, 50, 53, 54, 55, 59, 60, 61]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ..?WWWW.
[INFO] [stdout] ???WWW..
[INFO] [stdout] WWWWWB..
[INFO] [stdout] BBBBBB..
[INFO] [stdout] WBWWWB..
[INFO] [stdout] WWBBBBB.
[INFO] [stdout] ??.BB...
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [2, 8, 9, 10, 48, 49]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .?BWWWW.
[INFO] [stdout] ..?BWW?.
[INFO] [stdout] WWWWBB?.
[INFO] [stdout] BBBBBB?.
[INFO] [stdout] WBWWWB?.
[INFO] [stdout] WWBBBBB?
[INFO] [stdout] .??BB???
[INFO] [stdout] ...???..
[INFO] [stdout] W to play. Available moves: [1, 10, 14, 22, 30, 38, 47, 49, 50, 53, 54, 55, 59, 60, 61]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ???BWW?.
[INFO] [stdout] WWWWBB..
[INFO] [stdout] BBBBBB..
[INFO] [stdout] WBWWWB..
[INFO] [stdout] WWBBBBB.
[INFO] [stdout] ??.BB...
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [8, 9, 10, 14, 48, 49]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ??BBWW?.
[INFO] [stdout] WBBBBB?.
[INFO] [stdout] BBBBBB?.
[INFO] [stdout] WBWWWB?.
[INFO] [stdout] WWBBBBB?
[INFO] [stdout] .??BB???
[INFO] [stdout] ...???..
[INFO] [stdout] W to play. Available moves: [8, 9, 14, 22, 30, 38, 47, 49, 50, 53, 54, 55, 59, 60, 61]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ?.BBWW?.
[INFO] [stdout] WBBBBW??
[INFO] [stdout] BBBBBBW?
[INFO] [stdout] WBWWWB..
[INFO] [stdout] WWBBBBB.
[INFO] [stdout] ??.BB...
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [8, 14, 22, 23, 31, 48, 49]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ??BBWW..
[INFO] [stdout] WBBBBW?B
[INFO] [stdout] BBBBBBB.
[INFO] [stdout] WBWWWB??
[INFO] [stdout] WWBBBBB?
[INFO] [stdout] .??BB???
[INFO] [stdout] ...???..
[INFO] [stdout] W to play. Available moves: [8, 9, 22, 38, 39, 47, 49, 50, 53, 54, 55, 59, 60, 61]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ?.BBWW??
[INFO] [stdout] WBBBBWWB
[INFO] [stdout] BBBBBWB.
[INFO] [stdout] WBWWWB?.
[INFO] [stdout] WWBBBBB.
[INFO] [stdout] ??.BB...
[INFO] [stdout] ........
[INFO] [stdout] B to play. Available moves: [8, 14, 15, 38, 48, 49]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ??BBWW..
[INFO] [stdout] WBBBBWWB
[INFO] [stdout] BBBBBBB.
[INFO] [stdout] WBWWWBB?
[INFO] [stdout] WWBBBBB?
[INFO] [stdout] .??BB???
[INFO] [stdout] ...???..
[INFO] [stdout] W to play. Available moves: [8, 9, 39, 47, 49, 50, 53, 54, 55, 59, 60, 61]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ?.BBWW??
[INFO] [stdout] WBBBBWWB
[INFO] [stdout] BBBBBWB.
[INFO] [stdout] WBWWWWB.
[INFO] [stdout] WWBBWWB.
[INFO] [stdout] ??.BBW?.
[INFO] [stdout] ....?.?.
[INFO] [stdout] B to play. Available moves: [8, 14, 15, 48, 49, 54, 60, 62]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ??BBWW.B
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBBBB?
[INFO] [stdout] WBWWBWB?
[INFO] [stdout] WWBBWWB?
[INFO] [stdout] .??BBW.?
[INFO] [stdout] ..????..
[INFO] [stdout] W to play. Available moves: [8, 9, 31, 39, 47, 49, 50, 55, 58, 59, 60, 61]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ?.BBWW?B
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBBBB.
[INFO] [stdout] WBWWBWB.
[INFO] [stdout] WWBBWWB.
[INFO] [stdout] ??.BWW?.
[INFO] [stdout] ...?W??.
[INFO] [stdout] B to play. Available moves: [8, 14, 48, 49, 54, 59, 61, 62]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ??BBWW.B
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBBBB?
[INFO] [stdout] WBWWBWB?
[INFO] [stdout] WWBBWBB?
[INFO] [stdout] .??BBW.?
[INFO] [stdout] ..?BW?..
[INFO] [stdout] W to play. Available moves: [8, 9, 31, 39, 47, 49, 50, 55, 58, 61]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ?.BBWW?B
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBBBB.
[INFO] [stdout] WBWWBWB.
[INFO] [stdout] WWBWWBB.
[INFO] [stdout] ???BWW?.
[INFO] [stdout] ...BWW?.
[INFO] [stdout] B to play. Available moves: [8, 14, 48, 49, 50, 54, 62]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] .?BBWW.B
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBBBB?
[INFO] [stdout] WBWBBWB?
[INFO] [stdout] WWBWBBB?
[INFO] [stdout] .??BWB??
[INFO] [stdout] ..?BBBB.
[INFO] [stdout] W to play. Available moves: [9, 31, 39, 47, 49, 50, 54, 55, 58]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ?.BBWW?B
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBBBB.
[INFO] [stdout] WBWBBWB.
[INFO] [stdout] WWBWWBB.
[INFO] [stdout] ???WWB..
[INFO] [stdout] .?WBBBB.
[INFO] [stdout] B to play. Available moves: [8, 14, 48, 49, 50, 57]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ??BBWW.B
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBBBB?
[INFO] [stdout] WBWBBWB?
[INFO] [stdout] WWBWWBB?
[INFO] [stdout] .??WWB??
[INFO] [stdout] .BBBBBB.
[INFO] [stdout] W to play. Available moves: [8, 9, 31, 39, 47, 49, 50, 54, 55]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW.
[INFO] [stdout] ?.BBWW?B
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBBBB.
[INFO] [stdout] WBWBBWB.
[INFO] [stdout] WWWWWBB.
[INFO] [stdout] ??WWWB..
[INFO] [stdout] .BBBBBB.
[INFO] [stdout] B to play. Available moves: [8, 14, 48, 49]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWW?
[INFO] [stdout] ??BBBBBB
[INFO] [stdout] WBBBBBBB
[INFO] [stdout] BBBBBBB?
[INFO] [stdout] WBWBBWB?
[INFO] [stdout] WWWWWBB?
[INFO] [stdout] ..WWWB??
[INFO] [stdout] .BBBBBB.
[INFO] [stdout] W to play. Available moves: [7, 8, 9, 31, 39, 47, 54, 55]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWWW
[INFO] [stdout] ?.BBBBWB
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBWBB.
[INFO] [stdout] WBWWBWB.
[INFO] [stdout] WWWWWBB.
[INFO] [stdout] ??WWWB..
[INFO] [stdout] .BBBBBB.
[INFO] [stdout] B to play. Available moves: [8, 48, 49]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWWW
[INFO] [stdout] ??BBBBWB
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBWBB?
[INFO] [stdout] WBWWBWB?
[INFO] [stdout] WBWWWBB?
[INFO] [stdout] ?BBBBB??
[INFO] [stdout] ?BBBBBB.
[INFO] [stdout] W to play. Available moves: [8, 9, 31, 39, 47, 48, 54, 55, 56]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWWW
[INFO] [stdout] ?.BBBBWB
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBWBB.
[INFO] [stdout] WBWWBWB.
[INFO] [stdout] WBWWWBB.
[INFO] [stdout] ?WBBBB..
[INFO] [stdout] WBBBBBB.
[INFO] [stdout] B to play. Available moves: [8, 48]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWWW
[INFO] [stdout] ??BBBBWB
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBWBB?
[INFO] [stdout] BBWWBWB?
[INFO] [stdout] BBWWWBB?
[INFO] [stdout] BBBBBB??
[INFO] [stdout] WBBBBBB?
[INFO] [stdout] W to play. Available moves: [8, 9, 31, 39, 47, 54, 55, 63]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] .WWWWWWW
[INFO] [stdout] ?.BBBBWB
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] BBBBWBB.
[INFO] [stdout] BBWWBWB.
[INFO] [stdout] BBWWWBB.
[INFO] [stdout] BBBBBB..
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] B to play. Available moves: [8]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ?WWWWWWW
[INFO] [stdout] B?BBBBWB
[INFO] [stdout] BBBBBWBB
[INFO] [stdout] BBBBWBB?
[INFO] [stdout] BBWWBWB?
[INFO] [stdout] BBWWWBB?
[INFO] [stdout] BBBBBB??
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] W to play. Available moves: [0, 9, 31, 39, 47, 54, 55]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] W.BBBBWB
[INFO] [stdout] WBBBBWBB
[INFO] [stdout] WBBBWBB.
[INFO] [stdout] WBWWBWB.
[INFO] [stdout] WBWWWBB.
[INFO] [stdout] WBBBBB..
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] B to play. Available moves: []
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] PASS
[INFO] [stdout] 
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] W.BBBBWB
[INFO] [stdout] WBBBBWWB
[INFO] [stdout] WBBBWBW?
[INFO] [stdout] WBWWBWW?
[INFO] [stdout] WBWWWBW?
[INFO] [stdout] WWWWWWW?
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] B to play. Available moves: [31, 39, 47, 55]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] W?BBBBWB
[INFO] [stdout] WBBBBBWB
[INFO] [stdout] WBBBWBB?
[INFO] [stdout] WBWWBBBB
[INFO] [stdout] WBWWWBW?
[INFO] [stdout] WWWWWWW.
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] W to play. Available moves: [9, 31, 47]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] WWWWWWWB
[INFO] [stdout] WWWBBBWB
[INFO] [stdout] WWBWWBB.
[INFO] [stdout] WWWWWBBB
[INFO] [stdout] WWWWWWW.
[INFO] [stdout] WWWWWWW?
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] B to play. Available moves: [55]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] WWWWWWWB
[INFO] [stdout] WWWBBBWB
[INFO] [stdout] WWBWWBB?
[INFO] [stdout] WWWWWBBB
[INFO] [stdout] WWWWWWB?
[INFO] [stdout] WWWWWWWB
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] W to play. Available moves: [31, 47]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] WWWBBBWW
[INFO] [stdout] WWBWWWWW
[INFO] [stdout] WWWWWBWB
[INFO] [stdout] WWWWWWB?
[INFO] [stdout] WWWWWWWB
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] B to play. Available moves: [47]
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] WWWBBBWW
[INFO] [stdout] WWBWWBWW
[INFO] [stdout] WWWWWBBB
[INFO] [stdout] WWWWWWBB
[INFO] [stdout] WWWWWWWB
[INFO] [stdout] WWWWWWWW
[INFO] [stdout] White won!
[INFO] [stdout] ---
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'ai::tests::test' (643) panicked at src/ai.rs:171:9:
[INFO] [stdout] assertion failed: b.state.black_score > b.state.white_score
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61e191eb6128 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61e191eb6128 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61e191eb6128 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61e191eb6128 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61e191eca62a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61e191eca62a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x61e191eba942 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x61e191eba942 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x61e191e952e6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61e191e952e6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61e191eae679 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61e191e11ddc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x61e191e11ddc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61e191eae832 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x61e191eae832 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x61e191e953d4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x61e191e8a5a9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61e191e960bd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61e191ecad7c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61e191ecad42 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x61e191e002cc - _othello[822a988d0e6a13f5]::ai::tests::test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/ai.rs:171:9
[INFO] [stdout]   21:     0x61e191dffdf7 - _othello[822a988d0e6a13f5]::ai::tests::test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/ai.rs:157:14
[INFO] [stdout]   22:     0x61e191e01296 - <_othello[822a988d0e6a13f5]::ai::tests::test::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61e191e04ebb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61e191e04ebb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x61e191e12735 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x61e191e12735 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x61e191e12735 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x61e191e12735 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x61e191e12735 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x61e191e12735 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x61e191e12735 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x61e191e0c044 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x61e191e0c044 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x61e191e157b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x61e191e157b2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x61e191e157b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x61e191e157b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x61e191e157b2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x61e191e157b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x61e191e157b2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x61e191eb5a8f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   42:     0x61e191eb5a8f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7beca7dd4aa4 - <unknown>
[INFO] [stdout]   44:     0x7beca7e61a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     ai::tests::test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.47s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0", kill_on_drop: false }`
[INFO] [stdout] 6fcb00e8ae3828030345c6d76cb67c6fbd58f35f5c5d544bf53bc5ff490c6ba0
