[INFO] cloning repository https://github.com/KamilM1205/typix [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KamilM1205/typix" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKamilM1205%2Ftypix", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKamilM1205%2Ftypix'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f373fd7200a2db14d923460d0fcb9eb0beee4064 [INFO] checking KamilM1205/typix against try#024378d9203a4009ed73d6db2681b88a8d74ce7a for pr-112160 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKamilM1205%2Ftypix" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KamilM1205/typix on toolchain 024378d9203a4009ed73d6db2681b88a8d74ce7a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/KamilM1205/typix [INFO] finished tweaking git repo https://github.com/KamilM1205/typix [INFO] tweaked toml for git repo https://github.com/KamilM1205/typix written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/KamilM1205/typix 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" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09798f902df7148e7ef5745e41fcf799111ee6e62738d2b238d9562385d4e2e8 [INFO] running `Command { std: "docker" "start" "-a" "09798f902df7148e7ef5745e41fcf799111ee6e62738d2b238d9562385d4e2e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09798f902df7148e7ef5745e41fcf799111ee6e62738d2b238d9562385d4e2e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09798f902df7148e7ef5745e41fcf799111ee6e62738d2b238d9562385d4e2e8", kill_on_drop: false }` [INFO] [stdout] 09798f902df7148e7ef5745e41fcf799111ee6e62738d2b238d9562385d4e2e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2d5c5bbc212ea3ba3c789590b5a8264e8cd0cd4e3d653eff667d7f9bada8b06 [INFO] running `Command { std: "docker" "start" "-a" "b2d5c5bbc212ea3ba3c789590b5a8264e8cd0cd4e3d653eff667d7f9bada8b06", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking ttf-parser v0.15.0 [INFO] [stderr] Compiling sapp-linux v0.1.13 [INFO] [stderr] Compiling quad-alsa-sys v0.3.2 [INFO] [stderr] Checking dasp_sample v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Checking ogg v0.7.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking once_cell v1.9.0 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking ahash v0.4.7 [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Compiling quad-snd v0.2.3 [INFO] [stderr] Checking atomic_refcell v0.1.8 [INFO] [stderr] Checking dasp_frame v0.11.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Checking webbrowser v0.5.5 [INFO] [stderr] Checking ttf-parser v0.12.3 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Checking smallvec v0.6.14 [INFO] [stderr] Checking glam v0.14.0 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Compiling macroquad_macro v0.1.7 [INFO] [stderr] Checking quad-url v0.1.1 [INFO] [stderr] Checking quad-rand v0.2.1 [INFO] [stderr] Checking bumpalo v3.9.1 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking lewton v0.9.4 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Checking getrandom v0.2.5 [INFO] [stderr] Checking dirs-sys v0.3.6 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Checking ahash v0.7.6 [INFO] [stderr] Compiling include_dir_macros v0.7.2 [INFO] [stderr] Checking fontdue v0.5.2 [INFO] [stderr] Checking audrey v0.3.0 [INFO] [stderr] Checking include_dir v0.7.2 [INFO] [stderr] Checking owned_ttf_parser v0.15.0 [INFO] [stderr] Checking ab_glyph v0.2.14 [INFO] [stderr] Checking miniquad v0.3.0-alpha.43 [INFO] [stderr] Compiling bytemuck_derive v1.0.1 [INFO] [stderr] Checking bytemuck v1.8.0 [INFO] [stderr] Checking emath v0.17.0 [INFO] [stderr] Checking image v0.23.14 [INFO] [stderr] Checking epaint v0.17.0 [INFO] [stderr] Checking egui v0.17.0 [INFO] [stderr] Checking macroquad v0.3.10 [INFO] [stderr] Checking egui-miniquad v0.9.0 [INFO] [stderr] Checking egui-macroquad v0.9.0 [INFO] [stderr] Checking typix v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/entity/messages.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn draw(&mut self, ctx: &egui::Context) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dimensions` [INFO] [stdout] --> src/states/drop_game_state.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 114 | let dimensions = key.label.get_dimensions(); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dimensions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/entity/messages.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn draw(&mut self, ctx: &egui::Context) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dimensions` [INFO] [stdout] --> src/states/drop_game_state.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 114 | let dimensions = key.label.get_dimensions(); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dimensions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stmc` [INFO] [stdout] --> src/states/lvl_select_state.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn draw_ui(&mut self, stmc: &mut StateMachineController) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_stmc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ui` [INFO] [stdout] --> src/states/lvl_select_state.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | .show(ui, |ui| {}); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ui` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/states/lvl_select_state.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | fn draw(&mut self, dt: f32, stmc: &mut StateMachineController) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stmc` [INFO] [stdout] --> src/states/mm_state.rs:117:31 [INFO] [stdout] | [INFO] [stdout] 117 | fn key_handler(&mut self, stmc: &mut StateMachineController) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_stmc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ui` [INFO] [stdout] --> src/states/settings_state.rs:223:54 [INFO] [stdout] | [INFO] [stdout] 223 | ... |ui| {}, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ui` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ui` [INFO] [stdout] --> src/states/settings_state.rs:227:54 [INFO] [stdout] | [INFO] [stdout] 227 | ... |ui| {}, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ui` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stmc` [INFO] [stdout] --> src/states/lvl_select_state.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn draw_ui(&mut self, stmc: &mut StateMachineController) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_stmc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ui` [INFO] [stdout] --> src/states/lvl_select_state.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | .show(ui, |ui| {}); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ui` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/states/lvl_select_state.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | fn draw(&mut self, dt: f32, stmc: &mut StateMachineController) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/states/settings_state.rs:264:24 [INFO] [stdout] | [INFO] [stdout] 264 | fn draw(&mut self, dt: f32, stmc: &mut StateMachineController) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stmc` [INFO] [stdout] --> src/states/settings_state.rs:264:33 [INFO] [stdout] | [INFO] [stdout] 264 | fn draw(&mut self, dt: f32, stmc: &mut StateMachineController) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_stmc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stmc` [INFO] [stdout] --> src/states/mm_state.rs:117:31 [INFO] [stdout] | [INFO] [stdout] 117 | fn key_handler(&mut self, stmc: &mut StateMachineController) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_stmc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ui` [INFO] [stdout] --> src/states/settings_state.rs:223:54 [INFO] [stdout] | [INFO] [stdout] 223 | ... |ui| {}, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ui` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ui` [INFO] [stdout] --> src/states/settings_state.rs:227:54 [INFO] [stdout] | [INFO] [stdout] 227 | ... |ui| {}, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ui` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `prefix` is never read [INFO] [stdout] --> src/entity/fps.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct FPS { [INFO] [stdout] | --- field in this struct [INFO] [stdout] 6 | label: Label, [INFO] [stdout] 7 | prefix: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/entity/fps.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 21 | impl FPS { [INFO] [stdout] | -------- associated function in this implementation [INFO] [stdout] 22 | fn new(prefix: impl Into) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_dimensions` is never used [INFO] [stdout] --> src/entity/label.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 20 | impl AnimatedLabel { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 57 | pub fn get_dimensions(&self) -> TextDimensions { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OneButtonMessage` is never constructed [INFO] [stdout] --> src/entity/messages.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct OneButtonMessage { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `show`, `hide`, `is_showed`, and `draw` are never used [INFO] [stdout] --> src/entity/messages.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl OneButtonMessage { [INFO] [stdout] | --------------------- associated items in this implementation [INFO] [stdout] 11 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | pub fn show(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub fn hide(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn is_showed(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub fn draw(&mut self, ctx: &egui::Context) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `current_kpm` is never read [INFO] [stdout] --> src/states/drop_game_state.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct DropGameState { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 19 | current_kpm: u16, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `locale` is never read [INFO] [stdout] --> src/states/lvl_select_state.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct LvlSelectState { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 10 | label: Label, [INFO] [stdout] 11 | locale: Locale, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `draw_ui` is never used [INFO] [stdout] --> src/states/lvl_select_state.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl LvlSelectState { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 22 | pub fn draw_ui(&mut self, stmc: &mut StateMachineController) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ICON_SMALL` is never used [INFO] [stdout] --> src/utils/constants.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub const ICON_SMALL: &[u8] = include_bytes!(concat!( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `state` is never used [INFO] [stdout] --> src/utils/state.rs:75:12 [INFO] [stdout] | [INFO] [stdout] 60 | impl StateMachine [INFO] [stdout] | ----------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 75 | pub fn state(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GOver` is never constructed [INFO] [stdout] --> src/utils/states.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub enum DropGameStates { [INFO] [stdout] | -------------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 14 | GOver, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/states/settings_state.rs:264:24 [INFO] [stdout] | [INFO] [stdout] 264 | fn draw(&mut self, dt: f32, stmc: &mut StateMachineController) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stmc` [INFO] [stdout] --> src/states/settings_state.rs:264:33 [INFO] [stdout] | [INFO] [stdout] 264 | fn draw(&mut self, dt: f32, stmc: &mut StateMachineController) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_stmc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `prefix` is never read [INFO] [stdout] --> src/entity/fps.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct FPS { [INFO] [stdout] | --- field in this struct [INFO] [stdout] 6 | label: Label, [INFO] [stdout] 7 | prefix: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/entity/fps.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 21 | impl FPS { [INFO] [stdout] | -------- associated function in this implementation [INFO] [stdout] 22 | fn new(prefix: impl Into) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_dimensions` is never used [INFO] [stdout] --> src/entity/label.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 20 | impl AnimatedLabel { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 57 | pub fn get_dimensions(&self) -> TextDimensions { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OneButtonMessage` is never constructed [INFO] [stdout] --> src/entity/messages.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct OneButtonMessage { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `show`, `hide`, `is_showed`, and `draw` are never used [INFO] [stdout] --> src/entity/messages.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl OneButtonMessage { [INFO] [stdout] | --------------------- associated items in this implementation [INFO] [stdout] 11 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | pub fn show(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub fn hide(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn is_showed(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub fn draw(&mut self, ctx: &egui::Context) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `current_kpm` is never read [INFO] [stdout] --> src/states/drop_game_state.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct DropGameState { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 19 | current_kpm: u16, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `locale` is never read [INFO] [stdout] --> src/states/lvl_select_state.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct LvlSelectState { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 10 | label: Label, [INFO] [stdout] 11 | locale: Locale, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `draw_ui` is never used [INFO] [stdout] --> src/states/lvl_select_state.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl LvlSelectState { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 22 | pub fn draw_ui(&mut self, stmc: &mut StateMachineController) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ICON_SMALL` is never used [INFO] [stdout] --> src/utils/constants.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub const ICON_SMALL: &[u8] = include_bytes!(concat!( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `state` is never used [INFO] [stdout] --> src/utils/state.rs:75:12 [INFO] [stdout] | [INFO] [stdout] 60 | impl StateMachine [INFO] [stdout] | ----------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 75 | pub fn state(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GOver` is never constructed [INFO] [stdout] --> src/utils/states.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub enum DropGameStates { [INFO] [stdout] | -------------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 14 | GOver, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/configs/mod.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | let mut path = apath.clone().to_path_buf(); [INFO] [stdout] | ^^^^^^^^ unnecessary method call [INFO] [stdout] | [INFO] [stdout] = note: the type `std::path::Path` does not implement `Clone`, so calling `clone` on `&std::path::Path` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[deny(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/configs/mod.rs:51:37 [INFO] [stdout] | [INFO] [stdout] 51 | let mut path = apath.clone().to_path_buf(); [INFO] [stdout] | ^^^^^^^^ unnecessary method call [INFO] [stdout] | [INFO] [stdout] = note: the type `std::path::Path` does not implement `Clone`, so calling `clone` on `&std::path::Path` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/configs/mod.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | let mut path = apath.clone().to_path_buf(); [INFO] [stdout] | ^^^^^^^^ unnecessary method call [INFO] [stdout] | [INFO] [stdout] = note: the type `std::path::Path` does not implement `Clone`, so calling `clone` on `&std::path::Path` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[deny(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/configs/mod.rs:51:37 [INFO] [stdout] | [INFO] [stdout] 51 | let mut path = apath.clone().to_path_buf(); [INFO] [stdout] | ^^^^^^^^ unnecessary method call [INFO] [stdout] | [INFO] [stdout] = note: the type `std::path::Path` does not implement `Clone`, so calling `clone` on `&std::path::Path` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `typix` (bin "typix") due to 3 previous errors; 21 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors; 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `typix` (bin "typix" test) due to 3 previous errors; 21 warnings emitted [INFO] running `Command { std: "docker" "inspect" "b2d5c5bbc212ea3ba3c789590b5a8264e8cd0cd4e3d653eff667d7f9bada8b06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2d5c5bbc212ea3ba3c789590b5a8264e8cd0cd4e3d653eff667d7f9bada8b06", kill_on_drop: false }` [INFO] [stdout] b2d5c5bbc212ea3ba3c789590b5a8264e8cd0cd4e3d653eff667d7f9bada8b06