[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 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaioLC%2Fhuman_action" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-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-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CaioLC/human_action on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0
[INFO] running `Command { std: "docker" "start" "a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.52
[INFO] [stderr]    Compiling quote v1.0.26
[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 hashbrown v0.12.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling winnow v0.3.6
[INFO] [stderr]    Compiling toml_datetime v0.6.1
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-core v0.3.27
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling futures-io v0.3.27
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling erased-serde v0.3.25
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling async-lock v2.7.0
[INFO] [stderr]    Compiling async-task v4.3.0
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling bevy_ptr v0.10.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling concurrent-queue v2.1.0
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling raw-window-handle v0.5.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.7
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling uuid v1.3.0
[INFO] [stderr]    Compiling async-channel v1.8.0
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling syn v2.0.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling ash v0.37.2+1.3.238
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling anyhow v1.0.70
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling pp-rs v0.2.1
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling filetime v0.2.20
[INFO] [stderr]    Compiling sysinfo v0.28.3
[INFO] [stderr]    Compiling gpu-descriptor-types v0.1.1
[INFO] [stderr]    Compiling gpu-alloc-types v0.2.0
[INFO] [stderr]    Compiling spirv v0.2.0+1.5.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling arrayvec v0.7.2
[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 async-executor v1.5.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling wgpu-types v0.15.2
[INFO] [stderr]    Compiling renderdoc-sys v0.7.1
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling bevy_tasks v0.10.0
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling profiling v1.0.7
[INFO] [stderr]    Compiling toml_edit v0.19.7
[INFO] [stderr]    Compiling glow v0.12.1
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling png v0.17.7
[INFO] [stderr]    Compiling const_panic v0.2.7
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling ruzstd v0.2.4
[INFO] [stderr]    Compiling ktx2 v0.3.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling encase_derive_impl v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling radsort v0.1.0
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]    Compiling ttf-parser v0.18.1
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling euclid v0.22.7
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling cpal v0.15.1
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling svg_fmt v0.4.1
[INFO] [stderr]    Compiling accesskit v0.10.1
[INFO] [stderr]    Compiling alsa v0.7.0
[INFO] [stderr]    Compiling bevy_macro_utils v0.10.0
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling nix v0.25.1
[INFO] [stderr]    Compiling ogg v0.8.0
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling gilrs v0.10.1
[INFO] [stderr]    Compiling guillotiere v0.6.2
[INFO] [stderr]    Compiling lewton v0.10.2
[INFO] [stderr]    Compiling urlencoding v2.1.2
[INFO] [stderr]    Compiling taffy v0.3.8
[INFO] [stderr]    Compiling bytemuck_derive v1.4.0
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.10.0
[INFO] [stderr]    Compiling encase_derive v0.5.0
[INFO] [stderr]    Compiling gltf-derive v1.1.0
[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 bevy_render_macros v0.10.0
[INFO] [stderr]    Compiling bevy_encase_derive v0.10.0
[INFO] [stderr]    Compiling owned_ttf_parser v0.18.1
[INFO] [stderr]    Compiling bytemuck v1.13.1
[INFO] [stderr]    Compiling winit v0.28.3
[INFO] [stderr]    Compiling ab_glyph v0.2.20
[INFO] [stderr]    Compiling image v0.24.5
[INFO] [stderr]    Compiling glyph_brush_layout v0.2.3
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling glam v0.23.0
[INFO] [stderr]    Compiling ron v0.8.0
[INFO] [stderr]    Compiling gilrs-core v0.5.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling accesskit_winit v0.12.4
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling gpu-descriptor v0.2.3
[INFO] [stderr]    Compiling gltf-json v1.1.0
[INFO] [stderr]    Compiling rodio v0.17.1
[INFO] [stderr]    Compiling petgraph v0.6.3
[INFO] [stderr]    Compiling bevy_math v0.10.0
[INFO] [stderr]    Compiling bevy_mikktspace v0.10.0
[INFO] [stderr]    Compiling hexasphere v8.1.0
[INFO] [stderr]    Compiling encase v0.5.0
[INFO] [stderr]    Compiling bevy_utils v0.10.0
[INFO] [stderr]    Compiling naga v0.11.0
[INFO] [stderr]    Compiling bevy_reflect v0.10.0
[INFO] [stderr]    Compiling gltf v1.1.0
[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_a11y v0.10.0
[INFO] [stderr]    Compiling bevy_hierarchy 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_animation v0.10.0
[INFO] [stderr]    Compiling bevy_audio v0.10.0
[INFO] [stderr]    Compiling wgpu v0.15.1
[INFO] [stderr]    Compiling bevy_window v0.10.0
[INFO] [stderr]    Compiling bevy_gilrs v0.10.0
[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 2m 24s
[INFO] running `Command { std: "docker" "inspect" "a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", 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.45s
[INFO] running `Command { std: "docker" "inspect" "a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", 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.36s
[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' (3539) panicked at src/grids/coordinates.rs:318:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5aa9a4dad521 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5aa9a4dad521 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5aa9a4dad521 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5aa9a4dad521 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5aa9a4dc122a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5aa9a4dc122a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5aa9a4db19dc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5aa9a4db19dc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5aa9a4d8bc96 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5aa9a4d8bc96 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5aa9a4da5749 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5aa9a4d3ff60 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5aa9a4d3ff60 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5aa9a4da5902 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5aa9a4da5902 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5aa9a4d8bd74 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5aa9a4d836a9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5aa9a4d8c93d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5aa9a4dc195c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5aa9a4dc1922 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5aa9a4d3308a - human_action[7e6a8919f100b4d9]::grids::coordinates::tests::it_works
[INFO] [stdout]                                at /opt/rustwide/workdir/src/grids/coordinates.rs:318:9
[INFO] [stdout]   21:     0x5aa9a4d32f47 - human_action[7e6a8919f100b4d9]::grids::coordinates::tests::it_works::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/grids/coordinates.rs:317:18
[INFO] [stdout]   22:     0x5aa9a4d331f6 - <human_action[7e6a8919f100b4d9]::grids::coordinates::tests::it_works::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5aa9a4d3329b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5aa9a4d3329b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5aa9a4d408e5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5aa9a4d408e5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5aa9a4d408e5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   28:     0x5aa9a4d408e5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5aa9a4d408e5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5aa9a4d408e5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5aa9a4d408e5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5aa9a4d3b394 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5aa9a4d3b394 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5aa9a4d43a32 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5aa9a4d43a32 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5aa9a4d43a32 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   37:     0x5aa9a4d43a32 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5aa9a4d43a32 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5aa9a4d43a32 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5aa9a4d43a32 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5aa9a4dacdaf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   42:     0x5aa9a4dacdaf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   43:     0x74b72b3fdaa4 - <unknown>
[INFO] [stdout]   44:     0x74b72b48aa64 - 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.10s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin human_action`
[INFO] running `Command { std: "docker" "inspect" "a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0", kill_on_drop: false }`
[INFO] [stdout] a123fdd89403f8ddc845e9fa0765513884ee8b9f13fc39aa02320ae1ed4fa5c0
