[INFO] cloning repository https://github.com/notseanray/blather
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/notseanray/blather" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotseanray%2Fblather", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotseanray%2Fblather'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e822c82d3d0fb9dd454d4fd2e8b916a8ea19102f
[INFO] testing notseanray/blather against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotseanray%2Fblather" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/notseanray/blather
[INFO] finished tweaking git repo https://github.com/notseanray/blather
[INFO] tweaked toml for git repo https://github.com/notseanray/blather written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/notseanray/blather on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/notseanray/blather 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] df541b312b63645558090967870470d7905dea8e421bbddd76c8e03f0079eaa3
[INFO] running `Command { std: "docker" "start" "-a" "df541b312b63645558090967870470d7905dea8e421bbddd76c8e03f0079eaa3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df541b312b63645558090967870470d7905dea8e421bbddd76c8e03f0079eaa3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df541b312b63645558090967870470d7905dea8e421bbddd76c8e03f0079eaa3", kill_on_drop: false }`
[INFO] [stdout] df541b312b63645558090967870470d7905dea8e421bbddd76c8e03f0079eaa3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] beb8678ba77dac1bc69eb010c8ccf8543a4d2b2b7fd98be344c5c7b6919222f3
[INFO] running `Command { std: "docker" "start" "-a" "beb8678ba77dac1bc69eb010c8ccf8543a4d2b2b7fd98be344c5c7b6919222f3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.134
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.46
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling syn v1.0.101
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling once_cell v1.15.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling futures-sink v0.3.24
[INFO] [stderr]    Compiling jobserver v0.1.25
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.145
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling futures-io v0.3.24
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling serde v1.0.145
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling zstd-sys v2.0.1+zstd.1.5.2
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling openssl-sys v0.9.76
[INFO] [stderr]    Compiling bytestring v1.1.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling local-waker v0.1.3
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling num-bigint v0.3.3
[INFO] [stderr]    Compiling futures-channel v0.3.24
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling futures-macro v0.3.24
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling actix-rt v2.7.0
[INFO] [stderr]    Compiling tokio-util v0.3.1
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling actix-utils v3.0.0
[INFO] [stderr]    Compiling libssh2-sys v0.2.23
[INFO] [stderr]    Compiling cookie v0.16.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling time v0.3.15
[INFO] [stderr]    Compiling local-channel v0.1.3
[INFO] [stderr]    Compiling h2 v0.2.7
[INFO] [stderr]    Compiling h2 v0.3.14
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling actix-router v0.5.1
[INFO] [stderr]    Compiling http-body v0.3.1
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling httpdate v0.3.2
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling actix-web-codegen v4.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling actix-server v2.1.1
[INFO] [stderr]    Compiling actix-macros v0.2.3
[INFO] [stderr]    Compiling num-complex v0.3.1
[INFO] [stderr]    Compiling hyper v0.13.10
[INFO] [stderr]    Compiling libgit2-sys v0.14.0+1.5.0
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling iana-time-zone v0.1.50
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling num v0.3.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling actix_derive v0.6.0
[INFO] [stderr]    Compiling blake3 v1.3.1
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling data-encoding v2.3.2
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]    Compiling globset v0.4.9
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling actix v0.13.0
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling ignore v0.4.18
[INFO] [stderr]    Compiling envy v0.4.2
[INFO] [stderr]    Compiling async_once v0.2.6
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling rustls v0.18.1
[INFO] [stderr]    Compiling webpki-roots v0.20.0
[INFO] [stderr]    Compiling biscuit v0.5.0
[INFO] [stderr]    Compiling tokio-rustls v0.14.1
[INFO] [stderr]    Compiling hyper-rustls v0.21.0
[INFO] [stderr]    Compiling reqwest v0.10.10
[INFO] [stderr]    Compiling firestore-db-and-auth v0.6.1
[INFO] [stderr]    Compiling git2 v0.15.0
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling actix-http v3.2.2
[INFO] [stderr]    Compiling actix-web v4.2.1
[INFO] [stderr]    Compiling actix-cors v0.6.3
[INFO] [stderr]    Compiling actix-web-actors v4.1.0
[INFO] [stderr]    Compiling blather v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::git::CommitPoint`
[INFO] [stdout]   --> src/firebase.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::git::CommitPoint;
[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 variable: `week`
[INFO] [stdout]    --> src/main.rs:196:17
[INFO] [stdout]     |
[INFO] [stdout] 196 |             let week: u8 = match args[2].parse() {
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_week`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> src/main.rs:247:26
[INFO] [stdout]     |
[INFO] [stdout] 247 | async fn new_json_backup(req: HttpRequest) -> Result<HttpResponse, Error> {
[INFO] [stdout]     |                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> src/main.rs:251:25
[INFO] [stdout]     |
[INFO] [stdout] 251 | async fn new_bin_backup(req: HttpRequest) -> Result<HttpResponse, Error> {
[INFO] [stdout]     |                         ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> src/main.rs:255:26
[INFO] [stdout]     |
[INFO] [stdout] 255 | async fn refresh_session(req: HttpRequest) -> Result<HttpResponse, Error> {
[INFO] [stdout]     |                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `JsonRecord` is never constructed
[INFO] [stdout]   --> src/main.rs:88:8
[INFO] [stdout]    |
[INFO] [stdout] 88 | struct JsonRecord;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `JsonData` is never constructed
[INFO] [stdout]    --> src/main.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout] 106 | struct JsonData;
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BinRecord` is never constructed
[INFO] [stdout]    --> src/main.rs:124:8
[INFO] [stdout]     |
[INFO] [stdout] 124 | struct BinRecord;
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConnectedClients` is never constructed
[INFO] [stdout]    --> src/main.rs:142:8
[INFO] [stdout]     |
[INFO] [stdout] 142 | struct ConnectedClients {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `hb`, `req`, and `name` are never read
[INFO] [stdout]    --> src/main.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 150 | struct WsMsg {
[INFO] [stdout]     |        ----- fields in this struct
[INFO] [stdout] 151 |     pub hb: Instant,
[INFO] [stdout]     |         ^^
[INFO] [stdout] 152 |     pub req: AtomicU64,
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 153 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STORED_LENGTH` is never used
[INFO] [stdout]   --> src/firebase.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | const STORED_LENGTH: usize = 8;
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Firebase` is never constructed
[INFO] [stdout]   --> src/firebase.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub(crate) struct Firebase {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `refresh_session`, `fetch_registration`, and `fetch_json_storage` are never used
[INFO] [stdout]   --> src/firebase.rs:63:19
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl Firebase {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 63 |     pub(crate) fn new<P: AsRef<Path>>(path: P) -> Result<Self> {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub(crate) fn refresh_session(&mut self) -> Result<()> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub(crate) fn fetch_registration(&self) -> Result<Vec<RegistrationData>> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 87 |     pub(crate) fn fetch_json_storage(&self) -> Result<Vec<RegistrationData>, Box<dyn Error>> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommitPoint` is never constructed
[INFO] [stdout]  --> src/git.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct CommitPoint {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GitStorage` is never constructed
[INFO] [stdout]   --> src/git.rs:25:19
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub(crate) struct GitStorage {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `init`, `get_commits`, and `fetch_commits` are never used
[INFO] [stdout]   --> src/git.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl GitStorage {
[INFO] [stdout]    | --------------- associated items in this implementation
[INFO] [stdout] 30 |     pub(crate) fn init() -> Result<Self> {
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub fn get_commits(&self) -> &Vec<CommitPoint> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     fn fetch_commits(&mut self) -> Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BinSet` is never constructed
[INFO] [stdout]  --> src/storage.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct BinSet {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_folder` is never used
[INFO] [stdout]   --> src/storage.rs:15:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl BinSet {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 15 |     pub(crate) fn from_folder<P: AsRef<Path>>(path: P) -> Result<Self, Box<dyn Error>> {
[INFO] [stdout]    |                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Storage` is never constructed
[INFO] [stdout]   --> src/storage.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub(crate) struct Storage {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `new_download`, `update`, and `dump` are never used
[INFO] [stdout]   --> src/storage.rs:50:19
[INFO] [stdout]    |
[INFO] [stdout] 49 | impl Storage {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 50 |     pub(crate) fn new(max_size: f32) -> Result<Self, Box<dyn Error>> {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub(crate) fn new_download(&mut self) -> Result<()> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |     fn update(&mut self) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     pub(crate) fn dump(&self) -> &Vec<BinSet> {
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 43s
[INFO] running `Command { std: "docker" "inspect" "beb8678ba77dac1bc69eb010c8ccf8543a4d2b2b7fd98be344c5c7b6919222f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "beb8678ba77dac1bc69eb010c8ccf8543a4d2b2b7fd98be344c5c7b6919222f3", kill_on_drop: false }`
[INFO] [stdout] beb8678ba77dac1bc69eb010c8ccf8543a4d2b2b7fd98be344c5c7b6919222f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3271cf9e02daa4b24f0c4178d6e907a9154debffe6a1a3cf995c51e4d7fbd5cd
[INFO] running `Command { std: "docker" "start" "-a" "3271cf9e02daa4b24f0c4178d6e907a9154debffe6a1a3cf995c51e4d7fbd5cd", kill_on_drop: false }`
[INFO] [stderr]    Compiling blather v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::git::CommitPoint`
[INFO] [stdout]   --> src/firebase.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::git::CommitPoint;
[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 variable: `week`
[INFO] [stdout]    --> src/main.rs:196:17
[INFO] [stdout]     |
[INFO] [stdout] 196 |             let week: u8 = match args[2].parse() {
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_week`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> src/main.rs:247:26
[INFO] [stdout]     |
[INFO] [stdout] 247 | async fn new_json_backup(req: HttpRequest) -> Result<HttpResponse, Error> {
[INFO] [stdout]     |                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> src/main.rs:251:25
[INFO] [stdout]     |
[INFO] [stdout] 251 | async fn new_bin_backup(req: HttpRequest) -> Result<HttpResponse, Error> {
[INFO] [stdout]     |                         ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> src/main.rs:255:26
[INFO] [stdout]     |
[INFO] [stdout] 255 | async fn refresh_session(req: HttpRequest) -> Result<HttpResponse, Error> {
[INFO] [stdout]     |                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `JsonRecord` is never constructed
[INFO] [stdout]   --> src/main.rs:88:8
[INFO] [stdout]    |
[INFO] [stdout] 88 | struct JsonRecord;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `JsonData` is never constructed
[INFO] [stdout]    --> src/main.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout] 106 | struct JsonData;
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BinRecord` is never constructed
[INFO] [stdout]    --> src/main.rs:124:8
[INFO] [stdout]     |
[INFO] [stdout] 124 | struct BinRecord;
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConnectedClients` is never constructed
[INFO] [stdout]    --> src/main.rs:142:8
[INFO] [stdout]     |
[INFO] [stdout] 142 | struct ConnectedClients {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `hb`, `req`, and `name` are never read
[INFO] [stdout]    --> src/main.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 150 | struct WsMsg {
[INFO] [stdout]     |        ----- fields in this struct
[INFO] [stdout] 151 |     pub hb: Instant,
[INFO] [stdout]     |         ^^
[INFO] [stdout] 152 |     pub req: AtomicU64,
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 153 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STORED_LENGTH` is never used
[INFO] [stdout]   --> src/firebase.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | const STORED_LENGTH: usize = 8;
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Firebase` is never constructed
[INFO] [stdout]   --> src/firebase.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub(crate) struct Firebase {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `refresh_session`, `fetch_registration`, and `fetch_json_storage` are never used
[INFO] [stdout]   --> src/firebase.rs:63:19
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl Firebase {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 63 |     pub(crate) fn new<P: AsRef<Path>>(path: P) -> Result<Self> {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub(crate) fn refresh_session(&mut self) -> Result<()> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub(crate) fn fetch_registration(&self) -> Result<Vec<RegistrationData>> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 87 |     pub(crate) fn fetch_json_storage(&self) -> Result<Vec<RegistrationData>, Box<dyn Error>> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommitPoint` is never constructed
[INFO] [stdout]  --> src/git.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct CommitPoint {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GitStorage` is never constructed
[INFO] [stdout]   --> src/git.rs:25:19
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub(crate) struct GitStorage {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `init`, `get_commits`, and `fetch_commits` are never used
[INFO] [stdout]   --> src/git.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl GitStorage {
[INFO] [stdout]    | --------------- associated items in this implementation
[INFO] [stdout] 30 |     pub(crate) fn init() -> Result<Self> {
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub fn get_commits(&self) -> &Vec<CommitPoint> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     fn fetch_commits(&mut self) -> Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BinSet` is never constructed
[INFO] [stdout]  --> src/storage.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct BinSet {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_folder` is never used
[INFO] [stdout]   --> src/storage.rs:15:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl BinSet {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 15 |     pub(crate) fn from_folder<P: AsRef<Path>>(path: P) -> Result<Self, Box<dyn Error>> {
[INFO] [stdout]    |                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Storage` is never constructed
[INFO] [stdout]   --> src/storage.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub(crate) struct Storage {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `new_download`, `update`, and `dump` are never used
[INFO] [stdout]   --> src/storage.rs:50:19
[INFO] [stdout]    |
[INFO] [stdout] 49 | impl Storage {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 50 |     pub(crate) fn new(max_size: f32) -> Result<Self, Box<dyn Error>> {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub(crate) fn new_download(&mut self) -> Result<()> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |     fn update(&mut self) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     pub(crate) fn dump(&self) -> &Vec<BinSet> {
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.98s
[INFO] running `Command { std: "docker" "inspect" "3271cf9e02daa4b24f0c4178d6e907a9154debffe6a1a3cf995c51e4d7fbd5cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3271cf9e02daa4b24f0c4178d6e907a9154debffe6a1a3cf995c51e4d7fbd5cd", kill_on_drop: false }`
[INFO] [stdout] 3271cf9e02daa4b24f0c4178d6e907a9154debffe6a1a3cf995c51e4d7fbd5cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ab2c0e15d779946f9dfa1abe36065b6b98629e3bba0d4ceb8876c55b2887c02f
[INFO] running `Command { std: "docker" "start" "-a" "ab2c0e15d779946f9dfa1abe36065b6b98629e3bba0d4ceb8876c55b2887c02f", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::git::CommitPoint`
[INFO] [stderr]   --> src/firebase.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use crate::git::CommitPoint;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `week`
[INFO] [stderr]    --> src/main.rs:196:17
[INFO] [stderr]     |
[INFO] [stderr] 196 |             let week: u8 = match args[2].parse() {
[INFO] [stderr]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_week`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]    --> src/main.rs:247:26
[INFO] [stderr]     |
[INFO] [stderr] 247 | async fn new_json_backup(req: HttpRequest) -> Result<HttpResponse, Error> {
[INFO] [stderr]     |                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]    --> src/main.rs:251:25
[INFO] [stderr]     |
[INFO] [stderr] 251 | async fn new_bin_backup(req: HttpRequest) -> Result<HttpResponse, Error> {
[INFO] [stderr]     |                         ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]    --> src/main.rs:255:26
[INFO] [stderr]     |
[INFO] [stderr] 255 | async fn refresh_session(req: HttpRequest) -> Result<HttpResponse, Error> {
[INFO] [stderr]     |                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: struct `JsonRecord` is never constructed
[INFO] [stderr]   --> src/main.rs:88:8
[INFO] [stderr]    |
[INFO] [stderr] 88 | struct JsonRecord;
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `JsonData` is never constructed
[INFO] [stderr]    --> src/main.rs:106:8
[INFO] [stderr]     |
[INFO] [stderr] 106 | struct JsonData;
[INFO] [stderr]     |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `BinRecord` is never constructed
[INFO] [stderr]    --> src/main.rs:124:8
[INFO] [stderr]     |
[INFO] [stderr] 124 | struct BinRecord;
[INFO] [stderr]     |        ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ConnectedClients` is never constructed
[INFO] [stderr]    --> src/main.rs:142:8
[INFO] [stderr]     |
[INFO] [stderr] 142 | struct ConnectedClients {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `hb`, `req`, and `name` are never read
[INFO] [stderr]    --> src/main.rs:151:9
[INFO] [stderr]     |
[INFO] [stderr] 150 | struct WsMsg {
[INFO] [stderr]     |        ----- fields in this struct
[INFO] [stderr] 151 |     pub hb: Instant,
[INFO] [stderr]     |         ^^
[INFO] [stderr] 152 |     pub req: AtomicU64,
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 153 |     pub name: String,
[INFO] [stderr]     |         ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `STORED_LENGTH` is never used
[INFO] [stderr]   --> src/firebase.rs:12:7
[INFO] [stderr]    |
[INFO] [stderr] 12 | const STORED_LENGTH: usize = 8;
[INFO] [stderr]    |       ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Firebase` is never constructed
[INFO] [stderr]   --> src/firebase.rs:57:19
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub(crate) struct Firebase {
[INFO] [stderr]    |                   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `refresh_session`, `fetch_registration`, and `fetch_json_storage` are never used
[INFO] [stderr]   --> src/firebase.rs:63:19
[INFO] [stderr]    |
[INFO] [stderr] 62 | impl Firebase {
[INFO] [stderr]    | ------------- associated items in this implementation
[INFO] [stderr] 63 |     pub(crate) fn new<P: AsRef<Path>>(path: P) -> Result<Self> {
[INFO] [stderr]    |                   ^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 |     pub(crate) fn refresh_session(&mut self) -> Result<()> {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 75 |     pub(crate) fn fetch_registration(&self) -> Result<Vec<RegistrationData>> {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 87 |     pub(crate) fn fetch_json_storage(&self) -> Result<Vec<RegistrationData>, Box<dyn Error>> {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `CommitPoint` is never constructed
[INFO] [stderr]  --> src/git.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub struct CommitPoint {
[INFO] [stderr]   |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `GitStorage` is never constructed
[INFO] [stderr]   --> src/git.rs:25:19
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub(crate) struct GitStorage {
[INFO] [stderr]    |                   ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `init`, `get_commits`, and `fetch_commits` are never used
[INFO] [stderr]   --> src/git.rs:30:19
[INFO] [stderr]    |
[INFO] [stderr] 29 | impl GitStorage {
[INFO] [stderr]    | --------------- associated items in this implementation
[INFO] [stderr] 30 |     pub(crate) fn init() -> Result<Self> {
[INFO] [stderr]    |                   ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 35 |     pub fn get_commits(&self) -> &Vec<CommitPoint> {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 38 |     fn fetch_commits(&mut self) -> Result<()> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `BinSet` is never constructed
[INFO] [stderr]  --> src/storage.rs:7:12
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct BinSet {
[INFO] [stderr]   |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_folder` is never used
[INFO] [stderr]   --> src/storage.rs:15:19
[INFO] [stderr]    |
[INFO] [stderr] 14 | impl BinSet {
[INFO] [stderr]    | ----------- associated function in this implementation
[INFO] [stderr] 15 |     pub(crate) fn from_folder<P: AsRef<Path>>(path: P) -> Result<Self, Box<dyn Error>> {
[INFO] [stderr]    |                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Storage` is never constructed
[INFO] [stderr]   --> src/storage.rs:44:19
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub(crate) struct Storage {
[INFO] [stderr]    |                   ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `new_download`, `update`, and `dump` are never used
[INFO] [stderr]   --> src/storage.rs:50:19
[INFO] [stderr]    |
[INFO] [stderr] 49 | impl Storage {
[INFO] [stderr]    | ------------ associated items in this implementation
[INFO] [stderr] 50 |     pub(crate) fn new(max_size: f32) -> Result<Self, Box<dyn Error>> {
[INFO] [stderr]    |                   ^^^
[INFO] [stderr] ...
[INFO] [stderr] 60 |     pub(crate) fn new_download(&mut self) -> Result<()> {
[INFO] [stderr]    |                   ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 |     fn update(&mut self) -> Result<(), Box<dyn Error>> {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 77 |     pub(crate) fn dump(&self) -> &Vec<BinSet> {
[INFO] [stderr]    |                   ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `blather` (bin "blather" test) generated 20 warnings (run `cargo fix --bin "blather" -p blather --tests` to apply 5 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/blather-560a68057b4ae513)
[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" "ab2c0e15d779946f9dfa1abe36065b6b98629e3bba0d4ceb8876c55b2887c02f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab2c0e15d779946f9dfa1abe36065b6b98629e3bba0d4ceb8876c55b2887c02f", kill_on_drop: false }`
[INFO] [stdout] ab2c0e15d779946f9dfa1abe36065b6b98629e3bba0d4ceb8876c55b2887c02f
