[INFO] cloning repository https://github.com/Barfussmann/demonstrator_adp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Barfussmann/demonstrator_adp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBarfussmann%2Fdemonstrator_adp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBarfussmann%2Fdemonstrator_adp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] da024f2f61e2578289e7938fb1cfd848c343ea1c
[INFO] checking Barfussmann/demonstrator_adp against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBarfussmann%2Fdemonstrator_adp" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Barfussmann/demonstrator_adp
[INFO] finished tweaking git repo https://github.com/Barfussmann/demonstrator_adp
[INFO] tweaked toml for git repo https://github.com/Barfussmann/demonstrator_adp written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Barfussmann/demonstrator_adp on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Barfussmann/demonstrator_adp 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded blinkt v0.7.1
[INFO] [stderr]   Downloaded serialport v4.8.1
[INFO] [stderr]   Downloaded rppal v0.15.0
[INFO] [stderr]   Downloaded miniquad v0.4.6
[INFO] [stderr]   Downloaded glam v0.30.9
[INFO] [stderr]   Downloaded macroquad v0.4.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8e2cb3ec5cbff0379de23133fa3835d79f36b5241daec31dd62a3ea46a8360e2
[INFO] running `Command { std: "docker" "start" "8e2cb3ec5cbff0379de23133fa3835d79f36b5241daec31dd62a3ea46a8360e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e2cb3ec5cbff0379de23133fa3835d79f36b5241daec31dd62a3ea46a8360e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8e2cb3ec5cbff0379de23133fa3835d79f36b5241daec31dd62a3ea46a8360e2" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e2cb3ec5cbff0379de23133fa3835d79f36b5241daec31dd62a3ea46a8360e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8e2cb3ec5cbff0379de23133fa3835d79f36b5241daec31dd62a3ea46a8360e2" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking miniz_oxide v0.8.3
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]    Compiling miniquad v0.4.6
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking glam v0.27.0
[INFO] [stderr]    Compiling macroquad_macro v0.1.8
[INFO] [stderr]     Checking fast-srgb8 v1.0.0
[INFO] [stderr]     Checking quad-rand v0.2.3
[INFO] [stderr]     Checking glam v0.30.9
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]     Checking fontdue v0.7.3
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking libudev v0.3.0
[INFO] [stderr]     Checking macroquad v0.4.13
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking unescaper v0.1.6
[INFO] [stderr]     Checking serialport v4.8.1
[INFO] [stderr]     Checking demonstrator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Context`, `Duration`, `LazyLock`, `OnceLock`, `Poll`, `Waker`, `cell::LazyCell`, and `collections::VecDeque`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     cell::LazyCell,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 3 |     collections::VecDeque,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 |     sync::{LazyLock, OnceLock},
[INFO] [stdout]   |            ^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 5 |     task::{Context, Poll, Waker},
[INFO] [stdout]   |            ^^^^^^^  ^^^^  ^^^^^
[INFO] [stdout] 6 |     time::{Duration, Instant},
[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: `thread::sleep`
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     thread::sleep,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `board::color_to_vec3`
[INFO] [stdout]   --> src/main.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use board::color_to_vec3;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ligth_point::LigthPoint`
[INFO] [stdout]   --> src/main.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use ligth_point::LigthPoint;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MachineStateChange`, `Product`, `Step`, `product::ProductPlan`, and `time_manager::VirtualInstant`
[INFO] [stdout]   --> src/main.rs:25:20
[INFO] [stdout]    |
[INFO] [stdout] 25 |     board::{Board, MachineStateChange, Scenario},
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 26 |     product::ProductPlan,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 27 |     product::{Product, Step},
[INFO] [stdout]    |               ^^^^^^^  ^^^^
[INFO] [stdout] 28 |     time_manager::TimeManager,
[INFO] [stdout] 29 |     time_manager::VirtualInstant,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Context`, `Duration`, `LazyLock`, `OnceLock`, `Poll`, `Waker`, `cell::LazyCell`, and `collections::VecDeque`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     cell::LazyCell,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 3 |     collections::VecDeque,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 |     sync::{LazyLock, OnceLock},
[INFO] [stdout]   |            ^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 5 |     task::{Context, Poll, Waker},
[INFO] [stdout]   |            ^^^^^^^  ^^^^  ^^^^^
[INFO] [stdout] 6 |     time::{Duration, Instant},
[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: `thread::sleep`
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     thread::sleep,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `board::color_to_vec3`
[INFO] [stdout]   --> src/main.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use board::color_to_vec3;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ligth_point::LigthPoint`
[INFO] [stdout]   --> src/main.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use ligth_point::LigthPoint;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MachineStateChange`, `Product`, `Step`, `product::ProductPlan`, and `time_manager::VirtualInstant`
[INFO] [stdout]   --> src/main.rs:25:20
[INFO] [stdout]    |
[INFO] [stdout] 25 |     board::{Board, MachineStateChange, Scenario},
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 26 |     product::ProductPlan,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 27 |     product::{Product, Step},
[INFO] [stdout]    |               ^^^^^^^  ^^^^
[INFO] [stdout] 28 |     time_manager::TimeManager,
[INFO] [stdout] 29 |     time_manager::VirtualInstant,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_time`
[INFO] [stdout]   --> src/main.rs:77:13
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let start_time = Instant::now();
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_time`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BAUD_RATE` is never used
[INFO] [stdout]   --> src/main.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 | const BAUD_RATE: u32 = 115_200;
[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 `init` is never used
[INFO] [stdout]    --> src/main.rs:252:4
[INFO] [stdout]     |
[INFO] [stdout] 252 | fn init() -> (Option<SerialPortInfo>, Option<SerialPortInfo>) {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_serial_to_std_out` is never used
[INFO] [stdout]    --> src/main.rs:286:4
[INFO] [stdout]     |
[INFO] [stdout] 286 | fn read_serial_to_std_out(serial_port_info: SerialPortInfo) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Broken` is never constructed
[INFO] [stdout]   --> src/board.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum ModuleState {
[INFO] [stdout]    |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     Broken,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ModuleState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `colors` is never used
[INFO] [stdout]   --> src/board.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl Module {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn colors(&self, flip: bool) -> Vec<Srgb> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `color_to_vec3` is never used
[INFO] [stdout]    --> src/board.rs:175:8
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub fn color_to_vec3(color: Color) -> Srgb {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `colors` and `inbounds` are never used
[INFO] [stdout]    --> src/board.rs:298:12
[INFO] [stdout]     |
[INFO] [stdout] 288 | impl Board {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 298 |     pub fn colors(&self) -> Vec<Srgb> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 324 |     pub fn inbounds(&self, pos: [i32; 2]) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GREEN` is never used
[INFO] [stdout]   --> src/constants.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const GREEN: Srgb = Srgb::new(0.00, 1.0, 0.0);
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `target` is never used
[INFO] [stdout]   --> src/ligth_point.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 49 | impl LigthPoint {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub fn target(&self) -> [i32; 2] {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `last_speed_multiplier` is never read
[INFO] [stdout]   --> src/time_manager.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 53 | struct TimeManagerInner {
[INFO] [stdout]    |        ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 62 |     last_speed_multiplier: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TimeManagerInner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `pause` and `resume` are never used
[INFO] [stdout]    --> src/time_manager.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout]  67 | impl TimeManager {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 144 |     pub fn pause(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn resume(&mut self) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_time`
[INFO] [stdout]   --> src/main.rs:77:13
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let start_time = Instant::now();
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_time`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BAUD_RATE` is never used
[INFO] [stdout]   --> src/main.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 | const BAUD_RATE: u32 = 115_200;
[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 `init` is never used
[INFO] [stdout]    --> src/main.rs:252:4
[INFO] [stdout]     |
[INFO] [stdout] 252 | fn init() -> (Option<SerialPortInfo>, Option<SerialPortInfo>) {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_serial_to_std_out` is never used
[INFO] [stdout]    --> src/main.rs:286:4
[INFO] [stdout]     |
[INFO] [stdout] 286 | fn read_serial_to_std_out(serial_port_info: SerialPortInfo) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Broken` is never constructed
[INFO] [stdout]   --> src/board.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum ModuleState {
[INFO] [stdout]    |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     Broken,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ModuleState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `colors` is never used
[INFO] [stdout]   --> src/board.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl Module {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn colors(&self, flip: bool) -> Vec<Srgb> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `color_to_vec3` is never used
[INFO] [stdout]    --> src/board.rs:175:8
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub fn color_to_vec3(color: Color) -> Srgb {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `colors` and `inbounds` are never used
[INFO] [stdout]    --> src/board.rs:298:12
[INFO] [stdout]     |
[INFO] [stdout] 288 | impl Board {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 298 |     pub fn colors(&self) -> Vec<Srgb> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 324 |     pub fn inbounds(&self, pos: [i32; 2]) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GREEN` is never used
[INFO] [stdout]   --> src/constants.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const GREEN: Srgb = Srgb::new(0.00, 1.0, 0.0);
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `target` is never used
[INFO] [stdout]   --> src/ligth_point.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 49 | impl LigthPoint {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub fn target(&self) -> [i32; 2] {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `last_speed_multiplier` is never read
[INFO] [stdout]   --> src/time_manager.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 53 | struct TimeManagerInner {
[INFO] [stdout]    |        ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 62 |     last_speed_multiplier: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TimeManagerInner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `pause` and `resume` are never used
[INFO] [stdout]    --> src/time_manager.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout]  67 | impl TimeManager {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 144 |     pub fn pause(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn resume(&mut self) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.56s
[INFO] running `Command { std: "docker" "inspect" "8e2cb3ec5cbff0379de23133fa3835d79f36b5241daec31dd62a3ea46a8360e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e2cb3ec5cbff0379de23133fa3835d79f36b5241daec31dd62a3ea46a8360e2", kill_on_drop: false }`
[INFO] [stdout] 8e2cb3ec5cbff0379de23133fa3835d79f36b5241daec31dd62a3ea46a8360e2
