[INFO] cloning repository https://github.com/austinchristensen/rust-cli-weather-app
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/austinchristensen/rust-cli-weather-app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinchristensen%2Frust-cli-weather-app", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinchristensen%2Frust-cli-weather-app'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e247e1de2fa69be9d3bb78cc4baa6a79d72f53c9
[INFO] checking austinchristensen/rust-cli-weather-app against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinchristensen%2Frust-cli-weather-app" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/austinchristensen/rust-cli-weather-app
[INFO] finished tweaking git repo https://github.com/austinchristensen/rust-cli-weather-app
[INFO] tweaked toml for git repo https://github.com/austinchristensen/rust-cli-weather-app written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/austinchristensen/rust-cli-weather-app on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/austinchristensen/rust-cli-weather-app 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded log v0.4.18
[INFO] [stderr]   Downloaded hermit-abi v0.3.1
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.36
[INFO] [stderr]   Downloaded clap_lex v0.5.0
[INFO] [stderr]   Downloaded try-lock v0.2.4
[INFO] [stderr]   Downloaded tempfile v3.5.0
[INFO] [stderr]   Downloaded anstyle v1.0.0
[INFO] [stderr]   Downloaded anstyle-wincon v1.0.1
[INFO] [stderr]   Downloaded is-terminal v0.4.7
[INFO] [stderr]   Downloaded errno v0.3.1
[INFO] [stderr]   Downloaded security-framework-sys v2.9.0
[INFO] [stderr]   Downloaded proc-macro2 v1.0.59
[INFO] [stderr]   Downloaded anstyle-parse v0.2.0
[INFO] [stderr]   Downloaded once_cell v1.17.2
[INFO] [stderr]   Downloaded clap_derive v4.3.1
[INFO] [stderr]   Downloaded anstream v0.3.2
[INFO] [stderr]   Downloaded clap v4.3.1
[INFO] [stderr]   Downloaded base64 v0.21.2
[INFO] [stderr]   Downloaded schannel v0.1.21
[INFO] [stderr]   Downloaded tokio-util v0.7.8
[INFO] [stderr]   Downloaded openssl-sys v0.9.88
[INFO] [stderr]   Downloaded clap_builder v4.3.1
[INFO] [stderr]   Downloaded reqwest v0.11.18
[INFO] [stderr]   Downloaded http v0.2.9
[INFO] [stderr]   Downloaded h2 v0.3.19
[INFO] [stderr]   Downloaded security-framework v2.9.1
[INFO] [stderr]   Downloaded hyper v0.14.26
[INFO] [stderr]   Downloaded openssl v0.10.54
[INFO] [stderr]   Downloaded tracing-core v0.1.31
[INFO] [stderr]   Downloaded ipnet v2.7.2
[INFO] [stderr]   Downloaded rustix v0.37.19
[INFO] [stderr]   Downloaded tokio v1.28.2
[INFO] [stderr]   Downloaded encoding_rs v0.8.32
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f1a8f281919125ccf79bc1b0eda94a7ae42677779530286a0c5010ad4100cfbc
[INFO] running `Command { std: "docker" "start" "-a" "f1a8f281919125ccf79bc1b0eda94a7ae42677779530286a0c5010ad4100cfbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1a8f281919125ccf79bc1b0eda94a7ae42677779530286a0c5010ad4100cfbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1a8f281919125ccf79bc1b0eda94a7ae42677779530286a0c5010ad4100cfbc", kill_on_drop: false }`
[INFO] [stdout] f1a8f281919125ccf79bc1b0eda94a7ae42677779530286a0c5010ad4100cfbc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e6d848ea4824a68b9232bbb64e362255c233bc78b619f5ae7f504286ace6bfe8
[INFO] running `Command { std: "docker" "start" "-a" "e6d848ea4824a68b9232bbb64e362255c233bc78b619f5ae7f504286ace6bfe8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling proc-macro2 v1.0.59
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]     Checking once_cell v1.17.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling openssl-sys v0.9.88
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling log v0.4.18
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling rustix v0.37.19
[INFO] [stderr]    Compiling openssl v0.10.54
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling serde v1.0.163
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]     Checking percent-encoding v2.2.0
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking form_urlencoded v1.1.0
[INFO] [stderr]     Checking anstyle-parse v0.2.0
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]     Checking anstyle v1.0.0
[INFO] [stderr]     Checking clap_lex v0.5.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]     Checking encoding_rs v0.8.32
[INFO] [stderr]     Checking ipnet v2.7.2
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking base64 v0.21.2
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking is-terminal v0.4.7
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking clap_builder v4.3.1
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.163
[INFO] [stderr]    Compiling clap_derive v4.3.1
[INFO] [stderr]     Checking clap v4.3.1
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.19
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v0.14.26
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.18
[INFO] [stderr]     Checking weather-app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `config_manager`
[INFO] [stdout]   --> src/main.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let config_manager = ConfigManager::new("config.json");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_config_manager`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `location` is never read
[INFO] [stdout]  --> src/model/weather_data.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct WeatherData {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 5 |     pub location: Location,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/model/weather_data.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Location {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 11 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 12 |     pub region: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 13 |     pub country: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 14 |     pub lat: f32,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 15 |     pub lon: f32,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 16 |     pub tz_id: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 17 |     pub localtime_epoch: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     pub localtime: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/model/weather_data.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct CurrentWeather {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 23 |     pub last_updated_epoch: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     pub last_updated: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 25 |     pub temp_c: f32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 26 |     pub temp_f: f32,
[INFO] [stdout] 27 |     pub is_day: u8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 28 |     pub condition: Condition,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 29 |     pub wind_mph: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 30 |     pub wind_kph: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 31 |     pub wind_degree: u16,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 32 |     pub wind_dir: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 33 |     pub pressure_mb: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 34 |     pub pressure_in: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 35 |     pub precip_mm: f32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 36 |     pub precip_in: f32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 37 |     pub humidity: u8,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 38 |     pub cloud: u8,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 39 |     pub feelslike_c: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 40 |     pub feelslike_f: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 41 |     pub vis_km: f32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 42 |     pub vis_miles: f32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 43 |     pub uv: f32,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 44 |     pub gust_mph: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 45 |     pub gust_kph: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `text`, `icon`, and `code` are never read
[INFO] [stdout]   --> src/model/weather_data.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct Condition {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 50 |     pub text: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 51 |     pub icon: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 52 |     pub code: u16,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]  --> src/config/config_manager.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Config {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config_file_path` is never read
[INFO] [stdout]   --> src/config/config_manager.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ConfigManager {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 11 |     pub config_file_path: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `load_config` and `save_config` are never used
[INFO] [stdout]   --> src/config/config_manager.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl ConfigManager {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn load_config(&self) -> Result<String, Error> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn save_config(&self, value: &str) -> Result<(), Error> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     weather_controller.get_weather().await;
[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] 16 |     let _ = weather_controller.get_weather().await;
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `config_manager`
[INFO] [stdout]   --> src/main.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let config_manager = ConfigManager::new("config.json");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_config_manager`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `location` is never read
[INFO] [stdout]  --> src/model/weather_data.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct WeatherData {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 5 |     pub location: Location,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/model/weather_data.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Location {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 11 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 12 |     pub region: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 13 |     pub country: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 14 |     pub lat: f32,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 15 |     pub lon: f32,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 16 |     pub tz_id: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 17 |     pub localtime_epoch: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     pub localtime: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/model/weather_data.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct CurrentWeather {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 23 |     pub last_updated_epoch: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     pub last_updated: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 25 |     pub temp_c: f32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 26 |     pub temp_f: f32,
[INFO] [stdout] 27 |     pub is_day: u8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 28 |     pub condition: Condition,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 29 |     pub wind_mph: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 30 |     pub wind_kph: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 31 |     pub wind_degree: u16,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 32 |     pub wind_dir: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 33 |     pub pressure_mb: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 34 |     pub pressure_in: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 35 |     pub precip_mm: f32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 36 |     pub precip_in: f32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 37 |     pub humidity: u8,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 38 |     pub cloud: u8,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 39 |     pub feelslike_c: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 40 |     pub feelslike_f: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 41 |     pub vis_km: f32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 42 |     pub vis_miles: f32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 43 |     pub uv: f32,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 44 |     pub gust_mph: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 45 |     pub gust_kph: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `text`, `icon`, and `code` are never read
[INFO] [stdout]   --> src/model/weather_data.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct Condition {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 50 |     pub text: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 51 |     pub icon: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 52 |     pub code: u16,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]  --> src/config/config_manager.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Config {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config_file_path` is never read
[INFO] [stdout]   --> src/config/config_manager.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ConfigManager {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 11 |     pub config_file_path: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `load_config` and `save_config` are never used
[INFO] [stdout]   --> src/config/config_manager.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl ConfigManager {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn load_config(&self) -> Result<String, Error> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn save_config(&self, value: &str) -> Result<(), Error> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     weather_controller.get_weather().await;
[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] 16 |     let _ = weather_controller.get_weather().await;
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.54
[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" "e6d848ea4824a68b9232bbb64e362255c233bc78b619f5ae7f504286ace6bfe8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6d848ea4824a68b9232bbb64e362255c233bc78b619f5ae7f504286ace6bfe8", kill_on_drop: false }`
[INFO] [stdout] e6d848ea4824a68b9232bbb64e362255c233bc78b619f5ae7f504286ace6bfe8
