[INFO] cloning repository https://github.com/lukaskral/five-in-a-row
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lukaskral/five-in-a-row" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukaskral%2Ffive-in-a-row", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukaskral%2Ffive-in-a-row'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9950c00178e31c1d172a705d908c71f6ec774818
[INFO] testing lukaskral/five-in-a-row against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukaskral%2Ffive-in-a-row" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lukaskral/five-in-a-row
[INFO] finished tweaking git repo https://github.com/lukaskral/five-in-a-row
[INFO] tweaked toml for git repo https://github.com/lukaskral/five-in-a-row written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lukaskral/five-in-a-row on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lukaskral/five-in-a-row 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aee4ec3588b6fb4104e49cad04c757c9bdeaba82b9cb3643e4f2136031948a15
[INFO] running `Command { std: "docker" "start" "-a" "aee4ec3588b6fb4104e49cad04c757c9bdeaba82b9cb3643e4f2136031948a15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aee4ec3588b6fb4104e49cad04c757c9bdeaba82b9cb3643e4f2136031948a15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aee4ec3588b6fb4104e49cad04c757c9bdeaba82b9cb3643e4f2136031948a15", kill_on_drop: false }`
[INFO] [stdout] aee4ec3588b6fb4104e49cad04c757c9bdeaba82b9cb3643e4f2136031948a15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d5d8a489000a1c6902188b2d5942047603b2e31db73e1afa20d84514ffa9acd6
[INFO] running `Command { std: "docker" "start" "-a" "d5d8a489000a1c6902188b2d5942047603b2e31db73e1afa20d84514ffa9acd6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.107
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling futures-io v0.3.17
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling lock_api v0.4.5
[INFO] [stderr]    Compiling pkg-config v0.3.22
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling futures-macro v0.3.17
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.8
[INFO] [stderr]    Compiling futures-sink v0.3.17
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling fastrand v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling http v0.2.5
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling encoding_rs v0.8.29
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling async-mutex v1.4.0
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling openssl-sys v0.9.71
[INFO] [stderr]    Compiling serde_json v1.0.71
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling async-lock v2.4.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling ipnet v2.3.1
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling blocking v1.1.0
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling ctor v0.1.21
[INFO] [stderr]    Compiling tokio-macros v1.6.0
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling polling v2.2.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-io v1.6.0
[INFO] [stderr]    Compiling futures-executor v0.3.17
[INFO] [stderr]    Compiling futures v0.3.17
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling async-global-executor v2.0.2
[INFO] [stderr]    Compiling h2 v0.3.7
[INFO] [stderr]    Compiling async-std v1.10.0
[INFO] [stderr]    Compiling hyper v0.14.15
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.6
[INFO] [stderr]    Compiling game_play v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Coordinate` is never constructed
[INFO] [stdout]   --> src/api/jobs_cz/play.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Coordinate {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.54s
[INFO] running `Command { std: "docker" "inspect" "d5d8a489000a1c6902188b2d5942047603b2e31db73e1afa20d84514ffa9acd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5d8a489000a1c6902188b2d5942047603b2e31db73e1afa20d84514ffa9acd6", kill_on_drop: false }`
[INFO] [stdout] d5d8a489000a1c6902188b2d5942047603b2e31db73e1afa20d84514ffa9acd6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 010c60dcf77d7a2f3b7e5043f47fb0ad49138e5d7b3af54f3e18ad6b05deff39
[INFO] running `Command { std: "docker" "start" "-a" "010c60dcf77d7a2f3b7e5043f47fb0ad49138e5d7b3af54f3e18ad6b05deff39", kill_on_drop: false }`
[INFO] [stderr]    Compiling game_play v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Coordinate` is never constructed
[INFO] [stdout]   --> src/api/jobs_cz/play.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Coordinate {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `suggested_move`
[INFO] [stdout]    --> tests/five_in_a_row.rs:247:13
[INFO] [stdout]     |
[INFO] [stdout] 247 |         let suggested_move = *suggested.get_move();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_suggested_move`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `it_suggests_correct_move_7` is never used
[INFO] [stdout]    --> tests/five_in_a_row.rs:208:8
[INFO] [stdout]     |
[INFO] [stdout] 208 |     fn it_suggests_correct_move_7() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Coordinate` is never constructed
[INFO] [stdout]   --> src/api/jobs_cz/play.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Coordinate {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.37s
[INFO] running `Command { std: "docker" "inspect" "010c60dcf77d7a2f3b7e5043f47fb0ad49138e5d7b3af54f3e18ad6b05deff39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "010c60dcf77d7a2f3b7e5043f47fb0ad49138e5d7b3af54f3e18ad6b05deff39", kill_on_drop: false }`
[INFO] [stdout] 010c60dcf77d7a2f3b7e5043f47fb0ad49138e5d7b3af54f3e18ad6b05deff39
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3c6f361d17085d298c9b53c31e79edbc2f5b5a9e38ac5f0f88c837b6db7765e3
[INFO] running `Command { std: "docker" "start" "-a" "3c6f361d17085d298c9b53c31e79edbc2f5b5a9e38ac5f0f88c837b6db7765e3", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Coordinate` is never constructed
[INFO] [stderr]   --> src/api/jobs_cz/play.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct Coordinate {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `suggested_move`
[INFO] [stderr]    --> tests/five_in_a_row.rs:247:13
[INFO] [stderr]     |
[INFO] [stderr] 247 |         let suggested_move = *suggested.get_move();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_suggested_move`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `it_suggests_correct_move_7` is never used
[INFO] [stderr]    --> tests/five_in_a_row.rs:208:8
[INFO] [stderr]     |
[INFO] [stderr] 208 |     fn it_suggests_correct_move_7() {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `game_play` (bin "game_play" test) generated 1 warning
[INFO] [stderr] warning: `game_play` (test "five_in_a_row") generated 2 warnings (run `cargo fix --test "five_in_a_row" -p game_play` to apply 1 suggestion)
[INFO] [stderr] warning: `game_play` (bin "game_play") generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/game_play-742d2c3d4d85eaab)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test five_in_a_row::dir::tests::it_check_row_direction ... ok
[INFO] [stdout] test five_in_a_row::dir::tests::it_check_rising_diagonal_direction ... ok
[INFO] [stdout] test five_in_a_row::mv::tests::it_checks_type ... ok
[INFO] [stdout] test five_in_a_row::dir::tests::it_check_col_direction ... ok
[INFO] [stdout] test five_in_a_row::dir::tests::it_creates_iterator ... ok
[INFO] [stdout] test five_in_a_row::mv::tests::it_computes_distance ... ok
[INFO] [stdout] test five_in_a_row::tests::it_creates_empty_game ... ok
[INFO] [stdout] test five_in_a_row::tests::it_does_new_move ... ok
[INFO] [stdout] test game::score::tests::it_is_comparable ... ok
[INFO] [stdout] test game::score::tests::it_returns_greater_value ... ok
[INFO] [stdout] test gameplay::suggestion::tests::it_computes_deep_score ... ok
[INFO] [stdout] test five_in_a_row::tests::it_replays_game_1 ... ok
[INFO] [stdout] test five_in_a_row::tests::it_computes_score_for_row ... ok
[INFO] [stdout] test gameplay::suggestion::tests::it_is_comparable ... ok
[INFO] [stdout] test five_in_a_row::mv::tests::it_sorts_vec_of_moves ... ok
[INFO] [stdout] test five_in_a_row::dir::tests::it_check_falling_diagonal_direction ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/game_play-d7cb5bc92fb97b07)
[INFO] [stderr]      Running tests/five_in_a_row.rs (/opt/rustwide/target/debug/deps/five_in_a_row-77424ea0ab6d518e)
[INFO] [stdout] test five_in_a_row::tests::it_creates_game_from_coordinates ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test lib::five_in_a_row::dir::tests::it_creates_iterator ... ok
[INFO] [stdout] test lib::five_in_a_row::mv::tests::it_checks_type ... ok
[INFO] [stdout] test lib::five_in_a_row::mv::tests::it_sorts_vec_of_moves ... ok
[INFO] [stdout] test lib::five_in_a_row::tests::it_creates_empty_game ... ok
[INFO] [stdout] test lib::five_in_a_row::tests::it_creates_game_from_coordinates ... ok
[INFO] [stdout] test lib::five_in_a_row::tests::it_does_new_move ... ok
[INFO] [stdout] test lib::five_in_a_row::tests::it_replays_game_1 ... ok
[INFO] [stdout] test lib::five_in_a_row::dir::tests::it_check_falling_diagonal_direction ... ok
[INFO] [stdout] test lib::game::score::tests::it_is_comparable ... ok
[INFO] [stdout] test lib::five_in_a_row::dir::tests::it_check_row_direction ... ok
[INFO] [stdout] test lib::five_in_a_row::dir::tests::it_check_col_direction ... ok
[INFO] [stdout] test lib::five_in_a_row::dir::tests::it_check_rising_diagonal_direction ... ok
[INFO] [stdout] test lib::game::score::tests::it_returns_greater_value ... ok
[INFO] [stdout] test lib::gameplay::suggestion::tests::it_computes_deep_score ... ok
[INFO] [stdout] test lib::five_in_a_row::mv::tests::it_computes_distance ... ok
[INFO] [stdout] test lib::gameplay::suggestion::tests::it_is_comparable ... ok
[INFO] [stdout] test lib::five_in_a_row::tests::it_computes_score_for_row ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::it_suggests_correct_move_2 ... ok
[INFO] [stdout] test tests::it_suggests_correct_move_1 ... ok
[INFO] [stdout] test tests::it_suggests_correct_move_3 ... ok
[INFO] [stdout] test tests::it_suggests_correct_move_5 ... ok
[INFO] [stdout] test tests::it_suggests_correct_move_4 ... ok
[INFO] [stdout] test tests::it_suggests_correct_move_6 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::it_suggests_correct_move_6 stdout ----
[INFO] [stdout]   -3    -2    -1     0     1     2     3     4     5  
[INFO] [stdout] │     │     │     │     │     │     │     │     │     │ 5
[INFO] [stdout] ┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼
[INFO] [stdout] │     │  O  │     │     │     │     │     │     │     │ 4
[INFO] [stdout] ┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼
[INFO] [stdout] │     │     │  X  │     │     │     │     │     │     │ 3
[INFO] [stdout] ┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼
[INFO] [stdout] │     │     │     │  O  │     │     │     │  X  │     │ 2
[INFO] [stdout] ┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼
[INFO] [stdout] │     │     │     │  X  │  O  │  O  │  O  │     │     │ 1
[INFO] [stdout] ┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼
[INFO] [stdout] │     │     │     │  X  │  X  │  O  │     │     │     │ 0
[INFO] [stdout] ┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼
[INFO] [stdout] │     │     │     │  X  │  O  │  O  │  X  │     │     │ -1
[INFO] [stdout] ┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼
[INFO] [stdout] │     │     │  X  │  O  │     │     │     │     │     │ -2
[INFO] [stdout] ┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼
[INFO] [stdout] │     │     │  X  │     │     │     │     │     │     │ -3
[INFO] [stdout] ┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼
[INFO] [stdout] │     │     │     │     │     │     │     │     │     │ -4
[INFO] [stdout] ┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::it_suggests_correct_move_6' (65) panicked at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/sort/shared/smallsort.rs:860:5:
[INFO] [stdout] user-provided comparison function does not correctly implement a total order
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60456e41eeda - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60456e41eeda - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60456e41eeda - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60456e41eeda - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60456e432c1a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60456e432c1a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x60456e423762 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60456e423762 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60456e3fe0ef - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60456e3fe0ef - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60456e417449 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60456e3a085c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x60456e3a085c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60456e417602 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x60456e417602 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60456e3fe1da - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x60456e3f5b49 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60456e3feebd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60456e43348c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60456e4377cd - core[10b6fa85044e1869]::slice::sort::shared::smallsort::panic_on_ord_violation
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/sort/shared/smallsort.rs:860:5
[INFO] [stdout]   20:     0x60456e380f93 - core::slice::sort::shared::smallsort::bidirectional_merge::h60f5384b4c69e372
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/sort/shared/smallsort.rs:838:13
[INFO] [stdout]   21:     0x60456e38197a - core::slice::sort::shared::smallsort::small_sort_general_with_scratch::h16c810c3e102b306
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/sort/shared/smallsort.rs:286:9
[INFO] [stdout]   22:     0x60456e38a434 - <T as core::slice::sort::shared::smallsort::StableSmallSortTypeImpl>::small_sort::h7f1e5879ff20d466
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/sort/shared/smallsort.rs:61:9
[INFO] [stdout]   23:     0x60456e38a434 - core::slice::sort::stable::quicksort::quicksort::h236d1ae1f049ecb6
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/sort/stable/quicksort.rs:27:13
[INFO] [stdout]   24:     0x60456e38a6af - core::slice::sort::stable::quicksort::quicksort::h236d1ae1f049ecb6
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/sort/stable/quicksort.rs:78:9
[INFO] [stdout]   25:     0x60456e38825a - core::slice::sort::stable::drift::stable_quicksort::h879726f7e9351042
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/sort/stable/drift.rs:270:5
[INFO] [stdout]   26:     0x60456e388856 - core::slice::sort::stable::drift::sort::h8921883a4e690df2
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/sort/stable/drift.rs:118:9
[INFO] [stdout]   27:     0x60456e38bccd - core::slice::sort::stable::driftsort_main::hcb4e3590ccca396b
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/sort/stable/mod.rs:135:5
[INFO] [stdout]   28:     0x60456e38cac6 - core::slice::sort::stable::sort::h0347da71cc348636
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/sort/stable/mod.rs:83:13
[INFO] [stdout]   29:     0x60456e38cac6 - alloc::slice::stable_sort::h5f1349e0930f6ead
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/slice.rs:860:5
[INFO] [stdout]   30:     0x60456e38cb9a - alloc::slice::<impl [T]>::sort_by::h9a40ce6511e8d9f3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/slice.rs:196:9
[INFO] [stdout]   31:     0x60456e38f16b - game_play::gameplay::GamePlay<G,C>::get_single_level_suggestions::h84b13e528b91a88c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/game/gameplay.rs:78:23
[INFO] [stdout]   32:     0x60456e38e377 - game_play::gameplay::GamePlay<G,C>::get_suggestions::he0093694e96011c0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/game/gameplay.rs:111:18
[INFO] [stdout]   33:     0x60456e38e75b - game_play::gameplay::GamePlay<G,C>::get_suggestions::he0093694e96011c0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/game/gameplay.rs:121:26
[INFO] [stdout]   34:     0x60456e38e75b - game_play::gameplay::GamePlay<G,C>::get_suggestions::he0093694e96011c0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/game/gameplay.rs:121:26
[INFO] [stdout]   35:     0x60456e38e75b - game_play::gameplay::GamePlay<G,C>::get_suggestions::he0093694e96011c0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/game/gameplay.rs:121:26
[INFO] [stdout]   36:     0x60456e38ea6a - game_play::gameplay::GamePlay<G,C>::compute_suggestions::hf56e20099d82147a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/game/gameplay.rs:143:32
[INFO] [stdout]   37:     0x60456e392c5c - five_in_a_row::tests::it_suggests_correct_move_6::hb41e8205560b0fd6
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/five_in_a_row.rs:192:14
[INFO] [stdout]   38:     0x60456e392ff7 - five_in_a_row::tests::it_suggests_correct_move_6::{{closure}}::h410baee064335a9b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/five_in_a_row.rs:166:36
[INFO] [stdout]   39:     0x60456e37e2d6 - core::ops::function::FnOnce::call_once::h5676fa2d75909ba2
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x60456e39493b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x60456e39493b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x60456e3a132b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x60456e3a132b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x60456e3a132b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x60456e3a132b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x60456e3a132b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x60456e3a132b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x60456e3a132b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x60456e39ca44 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x60456e39ca44 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x60456e3a3f32 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x60456e3a3f32 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x60456e3a3f32 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x60456e3a3f32 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x60456e3a3f32 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x60456e3a3f32 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x60456e3a3f32 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x60456e41e7ef - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   59:     0x60456e41e7ef - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x701b4d26eaa4 - <unknown>
[INFO] [stdout]   61:     0x701b4d2fba64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::it_suggests_correct_move_6
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test five_in_a_row`
[INFO] running `Command { std: "docker" "inspect" "3c6f361d17085d298c9b53c31e79edbc2f5b5a9e38ac5f0f88c837b6db7765e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c6f361d17085d298c9b53c31e79edbc2f5b5a9e38ac5f0f88c837b6db7765e3", kill_on_drop: false }`
[INFO] [stdout] 3c6f361d17085d298c9b53c31e79edbc2f5b5a9e38ac5f0f88c837b6db7765e3
