[INFO] cloning repository https://github.com/WbaN314/battlesnake
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WbaN314/battlesnake" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWbaN314%2Fbattlesnake", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWbaN314%2Fbattlesnake'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2456dbf5c3e6d2b1969e38c63896570c0150143b
[INFO] testing WbaN314/battlesnake against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWbaN314%2Fbattlesnake" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/WbaN314/battlesnake
[INFO] finished tweaking git repo https://github.com/WbaN314/battlesnake
[INFO] tweaked toml for git repo https://github.com/WbaN314/battlesnake written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/WbaN314/battlesnake on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/WbaN314/battlesnake already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c4aa93d448bac1b2188e88692a65843d69bdce892942b1f2758d647a8d5a2232
[INFO] running `Command { std: "docker" "start" "-a" "c4aa93d448bac1b2188e88692a65843d69bdce892942b1f2758d647a8d5a2232", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4aa93d448bac1b2188e88692a65843d69bdce892942b1f2758d647a8d5a2232", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4aa93d448bac1b2188e88692a65843d69bdce892942b1f2758d647a8d5a2232", kill_on_drop: false }`
[INFO] [stdout] c4aa93d448bac1b2188e88692a65843d69bdce892942b1f2758d647a8d5a2232
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 33eda9d4fc0b5a49ce3fe238ef81a6f0b798df54c4ffd552512cbe8ed33a7174
[INFO] running `Command { std: "docker" "start" "-a" "33eda9d4fc0b5a49ce3fe238ef81a6f0b798df54c4ffd552512cbe8ed33a7174", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling deranged v0.5.6
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling atomic v0.5.3
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling ubyte v0.10.4
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling battlesnake_game_of_chicken v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/logic/game/board.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |         field::{self, BasicField, Field},
[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: `crate::logic::game::snakes::SNAKES`
[INFO] [stdout]  --> src/logic/game/field.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::logic::game::snakes::SNAKES;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `gamestate`
[INFO] [stdout]   --> src/logic/new_year_new_snake/mod.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn logic(&self, gamestate: &OriginalGameState) -> OriginalDirection {
[INFO] [stdout]    |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gamestate`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `turn`
[INFO] [stdout]   --> src/logic/game/game_state.rs:51:75
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn from_request(board: &OriginalBoard, you: &OriginalBattlesnake, turn: &i32) -> Self {
[INFO] [stdout]    |                                                                           ^^^^ help: if this is intentional, prefix it with an underscore: `_turn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.91s
[INFO] running `Command { std: "docker" "inspect" "33eda9d4fc0b5a49ce3fe238ef81a6f0b798df54c4ffd552512cbe8ed33a7174", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33eda9d4fc0b5a49ce3fe238ef81a6f0b798df54c4ffd552512cbe8ed33a7174", kill_on_drop: false }`
[INFO] [stdout] 33eda9d4fc0b5a49ce3fe238ef81a6f0b798df54c4ffd552512cbe8ed33a7174
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 36888ab931f2044b63c200f4fd1c3a16c4f7a30eaa4c51fa85a43fcb1100c3d8
[INFO] running `Command { std: "docker" "start" "-a" "36888ab931f2044b63c200f4fd1c3a16c4f7a30eaa4c51fa85a43fcb1100c3d8", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/logic/game/board.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |         field::{self, BasicField, Field},
[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: `crate::logic::game::snakes::SNAKES`
[INFO] [stdout]  --> src/logic/game/field.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::logic::game::snakes::SNAKES;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `gamestate`
[INFO] [stdout]   --> src/logic/new_year_new_snake/mod.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn logic(&self, gamestate: &OriginalGameState) -> OriginalDirection {
[INFO] [stdout]    |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gamestate`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling battlesnake_game_of_chicken v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `turn`
[INFO] [stdout]   --> src/logic/game/game_state.rs:51:75
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn from_request(board: &OriginalBoard, you: &OriginalBattlesnake, turn: &i32) -> Self {
[INFO] [stdout]    |                                                                           ^^^^ help: if this is intentional, prefix it with an underscore: `_turn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `test::bench`
[INFO] [stdout]    --> src/logic/depth_first/simulation/d_tree.rs:540:9
[INFO] [stdout]     |
[INFO] [stdout] 540 |     use test::bench;
[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: `self`
[INFO] [stdout]  --> src/logic/game/board.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |         field::{self, BasicField, Field},
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::logic::game::snakes::SNAKES`
[INFO] [stdout]  --> src/logic/game/field.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::logic::game::snakes::SNAKES;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `gamestate`
[INFO] [stdout]   --> src/logic/new_year_new_snake/mod.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn logic(&self, gamestate: &OriginalGameState) -> OriginalDirection {
[INFO] [stdout]    |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gamestate`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `turn`
[INFO] [stdout]   --> src/logic/game/game_state.rs:51:75
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn from_request(board: &OriginalBoard, you: &OriginalBattlesnake, turn: &i32) -> Self {
[INFO] [stdout]    |                                                                           ^^^^ help: if this is intentional, prefix it with an underscore: `_turn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.02s
[INFO] running `Command { std: "docker" "inspect" "36888ab931f2044b63c200f4fd1c3a16c4f7a30eaa4c51fa85a43fcb1100c3d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36888ab931f2044b63c200f4fd1c3a16c4f7a30eaa4c51fa85a43fcb1100c3d8", kill_on_drop: false }`
[INFO] [stdout] 36888ab931f2044b63c200f4fd1c3a16c4f7a30eaa4c51fa85a43fcb1100c3d8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ed6bdc0be21d13ca5f704a99d27d08b8a576ce5f2aec24fdc645deefe6fbe43d
[INFO] running `Command { std: "docker" "start" "-a" "ed6bdc0be21d13ca5f704a99d27d08b8a576ce5f2aec24fdc645deefe6fbe43d", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `self`
[INFO] [stderr]  --> src/logic/game/board.rs:5:17
[INFO] [stderr]   |
[INFO] [stderr] 5 |         field::{self, BasicField, Field},
[INFO] [stderr]   |                 ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::logic::game::snakes::SNAKES`
[INFO] [stderr]  --> src/logic/game/field.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::logic::game::snakes::SNAKES;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `gamestate`
[INFO] [stderr]   --> src/logic/new_year_new_snake/mod.rs:12:21
[INFO] [stderr]    |
[INFO] [stderr] 12 |     fn logic(&self, gamestate: &OriginalGameState) -> OriginalDirection {
[INFO] [stderr]    |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gamestate`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `turn`
[INFO] [stderr]   --> src/logic/game/game_state.rs:51:75
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub fn from_request(board: &OriginalBoard, you: &OriginalBattlesnake, turn: &i32) -> Self {
[INFO] [stderr]    |                                                                           ^^^^ help: if this is intentional, prefix it with an underscore: `_turn`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `test::bench`
[INFO] [stderr]    --> src/logic/depth_first/simulation/d_tree.rs:540:9
[INFO] [stderr]     |
[INFO] [stderr] 540 |     use test::bench;
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self`
[INFO] [stderr]  --> src/logic/game/board.rs:5:17
[INFO] [stderr]   |
[INFO] [stderr] 5 |         field::{self, BasicField, Field},
[INFO] [stderr]   |                 ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `battlesnake_game_of_chicken` (lib) generated 4 warnings (run `cargo fix --lib -p battlesnake_game_of_chicken` to apply 4 suggestions)
[INFO] [stderr] warning: `battlesnake_game_of_chicken` (lib test) generated 5 warnings (3 duplicates) (run `cargo fix --lib -p battlesnake_game_of_chicken --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/battlesnake_game_of_chicken_lib-da7d948287f741cc)
[INFO] [stdout] 
[INFO] [stdout] running 138 tests
[INFO] [stdout] test logic::depth_first::game::d_board::tests::test_cell_out_of_bounds ... ok
[INFO] [stdout] test logic::depth_first::game::d_board::tests::test_basics ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::bench_move_reachable ... ignored, Not actively maintained anymore
[INFO] [stdout] test logic::depth_first::game::d_coord::tests::test_distance_to ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::bench_next_state_fast ... ignored, Not actively maintained anymore
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::bench_next_state_slow ... ignored, Not actively maintained anymore
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::bench_possible_moves ... ignored, Not actively maintained anymore
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::bench_scope_moves ... ignored, Not actively maintained anymore
[INFO] [stdout] test logic::depth_first::game::d_field::tests::test_memory_size ... ok
[INFO] [stdout] test logic::depth_first::game::d_board::tests::test_remove_snake ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::play_state ... ok
[INFO] [stdout] test logic::depth_first::game::d_board::tests::test_from_request ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_3_head_collision ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_from_request ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_display ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_better_capture_propagation_order ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_move_heads_headless ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_move_heads ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_move_tails ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_move_heads_food ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_is_alive ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_move_reachable ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_next_state_2 ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_next_state ... ok
[INFO] [stdout] test logic::depth_first::game::d_moves_set::tests::bench_possible_moves_generate ... ignored, Not actively maintained anymore
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_quick_hash ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_next_state_with_move_reachable ... ok
[INFO] [stdout] test logic::depth_first::game::d_moves_set::tests::test_generate ... ok
[INFO] [stdout] test logic::depth_first::game::d_snake::tests::test_from_request ... ok
[INFO] [stdout] test logic::depth_first::game::d_moves_set::tests::test_generate_sparse ... ok
[INFO] [stdout] test logic::depth_first::game::d_snake::tests::test_value_changers ... ok
[INFO] [stdout] test logic::depth_first::intuition::d_scores::tests::test_scores ... ok
[INFO] [stdout] test logic::depth_first::game::d_snakes::tests::test_from_request ... ok
[INFO] [stdout] test logic::depth_first::intuition::tests::test_distance_to_middle ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_node_id::tests::test_ordering ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_node_id::tests::test_parent ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_node_id::tests::test_sparse ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_possible_moves ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_tree::tests::test_ddirectionfinished_ordering ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_scope_moves_pessimistic ... ok
[INFO] [stdout] test logic::depth_first::game::d_game_state::tests::test_scope_moves_optimistic ... ok
[INFO] [stdout] test logic::depth_first::intuition::tests::test_distance_to_food ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_tree::tests::test_dead_end ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_tree::tests::test_dead_end_propagation_to_spawn_node ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_tree::tests::test_that_fast_nodes_are_not_inserted_multiple_time ... ok
[INFO] [stdout] test logic::depth_first::game::d_board::tests::test_cell_panic - should panic ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_tree::tests::test_simulate_with_optimistic_capture_node ... ok
[INFO] [stdout] test logic::depth_first::simulation::node::d_full_simulation_node::tests::test_calc_children ... ok
[INFO] [stdout] test logic::depth_first::simulation::node::d_full_simulation_node::tests::test_calc_children_2 ... ok
[INFO] [stdout] test logic::depth_first::simulation::node::d_full_simulation_node::tests::test_calc_children_3 ... ok
[INFO] [stdout] test logic::depth_first::simulation::node::d_full_simulation_node::tests::test_direction_order ... ok
[INFO] [stdout] test logic::depth_first::simulation::node::d_optimistic_capture_node::tests::test_calc_child ... ok
[INFO] [stdout] test logic::depth_first::simulation::node::d_optimistic_capture_node::tests::test_calc_moves ... ok
[INFO] [stdout] test logic::depth_first::simulation::node::d_optimistic_capture_node::tests::test_relevant_snakes ... ok
[INFO] [stdout] test logic::depth_first::simulation::node::d_optimistic_capture_node::tests::test_relevant_snakes_2 ... ok
[INFO] [stdout] test logic::depth_first::simulation::node::d_pessimistic_capture_node::tests::test_calc_child ... ok
[INFO] [stdout] test logic::depth_first::simulation::node::d_pessimistic_capture_node::tests::test_calc_moves ... ok
[INFO] [stdout] test logic::depth_first::simulation::node::tests::test_order ... ok
[INFO] [stdout] test logic::depth_first::simulation::node::d_full_simulation_node::tests::test_calc_children_interrupt_and_continue ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_tree::tests::test_simulate_with_pessimistic_capture_node ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_tree::tests::test_split_processing_time_equal_between_directions ... ok
[INFO] [stdout] test logic::depth_first::simulation::tests::test_keep_worst_node_on_sameness_reduction ... ok
[INFO] [stdout] test logic::game::board::benchmarks::bench_baseline_comparison ... ignored, Baseline comparison, not a real benchmark
[INFO] [stdout] test logic::game::board::benchmarks::bench_remove_snake ... ok
[INFO] [stdout] test logic::game::board::benchmarks::bench_set_field_get_field_via_cell ... ok
[INFO] [stdout] test logic::game::board::tests::test_cell_out_of_bounds ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_tree::tests::test_simulate_full ... ok
[INFO] [stdout] test logic::game::board::tests::test_cell_panic - should panic ... ok
[INFO] [stdout] test logic::game::board::tests::test_from_request ... ok
[INFO] [stdout] test logic::game::board::tests::test_remove_snake ... ok
[INFO] [stdout] test logic::game::field::benchmarks::bench_baseline_comparison ... ignored, Baseline comparison, not a real benchmark
[INFO] [stdout] test logic::game::coord::tests::test_distance_to ... ok
[INFO] [stdout] test logic::game::field::benchmarks::bench_basic_field ... ok
[INFO] [stdout] test logic::game::field::benchmarks::bench_bit_field ... ok
[INFO] [stdout] test logic::game::field::tests::test_bitfield_conversion ... ok
[INFO] [stdout] test logic::game::field::tests::test_memory_size_basic_field ... ok
[INFO] [stdout] test logic::game::field::tests::test_memory_size_bit_field ... ok
[INFO] [stdout] test logic::game::game_state::benchmarks::bench_move_heads ... ignored, TODO
[INFO] [stdout] test logic::game::game_state::benchmarks::bench_move_tails ... ignored, TODO
[INFO] [stdout] test logic::game::game_state::benchmarks::bench_next_state ... ignored, TODO
[INFO] [stdout] test logic::game::game_state::benchmarks::bench_possible_moves ... ignored, TODO
[INFO] [stdout] test logic::game::game_state::tests::play_state ... ok
[INFO] [stdout] test logic::game::game_state::tests::test_3_head_collision ... ok
[INFO] [stdout] test logic::game::game_state::tests::test_display ... ok
[INFO] [stdout] test logic::game::game_state::tests::test_from_request ... ok
[INFO] [stdout] test logic::game::game_state::tests::test_memory_size ... FAILED
[INFO] [stdout] test logic::game::game_state::tests::test_is_alive ... ok
[INFO] [stdout] test logic::game::game_state::tests::test_move_heads ... ok
[INFO] [stdout] test logic::game::game_state::tests::test_move_heads_headless ... ok
[INFO] [stdout] test logic::game::game_state::tests::test_move_tails ... ok
[INFO] [stdout] test logic::game::game_state::tests::test_move_heads_food ... ok
[INFO] [stdout] test logic::game::game_state::tests::test_next_state ... ok
[INFO] [stdout] test logic::game::game_state::tests::test_next_state_2 ... ok
[INFO] [stdout] test logic::game::game_state::tests::test_possible_moves ... FAILED
[INFO] [stdout] test logic::game::game_state::tests::test_quick_hash ... ok
[INFO] [stdout] test logic::game::moves::benchmarks::bench_generate_and_iterate ... ok
[INFO] [stdout] test logic::game::moves::benchmarks::bench_pregenerate_and_iterate ... ok
[INFO] [stdout] test logic::game::moves::tests::test_generate ... ok
[INFO] [stdout] test logic::game::moves::tests::test_pregenerate ... ok
[INFO] [stdout] test logic::game::snake::tests::test_from_request ... ok
[INFO] [stdout] test logic::game::snake::tests::test_memory_size ... ok
[INFO] [stdout] test logic::game::snake::tests::test_value_changers ... ok
[INFO] [stdout] test logic::game::snakes::tests::test_from_request ... ok
[INFO] [stdout] test logic::game::snakes::tests::test_memory_size ... ok
[INFO] [stdout] test logic::legacy::breadth_first::e_board_extension::tests::fill_board ... ok
[INFO] [stdout] test logic::legacy::breadth_first::e_board_extension::tests::fill_board_2 ... ok
[INFO] [stdout] test logic::legacy::breadth_first::e_score_board::tests::test_print_convolution ... ok
[INFO] [stdout] test logic::legacy::breadth_first::e_score_board::tests::test_print_gravity ... ok
[INFO] [stdout] test logic::legacy::breadth_first::e_state_tree::json_requests::test_evaluate_best_move ... ignored
[INFO] [stdout] test logic::legacy::shared::e_game_state::tests::bench_next_state ... ignored, Not actively maintained anymore
[INFO] [stdout] test logic::legacy::shared::e_game_state::tests::bench_possible_moves ... ignored, Not actively maintained anymore
[INFO] [stdout] test logic::legacy::shared::e_game_state::tests::test_print_capture_in_direction ... ok
[INFO] [stdout] test logic::legacy::shared::e_game_state::tests::test_print_capture_iteration ... ok
[INFO] [stdout] test logic::legacy::shared::e_game_state::tests::test_print_capture ... ok
[INFO] [stdout] test logic::legacy::shared::tests::fill_board ... ok
[INFO] [stdout] test logic::legacy::shared::tests::move_other_snakes_down ... ok
[INFO] [stdout] test logic::legacy::shared::tests::fill_board_2 ... ok
[INFO] [stdout] test logic::legacy::shared::tests::move_other_snakes_left ... ok
[INFO] [stdout] test logic::legacy::shared::tests::move_other_snakes_up ... ok
[INFO] [stdout] test logic::legacy::shared::tests::print_board_1_up ... ok
[INFO] [stdout] test logic::legacy::shared::tests::print_board_1 ... ok
[INFO] [stdout] test logic::legacy::shared::tests::print_board_1_up_up ... ok
[INFO] [stdout] test logic::legacy::shared::tests::print_board_1_up_up_up ... ok
[INFO] [stdout] test logic::legacy::shared::tests::print_board_2 ... ok
[INFO] [stdout] test logic::legacy::shared::tests::print_board_3 ... ok
[INFO] [stdout] test logic::legacy::shared::tests::print_board_3_after_move ... ok
[INFO] [stdout] test logic::legacy::shared::tests::relevant_moves ... ok
[INFO] [stdout] test logic::legacy::shared::tests::relevant_moves_3 ... ok
[INFO] [stdout] test logic::legacy::shared::tests::relevant_moves_2 ... ok
[INFO] [stdout] test logic::legacy::shared::tests::snakeparts_on_board ... ok
[INFO] [stdout] test logic::legacy::shared::tests::snakes_to_board ... ok
[INFO] [stdout] test logic::legacy::simple_tree_search::tests::test_directions_iterator ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_tree::tests::test_simulate_correct_alive_substate_propagation ... ok
[INFO] [stdout] test logic::depth_first::simulation::tests::test_basic_simulation ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_tree::tests::test_tree_max_depth ... ok
[INFO] [stdout] test logic::depth_first::simulation::d_tree::tests::test_capture_contact_depth ... ok
[INFO] [stdout] test logic::depth_first::simulation::tests::test_max_depth_2 ... ok
[INFO] [stdout] test logic::depth_first::simulation::tests::test_max_depth ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- logic::game::game_state::tests::test_memory_size stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'logic::game::game_state::tests::test_memory_size' (98) panicked at src/logic/game/game_state.rs:483:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 278
[INFO] [stdout]  right: 284
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5662eef9167a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5662eef9167a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5662eef9167a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5662eef9167a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5662eefa700a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5662eefa700a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5662eef96242 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5662eef96242 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5662eef7063f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5662eef7063f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5662eef89b29 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5662eef260dc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5662eef260dc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5662eef89ce2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5662eef89ce2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5662eef706f8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5662eef68069 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5662eef7140d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5662eefa787c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5662eefa7703 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5662eefa2c9d - core[35159d6ffb30e017]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5662eebf6641 - battlesnake_game_of_chicken_lib[11a016b1fe6decf]::logic::game::game_state::tests::test_memory_size
[INFO] [stdout]                                at /opt/rustwide/workdir/src/logic/game/game_state.rs:483:9
[INFO] [stdout]   22:     0x5662eebebd67 - battlesnake_game_of_chicken_lib[11a016b1fe6decf]::logic::game::game_state::tests::test_memory_size::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/logic/game/game_state.rs:482:26
[INFO] [stdout]   23:     0x5662eebc4f26 - <battlesnake_game_of_chicken_lib[11a016b1fe6decf]::logic::game::game_state::tests::test_memory_size::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5662eef193bb - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5662eef193bb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5662eef26bab - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5662eef26bab - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5662eef26bab - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5662eef26bab - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5662eef26bab - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5662eef26bab - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5662eef26bab - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5662eef21584 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5662eef21584 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5662eef297b2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5662eef297b2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5662eef297b2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5662eef297b2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5662eef297b2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5662eef297b2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5662eef297b2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5662eef90f8f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x5662eef90f8f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7f59d5e8baa4 - <unknown>
[INFO] [stdout]   45:     0x7f59d5f18a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- logic::game::game_state::tests::test_possible_moves stdout ----
[INFO] [stdout] +---0-----1-----2-----3-----4-----5-----6-----7-----8-----9----10---+
[INFO] [stdout] |                                                                   |
[INFO] [stdout] 1   .     .     .     .     .     .     .     .     .     .     .   1
[INFO] [stdout] 0                                                                   0
[INFO] [stdout] |                                                                   |
[INFO] [stdout] 9   .     .     .     .     .     .     .     .     .     .     .   9
[INFO] [stdout] |                                                                   |
[INFO] [stdout] |                                                                   |
[INFO] [stdout] 8   .     .     .     .     * d d 0     .     .     .     .     .   8
[INFO] [stdout] |                           d                                       |
[INFO] [stdout] |                           d                                       |
[INFO] [stdout] 7   .     .     .     .     *     .     .     .     .     .     .   7
[INFO] [stdout] |                           d                                       |
[INFO] [stdout] |                           d                                       |
[INFO] [stdout] 6   .     .     .     .     *     .     .     .     .     .     .   6
[INFO] [stdout] |                           d                                       |
[INFO] [stdout] |                           d                                       |
[INFO] [stdout] 5   .     .     .     .   D * D   X     .     .     .     .     .   5
[INFO] [stdout] |                           D                                       |
[INFO] [stdout] |                                 B                                 |
[INFO] [stdout] 4   .     .     .     X     .   B * B   .     .     .     .     .   4
[INFO] [stdout] |                                 b                                 |
[INFO] [stdout] |                                 b                                 |
[INFO] [stdout] 3   .     .     .     .     .     * b b *     .     .     .     .   3
[INFO] [stdout] |                                       b                           |
[INFO] [stdout] |                                       b                           |
[INFO] [stdout] 2   .     .     .     .     .     .     0     .     .     1     .   2
[INFO] [stdout] |                                                         c         |
[INFO] [stdout] |   A                                                     c         |
[INFO] [stdout] 1 A * A   .     .     .     .     .     .     .     .     *     .   1
[INFO] [stdout] |   a                                                     c         |
[INFO] [stdout] |   a                                                     c         |
[INFO] [stdout] 0   * a a 0     .     .     .     .     .     .     .   C * C   .   0
[INFO] [stdout] |                                                         C         |
[INFO] [stdout] +---0-----1-----2-----3-----4-----5-----6-----7-----8-----9----10---+
[INFO] [stdout] 
[INFO] [stdout] Snake A (Alive) - Health: 54, Length: 3
[INFO] [stdout] Snake B (Alive) - Health: 95, Length: 4
[INFO] [stdout] Snake C (Alive) - Health: 16, Length: 4
[INFO] [stdout] Snake D (Alive) - Health: 2, Length: 5
[INFO] [stdout] 
[INFO] [stdout] MoveMatrix {
[INFO] [stdout]     moves: [
[INFO] [stdout]         Some(
[INFO] [stdout]             [
[INFO] [stdout]                 true,
[INFO] [stdout]                 false,
[INFO] [stdout]                 false,
[INFO] [stdout]                 true,
[INFO] [stdout]             ],
[INFO] [stdout]         ),
[INFO] [stdout]         Some(
[INFO] [stdout]             [
[INFO] [stdout]                 true,
[INFO] [stdout]                 false,
[INFO] [stdout]                 true,
[INFO] [stdout]                 true,
[INFO] [stdout]             ],
[INFO] [stdout]         ),
[INFO] [stdout]         Some(
[INFO] [stdout]             [
[INFO] [stdout]                 false,
[INFO] [stdout]                 false,
[INFO] [stdout]                 true,
[INFO] [stdout]                 true,
[INFO] [stdout]             ],
[INFO] [stdout]         ),
[INFO] [stdout]         Some(
[INFO] [stdout]             [
[INFO] [stdout]                 false,
[INFO] [stdout]                 true,
[INFO] [stdout]                 true,
[INFO] [stdout]                 true,
[INFO] [stdout]             ],
[INFO] [stdout]         ),
[INFO] [stdout]     ],
[INFO] [stdout] }
[INFO] [stdout] +---0-----1-----2-----3-----4-----5-----6-----7-----8-----9----10---+
[INFO] [stdout] |                                                                   |
[INFO] [stdout] 1   .     .     .     .     .     .     .     .     .     .     .   1
[INFO] [stdout] 0                                                                   0
[INFO] [stdout] |                                                                   |
[INFO] [stdout] 9   .     .     .     .     .     .     .     .     .     .     .   9
[INFO] [stdout] |                                                                   |
[INFO] [stdout] |                                                                   |
[INFO] [stdout] 8   .     .     .     .     .     .     .     .     .     .     .   8
[INFO] [stdout] |                                                                   |
[INFO] [stdout] |                                                                   |
[INFO] [stdout] 7   .     .     .     .     .     .     .     .     .     .     .   7
[INFO] [stdout] |                                                                   |
[INFO] [stdout] |                                                                   |
[INFO] [stdout] 6   .     .     .     .     .     .     .     .     .     .     .   6
[INFO] [stdout] |                                                                   |
[INFO] [stdout] |                                                                   |
[INFO] [stdout] 5   .     .     .     .     .     X     .     .     .     .     .   5
[INFO] [stdout] |                                                                   |
[INFO] [stdout] |                                                                   |
[INFO] [stdout] 4   .     .     .     X     .     .     .     .     .     .     .   4
[INFO] [stdout] |                                                                   |
[INFO] [stdout] |         A                                                         |
[INFO] [stdout] 3   .   A * A   .     .     .     .     .     .     .     .     .   3
[INFO] [stdout] |         a                                                         |
[INFO] [stdout] |   B     a                                                         |
[INFO] [stdout] 2 B * B   *     .     .     .     .     .     .     .     .     .   2
[INFO] [stdout] |   b     a                                                         |
[INFO] [stdout] |   b     a                                                         |
[INFO] [stdout] 1   *     0     .     .     .     .     .     .     .     .     .   1
[INFO] [stdout] |   b                                                               |
[INFO] [stdout] |   b                                                               |
[INFO] [stdout] 0   0     .     .     .     .     .     .     .     .     .     .   0
[INFO] [stdout] |                                                                   |
[INFO] [stdout] +---0-----1-----2-----3-----4-----5-----6-----7-----8-----9----10---+
[INFO] [stdout] 
[INFO] [stdout] Snake A (Alive) - Health: 54, Length: 3
[INFO] [stdout] Snake B (Alive) - Health: 95, Length: 3
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'logic::game::game_state::tests::test_possible_moves' (105) panicked at src/logic/game/game_state.rs:511:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 0
[INFO] [stdout]  right: 3
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5662eef9167a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5662eef9167a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5662eef9167a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5662eef9167a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5662eefa700a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5662eefa700a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5662eef96242 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5662eef96242 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5662eef7063f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5662eef7063f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5662eef89b29 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5662eef260dc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5662eef260dc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5662eef89ce2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5662eef89ce2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5662eef706f8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5662eef68069 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5662eef7140d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5662eefa787c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5662eefa7703 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5662eefa2c9d - core[35159d6ffb30e017]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5662eebf7255 - battlesnake_game_of_chicken_lib[11a016b1fe6decf]::logic::game::game_state::tests::test_possible_moves
[INFO] [stdout]                                at /opt/rustwide/workdir/src/logic/game/game_state.rs:511:9
[INFO] [stdout]   22:     0x5662eebebdf7 - battlesnake_game_of_chicken_lib[11a016b1fe6decf]::logic::game::game_state::tests::test_possible_moves::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/logic/game/game_state.rs:494:29
[INFO] [stdout]   23:     0x5662eebc4fe6 - <battlesnake_game_of_chicken_lib[11a016b1fe6decf]::logic::game::game_state::tests::test_possible_moves::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5662eef193bb - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5662eef193bb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5662eef26bab - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5662eef26bab - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5662eef26bab - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5662eef26bab - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5662eef26bab - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5662eef26bab - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5662eef26bab - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5662eef21584 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5662eef21584 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5662eef297b2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5662eef297b2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5662eef297b2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5662eef297b2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5662eef297b2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5662eef297b2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5662eef297b2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5662eef90f8f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x5662eef90f8f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7f59d5e8baa4 - <unknown>
[INFO] [stdout]   45:     0x7f59d5f18a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     logic::game::game_state::tests::test_memory_size
[INFO] [stdout]     logic::game::game_state::tests::test_possible_moves
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 121 passed; 2 failed; 15 ignored; 0 measured; 0 filtered out; finished in 6.50s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "ed6bdc0be21d13ca5f704a99d27d08b8a576ce5f2aec24fdc645deefe6fbe43d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed6bdc0be21d13ca5f704a99d27d08b8a576ce5f2aec24fdc645deefe6fbe43d", kill_on_drop: false }`
[INFO] [stdout] ed6bdc0be21d13ca5f704a99d27d08b8a576ce5f2aec24fdc645deefe6fbe43d
