[INFO] cloning repository https://github.com/marschium/AirhornNotes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/marschium/AirhornNotes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarschium%2FAirhornNotes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarschium%2FAirhornNotes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 07f8a088ea046098519aaa5303c0188e91e20daf
[INFO] testing marschium/AirhornNotes against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarschium%2FAirhornNotes" "/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/marschium/AirhornNotes
[INFO] finished tweaking git repo https://github.com/marschium/AirhornNotes
[INFO] tweaked toml for git repo https://github.com/marschium/AirhornNotes written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/marschium/AirhornNotes on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/marschium/AirhornNotes 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-10-28" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7c3d6345a33622f5d84111b8f876e753b2d1d0fbfea50b6e12d926f2de268397
[INFO] running `Command { std: "docker" "start" "-a" "7c3d6345a33622f5d84111b8f876e753b2d1d0fbfea50b6e12d926f2de268397", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c3d6345a33622f5d84111b8f876e753b2d1d0fbfea50b6e12d926f2de268397", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c3d6345a33622f5d84111b8f876e753b2d1d0fbfea50b6e12d926f2de268397", kill_on_drop: false }`
[INFO] [stdout] 7c3d6345a33622f5d84111b8f876e753b2d1d0fbfea50b6e12d926f2de268397
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 57088328e884a5ee3e6b79759b4e569763f89f7f83334c3d42a876b7ae651916
[INFO] running `Command { std: "docker" "start" "-a" "57088328e884a5ee3e6b79759b4e569763f89f7f83334c3d42a876b7ae651916", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.124
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling syn v1.0.91
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling log v0.4.16
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling dlib v0.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling wayland-sys v0.29.4
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling wayland-scanner v0.29.4
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling nix v0.22.3
[INFO] [stderr]    Compiling wayland-client v0.29.4
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling mio v0.8.2
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling wayland-protocols v0.29.4
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]    Compiling xcursor v0.3.4
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.15.4
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling wayland-commons v0.29.4
[INFO] [stderr]    Compiling calloop v0.9.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling memmap2 v0.3.1
[INFO] [stderr]    Compiling quick-xml v0.22.0
[INFO] [stderr]    Compiling x11-dl v2.19.1
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling tokio v1.20.1
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling event-listener v2.5.2
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling ttf-parser v0.15.0
[INFO] [stderr]    Compiling xcb v0.10.1
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling wayland-cursor v0.29.4
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.5
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling ahash v0.4.7
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.20
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling enumflags2_derive v0.7.4
[INFO] [stderr]    Compiling bytemuck_derive v1.1.0
[INFO] [stderr]    Compiling owned_ttf_parser v0.15.0
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling async-trait v0.1.53
[INFO] [stderr]    Compiling ab_glyph v0.2.15
[INFO] [stderr]    Compiling bytemuck v1.9.1
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling proc-macro-crate v1.1.3
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling emath v0.17.0
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling zvariant_derive v3.1.2
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling dlv-list v0.2.3
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling polling v2.2.0
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling openssl v0.10.41
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling async-task v4.2.0
[INFO] [stderr]    Compiling atomic_refcell v0.1.8
[INFO] [stderr]    Compiling easy-parallel v3.2.0
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling sha1 v0.6.1
[INFO] [stderr]    Compiling async-broadcast v0.3.4
[INFO] [stderr]    Compiling epaint v0.17.0
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling raw-window-handle v0.4.3
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling async-io v1.6.0
[INFO] [stderr]    Compiling ordered-multimap v0.3.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling async-recursion v0.3.2
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling serde_repr v0.1.7
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling zbus_macros v2.1.1
[INFO] [stderr]    Compiling async-lock v2.5.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.7
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.5
[INFO] [stderr]    Compiling enumflags2 v0.7.5
[INFO] [stderr]    Compiling nix v0.23.1
[INFO] [stderr]    Compiling ordered-stream v0.0.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling zvariant v3.1.2
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling dark-light v0.2.2
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling x11-clipboard v0.5.3
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling rust-ini v0.17.0
[INFO] [stderr]    Compiling egui v0.17.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling shared_library v0.1.9
[INFO] [stderr]    Compiling zbus_names v2.1.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling detect-desktop-environment v0.2.0
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling dconf_rs v0.3.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling osmesa-sys v0.1.2
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling webbrowser v0.6.0
[INFO] [stderr]    Compiling wayland-egl v0.29.4
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling serde_json v1.0.83
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling zbus v2.1.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling glow v0.11.2
[INFO] [stderr]    Compiling semver v1.0.13
[INFO] [stderr]    Compiling epi v0.17.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling sunrise v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling directories v4.0.1
[INFO] [stderr]    Compiling webbrowser v0.7.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.11
[INFO] [stderr]    Compiling smithay-clipboard v0.6.5
[INFO] [stderr]    Compiling copypasta v0.7.1
[INFO] [stderr]    Compiling egui-winit v0.17.0
[INFO] [stderr]    Compiling glutin v0.28.0
[INFO] [stderr]    Compiling egui_glow v0.17.0
[INFO] [stderr]    Compiling eframe v0.17.0
[INFO] [stdout] warning: unused imports: `combinator::not`, `is_alphabetic`, `line_ending`, `take_while`, and `terminated`
[INFO] [stdout]   --> src/style.rs:9:40
[INFO] [stdout]    |
[INFO] [stdout]  9 |     bytes::complete::{tag, take_until, take_while},
[INFO] [stdout]    |                                        ^^^^^^^^^^
[INFO] [stdout] 10 |     character::{complete::{newline, not_line_ending, space0, alphanumeric1, line_ending, satisfy}, is_alphabetic},
[INFO] [stdout]    |                                                                             ^^^^^^^^^^^            ^^^^^^^^^^^^^
[INFO] [stdout] 11 |     sequence::{tuple, delimited, terminated},
[INFO] [stdout]    |                                  ^^^^^^^^^^
[INFO] [stdout] 12 |     IResult, branch::alt, multi::{fold_many1, many1}, combinator::not,
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PathBuf`, `Path`, `current`, and `exit`
[INFO] [stdout]  --> src/update.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 |     path::{Path, PathBuf},
[INFO] [stdout]   |            ^^^^  ^^^^^^^
[INFO] [stdout] 5 |     process::{Command, exit},
[INFO] [stdout]   |                        ^^^^
[INFO] [stdout] 6 |     sync::{Arc, Condvar, Mutex},
[INFO] [stdout] 7 |     thread::{current, JoinHandle},
[INFO] [stdout]   |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/main.rs:285:39
[INFO] [stdout]     |
[INFO] [stdout] 285 |                 Some(last_changed) => (Local::now() - last_changed > chrono::Duration::seconds(5)),
[INFO] [stdout]     |                                       ^                                                          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 285 -                 Some(last_changed) => (Local::now() - last_changed > chrono::Duration::seconds(5)),
[INFO] [stdout] 285 +                 Some(last_changed) => Local::now() - last_changed > chrono::Duration::seconds(5),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `asset`
[INFO] [stdout]   --> src/update.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |             let asset = (j["assets"].as_array())?.get(0)?;
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_asset`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cond`
[INFO] [stdout]   --> src/update.rs:91:29
[INFO] [stdout]    |
[INFO] [stdout] 91 |                 let (state, cond) = &*state;
[INFO] [stdout]    |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_cond`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]    --> src/main.rs:404:33
[INFO] [stdout]     |
[INFO] [stdout] 404 | ...                   let c = &output.galley.text()[..cur];
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]    --> src/main.rs:274:47
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn update(&mut self, ctx: &egui::Context, frame: &epi::Frame) {
[INFO] [stdout]     |                                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `j` is never read
[INFO] [stdout]   --> src/update.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub struct UpdateService {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 81 |     state_pair: Arc<(Mutex<UpdateServiceState>, Condvar)>,
[INFO] [stdout] 82 |     j: JoinHandle<()>,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:413:37
[INFO] [stdout]     |
[INFO] [stdout] 413 | ...                   webbrowser::open(selected);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 413 |                                     let _ = webbrowser::open(selected);
[INFO] [stdout]     |                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/update.rs:118:25
[INFO] [stdout]     |
[INFO] [stdout] 118 |                         f.write_all(&res.bytes().unwrap());
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 118 |                         let _ = f.write_all(&res.bytes().unwrap());
[INFO] [stdout]     |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/update.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 std::fs::set_permissions(new_exe, Permissions::from_mode(0o755));
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 let _ = std::fs::set_permissions(new_exe, Permissions::from_mode(0o755));
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `exec` that must be used
[INFO] [stdout]    --> src/update.rs:148:17
[INFO] [stdout]     |
[INFO] [stdout] 148 | /                 Command::new("sh")
[INFO] [stdout] 149 | |                     .arg("-c")
[INFO] [stdout] 150 | |                     .arg(format!("mv {new_exe} {this_exe} && {this_exe}"))
[INFO] [stdout] 151 | |                     .exec();
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 148 |                 let _ = Command::new("sh")
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 28s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.22.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "57088328e884a5ee3e6b79759b4e569763f89f7f83334c3d42a876b7ae651916", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57088328e884a5ee3e6b79759b4e569763f89f7f83334c3d42a876b7ae651916", kill_on_drop: false }`
[INFO] [stdout] 57088328e884a5ee3e6b79759b4e569763f89f7f83334c3d42a876b7ae651916
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f44fea70dfe85e42138da61ef5a2fad261f03041eff21d30357c1b2933a5b62
[INFO] running `Command { std: "docker" "start" "-a" "5f44fea70dfe85e42138da61ef5a2fad261f03041eff21d30357c1b2933a5b62", kill_on_drop: false }`
[INFO] [stderr]    Compiling sunrise v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `combinator::not`, `is_alphabetic`, `line_ending`, `take_while`, and `terminated`
[INFO] [stdout]   --> src/style.rs:9:40
[INFO] [stdout]    |
[INFO] [stdout]  9 |     bytes::complete::{tag, take_until, take_while},
[INFO] [stdout]    |                                        ^^^^^^^^^^
[INFO] [stdout] 10 |     character::{complete::{newline, not_line_ending, space0, alphanumeric1, line_ending, satisfy}, is_alphabetic},
[INFO] [stdout]    |                                                                             ^^^^^^^^^^^            ^^^^^^^^^^^^^
[INFO] [stdout] 11 |     sequence::{tuple, delimited, terminated},
[INFO] [stdout]    |                                  ^^^^^^^^^^
[INFO] [stdout] 12 |     IResult, branch::alt, multi::{fold_many1, many1}, combinator::not,
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PathBuf`, `Path`, `current`, and `exit`
[INFO] [stdout]  --> src/update.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 |     path::{Path, PathBuf},
[INFO] [stdout]   |            ^^^^  ^^^^^^^
[INFO] [stdout] 5 |     process::{Command, exit},
[INFO] [stdout]   |                        ^^^^
[INFO] [stdout] 6 |     sync::{Arc, Condvar, Mutex},
[INFO] [stdout] 7 |     thread::{current, JoinHandle},
[INFO] [stdout]   |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/main.rs:285:39
[INFO] [stdout]     |
[INFO] [stdout] 285 |                 Some(last_changed) => (Local::now() - last_changed > chrono::Duration::seconds(5)),
[INFO] [stdout]     |                                       ^                                                          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 285 -                 Some(last_changed) => (Local::now() - last_changed > chrono::Duration::seconds(5)),
[INFO] [stdout] 285 +                 Some(last_changed) => Local::now() - last_changed > chrono::Duration::seconds(5),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `asset`
[INFO] [stdout]   --> src/update.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |             let asset = (j["assets"].as_array())?.get(0)?;
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_asset`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cond`
[INFO] [stdout]   --> src/update.rs:91:29
[INFO] [stdout]    |
[INFO] [stdout] 91 |                 let (state, cond) = &*state;
[INFO] [stdout]    |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_cond`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]    --> src/main.rs:404:33
[INFO] [stdout]     |
[INFO] [stdout] 404 | ...                   let c = &output.galley.text()[..cur];
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]    --> src/main.rs:274:47
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn update(&mut self, ctx: &egui::Context, frame: &epi::Frame) {
[INFO] [stdout]     |                                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `j` is never read
[INFO] [stdout]   --> src/update.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub struct UpdateService {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 81 |     state_pair: Arc<(Mutex<UpdateServiceState>, Condvar)>,
[INFO] [stdout] 82 |     j: JoinHandle<()>,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:413:37
[INFO] [stdout]     |
[INFO] [stdout] 413 | ...                   webbrowser::open(selected);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 413 |                                     let _ = webbrowser::open(selected);
[INFO] [stdout]     |                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/update.rs:118:25
[INFO] [stdout]     |
[INFO] [stdout] 118 |                         f.write_all(&res.bytes().unwrap());
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 118 |                         let _ = f.write_all(&res.bytes().unwrap());
[INFO] [stdout]     |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/update.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 std::fs::set_permissions(new_exe, Permissions::from_mode(0o755));
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 let _ = std::fs::set_permissions(new_exe, Permissions::from_mode(0o755));
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `exec` that must be used
[INFO] [stdout]    --> src/update.rs:148:17
[INFO] [stdout]     |
[INFO] [stdout] 148 | /                 Command::new("sh")
[INFO] [stdout] 149 | |                     .arg("-c")
[INFO] [stdout] 150 | |                     .arg(format!("mv {new_exe} {this_exe} && {this_exe}"))
[INFO] [stdout] 151 | |                     .exec();
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 148 |                 let _ = Command::new("sh")
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.22.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "5f44fea70dfe85e42138da61ef5a2fad261f03041eff21d30357c1b2933a5b62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f44fea70dfe85e42138da61ef5a2fad261f03041eff21d30357c1b2933a5b62", kill_on_drop: false }`
[INFO] [stdout] 5f44fea70dfe85e42138da61ef5a2fad261f03041eff21d30357c1b2933a5b62
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 02d9091cb7fd7d177c28a3c082ff5481b84075cb68024752f93f81acff20b73d
[INFO] running `Command { std: "docker" "start" "-a" "02d9091cb7fd7d177c28a3c082ff5481b84075cb68024752f93f81acff20b73d", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `combinator::not`, `is_alphabetic`, `line_ending`, `take_while`, and `terminated`
[INFO] [stderr]   --> src/style.rs:9:40
[INFO] [stderr]    |
[INFO] [stderr]  9 |     bytes::complete::{tag, take_until, take_while},
[INFO] [stderr]    |                                        ^^^^^^^^^^
[INFO] [stderr] 10 |     character::{complete::{newline, not_line_ending, space0, alphanumeric1, line_ending, satisfy}, is_alphabetic},
[INFO] [stderr]    |                                                                             ^^^^^^^^^^^            ^^^^^^^^^^^^^
[INFO] [stderr] 11 |     sequence::{tuple, delimited, terminated},
[INFO] [stderr]    |                                  ^^^^^^^^^^
[INFO] [stderr] 12 |     IResult, branch::alt, multi::{fold_many1, many1}, combinator::not,
[INFO] [stderr]    |                                                       ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `PathBuf`, `Path`, `current`, and `exit`
[INFO] [stderr]  --> src/update.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 |     path::{Path, PathBuf},
[INFO] [stderr]   |            ^^^^  ^^^^^^^
[INFO] [stderr] 5 |     process::{Command, exit},
[INFO] [stderr]   |                        ^^^^
[INFO] [stderr] 6 |     sync::{Arc, Condvar, Mutex},
[INFO] [stderr] 7 |     thread::{current, JoinHandle},
[INFO] [stderr]   |              ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]    --> src/main.rs:285:39
[INFO] [stderr]     |
[INFO] [stderr] 285 |                 Some(last_changed) => (Local::now() - last_changed > chrono::Duration::seconds(5)),
[INFO] [stderr]     |                                       ^                                                          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 285 -                 Some(last_changed) => (Local::now() - last_changed > chrono::Duration::seconds(5)),
[INFO] [stderr] 285 +                 Some(last_changed) => Local::now() - last_changed > chrono::Duration::seconds(5),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `asset`
[INFO] [stderr]   --> src/update.rs:48:17
[INFO] [stderr]    |
[INFO] [stderr] 48 |             let asset = (j["assets"].as_array())?.get(0)?;
[INFO] [stderr]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_asset`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `cond`
[INFO] [stderr]   --> src/update.rs:91:29
[INFO] [stderr]    |
[INFO] [stderr] 91 |                 let (state, cond) = &*state;
[INFO] [stderr]    |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_cond`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `c`
[INFO] [stderr]    --> src/main.rs:404:33
[INFO] [stderr]     |
[INFO] [stderr] 404 | ...                   let c = &output.galley.text()[..cur];
[INFO] [stderr]     |                           ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `frame`
[INFO] [stderr]    --> src/main.rs:274:47
[INFO] [stderr]     |
[INFO] [stderr] 274 |     fn update(&mut self, ctx: &egui::Context, frame: &epi::Frame) {
[INFO] [stderr]     |                                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stderr] 
[INFO] [stderr] warning: field `j` is never read
[INFO] [stderr]   --> src/update.rs:82:5
[INFO] [stderr]    |
[INFO] [stderr] 80 | pub struct UpdateService {
[INFO] [stderr]    |            ------------- field in this struct
[INFO] [stderr] 81 |     state_pair: Arc<(Mutex<UpdateServiceState>, Condvar)>,
[INFO] [stderr] 82 |     j: JoinHandle<()>,
[INFO] [stderr]    |     ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/main.rs:413:37
[INFO] [stderr]     |
[INFO] [stderr] 413 | ...                   webbrowser::open(selected);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 413 |                                     let _ = webbrowser::open(selected);
[INFO] [stderr]     |                                     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/update.rs:118:25
[INFO] [stderr]     |
[INFO] [stderr] 118 |                         f.write_all(&res.bytes().unwrap());
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 118 |                         let _ = f.write_all(&res.bytes().unwrap());
[INFO] [stderr]     |                         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/update.rs:145:17
[INFO] [stderr]     |
[INFO] [stderr] 145 |                 std::fs::set_permissions(new_exe, Permissions::from_mode(0o755));
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 145 |                 let _ = std::fs::set_permissions(new_exe, Permissions::from_mode(0o755));
[INFO] [stderr]     |                 +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `exec` that must be used
[INFO] [stderr]    --> src/update.rs:148:17
[INFO] [stderr]     |
[INFO] [stderr] 148 | /                 Command::new("sh")
[INFO] [stderr] 149 | |                     .arg("-c")
[INFO] [stderr] 150 | |                     .arg(format!("mv {new_exe} {this_exe} && {this_exe}"))
[INFO] [stderr] 151 | |                     .exec();
[INFO] [stderr]     | |___________________________^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 148 |                 let _ = Command::new("sh")
[INFO] [stderr]     |                 +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `sunrise` (bin "sunrise" test) generated 12 warnings (run `cargo fix --bin "sunrise" -p sunrise --tests` to apply 7 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.22.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sunrise-9ed9b0de02e75449)
[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" "02d9091cb7fd7d177c28a3c082ff5481b84075cb68024752f93f81acff20b73d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02d9091cb7fd7d177c28a3c082ff5481b84075cb68024752f93f81acff20b73d", kill_on_drop: false }`
[INFO] [stdout] 02d9091cb7fd7d177c28a3c082ff5481b84075cb68024752f93f81acff20b73d
