[INFO] cloning repository https://github.com/AliceLanniste/weather_rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AliceLanniste/weather_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAliceLanniste%2Fweather_rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAliceLanniste%2Fweather_rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2e7e4d7982975286f7cc2a75e261f6443f2a81c5
[INFO] checking AliceLanniste/weather_rs against master#36b21637e93b038453924d3c66821089e71d8baa for pr-143164
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAliceLanniste%2Fweather_rs" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AliceLanniste/weather_rs
[INFO] finished tweaking git repo https://github.com/AliceLanniste/weather_rs
[INFO] tweaked toml for git repo https://github.com/AliceLanniste/weather_rs written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AliceLanniste/weather_rs on toolchain 36b21637e93b038453924d3c66821089e71d8baa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AliceLanniste/weather_rs 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" "+36b21637e93b038453924d3c66821089e71d8baa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_json v1.0.33
[INFO] [stderr]   Downloaded proc-macro2 v0.4.24
[INFO] [stderr]   Downloaded string v0.1.2
[INFO] [stderr]   Downloaded ryu v0.2.7
[INFO] [stderr]   Downloaded getopts v0.2.18
[INFO] [stderr]   Downloaded crossbeam-utils v0.6.1
[INFO] [stderr]   Downloaded mio-uds v0.6.7
[INFO] [stderr]   Downloaded arrayvec v0.4.8
[INFO] [stderr]   Downloaded tokio-fs v0.1.4
[INFO] [stderr]   Downloaded parking_lot_core v0.3.1
[INFO] [stderr]   Downloaded http v0.1.14
[INFO] [stderr]   Downloaded tokio v0.1.13
[INFO] [stderr]   Downloaded mio v0.6.16
[INFO] [stderr]   Downloaded h2 v0.1.14
[INFO] [stderr]   Downloaded futures v0.1.25
[INFO] [stderr]   Downloaded rand v0.6.1
[INFO] [stderr]   Downloaded bytes v0.4.11
[INFO] [stderr]   Downloaded tokio-io v0.1.10
[INFO] [stderr]   Downloaded unicode-normalization v0.1.7
[INFO] [stderr]   Downloaded tokio-reactor v0.1.7
[INFO] [stderr]   Downloaded crossbeam-epoch v0.6.1
[INFO] [stderr]   Downloaded libc v0.2.44
[INFO] [stderr]   Downloaded tokio-threadpool v0.1.9
[INFO] [stderr]   Downloaded tokio-timer v0.2.8
[INFO] [stderr]   Downloaded syn v0.15.22
[INFO] [stderr]   Downloaded tokio-uds v0.2.4
[INFO] [stderr]   Downloaded hyper v0.12.17
[INFO] [stderr]   Downloaded smallvec v0.6.7
[INFO] [stderr]   Downloaded parking_lot v0.6.4
[INFO] [stderr]   Downloaded crossbeam-deque v0.6.2
[INFO] [stderr]   Downloaded rand_xorshift v0.1.0
[INFO] [stderr]   Downloaded tokio-executor v0.1.5
[INFO] [stderr]   Downloaded slab v0.4.1
[INFO] [stderr]   Downloaded httparse v1.3.3
[INFO] [stderr]   Downloaded tokio-current-thread v0.1.4
[INFO] [stderr]   Downloaded tokio-udp v0.1.3
[INFO] [stderr]   Downloaded tokio-codec v0.1.1
[INFO] [stderr]   Downloaded byteorder v1.2.7
[INFO] [stderr]   Downloaded tokio-tcp v0.1.2
[INFO] [stderr]   Downloaded rand_chacha v0.1.0
[INFO] [stderr]   Downloaded want v0.0.6
[INFO] [stderr]   Downloaded quote v0.6.10
[INFO] [stderr]   Downloaded itoa v0.4.3
[INFO] [stderr]   Downloaded redox_syscall v0.1.43
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5a2c33462796b6613a0272c90641e5f2f7f36b61bd65676f1068801e791ff18f
[INFO] running `Command { std: "docker" "start" "-a" "5a2c33462796b6613a0272c90641e5f2f7f36b61bd65676f1068801e791ff18f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a2c33462796b6613a0272c90641e5f2f7f36b61bd65676f1068801e791ff18f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a2c33462796b6613a0272c90641e5f2f7f36b61bd65676f1068801e791ff18f", kill_on_drop: false }`
[INFO] [stdout] 5a2c33462796b6613a0272c90641e5f2f7f36b61bd65676f1068801e791ff18f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5826ab74c0cff0b1871432e7a5eb771ceb459c154d56431aaffae2d311c550a6
[INFO] running `Command { std: "docker" "start" "-a" "5826ab74c0cff0b1871432e7a5eb771ceb459c154d56431aaffae2d311c550a6", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.44
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking cfg-if v0.1.6
[INFO] [stderr]     Checking rand_core v0.3.0
[INFO] [stderr]     Checking futures v0.1.25
[INFO] [stderr]     Checking byteorder v1.2.7
[INFO] [stderr]     Checking scopeguard v0.3.3
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking lazy_static v1.2.0
[INFO] [stderr]     Checking slab v0.4.1
[INFO] [stderr]     Checking stable_deref_trait v1.1.1
[INFO] [stderr]     Checking lazycell v1.2.1
[INFO] [stderr]     Checking nodrop v0.1.13
[INFO] [stderr]     Checking memoffset v0.2.1
[INFO] [stderr]    Compiling proc-macro2 v0.4.24
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]     Checking log v0.4.6
[INFO] [stderr]     Checking crossbeam-utils v0.6.1
[INFO] [stderr]     Checking arrayvec v0.4.8
[INFO] [stderr]     Checking owning_ref v0.4.0
[INFO] [stderr]     Checking unreachable v1.0.0
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]     Checking itoa v0.4.3
[INFO] [stderr]     Checking fnv v1.0.6
[INFO] [stderr]    Compiling ryu v0.2.7
[INFO] [stderr]    Compiling serde v1.0.80
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling httparse v1.3.3
[INFO] [stderr]     Checking rand_core v0.2.2
[INFO] [stderr]     Checking rand_xorshift v0.1.0
[INFO] [stderr]     Checking smallvec v0.6.7
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking unicode-bidi v0.3.4
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]     Checking indexmap v1.0.2
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking try-lock v0.2.2
[INFO] [stderr]     Checking string v0.1.2
[INFO] [stderr]     Checking unicode-normalization v0.1.7
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]     Checking unicode-width v0.1.5
[INFO] [stderr]     Checking term v0.4.6
[INFO] [stderr]     Checking crossbeam-epoch v0.6.1
[INFO] [stderr]     Checking getopts v0.2.18
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]     Checking num_cpus v1.8.0
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking rand v0.5.5
[INFO] [stderr]     Checking time v0.1.40
[INFO] [stderr]     Checking bytes v0.4.11
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.1.0
[INFO] [stderr]    Compiling rand_pcg v0.1.1
[INFO] [stderr]    Compiling rand v0.6.1
[INFO] [stderr]     Checking tokio-executor v0.1.5
[INFO] [stderr]    Compiling quote v0.6.10
[INFO] [stderr]     Checking crossbeam-deque v0.6.2
[INFO] [stderr]     Checking tokio-timer v0.2.8
[INFO] [stderr]     Checking mio v0.6.16
[INFO] [stderr]     Checking tokio-current-thread v0.1.4
[INFO] [stderr]     Checking want v0.0.6
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]    Compiling syn v0.15.22
[INFO] [stderr]     Checking tokio-io v0.1.10
[INFO] [stderr]     Checking http v0.1.14
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking tokio-threadpool v0.1.9
[INFO] [stderr]     Checking tokio-codec v0.1.1
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking chrono v0.4.6
[INFO] [stderr]     Checking tokio-fs v0.1.4
[INFO] [stderr]     Checking parking_lot v0.6.4
[INFO] [stderr]     Checking tokio-reactor v0.1.7
[INFO] [stderr]     Checking h2 v0.1.14
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking tokio-udp v0.1.3
[INFO] [stderr]     Checking tokio-tcp v0.1.2
[INFO] [stderr]     Checking tokio-uds v0.2.4
[INFO] [stderr]     Checking tokio v0.1.13
[INFO] [stderr]    Compiling serde_derive v1.0.80
[INFO] [stderr]     Checking serde_json v1.0.33
[INFO] [stderr]     Checking hyper v0.12.17
[INFO] [stderr]     Checking weather_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Write` and `self`
[INFO] [stdout]   --> src/main.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::io::{self, Write};
[INFO] [stdout]    |               ^^^^  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hyper::Client`
[INFO] [stdout]   --> src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use hyper::Client;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/main.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 | use hyper::rt::{self, Future, Stream};
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Write` and `self`
[INFO] [stdout]   --> src/main.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::io::{self, Write};
[INFO] [stdout]    |               ^^^^  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hyper::Client`
[INFO] [stdout]   --> src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use hyper::Client;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/main.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 | use hyper::rt::{self, Future, Stream};
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Stream`
[INFO] [stdout]   --> src/main.rs:15:31
[INFO] [stdout]    |
[INFO] [stdout] 15 | use hyper::rt::{self, Future, Stream};
[INFO] [stdout]    |                               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Future`
[INFO] [stdout]   --> src/main.rs:15:23
[INFO] [stdout]    |
[INFO] [stdout] 15 | use hyper::rt::{self, Future, Stream};
[INFO] [stdout]    |                       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/main.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 144 |         113 => iconSunny,
[INFO] [stdout]     |         --- matches all the relevant values
[INFO] [stdout] 145 |          113 => iconSunny,
[INFO] [stdout]     |          ^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconUnknown` is never used
[INFO] [stdout]   --> src/main.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | static iconUnknown: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconSunny` is never used
[INFO] [stdout]   --> src/main.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | static iconSunny: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconPartlyCloudy` is never used
[INFO] [stdout]   --> src/main.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | static iconPartlyCloudy: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconCloudy` is never used
[INFO] [stdout]   --> src/main.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | static iconCloudy: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconVeryCloudy` is never used
[INFO] [stdout]   --> src/main.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | static iconVeryCloudy: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconLightShowers` is never used
[INFO] [stdout]   --> src/main.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | static iconLightShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconHeavyShowers` is never used
[INFO] [stdout]   --> src/main.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | static iconHeavyShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconLightSnowShowers` is never used
[INFO] [stdout]   --> src/main.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 | static iconLightSnowShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconHeavySnowShowers` is never used
[INFO] [stdout]   --> src/main.rs:75:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | static iconHeavySnowShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconLightSleetShowers` is never used
[INFO] [stdout]   --> src/main.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 81 | static iconLightSleetShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconThunderyShowers` is never used
[INFO] [stdout]   --> src/main.rs:87:8
[INFO] [stdout]    |
[INFO] [stdout] 87 | static iconThunderyShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconThunderyHeavyRain` is never used
[INFO] [stdout]   --> src/main.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | static iconThunderyHeavyRain: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconThunderySnowShowers` is never used
[INFO] [stdout]   --> src/main.rs:99:8
[INFO] [stdout]    |
[INFO] [stdout] 99 | static iconThunderySnowShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconLightRain` is never used
[INFO] [stdout]    --> src/main.rs:105:8
[INFO] [stdout]     |
[INFO] [stdout] 105 | static iconLightRain: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconHeavyRain` is never used
[INFO] [stdout]    --> src/main.rs:111:8
[INFO] [stdout]     |
[INFO] [stdout] 111 | static iconHeavyRain: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconLightSnow` is never used
[INFO] [stdout]    --> src/main.rs:117:8
[INFO] [stdout]     |
[INFO] [stdout] 117 | static iconLightSnow: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconHeavySnow` is never used
[INFO] [stdout]    --> src/main.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 | static iconHeavySnow: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconLightSleet` is never used
[INFO] [stdout]    --> src/main.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout] 129 | static iconLightSleet: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconFog` is never used
[INFO] [stdout]    --> src/main.rs:135:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | static iconFog: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `code_to_icon` is never used
[INFO] [stdout]    --> src/main.rs:142:4
[INFO] [stdout]     |
[INFO] [stdout] 142 | fn code_to_icon(code:i32) -> [&'static str; 5] {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconUnknown` should have an upper case name
[INFO] [stdout]   --> src/main.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | static iconUnknown: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_UNKNOWN`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconSunny` should have an upper case name
[INFO] [stdout]   --> src/main.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | static iconSunny: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^ help: convert the identifier to upper case: `ICON_SUNNY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconPartlyCloudy` should have an upper case name
[INFO] [stdout]   --> src/main.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | static iconPartlyCloudy: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_PARTLY_CLOUDY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconCloudy` should have an upper case name
[INFO] [stdout]   --> src/main.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | static iconCloudy: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^ help: convert the identifier to upper case: `ICON_CLOUDY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconVeryCloudy` should have an upper case name
[INFO] [stdout]   --> src/main.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | static iconVeryCloudy: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_VERY_CLOUDY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconLightShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | static iconLightShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_LIGHT_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconHeavyShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | static iconHeavyShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_HEAVY_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconLightSnowShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 | static iconLightSnowShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_LIGHT_SNOW_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconHeavySnowShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:75:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | static iconHeavySnowShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_HEAVY_SNOW_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconLightSleetShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 81 | static iconLightSleetShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_LIGHT_SLEET_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconThunderyShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:87:8
[INFO] [stdout]    |
[INFO] [stdout] 87 | static iconThunderyShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_THUNDERY_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconThunderyHeavyRain` should have an upper case name
[INFO] [stdout]   --> src/main.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | static iconThunderyHeavyRain: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_THUNDERY_HEAVY_RAIN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconThunderySnowShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:99:8
[INFO] [stdout]    |
[INFO] [stdout] 99 | static iconThunderySnowShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_THUNDERY_SNOW_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconLightRain` should have an upper case name
[INFO] [stdout]    --> src/main.rs:105:8
[INFO] [stdout]     |
[INFO] [stdout] 105 | static iconLightRain: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_LIGHT_RAIN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconHeavyRain` should have an upper case name
[INFO] [stdout]    --> src/main.rs:111:8
[INFO] [stdout]     |
[INFO] [stdout] 111 | static iconHeavyRain: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_HEAVY_RAIN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconLightSnow` should have an upper case name
[INFO] [stdout]    --> src/main.rs:117:8
[INFO] [stdout]     |
[INFO] [stdout] 117 | static iconLightSnow: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_LIGHT_SNOW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconHeavySnow` should have an upper case name
[INFO] [stdout]    --> src/main.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 | static iconHeavySnow: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_HEAVY_SNOW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconLightSleet` should have an upper case name
[INFO] [stdout]    --> src/main.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout] 129 | static iconLightSleet: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_LIGHT_SLEET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconFog` should have an upper case name
[INFO] [stdout]    --> src/main.rs:135:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | static iconFog: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to upper case: `ICON_FOG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Stream`
[INFO] [stdout]   --> src/main.rs:15:31
[INFO] [stdout]    |
[INFO] [stdout] 15 | use hyper::rt::{self, Future, Stream};
[INFO] [stdout]    |                               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Future`
[INFO] [stdout]   --> src/main.rs:15:23
[INFO] [stdout]    |
[INFO] [stdout] 15 | use hyper::rt::{self, Future, Stream};
[INFO] [stdout]    |                       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/main.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 144 |         113 => iconSunny,
[INFO] [stdout]     |         --- matches all the relevant values
[INFO] [stdout] 145 |          113 => iconSunny,
[INFO] [stdout]     |          ^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconUnknown` is never used
[INFO] [stdout]   --> src/main.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | static iconUnknown: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconSunny` is never used
[INFO] [stdout]   --> src/main.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | static iconSunny: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconPartlyCloudy` is never used
[INFO] [stdout]   --> src/main.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | static iconPartlyCloudy: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconCloudy` is never used
[INFO] [stdout]   --> src/main.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | static iconCloudy: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconVeryCloudy` is never used
[INFO] [stdout]   --> src/main.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | static iconVeryCloudy: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconLightShowers` is never used
[INFO] [stdout]   --> src/main.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | static iconLightShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconHeavyShowers` is never used
[INFO] [stdout]   --> src/main.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | static iconHeavyShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconLightSnowShowers` is never used
[INFO] [stdout]   --> src/main.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 | static iconLightSnowShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconHeavySnowShowers` is never used
[INFO] [stdout]   --> src/main.rs:75:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | static iconHeavySnowShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconLightSleetShowers` is never used
[INFO] [stdout]   --> src/main.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 81 | static iconLightSleetShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconThunderyShowers` is never used
[INFO] [stdout]   --> src/main.rs:87:8
[INFO] [stdout]    |
[INFO] [stdout] 87 | static iconThunderyShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconThunderyHeavyRain` is never used
[INFO] [stdout]   --> src/main.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | static iconThunderyHeavyRain: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconThunderySnowShowers` is never used
[INFO] [stdout]   --> src/main.rs:99:8
[INFO] [stdout]    |
[INFO] [stdout] 99 | static iconThunderySnowShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconLightRain` is never used
[INFO] [stdout]    --> src/main.rs:105:8
[INFO] [stdout]     |
[INFO] [stdout] 105 | static iconLightRain: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconHeavyRain` is never used
[INFO] [stdout]    --> src/main.rs:111:8
[INFO] [stdout]     |
[INFO] [stdout] 111 | static iconHeavyRain: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconLightSnow` is never used
[INFO] [stdout]    --> src/main.rs:117:8
[INFO] [stdout]     |
[INFO] [stdout] 117 | static iconLightSnow: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconHeavySnow` is never used
[INFO] [stdout]    --> src/main.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 | static iconHeavySnow: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconLightSleet` is never used
[INFO] [stdout]    --> src/main.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout] 129 | static iconLightSleet: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `iconFog` is never used
[INFO] [stdout]    --> src/main.rs:135:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | static iconFog: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `code_to_icon` is never used
[INFO] [stdout]    --> src/main.rs:142:4
[INFO] [stdout]     |
[INFO] [stdout] 142 | fn code_to_icon(code:i32) -> [&'static str; 5] {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconUnknown` should have an upper case name
[INFO] [stdout]   --> src/main.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | static iconUnknown: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_UNKNOWN`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconSunny` should have an upper case name
[INFO] [stdout]   --> src/main.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | static iconSunny: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^ help: convert the identifier to upper case: `ICON_SUNNY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconPartlyCloudy` should have an upper case name
[INFO] [stdout]   --> src/main.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | static iconPartlyCloudy: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_PARTLY_CLOUDY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconCloudy` should have an upper case name
[INFO] [stdout]   --> src/main.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | static iconCloudy: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^ help: convert the identifier to upper case: `ICON_CLOUDY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconVeryCloudy` should have an upper case name
[INFO] [stdout]   --> src/main.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | static iconVeryCloudy: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_VERY_CLOUDY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconLightShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | static iconLightShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_LIGHT_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconHeavyShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | static iconHeavyShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_HEAVY_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconLightSnowShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 | static iconLightSnowShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_LIGHT_SNOW_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconHeavySnowShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:75:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | static iconHeavySnowShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_HEAVY_SNOW_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconLightSleetShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 81 | static iconLightSleetShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_LIGHT_SLEET_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconThunderyShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:87:8
[INFO] [stdout]    |
[INFO] [stdout] 87 | static iconThunderyShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_THUNDERY_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconThunderyHeavyRain` should have an upper case name
[INFO] [stdout]   --> src/main.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | static iconThunderyHeavyRain: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_THUNDERY_HEAVY_RAIN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconThunderySnowShowers` should have an upper case name
[INFO] [stdout]   --> src/main.rs:99:8
[INFO] [stdout]    |
[INFO] [stdout] 99 | static iconThunderySnowShowers: [&'static str; 5] = [
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_THUNDERY_SNOW_SHOWERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconLightRain` should have an upper case name
[INFO] [stdout]    --> src/main.rs:105:8
[INFO] [stdout]     |
[INFO] [stdout] 105 | static iconLightRain: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_LIGHT_RAIN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconHeavyRain` should have an upper case name
[INFO] [stdout]    --> src/main.rs:111:8
[INFO] [stdout]     |
[INFO] [stdout] 111 | static iconHeavyRain: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_HEAVY_RAIN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconLightSnow` should have an upper case name
[INFO] [stdout]    --> src/main.rs:117:8
[INFO] [stdout]     |
[INFO] [stdout] 117 | static iconLightSnow: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_LIGHT_SNOW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconHeavySnow` should have an upper case name
[INFO] [stdout]    --> src/main.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 | static iconHeavySnow: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_HEAVY_SNOW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconLightSleet` should have an upper case name
[INFO] [stdout]    --> src/main.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout] 129 | static iconLightSleet: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ICON_LIGHT_SLEET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `iconFog` should have an upper case name
[INFO] [stdout]    --> src/main.rs:135:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | static iconFog: [&'static str; 5] = [
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to upper case: `ICON_FOG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.70s
[INFO] running `Command { std: "docker" "inspect" "5826ab74c0cff0b1871432e7a5eb771ceb459c154d56431aaffae2d311c550a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5826ab74c0cff0b1871432e7a5eb771ceb459c154d56431aaffae2d311c550a6", kill_on_drop: false }`
[INFO] [stdout] 5826ab74c0cff0b1871432e7a5eb771ceb459c154d56431aaffae2d311c550a6
