[INFO] cloning repository https://github.com/SushiWaUmai/rsbr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SushiWaUmai/rsbr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSushiWaUmai%2Frsbr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSushiWaUmai%2Frsbr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 87f2e227c6ce784519a89e0232e5b7ccaff5be07
[INFO] testing SushiWaUmai/rsbr 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%2FSushiWaUmai%2Frsbr" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SushiWaUmai/rsbr
[INFO] finished tweaking git repo https://github.com/SushiWaUmai/rsbr
[INFO] tweaked toml for git repo https://github.com/SushiWaUmai/rsbr written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SushiWaUmai/rsbr 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/SushiWaUmai/rsbr 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 3e034db3a793c274543ff6184585a479f4997e17dff917a936aac36a3b30538a
[INFO] running `Command { std: "docker" "start" "-a" "3e034db3a793c274543ff6184585a479f4997e17dff917a936aac36a3b30538a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e034db3a793c274543ff6184585a479f4997e17dff917a936aac36a3b30538a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e034db3a793c274543ff6184585a479f4997e17dff917a936aac36a3b30538a", kill_on_drop: false }`
[INFO] [stdout] 3e034db3a793c274543ff6184585a479f4997e17dff917a936aac36a3b30538a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 0dbe9e574fc0a685bf342c989a507958ba309755fe682c8b894d7ea88dd89d99
[INFO] running `Command { std: "docker" "start" "-a" "0dbe9e574fc0a685bf342c989a507958ba309755fe682c8b894d7ea88dd89d99", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling parking v2.2.0
[INFO] [stderr]    Compiling winnow v0.5.35
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling futures-lite v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling enumflags2_derive v0.7.8
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling async-task v4.7.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling piper v0.2.1
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling async-trait v0.1.79
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling serde_repr v0.1.18
[INFO] [stderr]    Compiling async-recursion v1.0.5
[INFO] [stderr]    Compiling async-broadcast v0.5.1
[INFO] [stderr]    Compiling concurrent-queue v2.4.0
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling battery v0.7.8
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling event-listener v4.0.3
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling enumflags2 v0.7.8
[INFO] [stderr]    Compiling uom v0.30.0
[INFO] [stderr]    Compiling x11rb-protocol v0.13.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.59
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling async-lock v3.3.0
[INFO] [stderr]    Compiling async-channel v2.1.1
[INFO] [stderr]    Compiling chrono v0.4.33
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling blocking v1.5.1
[INFO] [stderr]    Compiling async-executor v1.8.0
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling toml_edit v0.21.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling xdg-home v1.0.0
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling tokio v1.35.1
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling zvariant_utils v1.0.1
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling toml v0.8.8
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling zvariant_derive v3.15.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling zbus_macros v3.14.1
[INFO] [stderr]    Compiling x11rb v0.13.0
[INFO] [stderr]    Compiling zvariant v3.15.0
[INFO] [stderr]    Compiling zbus_names v2.6.0
[INFO] [stderr]    Compiling zbus v3.14.1
[INFO] [stderr]    Compiling brightness v0.5.0
[INFO] [stderr]    Compiling rsbr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: static `KEYBOARD_ICON` is never used
[INFO] [stdout]  --> src/icons.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | static KEYBOARD_ICON: &str = "󰥻";
[INFO] [stdout]   |        ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `CLOCK_ICON` is never used
[INFO] [stdout]   --> src/icons.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | static CLOCK_ICON: &str = "󰥔";
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.61s
[INFO] running `Command { std: "docker" "inspect" "0dbe9e574fc0a685bf342c989a507958ba309755fe682c8b894d7ea88dd89d99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0dbe9e574fc0a685bf342c989a507958ba309755fe682c8b894d7ea88dd89d99", kill_on_drop: false }`
[INFO] [stdout] 0dbe9e574fc0a685bf342c989a507958ba309755fe682c8b894d7ea88dd89d99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 9a4d4fd7f465ddf46e5518c7f610024ad7be1931663f30e01a9f3eb9934d3cfe
[INFO] running `Command { std: "docker" "start" "-a" "9a4d4fd7f465ddf46e5518c7f610024ad7be1931663f30e01a9f3eb9934d3cfe", kill_on_drop: false }`
[INFO] [stderr]    Compiling rsbr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: static `KEYBOARD_ICON` is never used
[INFO] [stdout]  --> src/icons.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | static KEYBOARD_ICON: &str = "󰥻";
[INFO] [stdout]   |        ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `CLOCK_ICON` is never used
[INFO] [stdout]   --> src/icons.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | static CLOCK_ICON: &str = "󰥔";
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "9a4d4fd7f465ddf46e5518c7f610024ad7be1931663f30e01a9f3eb9934d3cfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a4d4fd7f465ddf46e5518c7f610024ad7be1931663f30e01a9f3eb9934d3cfe", kill_on_drop: false }`
[INFO] [stdout] 9a4d4fd7f465ddf46e5518c7f610024ad7be1931663f30e01a9f3eb9934d3cfe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 6c72027f0cba4211352e09558f3aa28627b5f896f5eab6896020ab1c05e418e2
[INFO] running `Command { std: "docker" "start" "-a" "6c72027f0cba4211352e09558f3aa28627b5f896f5eab6896020ab1c05e418e2", kill_on_drop: false }`
[INFO] [stderr] warning: static `KEYBOARD_ICON` is never used
[INFO] [stderr]  --> src/icons.rs:9:8
[INFO] [stderr]   |
[INFO] [stderr] 9 | static KEYBOARD_ICON: &str = "󰥻";
[INFO] [stderr]   |        ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: static `CLOCK_ICON` is never used
[INFO] [stderr]   --> src/icons.rs:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 | static CLOCK_ICON: &str = "󰥔";
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `rsbr` (bin "rsbr" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rsbr-63ba8d0fff9faa34)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6c72027f0cba4211352e09558f3aa28627b5f896f5eab6896020ab1c05e418e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c72027f0cba4211352e09558f3aa28627b5f896f5eab6896020ab1c05e418e2", kill_on_drop: false }`
[INFO] [stdout] 6c72027f0cba4211352e09558f3aa28627b5f896f5eab6896020ab1c05e418e2
