[INFO] cloning repository https://github.com/CaioLC/human_action
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CaioLC/human_action" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaioLC%2Fhuman_action", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaioLC%2Fhuman_action'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7cdfd1259138ff1121c150b5c0112160074d9774
[INFO] testing CaioLC/human_action 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%2FCaioLC%2Fhuman_action" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CaioLC/human_action
[INFO] finished tweaking git repo https://github.com/CaioLC/human_action
[INFO] tweaked toml for git repo https://github.com/CaioLC/human_action written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CaioLC/human_action 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/CaioLC/human_action 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 27b89072405400ddf7d847cfa3903a0ed61b4fbeb823dbf270409e2de30f8ee6
[INFO] running `Command { std: "docker" "start" "-a" "27b89072405400ddf7d847cfa3903a0ed61b4fbeb823dbf270409e2de30f8ee6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "27b89072405400ddf7d847cfa3903a0ed61b4fbeb823dbf270409e2de30f8ee6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27b89072405400ddf7d847cfa3903a0ed61b4fbeb823dbf270409e2de30f8ee6", kill_on_drop: false }`
[INFO] [stdout] 27b89072405400ddf7d847cfa3903a0ed61b4fbeb823dbf270409e2de30f8ee6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] c8b5b5ff265a5309fa5d36d0a6f222bbbeaae345d6b8476194a5d22f9ae4e469
[INFO] running `Command { std: "docker" "start" "-a" "c8b5b5ff265a5309fa5d36d0a6f222bbbeaae345d6b8476194a5d22f9ae4e469", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.52
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling serde_derive v1.0.157
[INFO] [stderr]    Compiling serde v1.0.157
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling toml_datetime v0.6.1
[INFO] [stderr]    Compiling winnow v0.3.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling futures-core v0.3.27
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling syn v2.0.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling concurrent-queue v2.1.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling erased-serde v0.3.25
[INFO] [stderr]    Compiling futures-io v0.3.27
[INFO] [stderr]    Compiling uuid v1.3.0
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling async-lock v2.7.0
[INFO] [stderr]    Compiling async-task v4.3.0
[INFO] [stderr]    Compiling async-channel v1.8.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling bevy_ptr v0.10.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling async-executor v1.5.0
[INFO] [stderr]    Compiling bevy_tasks v0.10.0
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling raw-window-handle v0.5.1
[INFO] [stderr]    Compiling toml_edit v0.19.7
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.7
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling ash v0.37.2+1.3.238
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling pp-rs v0.2.1
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling spirv v0.2.0+1.5.4
[INFO] [stderr]    Compiling sysinfo v0.28.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling filetime v0.2.20
[INFO] [stderr]    Compiling gpu-alloc-types v0.2.0
[INFO] [stderr]    Compiling gpu-descriptor-types v0.1.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling hexf-parse v0.2.1
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling bevy_macro_utils v0.10.0
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling gpu-alloc v0.5.3
[INFO] [stderr]    Compiling notify v5.1.0
[INFO] [stderr]    Compiling encase_derive_impl v0.5.0
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling wgpu-types v0.15.2
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling renderdoc-sys v0.7.1
[INFO] [stderr]    Compiling glow v0.12.1
[INFO] [stderr]    Compiling bytemuck_derive v1.4.0
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.10.0
[INFO] [stderr]    Compiling profiling v1.0.7
[INFO] [stderr]    Compiling bevy_reflect_derive v0.10.0
[INFO] [stderr]    Compiling bevy_ecs_macros v0.10.0
[INFO] [stderr]    Compiling bevy_derive v0.10.0
[INFO] [stderr]    Compiling bytemuck v1.13.1
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling png v0.17.7
[INFO] [stderr]    Compiling encase_derive v0.5.0
[INFO] [stderr]    Compiling const_panic v0.2.7
[INFO] [stderr]    Compiling ruzstd v0.2.4
[INFO] [stderr]    Compiling bevy_render_macros v0.10.0
[INFO] [stderr]    Compiling bevy_encase_derive v0.10.0
[INFO] [stderr]    Compiling ktx2 v0.3.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling image v0.24.5
[INFO] [stderr]    Compiling radsort v0.1.0
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling ttf-parser v0.18.1
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling euclid v0.22.7
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling accesskit v0.10.1
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling svg_fmt v0.4.1
[INFO] [stderr]    Compiling cpal v0.15.1
[INFO] [stderr]    Compiling winit v0.28.3
[INFO] [stderr]    Compiling guillotiere v0.6.2
[INFO] [stderr]    Compiling gltf-derive v1.1.0
[INFO] [stderr]    Compiling alsa v0.7.0
[INFO] [stderr]    Compiling ogg v0.8.0
[INFO] [stderr]    Compiling nix v0.25.1
[INFO] [stderr]    Compiling gilrs v0.10.1
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling rectangle-pack v0.4.2
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling glam v0.23.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling petgraph v0.6.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling gpu-descriptor v0.2.3
[INFO] [stderr]    Compiling owned_ttf_parser v0.18.1
[INFO] [stderr]    Compiling ab_glyph v0.2.20
[INFO] [stderr]    Compiling gilrs-core v0.5.2
[INFO] [stderr]    Compiling bevy_utils v0.10.0
[INFO] [stderr]    Compiling naga v0.11.0
[INFO] [stderr]    Compiling gltf-json v1.1.0
[INFO] [stderr]    Compiling glyph_brush_layout v0.2.3
[INFO] [stderr]    Compiling bevy_math v0.10.0
[INFO] [stderr]    Compiling encase v0.5.0
[INFO] [stderr]    Compiling bevy_mikktspace v0.10.0
[INFO] [stderr]    Compiling bevy_reflect v0.10.0
[INFO] [stderr]    Compiling hexasphere v8.1.0
[INFO] [stderr]    Compiling ron v0.8.0
[INFO] [stderr]    Compiling lewton v0.10.2
[INFO] [stderr]    Compiling urlencoding v2.1.2
[INFO] [stderr]    Compiling rodio v0.17.1
[INFO] [stderr]    Compiling gltf v1.1.0
[INFO] [stderr]    Compiling taffy v0.3.8
[INFO] [stderr]    Compiling accesskit_winit v0.12.4
[INFO] [stderr]    Compiling bevy_ecs v0.10.0
[INFO] [stderr]    Compiling wgpu-hal v0.15.3
[INFO] [stderr]    Compiling wgpu-core v0.15.1
[INFO] [stderr]    Compiling bevy_app v0.10.0
[INFO] [stderr]    Compiling bevy_log v0.10.0
[INFO] [stderr]    Compiling bevy_core v0.10.0
[INFO] [stderr]    Compiling bevy_time v0.10.0
[INFO] [stderr]    Compiling bevy_input v0.10.0
[INFO] [stderr]    Compiling bevy_hierarchy v0.10.0
[INFO] [stderr]    Compiling bevy_a11y v0.10.0
[INFO] [stderr]    Compiling bevy_diagnostic v0.10.0
[INFO] [stderr]    Compiling bevy_transform v0.10.0
[INFO] [stderr]    Compiling bevy_asset v0.10.0
[INFO] [stderr]    Compiling bevy_window v0.10.0
[INFO] [stderr]    Compiling bevy_gilrs v0.10.0
[INFO] [stderr]    Compiling bevy_animation v0.10.0
[INFO] [stderr]    Compiling bevy_audio v0.10.0
[INFO] [stderr]    Compiling wgpu v0.15.1
[INFO] [stderr]    Compiling bevy_winit v0.10.0
[INFO] [stderr]    Compiling bevy_render v0.10.0
[INFO] [stderr]    Compiling bevy_core_pipeline v0.10.0
[INFO] [stderr]    Compiling bevy_scene v0.10.0
[INFO] [stderr]    Compiling bevy_sprite v0.10.0
[INFO] [stderr]    Compiling bevy_pbr v0.10.0
[INFO] [stderr]    Compiling bevy_text v0.10.0
[INFO] [stderr]    Compiling bevy_ui v0.10.0
[INFO] [stderr]    Compiling bevy_gltf v0.10.0
[INFO] [stderr]    Compiling bevy_internal v0.10.0
[INFO] [stderr]    Compiling bevy v0.10.0
[INFO] [stderr]    Compiling smooth-bevy-cameras v0.8.0
[INFO] [stderr]    Compiling human_action v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `scalar`
[INFO] [stdout]    --> src/grids/coordinates.rs:136:31
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn scalar_multiply(&self, scalar: i32) -> Self {
[INFO] [stdout]     |                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_scalar`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/grids/coordinates.rs:150:18
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn add(self, rhs: Self) -> Self::Output {
[INFO] [stdout]     |                  ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/grids/coordinates.rs:157:18
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn sub(self, rhs: Self) -> Self::Output {
[INFO] [stdout]     |                  ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]    --> src/grids/coordinates.rs:252:32
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn to_world_pos(&self, size: f32, orientation: &HexOrientation) {
[INFO] [stdout]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `orientation`
[INFO] [stdout]    --> src/grids/coordinates.rs:252:43
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn to_world_pos(&self, size: f32, orientation: &HexOrientation) {
[INFO] [stdout]     |                                           ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_orientation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `grid_width`
[INFO] [stdout]   --> src/grids/primitives.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn to_grid(&self, grid_width: u32, grid_height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stdout]    |                       ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grid_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `grid_height`
[INFO] [stdout]   --> src/grids/primitives.rs:54:40
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn to_grid(&self, grid_width: u32, grid_height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stdout]    |                                        ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grid_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/grids/primitives.rs:76:23
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/grids/primitives.rs:76:35
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stdout]    |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]    --> src/grids/primitives.rs:154:23
[INFO] [stdout]     |
[INFO] [stdout] 154 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stdout]     |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]    --> src/grids/primitives.rs:154:35
[INFO] [stdout]     |
[INFO] [stdout] 154 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stdout]     |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/grids/mod.rs:64:27
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<HexCoord>) {
[INFO] [stdout]    |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/grids/mod.rs:64:39
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<HexCoord>) {
[INFO] [stdout]    |                                       ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/grids/mod.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct GridMap<K: Coords>(HashMap<K, Entity>);
[INFO] [stdout]    |            -------            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `to_mesh` and `to_grid` are never used
[INFO] [stdout]   --> src/grids/mod.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl GridConfig<Squares> {
[INFO] [stdout]    | ------------------------ methods in this implementation
[INFO] [stdout] 39 |     pub fn to_mesh(&self) -> Mesh {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<SquareCoord>) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `to_mesh` and `to_grid` are never used
[INFO] [stdout]   --> src/grids/mod.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl GridConfig<Hexes> {
[INFO] [stdout]    | ---------------------- methods in this implementation
[INFO] [stdout] 61 |     pub fn to_mesh(&self) -> Mesh {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<HexCoord>) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/grids/mod.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 76 | impl GridPlugin<Squares> {
[INFO] [stdout]    | ------------------------ associated function in this implementation
[INFO] [stdout] 77 |     pub fn new(primitive: Squares) -> GridPlugin<Squares> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/grids/mod.rs:82:12
[INFO] [stdout]    |
[INFO] [stdout] 81 | impl GridPlugin<Hexes> {
[INFO] [stdout]    | ---------------------- associated function in this implementation
[INFO] [stdout] 82 |     pub fn new(primitive: Hexes) -> GridPlugin<Hexes> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `ZERO`, `distance`, `magnitude`, `neighbours`, and `scalar_multiply` are never used
[INFO] [stdout]   --> src/grids/coordinates.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait Coords<T = Self>
[INFO] [stdout]    |           ------ associated items in this trait
[INFO] [stdout] ...
[INFO] [stdout] 17 |     const ZERO: T;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn distance(&self, other: &T) -> u32;
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     fn magnitude(&self) -> u32 {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     fn neighbours(&self) -> Vec<T>;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 28 |
[INFO] [stdout] 29 |     fn scalar_multiply(&self, scalar: i32) -> T;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Strict` is never constructed
[INFO] [stdout]   --> src/grids/coordinates.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub enum TriangleNeighbours {
[INFO] [stdout]    |          ------------------ variant in this enum
[INFO] [stdout] 35 |     Strict,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TriangleNeighbours` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new` and `new_from_world_pos` are never used
[INFO] [stdout]   --> src/grids/coordinates.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl TriangleCoord {
[INFO] [stdout]    | ------------------ associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub fn new(q: i32, r: i32, flip: bool) -> TriangleCoord {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 |     pub fn new_from_world_pos(pos: Vec3, primitive: &Triangles) -> TriangleCoord {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_odd` is never used
[INFO] [stdout]    --> src/grids/coordinates.rs:105:4
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn is_odd(y: f32, heigth: f32) -> bool {
[INFO] [stdout]     |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_flip` is never used
[INFO] [stdout]    --> src/grids/coordinates.rs:109:4
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn is_flip(primitive: &Triangles, pos: &Vec3, q: i32) -> bool {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_world_pos` is never used
[INFO] [stdout]    --> src/grids/coordinates.rs:170:12
[INFO] [stdout]     |
[INFO] [stdout] 169 | impl SquareCoord {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] 170 |     pub fn to_world_pos(&self, primitive: Squares) -> Vec3 {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `PointyUp` and `FlatUp` are never constructed
[INFO] [stdout]    --> src/grids/coordinates.rs:242:5
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub enum HexOrientation {
[INFO] [stdout]     |          -------------- variants in this enum
[INFO] [stdout] 242 |     PointyUp,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 243 |     FlatUp,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HexOrientation` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_world_pos` is never used
[INFO] [stdout]    --> src/grids/coordinates.rs:252:12
[INFO] [stdout]     |
[INFO] [stdout] 251 | impl HexCoord {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] 252 |     pub fn to_world_pos(&self, size: f32, orientation: &HexOrientation) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_grid` is never used
[INFO] [stdout]   --> src/grids/primitives.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub trait GridPrimitive {
[INFO] [stdout]    |           ------------- method in this trait
[INFO] [stdout] 10 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>);
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `neighbors` is never read
[INFO] [stdout]   --> src/grids/primitives.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Triangles {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub neighbors: TriangleNeighbours,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Triangles` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `layer` is never read
[INFO] [stdout]   --> src/grids/primitives.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct Squares {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub layer: f32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Squares` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `layer` is never read
[INFO] [stdout]    --> src/grids/primitives.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub struct Hexes {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub layer: f32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Hexes` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `XZ` is never constructed
[INFO] [stdout]    --> src/grids/primitives.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub enum GridAlign {
[INFO] [stdout]     |          --------- variant in this enum
[INFO] [stdout] 169 |     XY,
[INFO] [stdout] 170 |     XZ,
[INFO] [stdout]     |     ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GridAlign` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 28s
[INFO] running `Command { std: "docker" "inspect" "c8b5b5ff265a5309fa5d36d0a6f222bbbeaae345d6b8476194a5d22f9ae4e469", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8b5b5ff265a5309fa5d36d0a6f222bbbeaae345d6b8476194a5d22f9ae4e469", kill_on_drop: false }`
[INFO] [stdout] c8b5b5ff265a5309fa5d36d0a6f222bbbeaae345d6b8476194a5d22f9ae4e469
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] c96c289ea94c6127b88e088a9cdc5f8bf43e4aca5a23b89b78acba1ee790b30d
[INFO] running `Command { std: "docker" "start" "-a" "c96c289ea94c6127b88e088a9cdc5f8bf43e4aca5a23b89b78acba1ee790b30d", kill_on_drop: false }`
[INFO] [stderr]    Compiling human_action v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `scalar`
[INFO] [stdout]    --> src/grids/coordinates.rs:136:31
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn scalar_multiply(&self, scalar: i32) -> Self {
[INFO] [stdout]     |                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_scalar`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/grids/coordinates.rs:150:18
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn add(self, rhs: Self) -> Self::Output {
[INFO] [stdout]     |                  ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/grids/coordinates.rs:157:18
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn sub(self, rhs: Self) -> Self::Output {
[INFO] [stdout]     |                  ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]    --> src/grids/coordinates.rs:252:32
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn to_world_pos(&self, size: f32, orientation: &HexOrientation) {
[INFO] [stdout]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `orientation`
[INFO] [stdout]    --> src/grids/coordinates.rs:252:43
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn to_world_pos(&self, size: f32, orientation: &HexOrientation) {
[INFO] [stdout]     |                                           ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_orientation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `grid_width`
[INFO] [stdout]   --> src/grids/primitives.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn to_grid(&self, grid_width: u32, grid_height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stdout]    |                       ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grid_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `grid_height`
[INFO] [stdout]   --> src/grids/primitives.rs:54:40
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn to_grid(&self, grid_width: u32, grid_height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stdout]    |                                        ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grid_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/grids/primitives.rs:76:23
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/grids/primitives.rs:76:35
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stdout]    |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]    --> src/grids/primitives.rs:154:23
[INFO] [stdout]     |
[INFO] [stdout] 154 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stdout]     |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]    --> src/grids/primitives.rs:154:35
[INFO] [stdout]     |
[INFO] [stdout] 154 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stdout]     |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/grids/mod.rs:64:27
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<HexCoord>) {
[INFO] [stdout]    |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/grids/mod.rs:64:39
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<HexCoord>) {
[INFO] [stdout]    |                                       ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/grids/mod.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct GridMap<K: Coords>(HashMap<K, Entity>);
[INFO] [stdout]    |            -------            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `to_mesh` and `to_grid` are never used
[INFO] [stdout]   --> src/grids/mod.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl GridConfig<Squares> {
[INFO] [stdout]    | ------------------------ methods in this implementation
[INFO] [stdout] 39 |     pub fn to_mesh(&self) -> Mesh {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<SquareCoord>) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `to_mesh` and `to_grid` are never used
[INFO] [stdout]   --> src/grids/mod.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl GridConfig<Hexes> {
[INFO] [stdout]    | ---------------------- methods in this implementation
[INFO] [stdout] 61 |     pub fn to_mesh(&self) -> Mesh {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<HexCoord>) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/grids/mod.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 76 | impl GridPlugin<Squares> {
[INFO] [stdout]    | ------------------------ associated function in this implementation
[INFO] [stdout] 77 |     pub fn new(primitive: Squares) -> GridPlugin<Squares> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/grids/mod.rs:82:12
[INFO] [stdout]    |
[INFO] [stdout] 81 | impl GridPlugin<Hexes> {
[INFO] [stdout]    | ---------------------- associated function in this implementation
[INFO] [stdout] 82 |     pub fn new(primitive: Hexes) -> GridPlugin<Hexes> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `ZERO`, `distance`, `magnitude`, `neighbours`, and `scalar_multiply` are never used
[INFO] [stdout]   --> src/grids/coordinates.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait Coords<T = Self>
[INFO] [stdout]    |           ------ associated items in this trait
[INFO] [stdout] ...
[INFO] [stdout] 17 |     const ZERO: T;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn distance(&self, other: &T) -> u32;
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     fn magnitude(&self) -> u32 {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     fn neighbours(&self) -> Vec<T>;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 28 |
[INFO] [stdout] 29 |     fn scalar_multiply(&self, scalar: i32) -> T;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Strict` is never constructed
[INFO] [stdout]   --> src/grids/coordinates.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub enum TriangleNeighbours {
[INFO] [stdout]    |          ------------------ variant in this enum
[INFO] [stdout] 35 |     Strict,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TriangleNeighbours` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new` and `new_from_world_pos` are never used
[INFO] [stdout]   --> src/grids/coordinates.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl TriangleCoord {
[INFO] [stdout]    | ------------------ associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub fn new(q: i32, r: i32, flip: bool) -> TriangleCoord {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 |     pub fn new_from_world_pos(pos: Vec3, primitive: &Triangles) -> TriangleCoord {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_odd` is never used
[INFO] [stdout]    --> src/grids/coordinates.rs:105:4
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn is_odd(y: f32, heigth: f32) -> bool {
[INFO] [stdout]     |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_flip` is never used
[INFO] [stdout]    --> src/grids/coordinates.rs:109:4
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn is_flip(primitive: &Triangles, pos: &Vec3, q: i32) -> bool {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_world_pos` is never used
[INFO] [stdout]    --> src/grids/coordinates.rs:170:12
[INFO] [stdout]     |
[INFO] [stdout] 169 | impl SquareCoord {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] 170 |     pub fn to_world_pos(&self, primitive: Squares) -> Vec3 {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `PointyUp` and `FlatUp` are never constructed
[INFO] [stdout]    --> src/grids/coordinates.rs:242:5
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub enum HexOrientation {
[INFO] [stdout]     |          -------------- variants in this enum
[INFO] [stdout] 242 |     PointyUp,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 243 |     FlatUp,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HexOrientation` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_world_pos` is never used
[INFO] [stdout]    --> src/grids/coordinates.rs:252:12
[INFO] [stdout]     |
[INFO] [stdout] 251 | impl HexCoord {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] 252 |     pub fn to_world_pos(&self, size: f32, orientation: &HexOrientation) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_grid` is never used
[INFO] [stdout]   --> src/grids/primitives.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub trait GridPrimitive {
[INFO] [stdout]    |           ------------- method in this trait
[INFO] [stdout] 10 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>);
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `neighbors` is never read
[INFO] [stdout]   --> src/grids/primitives.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Triangles {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub neighbors: TriangleNeighbours,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Triangles` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `layer` is never read
[INFO] [stdout]   --> src/grids/primitives.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct Squares {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub layer: f32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Squares` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `layer` is never read
[INFO] [stdout]    --> src/grids/primitives.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub struct Hexes {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub layer: f32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Hexes` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `XZ` is never constructed
[INFO] [stdout]    --> src/grids/primitives.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub enum GridAlign {
[INFO] [stdout]     |          --------- variant in this enum
[INFO] [stdout] 169 |     XY,
[INFO] [stdout] 170 |     XZ,
[INFO] [stdout]     |     ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GridAlign` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.09s
[INFO] running `Command { std: "docker" "inspect" "c96c289ea94c6127b88e088a9cdc5f8bf43e4aca5a23b89b78acba1ee790b30d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c96c289ea94c6127b88e088a9cdc5f8bf43e4aca5a23b89b78acba1ee790b30d", kill_on_drop: false }`
[INFO] [stdout] c96c289ea94c6127b88e088a9cdc5f8bf43e4aca5a23b89b78acba1ee790b30d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 0ec9c1a6c042ac5d4a353ada92d66d61b2ad7500846e8b1ac798a665578fdbd2
[INFO] running `Command { std: "docker" "start" "-a" "0ec9c1a6c042ac5d4a353ada92d66d61b2ad7500846e8b1ac798a665578fdbd2", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `scalar`
[INFO] [stderr]    --> src/grids/coordinates.rs:136:31
[INFO] [stderr]     |
[INFO] [stderr] 136 |     fn scalar_multiply(&self, scalar: i32) -> Self {
[INFO] [stderr]     |                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_scalar`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `rhs`
[INFO] [stderr]    --> src/grids/coordinates.rs:150:18
[INFO] [stderr]     |
[INFO] [stderr] 150 |     fn add(self, rhs: Self) -> Self::Output {
[INFO] [stderr]     |                  ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `rhs`
[INFO] [stderr]    --> src/grids/coordinates.rs:157:18
[INFO] [stderr]     |
[INFO] [stderr] 157 |     fn sub(self, rhs: Self) -> Self::Output {
[INFO] [stderr]     |                  ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `size`
[INFO] [stderr]    --> src/grids/coordinates.rs:252:32
[INFO] [stderr]     |
[INFO] [stderr] 252 |     pub fn to_world_pos(&self, size: f32, orientation: &HexOrientation) {
[INFO] [stderr]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_size`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `orientation`
[INFO] [stderr]    --> src/grids/coordinates.rs:252:43
[INFO] [stderr]     |
[INFO] [stderr] 252 |     pub fn to_world_pos(&self, size: f32, orientation: &HexOrientation) {
[INFO] [stderr]     |                                           ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_orientation`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `grid_width`
[INFO] [stderr]   --> src/grids/primitives.rs:54:23
[INFO] [stderr]    |
[INFO] [stderr] 54 |     fn to_grid(&self, grid_width: u32, grid_height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stderr]    |                       ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grid_width`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `grid_height`
[INFO] [stderr]   --> src/grids/primitives.rs:54:40
[INFO] [stderr]    |
[INFO] [stderr] 54 |     fn to_grid(&self, grid_width: u32, grid_height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stderr]    |                                        ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grid_height`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `width`
[INFO] [stderr]   --> src/grids/primitives.rs:76:23
[INFO] [stderr]    |
[INFO] [stderr] 76 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stderr]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `height`
[INFO] [stderr]   --> src/grids/primitives.rs:76:35
[INFO] [stderr]    |
[INFO] [stderr] 76 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stderr]    |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `width`
[INFO] [stderr]    --> src/grids/primitives.rs:154:23
[INFO] [stderr]     |
[INFO] [stderr] 154 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stderr]     |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `height`
[INFO] [stderr]    --> src/grids/primitives.rs:154:35
[INFO] [stderr]     |
[INFO] [stderr] 154 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>) {
[INFO] [stderr]     |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `width`
[INFO] [stderr]   --> src/grids/mod.rs:64:27
[INFO] [stderr]    |
[INFO] [stderr] 64 |     pub fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<HexCoord>) {
[INFO] [stderr]    |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `height`
[INFO] [stderr]   --> src/grids/mod.rs:64:39
[INFO] [stderr]    |
[INFO] [stderr] 64 |     pub fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<HexCoord>) {
[INFO] [stderr]    |                                       ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/grids/mod.rs:10:31
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct GridMap<K: Coords>(HashMap<K, Entity>);
[INFO] [stderr]    |            -------            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider removing this field
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `to_mesh` and `to_grid` are never used
[INFO] [stderr]   --> src/grids/mod.rs:39:12
[INFO] [stderr]    |
[INFO] [stderr] 38 | impl GridConfig<Squares> {
[INFO] [stderr]    | ------------------------ methods in this implementation
[INFO] [stderr] 39 |     pub fn to_mesh(&self) -> Mesh {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 42 |     pub fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<SquareCoord>) {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `to_mesh` and `to_grid` are never used
[INFO] [stderr]   --> src/grids/mod.rs:61:12
[INFO] [stderr]    |
[INFO] [stderr] 60 | impl GridConfig<Hexes> {
[INFO] [stderr]    | ---------------------- methods in this implementation
[INFO] [stderr] 61 |     pub fn to_mesh(&self) -> Mesh {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 64 |     pub fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<HexCoord>) {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> src/grids/mod.rs:77:12
[INFO] [stderr]    |
[INFO] [stderr] 76 | impl GridPlugin<Squares> {
[INFO] [stderr]    | ------------------------ associated function in this implementation
[INFO] [stderr] 77 |     pub fn new(primitive: Squares) -> GridPlugin<Squares> {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> src/grids/mod.rs:82:12
[INFO] [stderr]    |
[INFO] [stderr] 81 | impl GridPlugin<Hexes> {
[INFO] [stderr]    | ---------------------- associated function in this implementation
[INFO] [stderr] 82 |     pub fn new(primitive: Hexes) -> GridPlugin<Hexes> {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `ZERO`, `distance`, `magnitude`, `neighbours`, and `scalar_multiply` are never used
[INFO] [stderr]   --> src/grids/coordinates.rs:17:11
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub trait Coords<T = Self>
[INFO] [stderr]    |           ------ associated items in this trait
[INFO] [stderr] ...
[INFO] [stderr] 17 |     const ZERO: T;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 20 |     fn distance(&self, other: &T) -> u32;
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 23 |     fn magnitude(&self) -> u32 {
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 27 |     fn neighbours(&self) -> Vec<T>;
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 28 |
[INFO] [stderr] 29 |     fn scalar_multiply(&self, scalar: i32) -> T;
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Strict` is never constructed
[INFO] [stderr]   --> src/grids/coordinates.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub enum TriangleNeighbours {
[INFO] [stderr]    |          ------------------ variant in this enum
[INFO] [stderr] 35 |     Strict,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TriangleNeighbours` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated functions `new` and `new_from_world_pos` are never used
[INFO] [stderr]   --> src/grids/coordinates.rs:78:12
[INFO] [stderr]    |
[INFO] [stderr] 46 | impl TriangleCoord {
[INFO] [stderr]    | ------------------ associated functions in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 78 |     pub fn new(q: i32, r: i32, flip: bool) -> TriangleCoord {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 82 |     pub fn new_from_world_pos(pos: Vec3, primitive: &Triangles) -> TriangleCoord {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `is_odd` is never used
[INFO] [stderr]    --> src/grids/coordinates.rs:105:4
[INFO] [stderr]     |
[INFO] [stderr] 105 | fn is_odd(y: f32, heigth: f32) -> bool {
[INFO] [stderr]     |    ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `is_flip` is never used
[INFO] [stderr]    --> src/grids/coordinates.rs:109:4
[INFO] [stderr]     |
[INFO] [stderr] 109 | fn is_flip(primitive: &Triangles, pos: &Vec3, q: i32) -> bool {
[INFO] [stderr]     |    ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `to_world_pos` is never used
[INFO] [stderr]    --> src/grids/coordinates.rs:170:12
[INFO] [stderr]     |
[INFO] [stderr] 169 | impl SquareCoord {
[INFO] [stderr]     | ---------------- method in this implementation
[INFO] [stderr] 170 |     pub fn to_world_pos(&self, primitive: Squares) -> Vec3 {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `PointyUp` and `FlatUp` are never constructed
[INFO] [stderr]    --> src/grids/coordinates.rs:242:5
[INFO] [stderr]     |
[INFO] [stderr] 241 | pub enum HexOrientation {
[INFO] [stderr]     |          -------------- variants in this enum
[INFO] [stderr] 242 |     PointyUp,
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr] 243 |     FlatUp,
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `HexOrientation` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `to_world_pos` is never used
[INFO] [stderr]    --> src/grids/coordinates.rs:252:12
[INFO] [stderr]     |
[INFO] [stderr] 251 | impl HexCoord {
[INFO] [stderr]     | ------------- method in this implementation
[INFO] [stderr] 252 |     pub fn to_world_pos(&self, size: f32, orientation: &HexOrientation) {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `to_grid` is never used
[INFO] [stderr]   --> src/grids/primitives.rs:10:8
[INFO] [stderr]    |
[INFO] [stderr]  9 | pub trait GridPrimitive {
[INFO] [stderr]    |           ------------- method in this trait
[INFO] [stderr] 10 |     fn to_grid(&self, width: u32, height: u32) -> (Mesh, Vec<Vec3>);
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `neighbors` is never read
[INFO] [stderr]   --> src/grids/primitives.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct Triangles {
[INFO] [stderr]    |            --------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 21 |     pub neighbors: TriangleNeighbours,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Triangles` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `layer` is never read
[INFO] [stderr]   --> src/grids/primitives.rs:72:9
[INFO] [stderr]    |
[INFO] [stderr] 69 | pub struct Squares {
[INFO] [stderr]    |            ------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 72 |     pub layer: f32,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Squares` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `layer` is never read
[INFO] [stderr]    --> src/grids/primitives.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 112 | pub struct Hexes {
[INFO] [stderr]     |            ----- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 116 |     pub layer: f32,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Hexes` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: variant `XZ` is never constructed
[INFO] [stderr]    --> src/grids/primitives.rs:170:5
[INFO] [stderr]     |
[INFO] [stderr] 168 | pub enum GridAlign {
[INFO] [stderr]     |          --------- variant in this enum
[INFO] [stderr] 169 |     XY,
[INFO] [stderr] 170 |     XZ,
[INFO] [stderr]     |     ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `GridAlign` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `human_action` (bin "human_action" test) generated 31 warnings (run `cargo fix --bin "human_action" -p human_action --tests` to apply 13 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/human_action-5c5ad410e8549c87)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test grids::coordinates::tests::it_works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- grids::coordinates::tests::it_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'grids::coordinates::tests::it_works' (17) panicked at src/grids/coordinates.rs:318:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5dfe359b5d3a - 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:     0x5dfe359b5d3a - 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:     0x5dfe359b5d3a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5dfe359b5d3a - <<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:     0x5dfe359c99aa - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5dfe359c99aa - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5dfe359ba5c2 - 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:     0x5dfe359ba5c2 - <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:     0x5dfe35994f4f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5dfe35994f4f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5dfe359ae2a9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5dfe3594ab8c - <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:     0x5dfe3594ab8c - 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:     0x5dfe359ae462 - <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:     0x5dfe359ae462 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5dfe3599503a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5dfe3598c9a9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5dfe35995d1d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5dfe359ca1bc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5dfe359ca182 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5dfe3593e7ca - human_action::grids::coordinates::tests::it_works::hf904aacf41b8814a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/grids/coordinates.rs:318:9
[INFO] [stdout]   21:     0x5dfe3593e7e7 - human_action::grids::coordinates::tests::it_works::{{closure}}::h55eb1dadfcd63dfd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/grids/coordinates.rs:317:18
[INFO] [stdout]   22:     0x5dfe3593e8c6 - core::ops::function::FnOnce::call_once::h7165ec7b45d8ab2e
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5dfe3593ec6b - <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]   24:     0x5dfe3593ec6b - 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]   25:     0x5dfe3594b65b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5dfe3594b65b - <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]   27:     0x5dfe3594b65b - 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]   28:     0x5dfe3594b65b - 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]   29:     0x5dfe3594b65b - 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]   30:     0x5dfe3594b65b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5dfe3594b65b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5dfe35946d74 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5dfe35946d74 - 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]   34:     0x5dfe3594e262 - 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]   35:     0x5dfe3594e262 - <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]   36:     0x5dfe3594e262 - 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]   37:     0x5dfe3594e262 - 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]   38:     0x5dfe3594e262 - 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]   39:     0x5dfe3594e262 - 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]   40:     0x5dfe3594e262 - <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]   41:     0x5dfe359b564f - <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]   42:     0x5dfe359b564f - <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]   43:     0x7e55f6f57aa4 - <unknown>
[INFO] [stdout]   44:     0x7e55f6fe4a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     grids::coordinates::tests::it_works
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin human_action`
[INFO] running `Command { std: "docker" "inspect" "0ec9c1a6c042ac5d4a353ada92d66d61b2ad7500846e8b1ac798a665578fdbd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ec9c1a6c042ac5d4a353ada92d66d61b2ad7500846e8b1ac798a665578fdbd2", kill_on_drop: false }`
[INFO] [stdout] 0ec9c1a6c042ac5d4a353ada92d66d61b2ad7500846e8b1ac798a665578fdbd2
