[INFO] cloning repository https://github.com/nesquikcode/tuicore [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nesquikcode/tuicore" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnesquikcode%2Ftuicore", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnesquikcode%2Ftuicore'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 58cd752871b5721afeb241cf9f64f8b444e1614c [INFO] checking nesquikcode/tuicore against try#93086cfebfccb79083c59d0d3b2052944bba643c for pr-146440-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnesquikcode%2Ftuicore" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/nesquikcode/tuicore [INFO] finished tweaking git repo https://github.com/nesquikcode/tuicore [INFO] tweaked toml for git repo https://github.com/nesquikcode/tuicore written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nesquikcode/tuicore on toolchain 93086cfebfccb79083c59d0d3b2052944bba643c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/nesquikcode/tuicore 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" "+93086cfebfccb79083c59d0d3b2052944bba643c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e9c59a885c87ffa913cc19b5c4bd09cade3f9ab0a84ba74aff1777daf0ae56fa [INFO] running `Command { std: "docker" "start" "-a" "e9c59a885c87ffa913cc19b5c4bd09cade3f9ab0a84ba74aff1777daf0ae56fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e9c59a885c87ffa913cc19b5c4bd09cade3f9ab0a84ba74aff1777daf0ae56fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9c59a885c87ffa913cc19b5c4bd09cade3f9ab0a84ba74aff1777daf0ae56fa", kill_on_drop: false }` [INFO] [stdout] e9c59a885c87ffa913cc19b5c4bd09cade3f9ab0a84ba74aff1777daf0ae56fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] efef231c3f84b502ff6e1d9dbbfa9753ff0627c9d11affa62d06c0a461872868 [INFO] running `Command { std: "docker" "start" "-a" "efef231c3f84b502ff6e1d9dbbfa9753ff0627c9d11affa62d06c0a461872868", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Checking cfg-if v1.0.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Checking memchr v2.8.0 [INFO] [stderr] Checking log v0.4.29 [INFO] [stderr] Checking simd-adler32 v0.3.9 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Checking adler2 v2.0.1 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking as-slice v0.2.1 [INFO] [stderr] Compiling av-scenechange v0.14.1 [INFO] [stderr] Compiling built v0.8.0 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking aligned v0.4.3 [INFO] [stderr] Checking y4m v0.8.0 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Checking bitflags v2.11.0 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Compiling pastey v0.1.1 [INFO] [stderr] Compiling unicode-segmentation v1.13.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking weezl v0.1.12 [INFO] [stderr] Checking zune-core v0.5.1 [INFO] [stderr] Checking nom v8.0.0 [INFO] [stderr] Checking core2 v0.4.0 [INFO] [stderr] Checking imgref v1.12.0 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking bitstream-io v4.9.0 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling rav1e v0.8.1 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Checking zune-jpeg v0.5.15 [INFO] [stderr] Checking loop9 v0.1.5 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking avif-serialize v0.8.8 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking rgb v0.8.53 [INFO] [stderr] Checking bit_field v0.10.3 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Checking pxfm v0.1.28 [INFO] [stderr] Checking byteorder-lite v0.1.0 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking lebe v0.5.3 [INFO] [stderr] Checking png v0.18.1 [INFO] [stderr] Checking gif v0.14.1 [INFO] [stderr] Checking image-webp v0.2.4 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Checking sysinfo v0.38.4 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Checking moxcms v0.8.1 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling zerocopy-derive v0.8.48 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Checking profiling v1.0.17 [INFO] [stderr] Checking fax v0.2.6 [INFO] [stderr] Checking equator v0.4.2 [INFO] [stderr] Checking derive_more v2.1.1 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Checking aligned-vec v0.6.4 [INFO] [stderr] Checking v_frame v0.3.9 [INFO] [stderr] Checking av1-grain v0.2.5 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking tiff v0.11.3 [INFO] [stderr] Checking exr v1.74.0 [INFO] [stderr] Checking ravif v0.13.0 [INFO] [stderr] Checking image v0.25.10 [INFO] [stderr] Checking tuicore v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `ClearType`, `Clear`, `Color as TermColor`, `MoveTo`, `ResetColor`, `SetBackgroundColor`, `SetForegroundColor`, and `SetSize` [INFO] [stdout] --> src/core.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | terminal::{size, SetSize, Clear, ClearType}, [INFO] [stdout] | ^^^^^^^ ^^^^^ ^^^^^^^^^ [INFO] [stdout] 4 | style::{Print, SetBackgroundColor, SetForegroundColor, ResetColor, Color as TermColor}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 5 | event::{self, Event, KeyCode, KeyEvent}, [INFO] [stdout] 6 | cursor::{MoveTo, Hide} [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: `array`, `hash::Hash`, and `ops::DerefMut` [INFO] [stdout] --> src/core.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | use std::{array, collections::HashMap, hash::Hash, ops::DerefMut, thread::sleep, time::{Duration, Instant}}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Position`, `RelPosition`, `RelSize`, and `elements::Label` [INFO] [stdout] --> src/core.rs:11:41 [INFO] [stdout] | [INFO] [stdout] 11 | Color, Element, FrameBuffer, Pixel, Position, RelPosition, RelSize, Size [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] 12 | }, elements::Label}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/base.rs:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | while ((self.buffer.len() as u16) < screensize) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 183 - while ((self.buffer.len() as u16) < screensize) { [INFO] [stdout] 183 + while (self.buffer.len() as u16) < screensize { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Position`, `RelPosition`, `RelSize`, and `Size` [INFO] [stdout] --> src/elements.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | Position, RelPosition, Positions, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] 4 | Size, RelSize, Sizes, [INFO] [stdout] | ^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ImageResult` [INFO] [stdout] --> src/elements.rs:8:45 [INFO] [stdout] | [INFO] [stdout] 8 | use image::{DynamicImage, GenericImageView, ImageResult, open, imageops::{FilterType}}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ClearType`, `Clear`, `Color as TermColor`, `MoveTo`, `ResetColor`, `SetBackgroundColor`, `SetForegroundColor`, and `SetSize` [INFO] [stdout] --> src/core.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | terminal::{size, SetSize, Clear, ClearType}, [INFO] [stdout] | ^^^^^^^ ^^^^^ ^^^^^^^^^ [INFO] [stdout] 4 | style::{Print, SetBackgroundColor, SetForegroundColor, ResetColor, Color as TermColor}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 5 | event::{self, Event, KeyCode, KeyEvent}, [INFO] [stdout] 6 | cursor::{MoveTo, Hide} [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: `array`, `hash::Hash`, and `ops::DerefMut` [INFO] [stdout] --> src/core.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | use std::{array, collections::HashMap, hash::Hash, ops::DerefMut, thread::sleep, time::{Duration, Instant}}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Position`, `RelPosition`, `RelSize`, and `elements::Label` [INFO] [stdout] --> src/core.rs:11:41 [INFO] [stdout] | [INFO] [stdout] 11 | Color, Element, FrameBuffer, Pixel, Position, RelPosition, RelSize, Size [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] 12 | }, elements::Label}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/base.rs:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | while ((self.buffer.len() as u16) < screensize) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 183 - while ((self.buffer.len() as u16) < screensize) { [INFO] [stdout] 183 + while (self.buffer.len() as u16) < screensize { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Position`, `RelPosition`, `RelSize`, and `Size` [INFO] [stdout] --> src/elements.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | Position, RelPosition, Positions, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] 4 | Size, RelSize, Sizes, [INFO] [stdout] | ^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ImageResult` [INFO] [stdout] --> src/elements.rs:8:45 [INFO] [stdout] | [INFO] [stdout] 8 | use image::{DynamicImage, GenericImageView, ImageResult, open, imageops::{FilterType}}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cell::Cell` [INFO] [stdout] --> src/lib.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | use std::cell::Cell; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HashMap` [INFO] [stdout] --> src/lib.rs:15:32 [INFO] [stdout] | [INFO] [stdout] 15 | use std::collections::{HashMap}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Color` [INFO] [stdout] --> src/lib.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | use crate::base::{Color, Positions, RelPosition}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ComposedLayer` and `Rectangle` [INFO] [stdout] --> src/lib.rs:18:38 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::elements::{Label, ComposedLayer, Rectangle, Image}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/core.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | let mut ev = self.events.get_mut(i); [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] --> src/core.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | let mut ev = self.events.get_mut(i); [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] --> src/base.rs:109:32 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn blend_up(&mut self, mut with: Color, opacity: f32) { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/base.rs:109:32 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn blend_up(&mut self, mut with: Color, opacity: f32) { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bg_opacity` [INFO] [stdout] --> src/elements.rs:24:136 [INFO] [stdout] | [INFO] [stdout] 24 | ...opacity: Option, bg_opacity: Option) -> Label { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bg_opacity` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bg_opacity` [INFO] [stdout] --> src/elements.rs:24:136 [INFO] [stdout] | [INFO] [stdout] 24 | ...opacity: Option, bg_opacity: Option) -> Label { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bg_opacity` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/elements.rs:143:14 [INFO] [stdout] | [INFO] [stdout] 143 | for (x, y, c) in img.pixels() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/elements.rs:143:17 [INFO] [stdout] | [INFO] [stdout] 143 | for (x, y, c) in img.pixels() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/elements.rs:143:14 [INFO] [stdout] | [INFO] [stdout] 143 | for (x, y, c) in img.pixels() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/elements.rs:143:17 [INFO] [stdout] | [INFO] [stdout] 143 | for (x, y, c) in img.pixels() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: struct `ComposedLayer` is never constructed [INFO] [stdout] --> src/elements.rs:207:12 [INFO] [stdout] | [INFO] [stdout] 207 | pub struct ComposedLayer { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it [INFO] [stdout] = note: `#[deny(unused_unconstructable_pub_structs)]` (part of `#[deny(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `renderers` is never read [INFO] [stdout] --> src/elements.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 207 | pub struct ComposedLayer { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 208 | renderers: Vec> [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 `lastColor` should have a snake case name [INFO] [stdout] --> src/core.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | let mut lastColor = self.default_color; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `last_color` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lastColorBg` should have a snake case name [INFO] [stdout] --> src/core.rs:194:17 [INFO] [stdout] | [INFO] [stdout] 194 | let mut lastColorBg = self.default_color_bg; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `last_color_bg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `firstPixel` should have a snake case name [INFO] [stdout] --> src/core.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | ... let firstPixel = match self.buffer.buffer.get(0) {Some(x) => x, None => {&Pixel { foreground_color: self.default_color, backg... [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `first_pixel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `firstPixelFg` should have a snake case name [INFO] [stdout] --> src/core.rs:196:13 [INFO] [stdout] | [INFO] [stdout] 196 | let firstPixelFg = firstPixel.foreground_color.maskmax(self.color_mask_max).maskmin(self.color_mask_min); [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `first_pixel_fg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `firstPixelBg` should have a snake case name [INFO] [stdout] --> src/core.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | let firstPixelBg = firstPixel.background_color.maskmax(self.color_mask_max).maskmin(self.color_mask_min); [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `first_pixel_bg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:73:38 [INFO] [stdout] | [INFO] [stdout] 73 | exec: Box::new(move |mut renderers, mut buff, mut context| { [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:73:53 [INFO] [stdout] | [INFO] [stdout] 73 | exec: Box::new(move |mut renderers, mut buff, mut context| { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:73:63 [INFO] [stdout] | [INFO] [stdout] 73 | exec: Box::new(move |mut renderers, mut buff, mut context| { [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:81:38 [INFO] [stdout] | [INFO] [stdout] 81 | exec: Box::new(move |mut renderers, mut buff, mut context| { [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:81:53 [INFO] [stdout] | [INFO] [stdout] 81 | exec: Box::new(move |mut renderers, mut buff, mut context| { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:81:63 [INFO] [stdout] | [INFO] [stdout] 81 | exec: Box::new(move |mut renderers, mut buff, mut context| { [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buff` [INFO] [stdout] --> src/lib.rs:81:53 [INFO] [stdout] | [INFO] [stdout] 81 | exec: Box::new(move |mut renderers, mut buff, mut context| { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_buff` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `renderers` [INFO] [stdout] --> src/lib.rs:73:38 [INFO] [stdout] | [INFO] [stdout] 73 | exec: Box::new(move |mut renderers, mut buff, mut context| { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_renderers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buff` [INFO] [stdout] --> src/lib.rs:73:53 [INFO] [stdout] | [INFO] [stdout] 73 | exec: Box::new(move |mut renderers, mut buff, mut context| { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_buff` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `redid` [INFO] [stdout] --> src/lib.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | let redid: u32 = app.register_renderer(Box::new(img)); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_redid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `authorid` [INFO] [stdout] --> src/lib.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | let authorid: u32 = app.register_renderer(Box::new(author)); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_authorid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `partid` [INFO] [stdout] --> src/lib.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | let partid: u32 = app.register_renderer(Box::new(part)); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_partid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `langif` [INFO] [stdout] --> src/lib.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | let langif: u32 = app.register_renderer(Box::new(lang)); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_langif` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: struct `ComposedLayer` is never constructed [INFO] [stdout] --> src/elements.rs:207:12 [INFO] [stdout] | [INFO] [stdout] 207 | pub struct ComposedLayer { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it [INFO] [stdout] = note: `#[deny(unused_unconstructable_pub_structs)]` (part of `#[deny(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `renderers` is never read [INFO] [stdout] --> src/elements.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 207 | pub struct ComposedLayer { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 208 | renderers: Vec> [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 `lastColor` should have a snake case name [INFO] [stdout] --> src/core.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | let mut lastColor = self.default_color; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `last_color` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lastColorBg` should have a snake case name [INFO] [stdout] --> src/core.rs:194:17 [INFO] [stdout] | [INFO] [stdout] 194 | let mut lastColorBg = self.default_color_bg; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `last_color_bg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `firstPixel` should have a snake case name [INFO] [stdout] --> src/core.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | ... let firstPixel = match self.buffer.buffer.get(0) {Some(x) => x, None => {&Pixel { foreground_color: self.default_color, backg... [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `first_pixel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `firstPixelFg` should have a snake case name [INFO] [stdout] --> src/core.rs:196:13 [INFO] [stdout] | [INFO] [stdout] 196 | let firstPixelFg = firstPixel.foreground_color.maskmax(self.color_mask_max).maskmin(self.color_mask_min); [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `first_pixel_fg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `firstPixelBg` should have a snake case name [INFO] [stdout] --> src/core.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | let firstPixelBg = firstPixel.background_color.maskmax(self.color_mask_max).maskmin(self.color_mask_min); [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `first_pixel_bg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/core.rs:251:9 [INFO] [stdout] | [INFO] [stdout] 251 | execute!(stdout(), Hide); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = execute!(stdout(), Hide);; [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pixelFg` should have a snake case name [INFO] [stdout] --> src/elements.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | let mut pixelFg = pixel.foreground_color; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pixel_fg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pixelBg` should have a snake case name [INFO] [stdout] --> src/elements.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 57 | let mut pixelBg = pixel.background_color; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pixel_bg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pixelFg` should have a snake case name [INFO] [stdout] --> src/elements.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 113 | let mut pixelFg = pixel.foreground_color; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pixel_fg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pixelBg` should have a snake case name [INFO] [stdout] --> src/elements.rs:114:25 [INFO] [stdout] | [INFO] [stdout] 114 | let mut pixelBg = pixel.background_color; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pixel_bg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `canvasPixel` should have a snake case name [INFO] [stdout] --> src/elements.rs:192:21 [INFO] [stdout] | [INFO] [stdout] 192 | let canvasPixel = match buff.buffer.get(idx) {Some(x) => x, None => {continue;}}; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `canvas_pixel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `imagePixel` should have a snake case name [INFO] [stdout] --> src/elements.rs:193:21 [INFO] [stdout] | [INFO] [stdout] 193 | let imagePixel = match pixels.get((y * size.width + x) as usize) {Some(x) => x, None => {continue;}}; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `image_pixel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pixelFg` should have a snake case name [INFO] [stdout] --> src/elements.rs:194:25 [INFO] [stdout] | [INFO] [stdout] 194 | let mut pixelFg = canvasPixel.foreground_color; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pixel_fg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pixelBg` should have a snake case name [INFO] [stdout] --> src/elements.rs:195:25 [INFO] [stdout] | [INFO] [stdout] 195 | let mut pixelBg = canvasPixel.background_color; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pixel_bg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/core.rs:251:9 [INFO] [stdout] | [INFO] [stdout] 251 | execute!(stdout(), Hide); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = execute!(stdout(), Hide);; [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pixelFg` should have a snake case name [INFO] [stdout] --> src/elements.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | let mut pixelFg = pixel.foreground_color; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pixel_fg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pixelBg` should have a snake case name [INFO] [stdout] --> src/elements.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 57 | let mut pixelBg = pixel.background_color; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pixel_bg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pixelFg` should have a snake case name [INFO] [stdout] --> src/elements.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 113 | let mut pixelFg = pixel.foreground_color; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pixel_fg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pixelBg` should have a snake case name [INFO] [stdout] --> src/elements.rs:114:25 [INFO] [stdout] | [INFO] [stdout] 114 | let mut pixelBg = pixel.background_color; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pixel_bg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `canvasPixel` should have a snake case name [INFO] [stdout] --> src/elements.rs:192:21 [INFO] [stdout] | [INFO] [stdout] 192 | let canvasPixel = match buff.buffer.get(idx) {Some(x) => x, None => {continue;}}; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `canvas_pixel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `imagePixel` should have a snake case name [INFO] [stdout] --> src/elements.rs:193:21 [INFO] [stdout] | [INFO] [stdout] 193 | let imagePixel = match pixels.get((y * size.width + x) as usize) {Some(x) => x, None => {continue;}}; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `image_pixel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pixelFg` should have a snake case name [INFO] [stdout] --> src/elements.rs:194:25 [INFO] [stdout] | [INFO] [stdout] 194 | let mut pixelFg = canvasPixel.foreground_color; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pixel_fg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pixelBg` should have a snake case name [INFO] [stdout] --> src/elements.rs:195:25 [INFO] [stdout] | [INFO] [stdout] 195 | let mut pixelBg = canvasPixel.background_color; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pixel_bg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `fpsLabel` should have a snake case name [INFO] [stdout] --> src/lib.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | let fpsLabel = Label::new( [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `fps_label` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tuicore` (lib) due to 1 previous error; 26 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `tuicore` (lib test) due to 1 previous error; 45 warnings emitted [INFO] running `Command { std: "docker" "inspect" "efef231c3f84b502ff6e1d9dbbfa9753ff0627c9d11affa62d06c0a461872868", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efef231c3f84b502ff6e1d9dbbfa9753ff0627c9d11affa62d06c0a461872868", kill_on_drop: false }` [INFO] [stdout] efef231c3f84b502ff6e1d9dbbfa9753ff0627c9d11affa62d06c0a461872868