[INFO] fetching crate silicon-monitor 1.3.1...
[INFO] testing silicon-monitor-1.3.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate silicon-monitor 1.3.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate silicon-monitor 1.3.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate silicon-monitor 1.3.1
[INFO] tweaked toml for crates.io crate silicon-monitor 1.3.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate silicon-monitor 1.3.1 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 crates.io crate silicon-monitor 1.3.1 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 8648314aa1a6ec046fceeffa30f22539fe0615b5c62c0d8eaedb4be0275cb987
[INFO] running `Command { std: "docker" "start" "-a" "8648314aa1a6ec046fceeffa30f22539fe0615b5c62c0d8eaedb4be0275cb987", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8648314aa1a6ec046fceeffa30f22539fe0615b5c62c0d8eaedb4be0275cb987", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8648314aa1a6ec046fceeffa30f22539fe0615b5c62c0d8eaedb4be0275cb987", kill_on_drop: false }`
[INFO] [stdout] 8648314aa1a6ec046fceeffa30f22539fe0615b5c62c0d8eaedb4be0275cb987
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 58ba06028c90355a41707aa21e5a3692e663870e1b4797e1b51133816b4035ea
[INFO] running `Command { std: "docker" "start" "-a" "58ba06028c90355a41707aa21e5a3692e663870e1b4797e1b51133816b4035ea", kill_on_drop: false }`
[INFO] [stderr]    Compiling linux-raw-sys v0.6.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling drm-sys v0.8.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling drm-sys v0.7.0
[INFO] [stderr]    Compiling drm-fourcc v2.2.0
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling nvml-wrapper-sys v0.8.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling drm-ffi v0.9.0
[INFO] [stderr]    Compiling drm-ffi v0.8.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling drm v0.14.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling wrapcenum-derive v0.4.1
[INFO] [stderr]    Compiling nvml-wrapper v0.10.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling silicon-monitor v1.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `crossterm` in this scope
[INFO] [stdout]  --> src/tui/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crossterm::{
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `crossterm`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `crossterm`, use `cargo add crossterm` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ratatui` in this scope
[INFO] [stdout]   --> src/tui/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use ratatui::{backend::CrosstermBackend, prelude::Backend, Terminal};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `ratatui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crossterm`
[INFO] [stdout]  --> src/tui/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crossterm::{
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `crossterm`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `crossterm`, use `cargo add crossterm` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ratatui` in this scope
[INFO] [stdout]   --> src/tui/ui.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use ratatui::{
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `ratatui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ratatui`
[INFO] [stdout]   --> src/tui/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use ratatui::{backend::CrosstermBackend, prelude::Backend, Terminal};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `ratatui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ratatui` in this scope
[INFO] [stdout]   --> src/tui/ui.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     use ratatui::style::Color;
[INFO] [stdout]    |         ^^^^^^^ use of unresolved module or unlinked crate `ratatui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ratatui`
[INFO] [stdout]   --> src/tui/ui.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use ratatui::{
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `ratatui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eframe`
[INFO] [stdout]  --> src/gui/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use eframe::egui;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `eframe`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `eframe`, use `cargo add eframe` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]  --> src/gui/widgets.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use egui::epaint::PathShape;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `egui`
[INFO] [stdout]  --> src/gui/theme.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use egui::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> src/http_server.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |         use tokio::io::{AsyncReadExt, AsyncWriteExt};
[INFO] [stdout]     |             ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> src/http_server.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 |         use tokio::net::TcpListener;
[INFO] [stdout]     |             ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `egui`
[INFO] [stdout]  --> src/gui/widgets.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use egui::{Color32, Pos2, Rect, Response, Sense, Stroke, Ui, Vec2, Widget};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eframe`
[INFO] [stdout]  --> src/gui/app.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use eframe::egui;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `eframe`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `eframe`, use `cargo add eframe` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_trait`
[INFO] [stdout]   --> src/agent/local/ollama.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | use async_trait::async_trait;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `async_trait`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_trait`, use `cargo add async_trait` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_trait`
[INFO] [stdout]   --> src/agent/local/mod.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 | use async_trait::async_trait;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `async_trait`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_trait`, use `cargo add async_trait` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reqwest` in this scope
[INFO] [stdout]    --> src/agent/backend.rs:443:26
[INFO] [stdout]     |
[INFO] [stdout] 443 |             let client = reqwest::blocking::Client::builder()
[INFO] [stdout]     |                          ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reqwest` in this scope
[INFO] [stdout]   --> src/agent/local/ollama.rs:60:26
[INFO] [stdout]    |
[INFO] [stdout] 60 |             let client = reqwest::Client::builder()
[INFO] [stdout]    |                          ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reqwest` in this scope
[INFO] [stdout]   --> src/agent/remote.rs:88:18
[INFO] [stdout]    |
[INFO] [stdout] 88 |     http_client: reqwest::blocking::Client,
[INFO] [stdout]    |                  ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reqwest` in this scope
[INFO] [stdout]   --> src/agent/remote.rs:98:31
[INFO] [stdout]    |
[INFO] [stdout] 98 |             let mut builder = reqwest::blocking::Client::builder()
[INFO] [stdout]    |                               ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `chrono` in this scope
[INFO] [stdout]    --> src/boot_config.rs:389:19
[INFO] [stdout]     |
[INFO] [stdout] 389 |         let now = chrono::Utc::now();
[INFO] [stdout]     |                   ^^^^^^ use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `chrono`, use `cargo add chrono` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `chrono` in this scope
[INFO] [stdout]    --> src/consent.rs:533:20
[INFO] [stdout]     |
[INFO] [stdout] 533 |     let datetime = chrono::DateTime::from_timestamp(timestamp as i64, 0)
[INFO] [stdout]     |                    ^^^^^^ use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `chrono`, use `cargo add chrono` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `chrono` in this scope
[INFO] [stdout]    --> src/consent.rs:534:28
[INFO] [stdout]     |
[INFO] [stdout] 534 |         .unwrap_or_else(|| chrono::DateTime::UNIX_EPOCH);
[INFO] [stdout]     |                            ^^^^^^ use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `chrono`, use `cargo add chrono` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> src/http_server.rs:347:13
[INFO] [stdout]     |
[INFO] [stdout] 347 |             tokio::time::sleep(tokio::time::Duration::from_secs(interval_secs)).await;
[INFO] [stdout]     |             ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ratatui` in this scope
[INFO] [stdout]     --> src/tui/ui.rs:2836:21
[INFO] [stdout]      |
[INFO] [stdout] 2836 |     f.render_widget(ratatui::widgets::Clear, area);
[INFO] [stdout]      |                     ^^^^^^^ use of unresolved module or unlinked crate `ratatui`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ratatui` in this scope
[INFO] [stdout]     --> src/tui/ui.rs:2937:21
[INFO] [stdout]      |
[INFO] [stdout] 2937 |     f.render_widget(ratatui::widgets::Clear, area);
[INFO] [stdout]      |                     ^^^^^^^ use of unresolved module or unlinked crate `ratatui`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `ratatui`, use `cargo add ratatui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `crossterm` in this scope
[INFO] [stdout]    --> src/tui/mod.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 |         if crossterm::event::poll(timeout)? {
[INFO] [stdout]     |            ^^^^^^^^^ use of unresolved module or unlinked crate `crossterm`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `crossterm`, use `cargo add crossterm` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `crossterm` in this scope
[INFO] [stdout]    --> src/tui/mod.rs:204:21
[INFO] [stdout]     |
[INFO] [stdout] 204 |                 if !crossterm::event::poll(Duration::ZERO)? {
[INFO] [stdout]     |                     ^^^^^^^^^ use of unresolved module or unlinked crate `crossterm`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `crossterm`, use `cargo add crossterm` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `chrono` in this scope
[INFO] [stdout]     --> src/gui/app.rs:1054:25
[INFO] [stdout]      |
[INFO] [stdout] 1054 |         let timestamp = chrono::Local::now().format("%Y-%m-%d %H:%M:%S").to_string();
[INFO] [stdout]      |                         ^^^^^^ use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `chrono`, use `cargo add chrono` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `chrono` in this scope
[INFO] [stdout]     --> src/gui/app.rs:1104:25
[INFO] [stdout]      |
[INFO] [stdout] 1104 |         let timestamp = chrono::Local::now().format("%Y-%m-%d %H:%M:%S").to_string();
[INFO] [stdout]      |                         ^^^^^^ use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `chrono`, use `cargo add chrono` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/theme.rs:208:31
[INFO] [stdout]     |
[INFO] [stdout] 208 |     visuals.window_rounding = egui::Rounding::same(8.0);
[INFO] [stdout]     |                               ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/theme.rs:209:29
[INFO] [stdout]     |
[INFO] [stdout] 209 |     visuals.menu_rounding = egui::Rounding::same(6.0);
[INFO] [stdout]     |                             ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/theme.rs:235:35
[INFO] [stdout]     |
[INFO] [stdout] 235 |     style.spacing.window_margin = egui::Margin::same(12.0);
[INFO] [stdout]     |                                   ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/theme.rs:341:31
[INFO] [stdout]     |
[INFO] [stdout] 341 |     visuals.window_rounding = egui::Rounding::same(8.0);
[INFO] [stdout]     |                               ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/theme.rs:342:29
[INFO] [stdout]     |
[INFO] [stdout] 342 |     visuals.menu_rounding = egui::Rounding::same(6.0);
[INFO] [stdout]     |                             ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/theme.rs:365:35
[INFO] [stdout]     |
[INFO] [stdout] 365 |     style.spacing.window_margin = egui::Margin::same(12.0);
[INFO] [stdout]     |                                   ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:206:21
[INFO] [stdout]     |
[INFO] [stdout] 206 |                     egui::Align2::LEFT_CENTER,
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:208:21
[INFO] [stdout]     |
[INFO] [stdout] 208 |                     egui::FontId::proportional(12.0),
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:213:21
[INFO] [stdout]     |
[INFO] [stdout] 213 |                     egui::Align2::LEFT_CENTER,
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:215:21
[INFO] [stdout]     |
[INFO] [stdout] 215 |                     egui::FontId::proportional(12.0),
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:225:21
[INFO] [stdout]     |
[INFO] [stdout] 225 |                     egui::Align2::RIGHT_CENTER,
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:227:21
[INFO] [stdout]     |
[INFO] [stdout] 227 |                     egui::FontId::proportional(12.0),
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:232:21
[INFO] [stdout]     |
[INFO] [stdout] 232 |                     egui::Align2::RIGHT_CENTER,
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:234:21
[INFO] [stdout]     |
[INFO] [stdout] 234 |                     egui::FontId::proportional(12.0),
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:313:17
[INFO] [stdout]     |
[INFO] [stdout] 313 |                 egui::Align2::LEFT_TOP,
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:315:17
[INFO] [stdout]     |
[INFO] [stdout] 315 |                 egui::FontId::proportional(11.0),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:328:17
[INFO] [stdout]     |
[INFO] [stdout] 328 |                 egui::Align2::LEFT_BOTTOM,
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:330:17
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 egui::FontId::proportional(18.0),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:473:25
[INFO] [stdout]     |
[INFO] [stdout] 473 |                         egui::Align2::LEFT_CENTER,
[INFO] [stdout]     |                         ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:475:25
[INFO] [stdout]     |
[INFO] [stdout] 475 |                         egui::FontId::proportional(13.0),
[INFO] [stdout]     |                         ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:484:29
[INFO] [stdout]     |
[INFO] [stdout] 484 | ...                   egui::Align2::LEFT_CENTER,
[INFO] [stdout]     |                       ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:486:29
[INFO] [stdout]     |
[INFO] [stdout] 486 | ...                   egui::FontId::proportional(10.0),
[INFO] [stdout]     |                       ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:495:25
[INFO] [stdout]     |
[INFO] [stdout] 495 |                         egui::Align2::RIGHT_CENTER,
[INFO] [stdout]     |                         ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:497:25
[INFO] [stdout]     |
[INFO] [stdout] 497 |                         egui::FontId::proportional(14.0),
[INFO] [stdout]     |                         ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:528:28
[INFO] [stdout]     |
[INFO] [stdout] 528 |                 let font = egui::FontId::proportional(10.0);
[INFO] [stdout]     |                            ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:543:21
[INFO] [stdout]     |
[INFO] [stdout] 543 |                     egui::Align2::RIGHT_CENTER,
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:558:21
[INFO] [stdout]     |
[INFO] [stdout] 558 |                     egui::Align2::RIGHT_CENTER,
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:570:21
[INFO] [stdout]     |
[INFO] [stdout] 570 |                     egui::Align2::RIGHT_CENTER,
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:642:33
[INFO] [stdout]     |
[INFO] [stdout] 642 |                     painter.add(egui::Shape::convex_polygon(
[INFO] [stdout]     |                                 ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:670:37
[INFO] [stdout]     |
[INFO] [stdout] 670 |                         painter.add(egui::Shape::convex_polygon(
[INFO] [stdout]     |                                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:845:17
[INFO] [stdout]     |
[INFO] [stdout] 845 |                 egui::Align2::LEFT_CENTER,
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:847:17
[INFO] [stdout]     |
[INFO] [stdout] 847 |                 egui::FontId::proportional(14.0),
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:856:25
[INFO] [stdout]     |
[INFO] [stdout] 856 |                         egui::FontId::proportional(14.0),
[INFO] [stdout]     |                         ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:940:21
[INFO] [stdout]     |
[INFO] [stdout] 940 |                     egui::Align2::LEFT_CENTER,
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:942:21
[INFO] [stdout]     |
[INFO] [stdout] 942 |                     egui::FontId::proportional(10.0),
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:969:21
[INFO] [stdout]     |
[INFO] [stdout] 969 |                     egui::Align2::LEFT_CENTER,
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:971:21
[INFO] [stdout]     |
[INFO] [stdout] 971 |                     egui::FontId::proportional(11.0),
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]     --> src/gui/widgets.rs:1011:21
[INFO] [stdout]      |
[INFO] [stdout] 1011 |                     egui::Align2::LEFT_CENTER,
[INFO] [stdout]      |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]     --> src/gui/widgets.rs:1013:21
[INFO] [stdout]      |
[INFO] [stdout] 1013 |                     egui::FontId::proportional(10.0),
[INFO] [stdout]      |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]     --> src/gui/widgets.rs:1019:56
[INFO] [stdout]      |
[INFO] [stdout] 1019 |                     .layout_no_wrap(label.to_string(), egui::FontId::proportional(10.0), color)
[INFO] [stdout]      |                                                        ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]     --> src/gui/widgets.rs:1025:21
[INFO] [stdout]      |
[INFO] [stdout] 1025 |                     egui::Align2::LEFT_CENTER,
[INFO] [stdout]      |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]     --> src/gui/widgets.rs:1027:21
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     egui::FontId::proportional(9.0),
[INFO] [stdout]      |                     ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `pid` in this scope
[INFO] [stdout]    --> src/ai_workload.rs:856:60
[INFO] [stdout]     |
[INFO] [stdout] 850 |     fn detect_gpu_usage(&self, _pid: u32) -> Result<Vec<usize>> {
[INFO] [stdout]     |                                ---- `_pid` defined here
[INFO] [stdout] ...
[INFO] [stdout] 856 |             let environ_path = format!("/proc/{}/environ", pid);
[INFO] [stdout]     |                                                            ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: the leading underscore in `_pid` marks it as unused, consider renaming it to `pid`
[INFO] [stdout]     |
[INFO] [stdout] 850 -     fn detect_gpu_usage(&self, _pid: u32) -> Result<Vec<usize>> {
[INFO] [stdout] 850 +     fn detect_gpu_usage(&self, pid: u32) -> Result<Vec<usize>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `chrono` in this scope
[INFO] [stdout]    --> src/boot_config.rs:391:24
[INFO] [stdout]     |
[INFO] [stdout] 391 |             Some(now - chrono::Duration::from_std(self.boot_time.uptime).unwrap_or_default());
[INFO] [stdout]     |                        ^^^^^^ use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `chrono`, use `cargo add chrono` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   6 + use crate::boot_config::Duration;
[INFO] [stdout]     |
[INFO] [stdout]   6 + use std::time::Duration;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Duration`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 391 -             Some(now - chrono::Duration::from_std(self.boot_time.uptime).unwrap_or_default());
[INFO] [stdout] 391 +             Some(now - Duration::from_std(self.boot_time.uptime).unwrap_or_default());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `path_exists` in this scope
[INFO] [stdout]    --> src/core/engine.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 |         if path_exists(&enable_count_path) {
[INFO] [stdout]     |            ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  67 +     use crate::platform::common::path_exists;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_file_u32` in this scope
[INFO] [stdout]    --> src/core/engine.rs:168:32
[INFO] [stdout]     |
[INFO] [stdout] 168 |             if let Ok(count) = read_file_u32(&enable_count_path) {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: function `crate::network_monitor::linux::read_file_u32` exists but is inaccessible
[INFO] [stdout]    --> src/network_monitor.rs:460:5
[INFO] [stdout]     |
[INFO] [stdout] 460 |     fn read_file_u32(path: &str) -> Option<u32> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  67 +     use crate::platform::common::read_file_u32;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `path_exists` in this scope
[INFO] [stdout]    --> src/core/engine.rs:175:12
[INFO] [stdout]     |
[INFO] [stdout] 175 |         if path_exists(&rate_path) {
[INFO] [stdout]     |            ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  67 +     use crate::platform::common::path_exists;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_file_u32` in this scope
[INFO] [stdout]    --> src/core/engine.rs:176:31
[INFO] [stdout]     |
[INFO] [stdout] 176 |             if let Ok(rate) = read_file_u32(&rate_path) {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: function `crate::network_monitor::linux::read_file_u32` exists but is inaccessible
[INFO] [stdout]    --> src/network_monitor.rs:460:5
[INFO] [stdout]     |
[INFO] [stdout] 460 |     fn read_file_u32(path: &str) -> Option<u32> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  67 +     use crate::platform::common::read_file_u32;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `path_exists` in this scope
[INFO] [stdout]    --> src/core/engine.rs:183:12
[INFO] [stdout]     |
[INFO] [stdout] 183 |         if path_exists(&max_rate_path) {
[INFO] [stdout]     |            ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  67 +     use crate::platform::common::path_exists;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_file_u32` in this scope
[INFO] [stdout]    --> src/core/engine.rs:184:31
[INFO] [stdout]     |
[INFO] [stdout] 184 |             if let Ok(rate) = read_file_u32(&max_rate_path) {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: function `crate::network_monitor::linux::read_file_u32` exists but is inaccessible
[INFO] [stdout]    --> src/network_monitor.rs:460:5
[INFO] [stdout]     |
[INFO] [stdout] 460 |     fn read_file_u32(path: &str) -> Option<u32> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  67 +     use crate::platform::common::read_file_u32;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `path_exists` in this scope
[INFO] [stdout]    --> src/core/engine.rs:195:16
[INFO] [stdout]     |
[INFO] [stdout] 195 |             if path_exists(&min_rate_path) {
[INFO] [stdout]     |                ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  67 +     use crate::platform::common::path_exists;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_file_u32` in this scope
[INFO] [stdout]    --> src/core/engine.rs:196:35
[INFO] [stdout]     |
[INFO] [stdout] 196 |                 if let Ok(rate) = read_file_u32(&min_rate_path) {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: function `crate::network_monitor::linux::read_file_u32` exists but is inaccessible
[INFO] [stdout]    --> src/network_monitor.rs:460:5
[INFO] [stdout]     |
[INFO] [stdout] 460 |     fn read_file_u32(path: &str) -> Option<u32> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  67 +     use crate::platform::common::read_file_u32;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SimonError` in this scope
[INFO] [stdout]    --> src/power_supply.rs:361:26
[INFO] [stdout]     |
[INFO] [stdout] 361 |             .map_err(|e| SimonError::Other(format!("Failed to read power_supply: {}", e)))?;
[INFO] [stdout]     |                          ^^^^^^^^^^ use of undeclared type `SimonError`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]     |
[INFO] [stdout]  28 + use crate::SimonError;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `info` in this scope
[INFO] [stdout]    --> src/sandbox.rs:293:17
[INFO] [stdout]     |
[INFO] [stdout] 243 |     fn detect_container(&self, _info: &mut SandboxInfo) {
[INFO] [stdout]     |                                ----- `_info` defined here
[INFO] [stdout] ...
[INFO] [stdout] 293 |                 info.is_container = true;
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: the leading underscore in `_info` marks it as unused, consider renaming it to `info`
[INFO] [stdout]     |
[INFO] [stdout] 243 -     fn detect_container(&self, _info: &mut SandboxInfo) {
[INFO] [stdout] 243 +     fn detect_container(&self, info: &mut SandboxInfo) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `info` in this scope
[INFO] [stdout]    --> src/sandbox.rs:294:17
[INFO] [stdout]     |
[INFO] [stdout] 243 |     fn detect_container(&self, _info: &mut SandboxInfo) {
[INFO] [stdout]     |                                ----- `_info` defined here
[INFO] [stdout] ...
[INFO] [stdout] 294 |                 info.environment = Some("Snap".to_string());
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: the leading underscore in `_info` marks it as unused, consider renaming it to `info`
[INFO] [stdout]     |
[INFO] [stdout] 243 -     fn detect_container(&self, _info: &mut SandboxInfo) {
[INFO] [stdout] 243 +     fn detect_container(&self, info: &mut SandboxInfo) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `info` in this scope
[INFO] [stdout]    --> src/sandbox.rs:295:17
[INFO] [stdout]     |
[INFO] [stdout] 243 |     fn detect_container(&self, _info: &mut SandboxInfo) {
[INFO] [stdout]     |                                ----- `_info` defined here
[INFO] [stdout] ...
[INFO] [stdout] 295 |                 info.indicators.push("Snap sandbox detected".to_string());
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: the leading underscore in `_info` marks it as unused, consider renaming it to `info`
[INFO] [stdout]     |
[INFO] [stdout] 243 -     fn detect_container(&self, _info: &mut SandboxInfo) {
[INFO] [stdout] 243 +     fn detect_container(&self, info: &mut SandboxInfo) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `text` in this scope
[INFO] [stdout]    --> src/numa/mod.rs:303:21
[INFO] [stdout]     |
[INFO] [stdout] 303 |             let _ = text;
[INFO] [stdout]     |                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> src/http_server.rs:347:32
[INFO] [stdout]     |
[INFO] [stdout] 347 |             tokio::time::sleep(tokio::time::Duration::from_secs(interval_secs)).await;
[INFO] [stdout]     |                                ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  26 + use std::time::Duration;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Duration`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 347 -             tokio::time::sleep(tokio::time::Duration::from_secs(interval_secs)).await;
[INFO] [stdout] 347 +             tokio::time::sleep(Duration::from_secs(interval_secs)).await;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/disk/linux.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashMap;
[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: `std::process::Command`
[INFO] [stdout]    --> src/hwmon/smart.rs:413:9
[INFO] [stdout]     |
[INFO] [stdout] 413 |     use std::process::Command;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SimonError`
[INFO] [stdout]  --> src/platform/linux/cpu.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::error::{SimonError, Result};
[INFO] [stdout]   |                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs`
[INFO] [stdout]  --> src/platform/linux/gpu.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::fs;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::platform::common::*`
[INFO] [stdout]  --> src/platform/linux/platform_detect.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::platform::common::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Error`
[INFO] [stdout]  --> src/silicon/linux.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::error::{Error, Result};
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> src/http_server.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |         tokio::spawn(async move {
[INFO] [stdout]     |         ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> src/http_server.rs:165:13
[INFO] [stdout]     |
[INFO] [stdout] 165 |             tokio::spawn(async move {
[INFO] [stdout]     |             ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reqwest` in this scope
[INFO] [stdout]   --> src/agent/local/ollama.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |     client: reqwest::Client,
[INFO] [stdout]    |             ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `chrono` in this scope
[INFO] [stdout]    --> src/boot_config.rs:114:32
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub boot_timestamp: Option<chrono::DateTime<chrono::Utc>>,
[INFO] [stdout]     |                                ^^^^^^ use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `chrono`, use `cargo add chrono` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `chrono` in this scope
[INFO] [stdout]    --> src/boot_config.rs:114:49
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub boot_timestamp: Option<chrono::DateTime<chrono::Utc>>,
[INFO] [stdout]     |                                                 ^^^^^^ use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `chrono`, use `cargo add chrono` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `glob` in this scope
[INFO] [stdout]    --> src/hwmon/smart.rs:455:42
[INFO] [stdout]     |
[INFO] [stdout] 455 |                 if let Ok(mut entries) = glob::glob(&hwmon_glob.to_string_lossy()) {
[INFO] [stdout]     |                                          ^^^^ use of unresolved module or unlinked crate `glob`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `glob`, use `cargo add glob` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eframe` in this scope
[INFO] [stdout]   --> src/gui/mod.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     eframe::run_native(
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `eframe`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eframe`, use `cargo add eframe` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eframe` in this scope
[INFO] [stdout]   --> src/gui/mod.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let options = eframe::NativeOptions {
[INFO] [stdout]    |                   ^^^^^^ use of unresolved module or unlinked crate `eframe`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eframe`, use `cargo add eframe` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hostname` in this scope
[INFO] [stdout]    --> src/backend.rs:611:24
[INFO] [stdout]     |
[INFO] [stdout] 611 |         let hostname = hostname::get()
[INFO] [stdout]     |                        ^^^^^^^^ use of unresolved module or unlinked crate `hostname`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `hostname`, use `cargo add hostname` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_cpus` in this scope
[INFO] [stdout]     --> src/tui/app.rs:1133:24
[INFO] [stdout]      |
[INFO] [stdout] 1133 |         let num_cpus = num_cpus::get();
[INFO] [stdout]      |                        ^^^^^^^^ use of unresolved module or unlinked crate `num_cpus`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `num_cpus`, use `cargo add num_cpus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_cpus` in this scope
[INFO] [stdout]     --> src/tui/app.rs:1162:36
[INFO] [stdout]      |
[INFO] [stdout] 1162 |                         let ncpu = num_cpus::get() as f32;
[INFO] [stdout]      |                                    ^^^^^^^^ use of unresolved module or unlinked crate `num_cpus`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `num_cpus`, use `cargo add num_cpus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hostname` in this scope
[INFO] [stdout]     --> src/tui/app.rs:1410:24
[INFO] [stdout]      |
[INFO] [stdout] 1410 |         let hostname = hostname::get()
[INFO] [stdout]      |                        ^^^^^^^^ use of unresolved module or unlinked crate `hostname`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `hostname`, use `cargo add hostname` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eframe` in this scope
[INFO] [stdout]    --> src/gui/app.rs:407:21
[INFO] [stdout]     |
[INFO] [stdout] 407 |     pub fn new(cc: &eframe::CreationContext<'_>) -> Self {
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `eframe`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eframe`, use `cargo add eframe` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_cpus` in this scope
[INFO] [stdout]    --> src/gui/app.rs:438:30
[INFO] [stdout]     |
[INFO] [stdout] 438 |         let cpu_core_count = num_cpus::get();
[INFO] [stdout]     |                              ^^^^^^^^ use of unresolved module or unlinked crate `num_cpus`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_cpus`, use `cargo add num_cpus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hostname` in this scope
[INFO] [stdout]    --> src/gui/app.rs:524:23
[INFO] [stdout]     |
[INFO] [stdout] 524 |             hostname: hostname::get()
[INFO] [stdout]     |                       ^^^^^^^^ use of unresolved module or unlinked crate `hostname`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `hostname`, use `cargo add hostname` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eframe` in this scope
[INFO] [stdout]     --> src/gui/app.rs:1139:6
[INFO] [stdout]      |
[INFO] [stdout] 1139 | impl eframe::App for SiliconMonitorApp {
[INFO] [stdout]      |      ^^^^^^ use of unresolved module or unlinked crate `eframe`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `eframe`, use `cargo add eframe` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eframe` in this scope
[INFO] [stdout]     --> src/gui/app.rs:1140:60
[INFO] [stdout]      |
[INFO] [stdout] 1140 |     fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) {
[INFO] [stdout]      |                                                            ^^^^^^ use of unresolved module or unlinked crate `eframe`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `eframe`, use `cargo add eframe` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `open` in this scope
[INFO] [stdout]     --> src/gui/app.rs:5383:45
[INFO] [stdout]      |
[INFO] [stdout] 5383 | ...                   let _ = open::that("https://ollama.com/download");
[INFO] [stdout]      |                               ^^^^ use of unresolved module or unlinked crate `open`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `open`, use `cargo add open` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `open` in this scope
[INFO] [stdout]     --> src/gui/app.rs:5409:37
[INFO] [stdout]      |
[INFO] [stdout] 5409 | ...                   let _ = open::that("https://platform.openai.com/api-keys");
[INFO] [stdout]      |                               ^^^^ use of unresolved module or unlinked crate `open`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `open`, use `cargo add open` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `open` in this scope
[INFO] [stdout]     --> src/gui/app.rs:5431:37
[INFO] [stdout]      |
[INFO] [stdout] 5431 | ...                   let _ = open::that("https://console.anthropic.com/settings/keys");
[INFO] [stdout]      |                               ^^^^ use of unresolved module or unlinked crate `open`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `open`, use `cargo add open` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `open` in this scope
[INFO] [stdout]     --> src/gui/app.rs:5453:37
[INFO] [stdout]      |
[INFO] [stdout] 5453 | ...                   let _ = open::that("https://github.com/settings/tokens");
[INFO] [stdout]      |                               ^^^^ use of unresolved module or unlinked crate `open`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `open`, use `cargo add open` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `open` in this scope
[INFO] [stdout]     --> src/gui/app.rs:5468:37
[INFO] [stdout]      |
[INFO] [stdout] 5468 | ...                   let _ = open::that("https://lmstudio.ai/");
[INFO] [stdout]      |                               ^^^^ use of unresolved module or unlinked crate `open`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `open`, use `cargo add open` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/theme.rs:148:32
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub fn apply_cyber_theme(ctx: &egui::Context) {
[INFO] [stdout]     |                                ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/theme.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 |     style.spacing.item_spacing = egui::vec2(8.0, 6.0);
[INFO] [stdout]     |                                  ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/theme.rs:236:36
[INFO] [stdout]     |
[INFO] [stdout] 236 |     style.spacing.button_padding = egui::vec2(10.0, 4.0);
[INFO] [stdout]     |                                    ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/theme.rs:295:32
[INFO] [stdout]     |
[INFO] [stdout] 295 | pub fn apply_light_theme(ctx: &egui::Context) {
[INFO] [stdout]     |                                ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/theme.rs:364:34
[INFO] [stdout]     |
[INFO] [stdout] 364 |     style.spacing.item_spacing = egui::vec2(8.0, 6.0);
[INFO] [stdout]     |                                  ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/theme.rs:366:36
[INFO] [stdout]     |
[INFO] [stdout] 366 |     style.spacing.button_padding = egui::vec2(10.0, 4.0);
[INFO] [stdout]     |                                    ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `egui` in this scope
[INFO] [stdout]    --> src/gui/widgets.rs:301:17
[INFO] [stdout]     |
[INFO] [stdout] 301 |                 egui::Rounding {
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `egui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `egui`, use `cargo add egui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eframe` in this scope
[INFO] [stdout]   --> src/gui/mod.rs:16:28
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn run() -> Result<(), eframe::Error> {
[INFO] [stdout]    |                            ^^^^^^ use of unresolved module or unlinked crate `eframe`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eframe`, use `cargo add eframe` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `silicon-monitor` (lib) due to 118 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "58ba06028c90355a41707aa21e5a3692e663870e1b4797e1b51133816b4035ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58ba06028c90355a41707aa21e5a3692e663870e1b4797e1b51133816b4035ea", kill_on_drop: false }`
[INFO] [stdout] 58ba06028c90355a41707aa21e5a3692e663870e1b4797e1b51133816b4035ea
