[INFO] cloning repository https://github.com/AuroraOps04/mybar
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AuroraOps04/mybar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAuroraOps04%2Fmybar", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAuroraOps04%2Fmybar'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] acaf6be565b36d5b78f8424d36e3184159387a5c
[INFO] testing AuroraOps04/mybar against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAuroraOps04%2Fmybar" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AuroraOps04/mybar
[INFO] finished tweaking git repo https://github.com/AuroraOps04/mybar
[INFO] tweaked toml for git repo https://github.com/AuroraOps04/mybar written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AuroraOps04/mybar on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AuroraOps04/mybar 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e758d33ff1db50f67e70839c9c61ee6075bc82b7e4061643fefea2161a8d08e5
[INFO] running `Command { std: "docker" "start" "-a" "e758d33ff1db50f67e70839c9c61ee6075bc82b7e4061643fefea2161a8d08e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e758d33ff1db50f67e70839c9c61ee6075bc82b7e4061643fefea2161a8d08e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e758d33ff1db50f67e70839c9c61ee6075bc82b7e4061643fefea2161a8d08e5", kill_on_drop: false }`
[INFO] [stdout] e758d33ff1db50f67e70839c9c61ee6075bc82b7e4061643fefea2161a8d08e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fefdbd0ad75a03bebc84caf4756110ab45580392cc61e6a8ee5f65a6d272e929
[INFO] running `Command { std: "docker" "start" "-a" "fefdbd0ad75a03bebc84caf4756110ab45580392cc61e6a8ee5f65a6d272e929", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling winnow v0.7.6
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling uninitialized v0.0.2
[INFO] [stderr]    Compiling mccs v0.1.3
[INFO] [stderr]    Compiling cc v1.2.19
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling cfg-expr v0.17.2
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling resize-slice v0.1.3
[INFO] [stderr]    Compiling i2c v0.1.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling xcb v1.5.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling ddc v0.2.2
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling memchr v1.0.2
[INFO] [stderr]    Compiling nom v3.2.1
[INFO] [stderr]    Compiling udev v0.2.0
[INFO] [stderr]    Compiling freetype-sys v0.21.0
[INFO] [stderr]    Compiling i2c-linux-sys v0.2.1
[INFO] [stderr]    Compiling ddc-hi v0.4.1
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling i2c-linux v0.1.2
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling freetype-rs v0.37.0
[INFO] [stderr]    Compiling ddc-i2c v0.2.2
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling mccs v0.2.0
[INFO] [stderr]    Compiling edid v0.3.0
[INFO] [stderr]    Compiling mccs-caps v0.1.3
[INFO] [stderr]    Compiling ddc v0.3.0
[INFO] [stderr]    Compiling alsa v0.7.1
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_yaml v0.7.5
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling timer v0.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling system-deps v7.0.3
[INFO] [stderr]    Compiling glib-macros v0.20.7
[INFO] [stderr]    Compiling glib-sys v0.20.9
[INFO] [stderr]    Compiling gobject-sys v0.20.9
[INFO] [stderr]    Compiling gio-sys v0.20.9
[INFO] [stderr]    Compiling cairo-sys-rs v0.20.7
[INFO] [stderr]    Compiling mccs-db v0.1.3
[INFO] [stderr]    Compiling xcb-wm v0.4.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling glib v0.20.9
[INFO] [stderr]    Compiling cairo-rs v0.20.7
[INFO] [stderr]    Compiling mybar-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `message::Message`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use message::Message;
[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: `x11::xmu::XmuLookupLatin4`
[INFO] [stdout]  --> src/components/bspwm.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use x11::xmu::XmuLookupLatin4;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::any::Any`
[INFO] [stdout]  --> src/components/bspwm.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::any::Any;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `x`
[INFO] [stdout]  --> src/components/painter.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use xcb::{Xid, x};
[INFO] [stdout]   |                ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Mutex`
[INFO] [stdout]  --> src/components/title.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::Mutex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ptr::write`
[INFO] [stdout]  --> src/error.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fmt, ptr::write};
[INFO] [stdout]   |                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Xid`
[INFO] [stdout]  --> src/x11/ewmh.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use xcb::{x, Xid};
[INFO] [stdout]   |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]   --> src/components/bspwm.rs:79:36
[INFO] [stdout]    |
[INFO] [stdout] 79 |             Event::MouseClick { x, y, button } => {
[INFO] [stdout]    |                                    ^ help: try ignoring the field: `y: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]   --> src/components/bspwm.rs:79:39
[INFO] [stdout]    |
[INFO] [stdout] 79 |             Event::MouseClick { x, y, button } => {
[INFO] [stdout]    |                                       ^^^^^^ help: try ignoring the field: `button: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]   --> src/components/date.rs:54:39
[INFO] [stdout]    |
[INFO] [stdout] 54 |             Event::MouseClick { x, y, button } => {
[INFO] [stdout]    |                                       ^^^^^^ help: try ignoring the field: `button: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `keycode`
[INFO] [stdout]   --> src/components/date.rs:60:31
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Event::KeyPress { keycode } => {
[INFO] [stdout]    |                               ^^^^^^^ help: try ignoring the field: `keycode: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> src/components/light.rs:59:33
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Event::MouseClick { x, y, button } => {
[INFO] [stdout]    |                                 ^ help: try ignoring the field: `x: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]   --> src/components/light.rs:59:36
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Event::MouseClick { x, y, button } => {
[INFO] [stdout]    |                                    ^ help: try ignoring the field: `y: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `keycode`
[INFO] [stdout]   --> src/components/light.rs:73:31
[INFO] [stdout]    |
[INFO] [stdout] 73 |             Event::KeyPress { keycode } => {
[INFO] [stdout]    |                               ^^^^^^^ help: try ignoring the field: `keycode: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]   --> src/components/painter.rs:63:37
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn draw_text(&self, x: f64, y: f64, text: &str, color: &str) -> Result<(), MyBarError> {
[INFO] [stdout]    |                                     ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]   --> src/components/title.rs:52:39
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Event::MouseClick { x, y, button } => {
[INFO] [stdout]    |                                       ^^^^^^ help: try ignoring the field: `button: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `keycode`
[INFO] [stdout]   --> src/components/title.rs:58:31
[INFO] [stdout]    |
[INFO] [stdout] 58 |             Event::KeyPress { keycode } => {
[INFO] [stdout]    |                               ^^^^^^^ help: try ignoring the field: `keycode: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `keycode`
[INFO] [stdout]   --> src/components/volume.rs:91:31
[INFO] [stdout]    |
[INFO] [stdout] 91 |             Event::KeyPress { keycode } => {
[INFO] [stdout]    |                               ^^^^^^^ help: try ignoring the field: `keycode: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `has_switch` is never read
[INFO] [stdout]  --> src/alsa.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Audio {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 4 |     pub has_switch: bool,
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_bounds` is never used
[INFO] [stdout]   --> src/components/mod.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait Component {
[INFO] [stdout]    |           --------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 14 |     fn get_bounds(&self) -> (i16, i16, u16, u16); // x, y, width, height
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `flush` is never used
[INFO] [stdout]   --> src/components/date.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<'a> Date<'a> {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn flush(&self) -> Result<(), MyBarError> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `width` is never read
[INFO] [stdout]  --> src/components/painter.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Painter<'a> {
[INFO] [stdout]   |            ------- field in this struct
[INFO] [stdout] 8 |     width: i32,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `draw_rectangle` is never used
[INFO] [stdout]   --> src/components/painter.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<'a> Painter<'a> {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn draw_rectangle(&self, x: f64, width: f64, color: &str) -> Result<(), MyBarError> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/alsa.rs:30:18
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn get_selem(&self) -> alsa::mixer::Selem {
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn get_selem(&self) -> alsa::mixer::Selem<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/x11/ewmh.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn setup_ewmh(conn: &xcb::Connection, window: x::Window) -> ewmh::Connection {
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^                        ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                         |
[INFO] [stdout]   |                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn setup_ewmh(conn: &xcb::Connection, window: x::Window) -> ewmh::Connection<'_> {
[INFO] [stdout]   |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "fefdbd0ad75a03bebc84caf4756110ab45580392cc61e6a8ee5f65a6d272e929", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fefdbd0ad75a03bebc84caf4756110ab45580392cc61e6a8ee5f65a6d272e929", kill_on_drop: false }`
[INFO] [stdout] fefdbd0ad75a03bebc84caf4756110ab45580392cc61e6a8ee5f65a6d272e929
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b776ad6439aae3089cd9c894a6d1373d0108f6aebd5ac5acb135dce622fa836a
[INFO] running `Command { std: "docker" "start" "-a" "b776ad6439aae3089cd9c894a6d1373d0108f6aebd5ac5acb135dce622fa836a", kill_on_drop: false }`
[INFO] [stderr]    Compiling mybar-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `message::Message`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use message::Message;
[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: `x11::xmu::XmuLookupLatin4`
[INFO] [stdout]  --> src/components/bspwm.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use x11::xmu::XmuLookupLatin4;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::any::Any`
[INFO] [stdout]  --> src/components/bspwm.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::any::Any;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `x`
[INFO] [stdout]  --> src/components/painter.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use xcb::{Xid, x};
[INFO] [stdout]   |                ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Mutex`
[INFO] [stdout]  --> src/components/title.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::Mutex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ptr::write`
[INFO] [stdout]  --> src/error.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fmt, ptr::write};
[INFO] [stdout]   |                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Xid`
[INFO] [stdout]  --> src/x11/ewmh.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use xcb::{x, Xid};
[INFO] [stdout]   |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/alsa.rs:77:13
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let mut audio = Audio::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: unused variable: `y`
[INFO] [stdout]   --> src/components/bspwm.rs:79:36
[INFO] [stdout]    |
[INFO] [stdout] 79 |             Event::MouseClick { x, y, button } => {
[INFO] [stdout]    |                                    ^ help: try ignoring the field: `y: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]   --> src/components/bspwm.rs:79:39
[INFO] [stdout]    |
[INFO] [stdout] 79 |             Event::MouseClick { x, y, button } => {
[INFO] [stdout]    |                                       ^^^^^^ help: try ignoring the field: `button: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]   --> src/components/date.rs:54:39
[INFO] [stdout]    |
[INFO] [stdout] 54 |             Event::MouseClick { x, y, button } => {
[INFO] [stdout]    |                                       ^^^^^^ help: try ignoring the field: `button: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `keycode`
[INFO] [stdout]   --> src/components/date.rs:60:31
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Event::KeyPress { keycode } => {
[INFO] [stdout]    |                               ^^^^^^^ help: try ignoring the field: `keycode: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> src/components/light.rs:59:33
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Event::MouseClick { x, y, button } => {
[INFO] [stdout]    |                                 ^ help: try ignoring the field: `x: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]   --> src/components/light.rs:59:36
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Event::MouseClick { x, y, button } => {
[INFO] [stdout]    |                                    ^ help: try ignoring the field: `y: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `keycode`
[INFO] [stdout]   --> src/components/light.rs:73:31
[INFO] [stdout]    |
[INFO] [stdout] 73 |             Event::KeyPress { keycode } => {
[INFO] [stdout]    |                               ^^^^^^^ help: try ignoring the field: `keycode: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]   --> src/components/painter.rs:63:37
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn draw_text(&self, x: f64, y: f64, text: &str, color: &str) -> Result<(), MyBarError> {
[INFO] [stdout]    |                                     ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `button`
[INFO] [stdout]   --> src/components/title.rs:52:39
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Event::MouseClick { x, y, button } => {
[INFO] [stdout]    |                                       ^^^^^^ help: try ignoring the field: `button: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `keycode`
[INFO] [stdout]   --> src/components/title.rs:58:31
[INFO] [stdout]    |
[INFO] [stdout] 58 |             Event::KeyPress { keycode } => {
[INFO] [stdout]    |                               ^^^^^^^ help: try ignoring the field: `keycode: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `keycode`
[INFO] [stdout]   --> src/components/volume.rs:91:31
[INFO] [stdout]    |
[INFO] [stdout] 91 |             Event::KeyPress { keycode } => {
[INFO] [stdout]    |                               ^^^^^^^ help: try ignoring the field: `keycode: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `has_switch` is never read
[INFO] [stdout]  --> src/alsa.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Audio {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 4 |     pub has_switch: bool,
[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 `test01` is never used
[INFO] [stdout]   --> src/alsa.rs:76:8
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn test01() {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_bounds` is never used
[INFO] [stdout]   --> src/components/mod.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait Component {
[INFO] [stdout]    |           --------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 14 |     fn get_bounds(&self) -> (i16, i16, u16, u16); // x, y, width, height
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `flush` is never used
[INFO] [stdout]   --> src/components/date.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<'a> Date<'a> {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn flush(&self) -> Result<(), MyBarError> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `width` is never read
[INFO] [stdout]  --> src/components/painter.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Painter<'a> {
[INFO] [stdout]   |            ------- field in this struct
[INFO] [stdout] 8 |     width: i32,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `draw_rectangle` is never used
[INFO] [stdout]   --> src/components/painter.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<'a> Painter<'a> {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn draw_rectangle(&self, x: f64, width: f64, color: &str) -> Result<(), MyBarError> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/alsa.rs:30:18
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn get_selem(&self) -> alsa::mixer::Selem {
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn get_selem(&self) -> alsa::mixer::Selem<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/x11/ewmh.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn setup_ewmh(conn: &xcb::Connection, window: x::Window) -> ewmh::Connection {
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^                        ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                         |
[INFO] [stdout]   |                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn setup_ewmh(conn: &xcb::Connection, window: x::Window) -> ewmh::Connection<'_> {
[INFO] [stdout]   |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.98s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "b776ad6439aae3089cd9c894a6d1373d0108f6aebd5ac5acb135dce622fa836a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b776ad6439aae3089cd9c894a6d1373d0108f6aebd5ac5acb135dce622fa836a", kill_on_drop: false }`
[INFO] [stdout] b776ad6439aae3089cd9c894a6d1373d0108f6aebd5ac5acb135dce622fa836a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ade510c76b73205c0fd3ef0cf8f19b1e6e8a66c802f4fe198acee72e08d54c9f
[INFO] running `Command { std: "docker" "start" "-a" "ade510c76b73205c0fd3ef0cf8f19b1e6e8a66c802f4fe198acee72e08d54c9f", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `message::Message`
[INFO] [stderr]  --> src/main.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use message::Message;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `x11::xmu::XmuLookupLatin4`
[INFO] [stderr]  --> src/components/bspwm.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use x11::xmu::XmuLookupLatin4;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::any::Any`
[INFO] [stderr]  --> src/components/bspwm.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::any::Any;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `x`
[INFO] [stderr]  --> src/components/painter.rs:3:16
[INFO] [stderr]   |
[INFO] [stderr] 3 | use xcb::{Xid, x};
[INFO] [stderr]   |                ^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::sync::Mutex`
[INFO] [stderr]  --> src/components/title.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::sync::Mutex;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ptr::write`
[INFO] [stderr]  --> src/error.rs:1:16
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{fmt, ptr::write};
[INFO] [stderr]   |                ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Xid`
[INFO] [stderr]  --> src/x11/ewmh.rs:1:14
[INFO] [stderr]   |
[INFO] [stderr] 1 | use xcb::{x, Xid};
[INFO] [stderr]   |              ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/alsa.rs:77:13
[INFO] [stderr]    |
[INFO] [stderr] 77 |         let mut audio = Audio::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: unused variable: `y`
[INFO] [stderr]   --> src/components/bspwm.rs:79:36
[INFO] [stderr]    |
[INFO] [stderr] 79 |             Event::MouseClick { x, y, button } => {
[INFO] [stderr]    |                                    ^ help: try ignoring the field: `y: _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `button`
[INFO] [stderr]   --> src/components/bspwm.rs:79:39
[INFO] [stderr]    |
[INFO] [stderr] 79 |             Event::MouseClick { x, y, button } => {
[INFO] [stderr]    |                                       ^^^^^^ help: try ignoring the field: `button: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `button`
[INFO] [stderr]   --> src/components/date.rs:54:39
[INFO] [stderr]    |
[INFO] [stderr] 54 |             Event::MouseClick { x, y, button } => {
[INFO] [stderr]    |                                       ^^^^^^ help: try ignoring the field: `button: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `keycode`
[INFO] [stderr]   --> src/components/date.rs:60:31
[INFO] [stderr]    |
[INFO] [stderr] 60 |             Event::KeyPress { keycode } => {
[INFO] [stderr]    |                               ^^^^^^^ help: try ignoring the field: `keycode: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `x`
[INFO] [stderr]   --> src/components/light.rs:59:33
[INFO] [stderr]    |
[INFO] [stderr] 59 |             Event::MouseClick { x, y, button } => {
[INFO] [stderr]    |                                 ^ help: try ignoring the field: `x: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `y`
[INFO] [stderr]   --> src/components/light.rs:59:36
[INFO] [stderr]    |
[INFO] [stderr] 59 |             Event::MouseClick { x, y, button } => {
[INFO] [stderr]    |                                    ^ help: try ignoring the field: `y: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `keycode`
[INFO] [stderr]   --> src/components/light.rs:73:31
[INFO] [stderr]    |
[INFO] [stderr] 73 |             Event::KeyPress { keycode } => {
[INFO] [stderr]    |                               ^^^^^^^ help: try ignoring the field: `keycode: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `y`
[INFO] [stderr]   --> src/components/painter.rs:63:37
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn draw_text(&self, x: f64, y: f64, text: &str, color: &str) -> Result<(), MyBarError> {
[INFO] [stderr]    |                                     ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `button`
[INFO] [stderr]   --> src/components/title.rs:52:39
[INFO] [stderr]    |
[INFO] [stderr] 52 |             Event::MouseClick { x, y, button } => {
[INFO] [stderr]    |                                       ^^^^^^ help: try ignoring the field: `button: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `keycode`
[INFO] [stderr]   --> src/components/title.rs:58:31
[INFO] [stderr]    |
[INFO] [stderr] 58 |             Event::KeyPress { keycode } => {
[INFO] [stderr]    |                               ^^^^^^^ help: try ignoring the field: `keycode: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `keycode`
[INFO] [stderr]   --> src/components/volume.rs:91:31
[INFO] [stderr]    |
[INFO] [stderr] 91 |             Event::KeyPress { keycode } => {
[INFO] [stderr]    |                               ^^^^^^^ help: try ignoring the field: `keycode: _`
[INFO] [stderr] 
[INFO] [stderr] warning: field `has_switch` is never read
[INFO] [stderr]  --> src/alsa.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub struct Audio {
[INFO] [stderr]   |            ----- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 4 |     pub has_switch: bool,
[INFO] [stderr]   |         ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `test01` is never used
[INFO] [stderr]   --> src/alsa.rs:76:8
[INFO] [stderr]    |
[INFO] [stderr] 76 |     fn test01() {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_bounds` is never used
[INFO] [stderr]   --> src/components/mod.rs:14:8
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub trait Component {
[INFO] [stderr]    |           --------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 14 |     fn get_bounds(&self) -> (i16, i16, u16, u16); // x, y, width, height
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `flush` is never used
[INFO] [stderr]   --> src/components/date.rs:24:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | impl<'a> Date<'a> {
[INFO] [stderr]    | ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 24 |     pub fn flush(&self) -> Result<(), MyBarError> {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `width` is never read
[INFO] [stderr]  --> src/components/painter.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct Painter<'a> {
[INFO] [stderr]   |            ------- field in this struct
[INFO] [stderr] 8 |     width: i32,
[INFO] [stderr]   |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `draw_rectangle` is never used
[INFO] [stderr]   --> src/components/painter.rs:54:12
[INFO] [stderr]    |
[INFO] [stderr] 14 | impl<'a> Painter<'a> {
[INFO] [stderr]    | -------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 54 |     pub fn draw_rectangle(&self, x: f64, width: f64, color: &str) -> Result<(), MyBarError> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/alsa.rs:30:18
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn get_selem(&self) -> alsa::mixer::Selem {
[INFO] [stderr]    |                  ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn get_selem(&self) -> alsa::mixer::Selem<'_> {
[INFO] [stderr]    |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/x11/ewmh.rs:4:25
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn setup_ewmh(conn: &xcb::Connection, window: x::Window) -> ewmh::Connection {
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^                        ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                         |
[INFO] [stderr]   |                         the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn setup_ewmh(conn: &xcb::Connection, window: x::Window) -> ewmh::Connection<'_> {
[INFO] [stderr]   |                                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `mybar-rs` (bin "mybar-rs" test) generated 27 warnings (run `cargo fix --bin "mybar-rs" --tests` to apply 10 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mybar_rs-d1a369c5650dc7c9)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test light::tests::t1 ... ok
[INFO] [stdout] test bspwm::test::t1 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- bspwm::test::t1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'bspwm::test::t1' (17) panicked at src/bspwm.rs:144:45:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6230a4551b12 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6230a4551b12 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6230a4551b12 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6230a4551b12 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6230a456211f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6230a456211f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6230a451da41 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6230a451da41 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6230a4529c12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6230a452f21f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x6230a452f0b1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x6230a439907e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x6230a439907e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6230a452f8df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x6230a452f8df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x6230a452f706 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x6230a4529d49 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6230a4511dfd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x6230a456b860 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x6230a456b83c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x6230a456ae39 - core::option::unwrap_failed::h9039d211b71a576a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/option.rs:2169:5
[INFO] [stdout]   21:     0x6230a4376b04 - core::option::Option<T>::unwrap::h6179092af61b4397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/option.rs:1010:21
[INFO] [stdout]   22:     0x6230a4376b04 - mybar_rs::bspwm::get_bspwm_socket::hb0fae540f7edcb18
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bspwm.rs:144:45
[INFO] [stdout]   23:     0x6230a4376d2e - mybar_rs::bspwm::test::t1::hd6a19c8a5a9121c7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bspwm.rs:160:20
[INFO] [stdout]   24:     0x6230a4376fa7 - mybar_rs::bspwm::test::t1::{{closure}}::haa5dfa5a1ebde716
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bspwm.rs:159:12
[INFO] [stdout]   25:     0x6230a4375d66 - core::ops::function::FnOnce::call_once::hd22e19180a228671
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x6230a4398e3b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x6230a4398e3b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x6230a43aeaa5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x6230a43aeaa5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x6230a43aeaa5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x6230a43aeaa5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x6230a43aeaa5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x6230a43aeaa5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x6230a43aeaa5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x6230a4385294 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x6230a4385294 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x6230a4388b5a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x6230a4388b5a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x6230a4388b5a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x6230a4388b5a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x6230a4388b5a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x6230a4388b5a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x6230a4388b5a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x6230a4524eaf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   45:     0x6230a4524eaf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   46:     0x7e21d8b57aa4 - <unknown>
[INFO] [stdout]   47:     0x7e21d8be4a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     bspwm::test::t1
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin mybar-rs`
[INFO] running `Command { std: "docker" "inspect" "ade510c76b73205c0fd3ef0cf8f19b1e6e8a66c802f4fe198acee72e08d54c9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ade510c76b73205c0fd3ef0cf8f19b1e6e8a66c802f4fe198acee72e08d54c9f", kill_on_drop: false }`
[INFO] [stdout] ade510c76b73205c0fd3ef0cf8f19b1e6e8a66c802f4fe198acee72e08d54c9f
