[INFO] cloning repository https://github.com/Peter-Johnstone/King-Domino
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Peter-Johnstone/King-Domino" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeter-Johnstone%2FKing-Domino", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeter-Johnstone%2FKing-Domino'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46b2edd09345905b9d0685033b4a3d57acbf045e
[INFO] testing Peter-Johnstone/King-Domino 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%2FPeter-Johnstone%2FKing-Domino" "/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/Peter-Johnstone/King-Domino
[INFO] finished tweaking git repo https://github.com/Peter-Johnstone/King-Domino
[INFO] tweaked toml for git repo https://github.com/Peter-Johnstone/King-Domino written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Peter-Johnstone/King-Domino 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/Peter-Johnstone/King-Domino 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] 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] d32d9dc14b46d844831432c15429928cf8b222de1e1fbd35009c0db08c93caed
[INFO] running `Command { std: "docker" "start" "-a" "d32d9dc14b46d844831432c15429928cf8b222de1e1fbd35009c0db08c93caed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d32d9dc14b46d844831432c15429928cf8b222de1e1fbd35009c0db08c93caed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d32d9dc14b46d844831432c15429928cf8b222de1e1fbd35009c0db08c93caed", kill_on_drop: false }`
[INFO] [stdout] d32d9dc14b46d844831432c15429928cf8b222de1e1fbd35009c0db08c93caed
[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] 32df5f2b14e9ef4152f257bf2a454998afcc6d8bc80dec584cd0a2ef6c6b2ac8
[INFO] running `Command { std: "docker" "start" "-a" "32df5f2b14e9ef4152f257bf2a454998afcc6d8bc80dec584cd0a2ef6c6b2ac8", kill_on_drop: false }`
[INFO] [stderr]    Compiling quad-alsa-sys v0.3.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling ogg v0.7.1
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling quad-snd v0.2.8
[INFO] [stderr]    Compiling hound v3.5.1
[INFO] [stderr]    Compiling miniquad v0.4.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling dasp_frame v0.11.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling lewton v0.9.4
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]    Compiling ttf-parser v0.21.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling glam v0.27.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling audrey v0.3.0
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling fontdue v0.9.3
[INFO] [stderr]    Compiling macroquad_macro v0.1.8
[INFO] [stderr]    Compiling quad-rand v0.2.3
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling macroquad v0.4.14
[INFO] [stderr]    Compiling num_enum_derive v0.7.4
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling num_enum v0.7.4
[INFO] [stderr]    Compiling kingdomino v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `draft`, `grid_domino`, and `grid`
[INFO] [stdout]  --> src/gui.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::components::{draft, grid, grid_domino};
[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/components/player.rs:3:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::components::grid_domino::{self, GridDomino};
[INFO] [stdout]   |                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/gui.rs:187:21
[INFO] [stdout]     |
[INFO] [stdout] 187 |                 let mut x_center: f32 = ((*x_high as f32) + (*x_low as f32))/2.0;
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/gui.rs:188:21
[INFO] [stdout]     |
[INFO] [stdout] 188 |                 let mut y_center: f32 = ((*y_high as f32) + (*y_low as f32))/2.0;
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/components/grid.rs:277:44
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                                            ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/components/grid.rs:277:51
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                                                   ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> src/components/grid.rs:277:58
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                                                          ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `domino_rotation`
[INFO] [stdout]    --> src/components/grid.rs:277:69
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_domino_rotation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_bot_maps`, `position_selected`, and `tile_map` are never used
[INFO] [stdout]    --> src/components/grid.rs:272:19
[INFO] [stdout]     |
[INFO] [stdout]  54 | impl Grid
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 272 |     pub(crate) fn get_bot_maps(&self) -> &Vec<[[Tile; 9]; 9]> {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |     pub(crate) fn tile_map(&self) -> &[[Tile;9];9]{&self.tile_map}
[INFO] [stdout]     |                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_not_placing` is never used
[INFO] [stdout]   --> src/components/player.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl Player {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub(crate) fn is_not_placing(&self) -> bool {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.49s
[INFO] running `Command { std: "docker" "inspect" "32df5f2b14e9ef4152f257bf2a454998afcc6d8bc80dec584cd0a2ef6c6b2ac8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32df5f2b14e9ef4152f257bf2a454998afcc6d8bc80dec584cd0a2ef6c6b2ac8", kill_on_drop: false }`
[INFO] [stdout] 32df5f2b14e9ef4152f257bf2a454998afcc6d8bc80dec584cd0a2ef6c6b2ac8
[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] 7111dfd271eb6ab4551b0bf5db33fd1ec776ce36dbde5bf9617e25a7d38d0a14
[INFO] running `Command { std: "docker" "start" "-a" "7111dfd271eb6ab4551b0bf5db33fd1ec776ce36dbde5bf9617e25a7d38d0a14", kill_on_drop: false }`
[INFO] [stdout] warning: unused imports: `draft`, `grid_domino`, and `grid`
[INFO] [stdout]  --> src/gui.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::components::{draft, grid, grid_domino};
[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/components/player.rs:3:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::components::grid_domino::{self, GridDomino};
[INFO] [stdout]   |                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/gui.rs:187:21
[INFO] [stdout]     |
[INFO] [stdout] 187 |                 let mut x_center: f32 = ((*x_high as f32) + (*x_low as f32))/2.0;
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/gui.rs:188:21
[INFO] [stdout]     |
[INFO] [stdout] 188 |                 let mut y_center: f32 = ((*y_high as f32) + (*y_low as f32))/2.0;
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/components/grid.rs:277:44
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                                            ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/components/grid.rs:277:51
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                                                   ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> src/components/grid.rs:277:58
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                                                          ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `domino_rotation`
[INFO] [stdout]    --> src/components/grid.rs:277:69
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_domino_rotation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_bot_maps`, `position_selected`, and `tile_map` are never used
[INFO] [stdout]    --> src/components/grid.rs:272:19
[INFO] [stdout]     |
[INFO] [stdout]  54 | impl Grid
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 272 |     pub(crate) fn get_bot_maps(&self) -> &Vec<[[Tile; 9]; 9]> {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |     pub(crate) fn tile_map(&self) -> &[[Tile;9];9]{&self.tile_map}
[INFO] [stdout]     |                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_not_placing` is never used
[INFO] [stdout]   --> src/components/player.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl Player {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub(crate) fn is_not_placing(&self) -> bool {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling kingdomino v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]  --> tests/controller.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     for i in 0..100 {
[INFO] [stdout]   |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `controller`
[INFO] [stdout]  --> tests/controller.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |         let controller = Controller::new().await;
[INFO] [stdout]   |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_controller`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `draft`, `grid_domino`, and `grid`
[INFO] [stdout]  --> src/gui.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::components::{draft, grid, grid_domino};
[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/components/player.rs:3:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::components::grid_domino::{self, GridDomino};
[INFO] [stdout]   |                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/gui.rs:187:21
[INFO] [stdout]     |
[INFO] [stdout] 187 |                 let mut x_center: f32 = ((*x_high as f32) + (*x_low as f32))/2.0;
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/gui.rs:188:21
[INFO] [stdout]     |
[INFO] [stdout] 188 |                 let mut y_center: f32 = ((*y_high as f32) + (*y_low as f32))/2.0;
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/components/grid.rs:277:44
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                                            ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/components/grid.rs:277:51
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                                                   ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> src/components/grid.rs:277:58
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                                                          ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `domino_rotation`
[INFO] [stdout]    --> src/components/grid.rs:277:69
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_domino_rotation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_bot_maps`, `position_selected`, and `tile_map` are never used
[INFO] [stdout]    --> src/components/grid.rs:272:19
[INFO] [stdout]     |
[INFO] [stdout]  54 | impl Grid
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 272 |     pub(crate) fn get_bot_maps(&self) -> &Vec<[[Tile; 9]; 9]> {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |     pub(crate) fn tile_map(&self) -> &[[Tile;9];9]{&self.tile_map}
[INFO] [stdout]     |                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_not_placing` is never used
[INFO] [stdout]   --> src/components/player.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl Player {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub(crate) fn is_not_placing(&self) -> bool {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.53s
[INFO] running `Command { std: "docker" "inspect" "7111dfd271eb6ab4551b0bf5db33fd1ec776ce36dbde5bf9617e25a7d38d0a14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7111dfd271eb6ab4551b0bf5db33fd1ec776ce36dbde5bf9617e25a7d38d0a14", kill_on_drop: false }`
[INFO] [stdout] 7111dfd271eb6ab4551b0bf5db33fd1ec776ce36dbde5bf9617e25a7d38d0a14
[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] 3df6ffc753b7e8b7e4b9fc1008e139e861bc8663057b4b7c9c605b1bc28268f5
[INFO] running `Command { std: "docker" "start" "-a" "3df6ffc753b7e8b7e4b9fc1008e139e861bc8663057b4b7c9c605b1bc28268f5", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `draft`, `grid_domino`, and `grid`
[INFO] [stderr]  --> src/gui.rs:6:25
[INFO] [stderr]   |
[INFO] [stderr] 6 | use crate::components::{draft, grid, grid_domino};
[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/components/player.rs:3:38
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::components::grid_domino::{self, GridDomino};
[INFO] [stderr]   |                                      ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/gui.rs:187:21
[INFO] [stderr]     |
[INFO] [stderr] 187 |                 let mut x_center: f32 = ((*x_high as f32) + (*x_low as f32))/2.0;
[INFO] [stderr]     |                     ----^^^^^^^^
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/gui.rs:188:21
[INFO] [stderr]     |
[INFO] [stderr] 188 |                 let mut y_center: f32 = ((*y_high as f32) + (*y_low as f32))/2.0;
[INFO] [stderr]     |                     ----^^^^^^^^
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `x`
[INFO] [stderr]    --> src/components/grid.rs:277:44
[INFO] [stderr]     |
[INFO] [stderr] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stderr]     |                                            ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `y`
[INFO] [stderr]    --> src/components/grid.rs:277:51
[INFO] [stderr]     |
[INFO] [stderr] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stderr]     |                                                   ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `id`
[INFO] [stderr]    --> src/components/grid.rs:277:58
[INFO] [stderr]     |
[INFO] [stderr] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stderr]     |                                                          ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `domino_rotation`
[INFO] [stderr]    --> src/components/grid.rs:277:69
[INFO] [stderr]     |
[INFO] [stderr] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_domino_rotation`
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_bot_maps`, `position_selected`, and `tile_map` are never used
[INFO] [stderr]    --> src/components/grid.rs:272:19
[INFO] [stderr]     |
[INFO] [stderr]  54 | impl Grid
[INFO] [stderr]     | --------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 272 |     pub(crate) fn get_bot_maps(&self) -> &Vec<[[Tile; 9]; 9]> {
[INFO] [stderr]     |                   ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 277 |     pub(crate) fn position_selected(&self, x: u8, y: u8, id: usize, domino_rotation: f32){
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 291 |     pub(crate) fn tile_map(&self) -> &[[Tile;9];9]{&self.tile_map}
[INFO] [stderr]     |                   ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_not_placing` is never used
[INFO] [stderr]   --> src/components/player.rs:32:19
[INFO] [stderr]    |
[INFO] [stderr] 15 | impl Player {
[INFO] [stderr]    | ----------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 32 |     pub(crate) fn is_not_placing(&self) -> bool {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `kingdomino` (lib) generated 10 warnings (run `cargo fix --lib -p kingdomino` to apply 8 suggestions)
[INFO] [stderr] warning: `kingdomino` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]  --> tests/controller.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 |     for i in 0..100 {
[INFO] [stderr]   |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `controller`
[INFO] [stderr]  --> tests/controller.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 |         let controller = Controller::new().await;
[INFO] [stderr]   |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_controller`
[INFO] [stderr] 
[INFO] [stderr] warning: `kingdomino` (test "controller") generated 2 warnings (run `cargo fix --test "controller" -p kingdomino` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kingdomino-fb2295504dd09bbf)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/kingdomino-88497d8c03cacec8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running tests/controller.rs (/opt/rustwide/target/debug/deps/controller-f15a1e901746971c)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test initiate_controller ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- initiate_controller stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'initiate_controller' (18) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_x11.rs:644:13:
[INFO] [stdout] XOpenDisplay() failed!
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f201e1066a - 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:     0x55f201e1066a - 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:     0x55f201e1066a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55f201e1066a - <<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:     0x55f201e265ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55f201e265ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x55f201e15022 - 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:     0x55f201e15022 - <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:     0x55f201def53f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55f201def53f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55f201e08899 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55f201bbe5ec - <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:     0x55f201bbe5ec - 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:     0x55f201e08a52 - <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:     0x55f201e08a52 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55f201deeb5c - std[b80a194dd3c418bb]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x55f201de6df9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55f201de4660 - std[b80a194dd3c418bb]::panicking::begin_panic::<&str>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x55f201ba2469 - miniquad::native::linux_x11::run::h7a2206487cdddd68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/native/linux_x11.rs:644:13
[INFO] [stdout]   19:     0x55f201baf84d - miniquad::start::h75c7b18d43c600b0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miniquad-0.4.8/src/lib.rs:354:17
[INFO] [stdout]   20:     0x55f201ba310b - macroquad::Window::from_config::h7b60e4c8e3b2855f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/macroquad-0.4.14/src/lib.rs:894:9
[INFO] [stdout]   21:     0x55f201ba3a02 - macroquad::Window::new::h4dcabb331667329a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/macroquad-0.4.14/src/lib.rs:874:9
[INFO] [stdout]   22:     0x55f201b9c00d - controller::initiate_controller::hc80973c326e3e42f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/controller.rs:3:1
[INFO] [stdout]   23:     0x55f201b9c0c7 - controller::initiate_controller::{{closure}}::h973d0b293075a472
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/controller.rs:3:19
[INFO] [stdout]   24:     0x55f201b9dfb6 - core::ops::function::FnOnce::call_once::h868c1fac09e7b836
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x55f201bb26cb - <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]   26:     0x55f201bb26cb - 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]   27:     0x55f201bbf0bb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x55f201bbf0bb - <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]   29:     0x55f201bbf0bb - 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]   30:     0x55f201bbf0bb - 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]   31:     0x55f201bbf0bb - 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]   32:     0x55f201bbf0bb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x55f201bbf0bb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x55f201bba7d4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x55f201bba7d4 - 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]   36:     0x55f201bc1cc2 - 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]   37:     0x55f201bc1cc2 - <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]   38:     0x55f201bc1cc2 - 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]   39:     0x55f201bc1cc2 - 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]   40:     0x55f201bc1cc2 - 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]   41:     0x55f201bc1cc2 - 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]   42:     0x55f201bc1cc2 - <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]   43:     0x55f201e0fc7f - <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]   44:     0x55f201e0fc7f - <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]   45:     0x72a5d9968aa4 - <unknown>
[INFO] [stdout]   46:     0x72a5d99f5a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     initiate_controller
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test controller`
[INFO] running `Command { std: "docker" "inspect" "3df6ffc753b7e8b7e4b9fc1008e139e861bc8663057b4b7c9c605b1bc28268f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3df6ffc753b7e8b7e4b9fc1008e139e861bc8663057b4b7c9c605b1bc28268f5", kill_on_drop: false }`
[INFO] [stdout] 3df6ffc753b7e8b7e4b9fc1008e139e861bc8663057b4b7c9c605b1bc28268f5
