[INFO] fetching crate picea 0.1.0...
[INFO] testing picea-0.1.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate picea 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate picea 0.1.0
[INFO] finished tweaking crates.io crate picea 0.1.0
[INFO] tweaked toml for crates.io crate picea 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate picea 0.1.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate picea 0.1.0 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 507bb25cda2a128da34c5dd6e46e7dfc7e0ebc351036361cdbd927ef994118f9
[INFO] running `Command { std: "docker" "start" "-a" "507bb25cda2a128da34c5dd6e46e7dfc7e0ebc351036361cdbd927ef994118f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "507bb25cda2a128da34c5dd6e46e7dfc7e0ebc351036361cdbd927ef994118f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "507bb25cda2a128da34c5dd6e46e7dfc7e0ebc351036361cdbd927ef994118f9", kill_on_drop: false }`
[INFO] [stdout] 507bb25cda2a128da34c5dd6e46e7dfc7e0ebc351036361cdbd927ef994118f9
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2c722059941204add0dc32f13553f5b61c150fd9321e41b6dd261cf15f7256d7
[INFO] running `Command { std: "docker" "start" "-a" "2c722059941204add0dc32f13553f5b61c150fd9321e41b6dd261cf15f7256d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.55
[INFO] [stderr]    Compiling picea-macro-tools v0.1.0
[INFO] [stderr]    Compiling picea v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Transform`
[INFO] [stdout]   --> src/shape/polygon.rs:21:59
[INFO] [stdout]    |
[INFO] [stdout] 21 |     CenterPoint, Edge, EdgeIterable, GeometryTransformer, Transform,
[INFO] [stdout]    |                                                           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FloatNum`, `point::Point`, and `vector::Vector`
[INFO] [stdout]    --> src/shape/utils.rs:782:23
[INFO] [stdout]     |
[INFO] [stdout] 782 |     use crate::math::{point::Point, vector::Vector, FloatNum};
[INFO] [stdout]     |                       ^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::rotate_polygon`
[INFO] [stdout]    --> src/shape/utils.rs:784:9
[INFO] [stdout]     |
[INFO] [stdout] 784 |     use super::rotate_polygon;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Deref`
[INFO] [stdout]  --> src/tools/collision_view.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `normal_toward_a`
[INFO] [stdout]    --> src/constraints/contact.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let normal_toward_a = if normal * (position_a - position_b) < 0. {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_normal_toward_a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parameters`
[INFO] [stdout]    --> src/constraints/contact.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |         parameters: &ConstraintParameters,
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parameters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]    --> src/constraints/contact.rs:440:9
[INFO] [stdout]     |
[INFO] [stdout] 440 |         index: usize,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `secs`
[INFO] [stdout]    --> src/element/mod.rs:160:28
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn tick(&mut self, secs: f32) {
[INFO] [stdout]     |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_secs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_enter_sleep_frame`
[INFO] [stdout]    --> src/scene/mod.rs:130:13
[INFO] [stdout]     |
[INFO] [stdout] 130 |             max_enter_sleep_frame,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `max_enter_sleep_frame: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_enter_sleep_motion`
[INFO] [stdout]    --> src/scene/mod.rs:131:13
[INFO] [stdout]     |
[INFO] [stdout] 131 |             max_enter_sleep_motion,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `max_enter_sleep_motion: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `constraint`
[INFO] [stdout]    --> src/scene/mod.rs:618:24
[INFO] [stdout]     |
[INFO] [stdout] 618 |             .for_each(|constraint| {});
[INFO] [stdout]     |                        ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_constraint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> src/shape/utils.rs:573:17
[INFO] [stdout]     |
[INFO] [stdout] 573 |                 start_point,
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> src/shape/utils.rs:574:17
[INFO] [stdout]     |
[INFO] [stdout] 574 |                 support_point,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> src/shape/utils.rs:575:17
[INFO] [stdout]     |
[INFO] [stdout] 575 |                 end_point,
[INFO] [stdout]     |                 ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `center_point`
[INFO] [stdout]    --> src/shape/utils.rs:581:17
[INFO] [stdout]     |
[INFO] [stdout] 581 |                 center_point,
[INFO] [stdout]     |                 ^^^^^^^^^^^^ help: try ignoring the field: `center_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `radius`
[INFO] [stdout]    --> src/shape/utils.rs:582:17
[INFO] [stdout]     |
[INFO] [stdout] 582 |                 radius,
[INFO] [stdout]     |                 ^^^^^^ help: try ignoring the field: `radius: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> src/shape/utils.rs:647:17
[INFO] [stdout]     |
[INFO] [stdout] 647 |                 start_point,
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> src/shape/utils.rs:648:17
[INFO] [stdout]     |
[INFO] [stdout] 648 |                 end_point,
[INFO] [stdout]     |                 ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/tools/snapshot.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let mut forces = String::new();
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_minkowski` is never used
[INFO] [stdout]    --> src/collision/mod.rs:396:15
[INFO] [stdout]     |
[INFO] [stdout] 396 | pub(crate) fn compute_minkowski<F>(compute_support_point: F) -> Vec<MinkowskiDifferencePoint>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_deleted` is never read
[INFO] [stdout]   --> src/element/store.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct StoredElement<D: Clone> {
[INFO] [stdout]    |        ------------- field in this struct
[INFO] [stdout] 19 |     // TODO
[INFO] [stdout] 20 |     is_deleted: bool,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `total_skip_durations` is never read
[INFO] [stdout]   --> src/scene/mod.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Scene<Data = ()>
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 30 |     total_skip_durations: FloatNum,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `post_solve_constraints`, `solve_air_friction`, and `query_element_pair` are never used
[INFO] [stdout]    --> src/scene/mod.rs:615:15
[INFO] [stdout]     |
[INFO] [stdout]  73 | impl<T: Clone + Default> Scene<T> {
[INFO] [stdout]     | --------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 615 |     unsafe fn post_solve_constraints(&mut self) {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 657 |     fn solve_air_friction(&mut self) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 670 |     unsafe fn query_element_pair(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GlobalContext` is never constructed
[INFO] [stdout]   --> src/scene/context.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) struct GlobalContext {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `global_context` is never used
[INFO] [stdout]   --> src/scene/context.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn global_context() -> GlobalContext {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `rad` is never read
[INFO] [stdout]   --> src/shape/circle.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Circle {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     rad: f32,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Circle` 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 constant `EDGE_COUNT` is never used
[INFO] [stdout]   --> src/shape/polygon.rs:81:11
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<const N: usize> ConstPolygon<N> {
[INFO] [stdout]    | ------------------------------------ associated constant in this implementation
[INFO] [stdout] 81 |     const EDGE_COUNT: usize = N;
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `minkowski_different_gathers` is never read
[INFO] [stdout]   --> src/tools/collision_view.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct CollisionStatusViewer {
[INFO] [stdout]    |            --------------------- field in this struct
[INFO] [stdout] 20 |     minkowski_different_gathers: Vec<Point>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `PI` should have a snake case name
[INFO] [stdout]   --> src/math/mod.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const fn PI() -> FloatNum {
[INFO] [stdout]    |              ^^ help: convert the identifier to snake case: `pi`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `TAU` should have a snake case name
[INFO] [stdout]   --> src/math/mod.rs:16:14
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const fn TAU() -> FloatNum {
[INFO] [stdout]    |              ^^^ help: convert the identifier to snake case: `tau`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/scene/context.rs:22:36
[INFO] [stdout]    |
[INFO] [stdout] 22 |               merge_shape_transform: INNER_GLOBAL_CONTEXT
[INFO] [stdout]    |  ____________________________________^
[INFO] [stdout] 23 | |                 .borrow()
[INFO] [stdout]    | |_________________________^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scene/context.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |     unsafe { INNER_GLOBAL_CONTEXT.get_mut() }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s
[INFO] running `Command { std: "docker" "inspect" "2c722059941204add0dc32f13553f5b61c150fd9321e41b6dd261cf15f7256d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c722059941204add0dc32f13553f5b61c150fd9321e41b6dd261cf15f7256d7", kill_on_drop: false }`
[INFO] [stdout] 2c722059941204add0dc32f13553f5b61c150fd9321e41b6dd261cf15f7256d7
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc4c3cfb6280af63b155d21b243e6ca397c03dc4f65a0c73a50ddaa0f43ef74a
[INFO] running `Command { std: "docker" "start" "-a" "cc4c3cfb6280af63b155d21b243e6ca397c03dc4f65a0c73a50ddaa0f43ef74a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling libloading v0.8.2
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling smithay-client-toolkit v0.15.4
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling syn v2.0.55
[INFO] [stderr]    Compiling xcursor v0.3.5
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling nix v0.22.3
[INFO] [stderr]    Compiling rayon v1.9.0
[INFO] [stderr]    Compiling memmap2 v0.3.1
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling cc v1.0.89
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling wayland-commons v0.29.5
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling deflate v0.8.6
[INFO] [stderr]    Compiling raw-window-handle v0.4.3
[INFO] [stderr]    Compiling jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling wayland-cursor v0.29.5
[INFO] [stderr]    Compiling shared_library v0.1.9
[INFO] [stderr]    Compiling calloop v0.9.3
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling miniz_oxide v0.3.7
[INFO] [stderr]    Compiling ttf-parser v0.15.2
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling osmesa-sys v0.1.2
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling owned_ttf_parser v0.15.2
[INFO] [stderr]    Compiling wayland-egl v0.29.5
[INFO] [stderr]    Compiling tiff v0.6.1
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling num-iter v0.1.44
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling bytemuck v1.14.3
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling rusttype v0.9.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling picea-macro-tools v0.1.0
[INFO] [stderr]    Compiling earcutr v0.2.0
[INFO] [stderr]    Compiling glow v0.7.2
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling picea v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Transform`
[INFO] [stdout]   --> src/shape/polygon.rs:21:59
[INFO] [stdout]    |
[INFO] [stdout] 21 |     CenterPoint, Edge, EdgeIterable, GeometryTransformer, Transform,
[INFO] [stdout]    |                                                           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FloatNum`, `point::Point`, and `vector::Vector`
[INFO] [stdout]    --> src/shape/utils.rs:782:23
[INFO] [stdout]     |
[INFO] [stdout] 782 |     use crate::math::{point::Point, vector::Vector, FloatNum};
[INFO] [stdout]     |                       ^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::rotate_polygon`
[INFO] [stdout]    --> src/shape/utils.rs:784:9
[INFO] [stdout]     |
[INFO] [stdout] 784 |     use super::rotate_polygon;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Deref`
[INFO] [stdout]  --> src/tools/collision_view.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `normal_toward_a`
[INFO] [stdout]    --> src/constraints/contact.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let normal_toward_a = if normal * (position_a - position_b) < 0. {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_normal_toward_a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parameters`
[INFO] [stdout]    --> src/constraints/contact.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |         parameters: &ConstraintParameters,
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parameters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]    --> src/constraints/contact.rs:440:9
[INFO] [stdout]     |
[INFO] [stdout] 440 |         index: usize,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `secs`
[INFO] [stdout]    --> src/element/mod.rs:160:28
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn tick(&mut self, secs: f32) {
[INFO] [stdout]     |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_secs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_enter_sleep_frame`
[INFO] [stdout]    --> src/scene/mod.rs:130:13
[INFO] [stdout]     |
[INFO] [stdout] 130 |             max_enter_sleep_frame,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `max_enter_sleep_frame: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_enter_sleep_motion`
[INFO] [stdout]    --> src/scene/mod.rs:131:13
[INFO] [stdout]     |
[INFO] [stdout] 131 |             max_enter_sleep_motion,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `max_enter_sleep_motion: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `constraint`
[INFO] [stdout]    --> src/scene/mod.rs:618:24
[INFO] [stdout]     |
[INFO] [stdout] 618 |             .for_each(|constraint| {});
[INFO] [stdout]     |                        ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_constraint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> src/shape/utils.rs:573:17
[INFO] [stdout]     |
[INFO] [stdout] 573 |                 start_point,
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> src/shape/utils.rs:574:17
[INFO] [stdout]     |
[INFO] [stdout] 574 |                 support_point,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> src/shape/utils.rs:575:17
[INFO] [stdout]     |
[INFO] [stdout] 575 |                 end_point,
[INFO] [stdout]     |                 ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `center_point`
[INFO] [stdout]    --> src/shape/utils.rs:581:17
[INFO] [stdout]     |
[INFO] [stdout] 581 |                 center_point,
[INFO] [stdout]     |                 ^^^^^^^^^^^^ help: try ignoring the field: `center_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `radius`
[INFO] [stdout]    --> src/shape/utils.rs:582:17
[INFO] [stdout]     |
[INFO] [stdout] 582 |                 radius,
[INFO] [stdout]     |                 ^^^^^^ help: try ignoring the field: `radius: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> src/shape/utils.rs:647:17
[INFO] [stdout]     |
[INFO] [stdout] 647 |                 start_point,
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> src/shape/utils.rs:648:17
[INFO] [stdout]     |
[INFO] [stdout] 648 |                 end_point,
[INFO] [stdout]     |                 ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/tools/snapshot.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let mut forces = String::new();
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_minkowski` is never used
[INFO] [stdout]    --> src/collision/mod.rs:396:15
[INFO] [stdout]     |
[INFO] [stdout] 396 | pub(crate) fn compute_minkowski<F>(compute_support_point: F) -> Vec<MinkowskiDifferencePoint>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_deleted` is never read
[INFO] [stdout]   --> src/element/store.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct StoredElement<D: Clone> {
[INFO] [stdout]    |        ------------- field in this struct
[INFO] [stdout] 19 |     // TODO
[INFO] [stdout] 20 |     is_deleted: bool,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `total_skip_durations` is never read
[INFO] [stdout]   --> src/scene/mod.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Scene<Data = ()>
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 30 |     total_skip_durations: FloatNum,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `post_solve_constraints`, `solve_air_friction`, and `query_element_pair` are never used
[INFO] [stdout]    --> src/scene/mod.rs:615:15
[INFO] [stdout]     |
[INFO] [stdout]  73 | impl<T: Clone + Default> Scene<T> {
[INFO] [stdout]     | --------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 615 |     unsafe fn post_solve_constraints(&mut self) {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 657 |     fn solve_air_friction(&mut self) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 670 |     unsafe fn query_element_pair(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GlobalContext` is never constructed
[INFO] [stdout]   --> src/scene/context.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) struct GlobalContext {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `global_context` is never used
[INFO] [stdout]   --> src/scene/context.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn global_context() -> GlobalContext {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `rad` is never read
[INFO] [stdout]   --> src/shape/circle.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Circle {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     rad: f32,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Circle` 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 constant `EDGE_COUNT` is never used
[INFO] [stdout]   --> src/shape/polygon.rs:81:11
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<const N: usize> ConstPolygon<N> {
[INFO] [stdout]    | ------------------------------------ associated constant in this implementation
[INFO] [stdout] 81 |     const EDGE_COUNT: usize = N;
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `minkowski_different_gathers` is never read
[INFO] [stdout]   --> src/tools/collision_view.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct CollisionStatusViewer {
[INFO] [stdout]    |            --------------------- field in this struct
[INFO] [stdout] 20 |     minkowski_different_gathers: Vec<Point>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `PI` should have a snake case name
[INFO] [stdout]   --> src/math/mod.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const fn PI() -> FloatNum {
[INFO] [stdout]    |              ^^ help: convert the identifier to snake case: `pi`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `TAU` should have a snake case name
[INFO] [stdout]   --> src/math/mod.rs:16:14
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const fn TAU() -> FloatNum {
[INFO] [stdout]    |              ^^^ help: convert the identifier to snake case: `tau`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/scene/context.rs:22:36
[INFO] [stdout]    |
[INFO] [stdout] 22 |               merge_shape_transform: INNER_GLOBAL_CONTEXT
[INFO] [stdout]    |  ____________________________________^
[INFO] [stdout] 23 | |                 .borrow()
[INFO] [stdout]    | |_________________________^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scene/context.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |     unsafe { INNER_GLOBAL_CONTEXT.get_mut() }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling glutin v0.28.0
[INFO] [stderr]    Compiling speedy2d v2.0.0
[INFO] [stdout] warning: unused import: `Transform`
[INFO] [stdout]   --> src/shape/polygon.rs:21:59
[INFO] [stdout]    |
[INFO] [stdout] 21 |     CenterPoint, Edge, EdgeIterable, GeometryTransformer, Transform,
[INFO] [stdout]    |                                                           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Deref`
[INFO] [stdout]  --> src/tools/collision_view.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> examples/../examples_common.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         info: speedy2d::window::WindowStartupInfo,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scancode`
[INFO] [stdout]    --> examples/../examples_common.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         scancode: speedy2d::window::KeyScancode,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scancode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn on_mouse_move(&mut self, helper: &mut WindowHelper<()>, position: speedy2d::dimen::Vec2) {
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_event`
[INFO] [stdout]    --> examples/../examples_common.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_a`
[INFO] [stdout]    --> examples/../examples_common.rs:435:26
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_b`
[INFO] [stdout]    --> examples/../examples_common.rs:435:39
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                                       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> examples/../examples_common.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout] 371 |                         support_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:384:25
[INFO] [stdout]     |
[INFO] [stdout] 384 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_simple` is never used
[INFO] [stdout]    --> examples/../examples_common.rs:508:8
[INFO] [stdout]     |
[INFO] [stdout] 508 | pub fn run_simple(init: fn(&mut Scene, &mut Handler<()>)) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> examples/../examples_common.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         info: speedy2d::window::WindowStartupInfo,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scancode`
[INFO] [stdout]    --> examples/../examples_common.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         scancode: speedy2d::window::KeyScancode,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scancode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn on_mouse_move(&mut self, helper: &mut WindowHelper<()>, position: speedy2d::dimen::Vec2) {
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_event`
[INFO] [stdout]    --> examples/../examples_common.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> examples/../examples_common.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         info: speedy2d::window::WindowStartupInfo,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scancode`
[INFO] [stdout]    --> examples/../examples_common.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         scancode: speedy2d::window::KeyScancode,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scancode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn on_mouse_move(&mut self, helper: &mut WindowHelper<()>, position: speedy2d::dimen::Vec2) {
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_event`
[INFO] [stdout]    --> examples/../examples_common.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_a`
[INFO] [stdout]    --> examples/../examples_common.rs:435:26
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> examples/../examples_common.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         info: speedy2d::window::WindowStartupInfo,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scancode`
[INFO] [stdout]    --> examples/../examples_common.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         scancode: speedy2d::window::KeyScancode,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scancode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> examples/../examples_common.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         info: speedy2d::window::WindowStartupInfo,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_b`
[INFO] [stdout]    --> examples/../examples_common.rs:435:39
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                                       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scancode`
[INFO] [stdout]    --> examples/../examples_common.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         scancode: speedy2d::window::KeyScancode,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scancode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> examples/../examples_common.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout] 371 |                         support_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:384:25
[INFO] [stdout]     |
[INFO] [stdout] 384 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn on_mouse_move(&mut self, helper: &mut WindowHelper<()>, position: speedy2d::dimen::Vec2) {
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_event`
[INFO] [stdout]    --> examples/../examples_common.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn on_mouse_move(&mut self, helper: &mut WindowHelper<()>, position: speedy2d::dimen::Vec2) {
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_event`
[INFO] [stdout]    --> examples/../examples_common.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_a`
[INFO] [stdout]    --> examples/../examples_common.rs:435:26
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_b`
[INFO] [stdout]    --> examples/../examples_common.rs:435:39
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                                       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> examples/../examples_common.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         info: speedy2d::window::WindowStartupInfo,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> examples/../examples_common.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout] 371 |                         support_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:384:25
[INFO] [stdout]     |
[INFO] [stdout] 384 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_a`
[INFO] [stdout]    --> examples/../examples_common.rs:435:26
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_a`
[INFO] [stdout]    --> examples/../examples_common.rs:435:26
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_b`
[INFO] [stdout]    --> examples/../examples_common.rs:435:39
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                                       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_b`
[INFO] [stdout]    --> examples/../examples_common.rs:435:39
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                                       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scancode`
[INFO] [stdout]    --> examples/../examples_common.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         scancode: speedy2d::window::KeyScancode,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scancode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> examples/../examples_common.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout] 371 |                         support_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:384:25
[INFO] [stdout]     |
[INFO] [stdout] 384 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> examples/../examples_common.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout] 371 |                         support_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:384:25
[INFO] [stdout]     |
[INFO] [stdout] 384 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn on_mouse_move(&mut self, helper: &mut WindowHelper<()>, position: speedy2d::dimen::Vec2) {
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_event`
[INFO] [stdout]    --> examples/../examples_common.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_simple` is never used
[INFO] [stdout]    --> examples/../examples_common.rs:508:8
[INFO] [stdout]     |
[INFO] [stdout] 508 | pub fn run_simple(init: fn(&mut Scene, &mut Handler<()>)) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_a`
[INFO] [stdout]    --> examples/../examples_common.rs:435:26
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_b`
[INFO] [stdout]    --> examples/../examples_common.rs:435:39
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                                       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> examples/../examples_common.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout] 371 |                         support_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:384:25
[INFO] [stdout]     |
[INFO] [stdout] 384 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_simple` is never used
[INFO] [stdout]    --> examples/../examples_common.rs:508:8
[INFO] [stdout]     |
[INFO] [stdout] 508 | pub fn run_simple(init: fn(&mut Scene, &mut Handler<()>)) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> examples/stack2.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let mut start_y = 30.;
[INFO] [stdout]    |         ----^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> examples/stack2.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let mut start_x = 100.;
[INFO] [stdout]    |         ----^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `handler`
[INFO] [stdout]   --> examples/stack2.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn update(scene: &mut Scene, _selected_element_id: Option<u32>, handler: &mut common::Handler<()>) {
[INFO] [stdout]    |                                                                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_handler`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_simple` is never used
[INFO] [stdout]    --> examples/../examples_common.rs:508:8
[INFO] [stdout]     |
[INFO] [stdout] 508 | pub fn run_simple(init: fn(&mut Scene, &mut Handler<()>)) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> examples/ground.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |         let mut element: Element<()> =
[INFO] [stdout]    |             ----^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `handler`
[INFO] [stdout]   --> examples/ground.rs:13:28
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn init(scene: &mut Scene, handler: &mut common::Handler<()>) {
[INFO] [stdout]    |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_handler`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_simple` is never used
[INFO] [stdout]    --> examples/../examples_common.rs:508:8
[INFO] [stdout]     |
[INFO] [stdout] 508 | pub fn run_simple(init: fn(&mut Scene, &mut Handler<()>)) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_simple` is never used
[INFO] [stdout]    --> examples/../examples_common.rs:508:8
[INFO] [stdout]     |
[INFO] [stdout] 508 | pub fn run_simple(init: fn(&mut Scene, &mut Handler<()>)) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> examples/../examples_common.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         info: speedy2d::window::WindowStartupInfo,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scancode`
[INFO] [stdout]    --> examples/../examples_common.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         scancode: speedy2d::window::KeyScancode,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scancode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn on_mouse_move(&mut self, helper: &mut WindowHelper<()>, position: speedy2d::dimen::Vec2) {
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_event`
[INFO] [stdout]    --> examples/../examples_common.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_a`
[INFO] [stdout]    --> examples/../examples_common.rs:435:26
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_b`
[INFO] [stdout]    --> examples/../examples_common.rs:435:39
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                                       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> examples/../examples_common.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout] 371 |                         support_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:384:25
[INFO] [stdout]     |
[INFO] [stdout] 384 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_simple` is never used
[INFO] [stdout]    --> examples/../examples_common.rs:508:8
[INFO] [stdout]     |
[INFO] [stdout] 508 | pub fn run_simple(init: fn(&mut Scene, &mut Handler<()>)) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `normal_toward_a`
[INFO] [stdout]    --> src/constraints/contact.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let normal_toward_a = if normal * (position_a - position_b) < 0. {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_normal_toward_a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parameters`
[INFO] [stdout]    --> src/constraints/contact.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |         parameters: &ConstraintParameters,
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parameters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]    --> src/constraints/contact.rs:440:9
[INFO] [stdout]     |
[INFO] [stdout] 440 |         index: usize,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `secs`
[INFO] [stdout]    --> src/element/mod.rs:160:28
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn tick(&mut self, secs: f32) {
[INFO] [stdout]     |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_secs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_enter_sleep_frame`
[INFO] [stdout]    --> src/scene/mod.rs:130:13
[INFO] [stdout]     |
[INFO] [stdout] 130 |             max_enter_sleep_frame,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `max_enter_sleep_frame: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_enter_sleep_motion`
[INFO] [stdout]    --> src/scene/mod.rs:131:13
[INFO] [stdout]     |
[INFO] [stdout] 131 |             max_enter_sleep_motion,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `max_enter_sleep_motion: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `constraint`
[INFO] [stdout]    --> src/scene/mod.rs:618:24
[INFO] [stdout]     |
[INFO] [stdout] 618 |             .for_each(|constraint| {});
[INFO] [stdout]     |                        ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_constraint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> src/shape/utils.rs:573:17
[INFO] [stdout]     |
[INFO] [stdout] 573 |                 start_point,
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> src/shape/utils.rs:574:17
[INFO] [stdout]     |
[INFO] [stdout] 574 |                 support_point,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> src/shape/utils.rs:575:17
[INFO] [stdout]     |
[INFO] [stdout] 575 |                 end_point,
[INFO] [stdout]     |                 ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `center_point`
[INFO] [stdout]    --> src/shape/utils.rs:581:17
[INFO] [stdout]     |
[INFO] [stdout] 581 |                 center_point,
[INFO] [stdout]     |                 ^^^^^^^^^^^^ help: try ignoring the field: `center_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `radius`
[INFO] [stdout]    --> src/shape/utils.rs:582:17
[INFO] [stdout]     |
[INFO] [stdout] 582 |                 radius,
[INFO] [stdout]     |                 ^^^^^^ help: try ignoring the field: `radius: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> src/shape/utils.rs:647:17
[INFO] [stdout]     |
[INFO] [stdout] 647 |                 start_point,
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> src/shape/utils.rs:648:17
[INFO] [stdout]     |
[INFO] [stdout] 648 |                 end_point,
[INFO] [stdout]     |                 ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/shape/utils.rs:807:13
[INFO] [stdout]     |
[INFO] [stdout] 807 |         let result = split_clockwise_concave_polygon_to_two_convex_polygon(vertices).unwrap();
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/tools/snapshot.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let mut forces = String::new();
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_minkowski` is never used
[INFO] [stdout]    --> src/collision/mod.rs:396:15
[INFO] [stdout]     |
[INFO] [stdout] 396 | pub(crate) fn compute_minkowski<F>(compute_support_point: F) -> Vec<MinkowskiDifferencePoint>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_deleted` is never read
[INFO] [stdout]   --> src/element/store.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct StoredElement<D: Clone> {
[INFO] [stdout]    |        ------------- field in this struct
[INFO] [stdout] 19 |     // TODO
[INFO] [stdout] 20 |     is_deleted: bool,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `total_skip_durations` is never read
[INFO] [stdout]   --> src/scene/mod.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Scene<Data = ()>
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 30 |     total_skip_durations: FloatNum,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `post_solve_constraints`, `solve_air_friction`, and `query_element_pair` are never used
[INFO] [stdout]    --> src/scene/mod.rs:615:15
[INFO] [stdout]     |
[INFO] [stdout]  73 | impl<T: Clone + Default> Scene<T> {
[INFO] [stdout]     | --------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 615 |     unsafe fn post_solve_constraints(&mut self) {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 657 |     fn solve_air_friction(&mut self) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 670 |     unsafe fn query_element_pair(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GlobalContext` is never constructed
[INFO] [stdout]   --> src/scene/context.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) struct GlobalContext {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `global_context` is never used
[INFO] [stdout]   --> src/scene/context.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn global_context() -> GlobalContext {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `rad` is never read
[INFO] [stdout]   --> src/shape/circle.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Circle {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     rad: f32,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Circle` 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 constant `EDGE_COUNT` is never used
[INFO] [stdout]   --> src/shape/polygon.rs:81:11
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<const N: usize> ConstPolygon<N> {
[INFO] [stdout]    | ------------------------------------ associated constant in this implementation
[INFO] [stdout] 81 |     const EDGE_COUNT: usize = N;
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `minkowski_different_gathers` is never read
[INFO] [stdout]   --> src/tools/collision_view.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct CollisionStatusViewer {
[INFO] [stdout]    |            --------------------- field in this struct
[INFO] [stdout] 20 |     minkowski_different_gathers: Vec<Point>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `PI` should have a snake case name
[INFO] [stdout]   --> src/math/mod.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const fn PI() -> FloatNum {
[INFO] [stdout]    |              ^^ help: convert the identifier to snake case: `pi`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `TAU` should have a snake case name
[INFO] [stdout]   --> src/math/mod.rs:16:14
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const fn TAU() -> FloatNum {
[INFO] [stdout]    |              ^^^ help: convert the identifier to snake case: `tau`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/scene/context.rs:22:36
[INFO] [stdout]    |
[INFO] [stdout] 22 |               merge_shape_transform: INNER_GLOBAL_CONTEXT
[INFO] [stdout]    |  ____________________________________^
[INFO] [stdout] 23 | |                 .borrow()
[INFO] [stdout]    | |_________________________^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scene/context.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |     unsafe { INNER_GLOBAL_CONTEXT.get_mut() }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> examples/../examples_common.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         info: speedy2d::window::WindowStartupInfo,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scancode`
[INFO] [stdout]    --> examples/../examples_common.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         scancode: speedy2d::window::KeyScancode,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scancode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn on_mouse_move(&mut self, helper: &mut WindowHelper<()>, position: speedy2d::dimen::Vec2) {
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_event`
[INFO] [stdout]    --> examples/../examples_common.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_a`
[INFO] [stdout]    --> examples/../examples_common.rs:435:26
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_b`
[INFO] [stdout]    --> examples/../examples_common.rs:435:39
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                                       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> examples/../examples_common.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout] 371 |                         support_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:384:25
[INFO] [stdout]     |
[INFO] [stdout] 384 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `top`
[INFO] [stdout]   --> examples/accumulation.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let top = 10;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_top`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_simple` is never used
[INFO] [stdout]    --> examples/../examples_common.rs:508:8
[INFO] [stdout]     |
[INFO] [stdout] 508 | pub fn run_simple(init: fn(&mut Scene, &mut Handler<()>)) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> examples/../examples_common.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         info: speedy2d::window::WindowStartupInfo,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> examples/../examples_common.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         info: speedy2d::window::WindowStartupInfo,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scancode`
[INFO] [stdout]    --> examples/../examples_common.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         scancode: speedy2d::window::KeyScancode,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scancode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scancode`
[INFO] [stdout]    --> examples/../examples_common.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         scancode: speedy2d::window::KeyScancode,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scancode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn on_mouse_move(&mut self, helper: &mut WindowHelper<()>, position: speedy2d::dimen::Vec2) {
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_event`
[INFO] [stdout]    --> examples/../examples_common.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn on_mouse_move(&mut self, helper: &mut WindowHelper<()>, position: speedy2d::dimen::Vec2) {
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_event`
[INFO] [stdout]    --> examples/../examples_common.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> examples/../examples_common.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         info: speedy2d::window::WindowStartupInfo,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_a`
[INFO] [stdout]    --> examples/../examples_common.rs:435:26
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_b`
[INFO] [stdout]    --> examples/../examples_common.rs:435:39
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                                       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> examples/../examples_common.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout] 371 |                         support_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:384:25
[INFO] [stdout]     |
[INFO] [stdout] 384 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_a`
[INFO] [stdout]    --> examples/../examples_common.rs:435:26
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scancode`
[INFO] [stdout]    --> examples/../examples_common.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         scancode: speedy2d::window::KeyScancode,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scancode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]    --> examples/../examples_common.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         button: speedy2d::window::MouseButton,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         helper: &mut WindowHelper<()>,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_b`
[INFO] [stdout]    --> examples/../examples_common.rs:435:39
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                                       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> examples/../examples_common.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout] 371 |                         support_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:384:25
[INFO] [stdout]     |
[INFO] [stdout] 384 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn on_mouse_move(&mut self, helper: &mut WindowHelper<()>, position: speedy2d::dimen::Vec2) {
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `helper`
[INFO] [stdout]    --> examples/../examples_common.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_event`
[INFO] [stdout]    --> examples/../examples_common.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stdout]     |                                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_a`
[INFO] [stdout]    --> examples/../examples_common.rs:435:26
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `object_id_b`
[INFO] [stdout]    --> examples/../examples_common.rs:435:39
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stdout]     |                                       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `support_point`
[INFO] [stdout]    --> examples/../examples_common.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout] 371 |                         support_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_point`
[INFO] [stdout]    --> examples/../examples_common.rs:384:25
[INFO] [stdout]     |
[INFO] [stdout] 384 |                         start_point,
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end_point`
[INFO] [stdout]    --> examples/../examples_common.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |                         end_point,
[INFO] [stdout]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `handler`
[INFO] [stdout]   --> examples/friction.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn init(scene: &mut Scene<Data>, handler: &mut common::Handler<Data>) {
[INFO] [stdout]    |                                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_handler`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_simple` is never used
[INFO] [stdout]    --> examples/../examples_common.rs:508:8
[INFO] [stdout]     |
[INFO] [stdout] 508 | pub fn run_simple(init: fn(&mut Scene, &mut Handler<()>)) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_simple` is never used
[INFO] [stdout]    --> examples/../examples_common.rs:508:8
[INFO] [stdout]     |
[INFO] [stdout] 508 | pub fn run_simple(init: fn(&mut Scene, &mut Handler<()>)) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 41s
[INFO] running `Command { std: "docker" "inspect" "cc4c3cfb6280af63b155d21b243e6ca397c03dc4f65a0c73a50ddaa0f43ef74a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc4c3cfb6280af63b155d21b243e6ca397c03dc4f65a0c73a50ddaa0f43ef74a", kill_on_drop: false }`
[INFO] [stdout] cc4c3cfb6280af63b155d21b243e6ca397c03dc4f65a0c73a50ddaa0f43ef74a
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c7139823151cd89403b896dc024bde392108f9e1e874be14332bb37c56dda1a1
[INFO] running `Command { std: "docker" "start" "-a" "c7139823151cd89403b896dc024bde392108f9e1e874be14332bb37c56dda1a1", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Transform`
[INFO] [stderr]   --> src/shape/polygon.rs:21:59
[INFO] [stderr]    |
[INFO] [stderr] 21 |     CenterPoint, Edge, EdgeIterable, GeometryTransformer, Transform,
[INFO] [stderr]    |                                                           ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `FloatNum`, `point::Point`, and `vector::Vector`
[INFO] [stderr]    --> src/shape/utils.rs:782:23
[INFO] [stderr]     |
[INFO] [stderr] 782 |     use crate::math::{point::Point, vector::Vector, FloatNum};
[INFO] [stderr]     |                       ^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::rotate_polygon`
[INFO] [stderr]    --> src/shape/utils.rs:784:9
[INFO] [stderr]     |
[INFO] [stderr] 784 |     use super::rotate_polygon;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::ops::Deref`
[INFO] [stderr]  --> src/tools/collision_view.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::ops::Deref;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `normal_toward_a`
[INFO] [stderr]    --> src/constraints/contact.rs:123:13
[INFO] [stderr]     |
[INFO] [stderr] 123 |         let normal_toward_a = if normal * (position_a - position_b) < 0. {
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_normal_toward_a`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `parameters`
[INFO] [stderr]    --> src/constraints/contact.rs:439:9
[INFO] [stderr]     |
[INFO] [stderr] 439 |         parameters: &ConstraintParameters,
[INFO] [stderr]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parameters`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `index`
[INFO] [stderr]    --> src/constraints/contact.rs:440:9
[INFO] [stderr]     |
[INFO] [stderr] 440 |         index: usize,
[INFO] [stderr]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_index`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `secs`
[INFO] [stderr]    --> src/element/mod.rs:160:28
[INFO] [stderr]     |
[INFO] [stderr] 160 |     pub fn tick(&mut self, secs: f32) {
[INFO] [stderr]     |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_secs`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `max_enter_sleep_frame`
[INFO] [stderr]    --> src/scene/mod.rs:130:13
[INFO] [stderr]     |
[INFO] [stderr] 130 |             max_enter_sleep_frame,
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `max_enter_sleep_frame: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `max_enter_sleep_motion`
[INFO] [stderr]    --> src/scene/mod.rs:131:13
[INFO] [stderr]     |
[INFO] [stderr] 131 |             max_enter_sleep_motion,
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `max_enter_sleep_motion: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `constraint`
[INFO] [stderr]    --> src/scene/mod.rs:618:24
[INFO] [stderr]     |
[INFO] [stderr] 618 |             .for_each(|constraint| {});
[INFO] [stderr]     |                        ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_constraint`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `start_point`
[INFO] [stderr]    --> src/shape/utils.rs:573:17
[INFO] [stderr]     |
[INFO] [stderr] 573 |                 start_point,
[INFO] [stderr]     |                 ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `support_point`
[INFO] [stderr]    --> src/shape/utils.rs:574:17
[INFO] [stderr]     |
[INFO] [stderr] 574 |                 support_point,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `end_point`
[INFO] [stderr]    --> src/shape/utils.rs:575:17
[INFO] [stderr]     |
[INFO] [stderr] 575 |                 end_point,
[INFO] [stderr]     |                 ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `center_point`
[INFO] [stderr]    --> src/shape/utils.rs:581:17
[INFO] [stderr]     |
[INFO] [stderr] 581 |                 center_point,
[INFO] [stderr]     |                 ^^^^^^^^^^^^ help: try ignoring the field: `center_point: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `radius`
[INFO] [stderr]    --> src/shape/utils.rs:582:17
[INFO] [stderr]     |
[INFO] [stderr] 582 |                 radius,
[INFO] [stderr]     |                 ^^^^^^ help: try ignoring the field: `radius: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `start_point`
[INFO] [stderr]    --> src/shape/utils.rs:647:17
[INFO] [stderr]     |
[INFO] [stderr] 647 |                 start_point,
[INFO] [stderr]     |                 ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `end_point`
[INFO] [stderr]    --> src/shape/utils.rs:648:17
[INFO] [stderr]     |
[INFO] [stderr] 648 |                 end_point,
[INFO] [stderr]     |                 ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/tools/snapshot.rs:37:9
[INFO] [stderr]    |
[INFO] [stderr] 37 |     let mut forces = String::new();
[INFO] [stderr]    |         ----^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `compute_minkowski` is never used
[INFO] [stderr]    --> src/collision/mod.rs:396:15
[INFO] [stderr]     |
[INFO] [stderr] 396 | pub(crate) fn compute_minkowski<F>(compute_support_point: F) -> Vec<MinkowskiDifferencePoint>
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `is_deleted` is never read
[INFO] [stderr]   --> src/element/store.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 18 | struct StoredElement<D: Clone> {
[INFO] [stderr]    |        ------------- field in this struct
[INFO] [stderr] 19 |     // TODO
[INFO] [stderr] 20 |     is_deleted: bool,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `total_skip_durations` is never read
[INFO] [stderr]   --> src/scene/mod.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub struct Scene<Data = ()>
[INFO] [stderr]    |            ----- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 30 |     total_skip_durations: FloatNum,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `post_solve_constraints`, `solve_air_friction`, and `query_element_pair` are never used
[INFO] [stderr]    --> src/scene/mod.rs:615:15
[INFO] [stderr]     |
[INFO] [stderr]  73 | impl<T: Clone + Default> Scene<T> {
[INFO] [stderr]     | --------------------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 615 |     unsafe fn post_solve_constraints(&mut self) {
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 657 |     fn solve_air_friction(&mut self) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 670 |     unsafe fn query_element_pair(
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `GlobalContext` is never constructed
[INFO] [stderr]   --> src/scene/context.rs:10:19
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub(crate) struct GlobalContext {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `global_context` is never used
[INFO] [stderr]   --> src/scene/context.rs:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn global_context() -> GlobalContext {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `rad` is never read
[INFO] [stderr]   --> src/shape/circle.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr]  5 | pub struct Circle {
[INFO] [stderr]    |            ------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 10 |     rad: f32,
[INFO] [stderr]    |     ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Circle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated constant `EDGE_COUNT` is never used
[INFO] [stderr]   --> src/shape/polygon.rs:81:11
[INFO] [stderr]    |
[INFO] [stderr] 80 | impl<const N: usize> ConstPolygon<N> {
[INFO] [stderr]    | ------------------------------------ associated constant in this implementation
[INFO] [stderr] 81 |     const EDGE_COUNT: usize = N;
[INFO] [stderr]    |           ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `minkowski_different_gathers` is never read
[INFO] [stderr]   --> src/tools/collision_view.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub struct CollisionStatusViewer {
[INFO] [stderr]    |            --------------------- field in this struct
[INFO] [stderr] 20 |     minkowski_different_gathers: Vec<Point>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `PI` should have a snake case name
[INFO] [stderr]   --> src/math/mod.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub const fn PI() -> FloatNum {
[INFO] [stderr]    |              ^^ help: convert the identifier to snake case: `pi`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `TAU` should have a snake case name
[INFO] [stderr]   --> src/math/mod.rs:16:14
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub const fn TAU() -> FloatNum {
[INFO] [stderr]    |              ^^^ help: convert the identifier to snake case: `tau`
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/scene/context.rs:22:36
[INFO] [stderr]    |
[INFO] [stderr] 22 |               merge_shape_transform: INNER_GLOBAL_CONTEXT
[INFO] [stderr]    |  ____________________________________^
[INFO] [stderr] 23 | |                 .borrow()
[INFO] [stderr]    | |_________________________^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/scene/context.rs:31:14
[INFO] [stderr]    |
[INFO] [stderr] 31 |     unsafe { INNER_GLOBAL_CONTEXT.get_mut() }
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: `picea` (lib) generated 32 warnings (run `cargo fix --lib -p picea` to apply 19 suggestions)
[INFO] [stderr] warning: unused variable: `helper`
[INFO] [stderr]    --> examples/../examples_common.rs:155:9
[INFO] [stderr]     |
[INFO] [stderr] 155 |         helper: &mut WindowHelper<()>,
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `info`
[INFO] [stderr]    --> examples/../examples_common.rs:156:9
[INFO] [stderr]     |
[INFO] [stderr] 156 |         info: speedy2d::window::WindowStartupInfo,
[INFO] [stderr]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `helper`
[INFO] [stderr]    --> examples/../examples_common.rs:167:9
[INFO] [stderr]     |
[INFO] [stderr] 167 |         helper: &mut WindowHelper<()>,
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `scancode`
[INFO] [stderr]    --> examples/../examples_common.rs:169:9
[INFO] [stderr]     |
[INFO] [stderr] 169 |         scancode: speedy2d::window::KeyScancode,
[INFO] [stderr]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scancode`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `helper`
[INFO] [stderr]    --> examples/../examples_common.rs:221:9
[INFO] [stderr]     |
[INFO] [stderr] 221 |         helper: &mut WindowHelper<()>,
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `button`
[INFO] [stderr]    --> examples/../examples_common.rs:222:9
[INFO] [stderr]     |
[INFO] [stderr] 222 |         button: speedy2d::window::MouseButton,
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `helper`
[INFO] [stderr]    --> examples/../examples_common.rs:229:9
[INFO] [stderr]     |
[INFO] [stderr] 229 |         helper: &mut WindowHelper<()>,
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `button`
[INFO] [stderr]    --> examples/../examples_common.rs:230:9
[INFO] [stderr]     |
[INFO] [stderr] 230 |         button: speedy2d::window::MouseButton,
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_button`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `helper`
[INFO] [stderr]    --> examples/../examples_common.rs:242:9
[INFO] [stderr]     |
[INFO] [stderr] 242 |         helper: &mut WindowHelper<()>,
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `helper`
[INFO] [stderr]    --> examples/../examples_common.rs:250:33
[INFO] [stderr]     |
[INFO] [stderr] 250 |     fn on_mouse_move(&mut self, helper: &mut WindowHelper<()>, position: speedy2d::dimen::Vec2) {
[INFO] [stderr]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `helper`
[INFO] [stderr]    --> examples/../examples_common.rs:288:33
[INFO] [stderr]     |
[INFO] [stderr] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stderr]     |                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `user_event`
[INFO] [stderr]    --> examples/../examples_common.rs:288:64
[INFO] [stderr]     |
[INFO] [stderr] 288 |     fn on_user_event(&mut self, helper: &mut WindowHelper<()>, user_event: ()) {}
[INFO] [stderr]     |                                                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_event`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `object_id_a`
[INFO] [stderr]    --> examples/../examples_common.rs:435:26
[INFO] [stderr]     |
[INFO] [stderr] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stderr]     |                          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_a`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `object_id_b`
[INFO] [stderr]    --> examples/../examples_common.rs:435:39
[INFO] [stderr]     |
[INFO] [stderr] 435 |                     let (object_id_a, object_id_b) = contact_info.object_id_pair();
[INFO] [stderr]     |                                       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_object_id_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `start_point`
[INFO] [stderr]    --> examples/../examples_common.rs:370:25
[INFO] [stderr]     |
[INFO] [stderr] 370 |                         start_point,
[INFO] [stderr]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `support_point`
[INFO] [stderr]    --> examples/../examples_common.rs:371:25
[INFO] [stderr]     |
[INFO] [stderr] 371 |                         support_point,
[INFO] [stderr]     |                         ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `end_point`
[INFO] [stderr]    --> examples/../examples_common.rs:372:25
[INFO] [stderr]     |
[INFO] [stderr] 372 |                         end_point,
[INFO] [stderr]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `start_point`
[INFO] [stderr]    --> examples/../examples_common.rs:384:25
[INFO] [stderr]     |
[INFO] [stderr] 384 |                         start_point,
[INFO] [stderr]     |                         ^^^^^^^^^^^ help: try ignoring the field: `start_point: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `end_point`
[INFO] [stderr]    --> examples/../examples_common.rs:385:25
[INFO] [stderr]     |
[INFO] [stderr] 385 |                         end_point,
[INFO] [stderr]     |                         ^^^^^^^^^ help: try ignoring the field: `end_point: _`
[INFO] [stderr] 
[INFO] [stderr] warning: function `run_simple` is never used
[INFO] [stderr]    --> examples/../examples_common.rs:508:8
[INFO] [stderr]     |
[INFO] [stderr] 508 | pub fn run_simple(init: fn(&mut Scene, &mut Handler<()>)) {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> examples/stack2.rs:41:9
[INFO] [stderr]    |
[INFO] [stderr] 41 |     let mut start_y = 30.;
[INFO] [stderr]    |         ----^^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> examples/stack2.rs:43:9
[INFO] [stderr]    |
[INFO] [stderr] 43 |     let mut start_x = 100.;
[INFO] [stderr]    |         ----^^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `handler`
[INFO] [stderr]   --> examples/stack2.rs:62:65
[INFO] [stderr]    |
[INFO] [stderr] 62 | fn update(scene: &mut Scene, _selected_element_id: Option<u32>, handler: &mut common::Handler<()>) {
[INFO] [stderr]    |                                                                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_handler`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]    --> src/shape/utils.rs:807:13
[INFO] [stderr]     |
[INFO] [stderr] 807 |         let result = split_clockwise_concave_polygon_to_two_convex_polygon(vertices).unwrap();
[INFO] [stderr]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> examples/ground.rs:43:13
[INFO] [stderr]    |
[INFO] [stderr] 43 |         let mut element: Element<()> =
[INFO] [stderr]    |             ----^^^^^^^
[INFO] [stderr]    |             |
[INFO] [stderr]    |             help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `handler`
[INFO] [stderr]   --> examples/ground.rs:13:28
[INFO] [stderr]    |
[INFO] [stderr] 13 | fn init(scene: &mut Scene, handler: &mut common::Handler<()>) {
[INFO] [stderr]    |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_handler`
[INFO] [stderr] 
[INFO] [stderr] warning: `picea` (example "conservation_of_momentum") generated 20 warnings (run `cargo fix --example "conservation_of_momentum" -p picea` to apply 19 suggestions)
[INFO] [stderr] warning: `picea` (example "stack2") generated 23 warnings (20 duplicates) (run `cargo fix --example "stack2" -p picea` to apply 3 suggestions)
[INFO] [stderr] warning: `picea` (lib test) generated 31 warnings (30 duplicates) (run `cargo fix --lib -p picea --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `picea` (example "ground") generated 22 warnings (20 duplicates) (run `cargo fix --example "ground" -p picea` to apply 2 suggestions)
[INFO] [stderr] warning: `picea` (example "newton_cradle") generated 20 warnings (20 duplicates)
[INFO] [stderr] warning: `picea` (example "bridge") generated 19 warnings (19 duplicates)
[INFO] [stderr] warning: `picea` (example "cloth") generated 20 warnings (20 duplicates)
[INFO] [stderr] warning: unused variable: `top`
[INFO] [stderr]   --> examples/accumulation.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |     let top = 10;
[INFO] [stderr]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_top`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `handler`
[INFO] [stderr]   --> examples/friction.rs:14:34
[INFO] [stderr]    |
[INFO] [stderr] 14 | fn init(scene: &mut Scene<Data>, handler: &mut common::Handler<Data>) {
[INFO] [stderr]    |                                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_handler`
[INFO] [stderr] 
[INFO] [stderr] warning: `picea` (example "stack") generated 20 warnings (20 duplicates)
[INFO] [stderr] warning: `picea` (example "pit") generated 20 warnings (20 duplicates)
[INFO] [stderr] warning: `picea` (example "accumulation") generated 21 warnings (20 duplicates) (run `cargo fix --example "accumulation" -p picea` to apply 1 suggestion)
[INFO] [stderr] warning: `picea` (example "link") generated 20 warnings (20 duplicates)
[INFO] [stderr] warning: `picea` (example "friction") generated 21 warnings (20 duplicates) (run `cargo fix --example "friction" -p picea` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/picea-de4ef9164acd06e6)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test collision::tests::test_minkowski_point ... ok
[INFO] [stdout] test shape::utils::test::test_is_point_inside_shape ... ok
[INFO] [stdout] test math::axis::tests::test_axis_direction_size ... ok
[INFO] [stdout] test shape::utils::tests::rotate_test ... ok
[INFO] [stdout] test shape::utils::tests::test_split_concave_polygon ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test shape::utils::tests::test_split_concave_polygon1 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- shape::utils::tests::test_split_concave_polygon1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'shape::utils::tests::test_split_concave_polygon1' (22) panicked at src/shape/utils.rs:461:13:
[INFO] [stdout] internal error: entered unreachable code: polygon [Point { x: 0.0, y: 110.0 }, Point { x: 17.500002, y: 110.0 }, Point { x: 90.0, y: 81.0 }, Point { x: 85.0, y: 76.0 }, Point { x: 0.0, y: 110.0 }] cant' found the cut edge , something is wrong
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6231c1beb0d2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6231c1beb0d2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6231c1beb0d2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6231c1beb0d2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6231c1c003fa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6231c1c003fa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x6231c1befed6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6231c1befed6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x6231c1bc986f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6231c1bc986f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6231c1be3409 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6231c1b7ee3e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x6231c1b7ee3e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6231c1be35c2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x6231c1be35c2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6231c1bc9928 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6231c1bbeb19 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6231c1bca77d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6231c1c00acc - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6231c1b6ada9 - picea[dcd38978e3583744]::shape::utils::split_clockwise_concave_polygon_to_two_convex_polygon
[INFO] [stdout]                                at /opt/rustwide/workdir/src/shape/utils.rs:461:13
[INFO] [stdout]   20:     0x6231c1b6a826 - picea[dcd38978e3583744]::shape::utils::split_concave_polygon_to_convex_polygons
[INFO] [stdout]                                at /opt/rustwide/workdir/src/shape/utils.rs:542:36
[INFO] [stdout]   21:     0x6231c1b6c815 - picea[dcd38978e3583744]::shape::utils::tests::test_split_concave_polygon1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/shape/utils.rs:873:9
[INFO] [stdout]   22:     0x6231c1b68b67 - picea[dcd38978e3583744]::shape::utils::tests::test_split_concave_polygon1::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/shape/utils.rs:829:37
[INFO] [stdout]   23:     0x6231c1b71616 - <picea[dcd38978e3583744]::shape::utils::tests::test_split_concave_polygon1::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6231c1b731eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6231c1b731eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x6231c1b7fa4a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x6231c1b7fa4a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x6231c1b7fa4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x6231c1b7fa4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x6231c1b7fa4a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6231c1b7fa4a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x6231c1b7fa4a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x6231c1b79f14 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x6231c1b79f14 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x6231c1b82542 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x6231c1b82542 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x6231c1b82542 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6231c1b82542 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x6231c1b82542 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6231c1b82542 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x6231c1b82542 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x6231c1bea97f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x6231c1bea97f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x73cda720caa4 - <unknown>
[INFO] [stdout]   45:     0x73cda7299a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     shape::utils::tests::test_split_concave_polygon1
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c7139823151cd89403b896dc024bde392108f9e1e874be14332bb37c56dda1a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7139823151cd89403b896dc024bde392108f9e1e874be14332bb37c56dda1a1", kill_on_drop: false }`
[INFO] [stdout] c7139823151cd89403b896dc024bde392108f9e1e874be14332bb37c56dda1a1
