[INFO] cloning repository https://github.com/lukad/badger
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lukad/badger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukad%2Fbadger", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukad%2Fbadger'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 49fb2fb2f14b873f7b79fb6cf557118a77a8205a
[INFO] building lukad/badger against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukad%2Fbadger" "/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/lukad/badger
[INFO] finished tweaking git repo https://github.com/lukad/badger
[INFO] tweaked toml for git repo https://github.com/lukad/badger written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lukad/badger on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lukad/badger 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a648696254e4e04dd3c5ff886d12c25a70434866fa13e2264a7d471eca6ed102
[INFO] running `Command { std: "docker" "start" "-a" "a648696254e4e04dd3c5ff886d12c25a70434866fa13e2264a7d471eca6ed102", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a648696254e4e04dd3c5ff886d12c25a70434866fa13e2264a7d471eca6ed102", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a648696254e4e04dd3c5ff886d12c25a70434866fa13e2264a7d471eca6ed102", kill_on_drop: false }`
[INFO] [stdout] a648696254e4e04dd3c5ff886d12c25a70434866fa13e2264a7d471eca6ed102
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3025a876258003f9196531351afa04338e5ba11b5d9461c43cd393b72336dd6b
[INFO] running `Command { std: "docker" "start" "-a" "3025a876258003f9196531351afa04338e5ba11b5d9461c43cd393b72336dd6b", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling libdbus-sys v0.2.5
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling thiserror v2.0.9
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling xml-rs v0.8.24
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling syn v2.0.92
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.9
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling tokio v1.42.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling dbus v0.9.7
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling dbus-tokio v0.7.6
[INFO] [stderr]    Compiling bluez-generated v0.4.0
[INFO] [stderr]    Compiling serde-xml-rs v0.6.0
[INFO] [stderr]    Compiling bluez-async v0.8.0
[INFO] [stderr]    Compiling btleplug v0.11.7
[INFO] [stderr]    Compiling badger v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `btleplug::api::bleuuid::BleUuid`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use btleplug::api::bleuuid::BleUuid;
[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: `rand::Rng`
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rand::Rng;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `timeout`
[INFO] [stdout]  --> src/main.rs:7:25
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tokio::time::{self, timeout};
[INFO] [stdout]   |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | enum Mode {
[INFO] [stdout]    |      ---- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     ScrollRight = 1,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 22 |     ScrollUp = 2,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 23 |     ScrollDown = 3,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 24 |     Fixed = 4,
[INFO] [stdout] 25 |     Animation = 5,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 26 |     Snowflake = 6,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 27 |     Picture = 7,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 28 |     Laser = 8,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Mode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/main.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl Bitmap {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 41 |     fn new() -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `push_bitmap` are never used
[INFO] [stdout]   --> src/main.rs:71:8
[INFO] [stdout]    |
[INFO] [stdout] 70 | impl Data {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 71 |     fn new() -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     fn push_bitmap(&mut self, bitmap: Bitmap) {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.09s
[INFO] running `Command { std: "docker" "inspect" "3025a876258003f9196531351afa04338e5ba11b5d9461c43cd393b72336dd6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3025a876258003f9196531351afa04338e5ba11b5d9461c43cd393b72336dd6b", kill_on_drop: false }`
[INFO] [stdout] 3025a876258003f9196531351afa04338e5ba11b5d9461c43cd393b72336dd6b
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a902b76420f2543e536c4b71effb872f626da2bc557a61afc19bc12dce69811
[INFO] running `Command { std: "docker" "start" "-a" "5a902b76420f2543e536c4b71effb872f626da2bc557a61afc19bc12dce69811", kill_on_drop: false }`
[INFO] [stderr]    Compiling badger v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `btleplug::api::bleuuid::BleUuid`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use btleplug::api::bleuuid::BleUuid;
[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: `rand::Rng`
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rand::Rng;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `timeout`
[INFO] [stdout]  --> src/main.rs:7:25
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tokio::time::{self, timeout};
[INFO] [stdout]   |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | enum Mode {
[INFO] [stdout]    |      ---- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     ScrollRight = 1,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 22 |     ScrollUp = 2,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 23 |     ScrollDown = 3,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 24 |     Fixed = 4,
[INFO] [stdout] 25 |     Animation = 5,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 26 |     Snowflake = 6,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 27 |     Picture = 7,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 28 |     Laser = 8,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Mode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/main.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl Bitmap {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 41 |     fn new() -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `push_bitmap` are never used
[INFO] [stdout]   --> src/main.rs:71:8
[INFO] [stdout]    |
[INFO] [stdout] 70 | impl Data {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 71 |     fn new() -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     fn push_bitmap(&mut self, bitmap: Bitmap) {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.99s
[INFO] running `Command { std: "docker" "inspect" "5a902b76420f2543e536c4b71effb872f626da2bc557a61afc19bc12dce69811", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a902b76420f2543e536c4b71effb872f626da2bc557a61afc19bc12dce69811", kill_on_drop: false }`
[INFO] [stdout] 5a902b76420f2543e536c4b71effb872f626da2bc557a61afc19bc12dce69811
