[INFO] cloning repository https://github.com/hugorithm/wttrpt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hugorithm/wttrpt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhugorithm%2Fwttrpt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhugorithm%2Fwttrpt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 47d84560fee43d2638ee36c08cf670bc5e559804 [INFO] testing hugorithm/wttrpt against master#9e136a30a965bf4e63f03095c57df7257bf96fd6 for pr-134530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhugorithm%2Fwttrpt" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hugorithm/wttrpt on toolchain 9e136a30a965bf4e63f03095c57df7257bf96fd6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hugorithm/wttrpt [INFO] finished tweaking git repo https://github.com/hugorithm/wttrpt [INFO] tweaked toml for git repo https://github.com/hugorithm/wttrpt written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/hugorithm/wttrpt 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" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e046e875f3c5659bf67f007731c4b516cf88aefa6814fe8f40b0c00b2aad988 [INFO] running `Command { std: "docker" "start" "-a" "9e046e875f3c5659bf67f007731c4b516cf88aefa6814fe8f40b0c00b2aad988", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e046e875f3c5659bf67f007731c4b516cf88aefa6814fe8f40b0c00b2aad988", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e046e875f3c5659bf67f007731c4b516cf88aefa6814fe8f40b0c00b2aad988", kill_on_drop: false }` [INFO] [stdout] 9e046e875f3c5659bf67f007731c4b516cf88aefa6814fe8f40b0c00b2aad988 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cdf5718c88a050b72c8a526e4d27991157db8563318c152b2d7b52718b920a44 [INFO] running `Command { std: "docker" "start" "-a" "cdf5718c88a050b72c8a526e4d27991157db8563318c152b2d7b52718b920a44", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling cc v1.0.88 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling indexmap v2.2.5 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling openssl-sys v0.9.101 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling h2 v0.3.24 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.24 [INFO] [stderr] Compiling wttrpt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `weather::run` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use weather::run; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/weather.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Weather { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 7 | #[serde(rename = "tMin")] [INFO] [stdout] 8 | t_min: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 9 | #[serde(rename = "tMax")] [INFO] [stdout] 10 | t_max: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | #[serde(rename = "tMed")] [INFO] [stdout] 12 | t_med: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[serde(rename = "idFfxVento")] [INFO] [stdout] 14 | id_ffx_wind: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 15 | #[serde(rename = "iUv")] [INFO] [stdout] 16 | i_uv: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 17 | #[serde(rename = "idTipoTempo")] [INFO] [stdout] 18 | type_id: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 19 | #[serde(rename = "globalIdLocal")] [INFO] [stdout] 20 | global_id_local: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | #[serde(rename = "probabilidadePrecipita")] [INFO] [stdout] 22 | rain_probability: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | #[serde(rename = "idPeriodo")] [INFO] [stdout] 24 | id_periodo: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 25 | #[serde(rename = "dataPrev")] [INFO] [stdout] 26 | prevision_date: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 27 | #[serde(rename = "ddVento")] [INFO] [stdout] 28 | dd_wind: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Weather` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `pt` and `en` are never read [INFO] [stdout] --> src/weather.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct WeatherDescription { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 33 | #[serde(rename = "PT")] [INFO] [stdout] 34 | pt: String, [INFO] [stdout] | ^^ [INFO] [stdout] 35 | #[serde(rename = "EN")] [INFO] [stdout] 36 | en: String, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `WeatherDescription` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_weather_types` is never used [INFO] [stdout] --> src/weather.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn get_weather_types() -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_weather` is never used [INFO] [stdout] --> src/weather.rs:68:8 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn get_weather() -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `run` is never used [INFO] [stdout] --> src/weather.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn run() -> Result<(), Box> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.36s [INFO] running `Command { std: "docker" "inspect" "cdf5718c88a050b72c8a526e4d27991157db8563318c152b2d7b52718b920a44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdf5718c88a050b72c8a526e4d27991157db8563318c152b2d7b52718b920a44", kill_on_drop: false }` [INFO] [stdout] cdf5718c88a050b72c8a526e4d27991157db8563318c152b2d7b52718b920a44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 820d3d58754784223690d4eab3c66f5d804845bbed1522a63e3a05043fbc725e [INFO] running `Command { std: "docker" "start" "-a" "820d3d58754784223690d4eab3c66f5d804845bbed1522a63e3a05043fbc725e", kill_on_drop: false }` [INFO] [stderr] Compiling wttrpt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `weather::run` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use weather::run; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/weather.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Weather { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 7 | #[serde(rename = "tMin")] [INFO] [stdout] 8 | t_min: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 9 | #[serde(rename = "tMax")] [INFO] [stdout] 10 | t_max: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | #[serde(rename = "tMed")] [INFO] [stdout] 12 | t_med: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[serde(rename = "idFfxVento")] [INFO] [stdout] 14 | id_ffx_wind: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 15 | #[serde(rename = "iUv")] [INFO] [stdout] 16 | i_uv: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 17 | #[serde(rename = "idTipoTempo")] [INFO] [stdout] 18 | type_id: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 19 | #[serde(rename = "globalIdLocal")] [INFO] [stdout] 20 | global_id_local: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | #[serde(rename = "probabilidadePrecipita")] [INFO] [stdout] 22 | rain_probability: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | #[serde(rename = "idPeriodo")] [INFO] [stdout] 24 | id_periodo: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 25 | #[serde(rename = "dataPrev")] [INFO] [stdout] 26 | prevision_date: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 27 | #[serde(rename = "ddVento")] [INFO] [stdout] 28 | dd_wind: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Weather` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `pt` and `en` are never read [INFO] [stdout] --> src/weather.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct WeatherDescription { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 33 | #[serde(rename = "PT")] [INFO] [stdout] 34 | pt: String, [INFO] [stdout] | ^^ [INFO] [stdout] 35 | #[serde(rename = "EN")] [INFO] [stdout] 36 | en: String, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `WeatherDescription` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_weather_types` is never used [INFO] [stdout] --> src/weather.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn get_weather_types() -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_weather` is never used [INFO] [stdout] --> src/weather.rs:68:8 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn get_weather() -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `run` is never used [INFO] [stdout] --> src/weather.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn run() -> Result<(), Box> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `Command { std: "docker" "inspect" "820d3d58754784223690d4eab3c66f5d804845bbed1522a63e3a05043fbc725e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "820d3d58754784223690d4eab3c66f5d804845bbed1522a63e3a05043fbc725e", kill_on_drop: false }` [INFO] [stdout] 820d3d58754784223690d4eab3c66f5d804845bbed1522a63e3a05043fbc725e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f931d7f86ddcd213d02cf6779d4e1c920f1313d53463aa9f507b6a6c577a9b40 [INFO] running `Command { std: "docker" "start" "-a" "f931d7f86ddcd213d02cf6779d4e1c920f1313d53463aa9f507b6a6c577a9b40", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `weather::run` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use weather::run; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: multiple fields are never read [INFO] [stderr] --> src/weather.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 6 | pub struct Weather { [INFO] [stderr] | ------- fields in this struct [INFO] [stderr] 7 | #[serde(rename = "tMin")] [INFO] [stderr] 8 | t_min: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 9 | #[serde(rename = "tMax")] [INFO] [stderr] 10 | t_max: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 11 | #[serde(rename = "tMed")] [INFO] [stderr] 12 | t_med: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 13 | #[serde(rename = "idFfxVento")] [INFO] [stderr] 14 | id_ffx_wind: Option, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 15 | #[serde(rename = "iUv")] [INFO] [stderr] 16 | i_uv: Option, [INFO] [stderr] | ^^^^ [INFO] [stderr] 17 | #[serde(rename = "idTipoTempo")] [INFO] [stderr] 18 | type_id: Option, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 19 | #[serde(rename = "globalIdLocal")] [INFO] [stderr] 20 | global_id_local: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] 21 | #[serde(rename = "probabilidadePrecipita")] [INFO] [stderr] 22 | rain_probability: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] 23 | #[serde(rename = "idPeriodo")] [INFO] [stderr] 24 | id_periodo: Option, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 25 | #[serde(rename = "dataPrev")] [INFO] [stderr] 26 | prevision_date: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 27 | #[serde(rename = "ddVento")] [INFO] [stderr] 28 | dd_wind: Option, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Weather` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `pt` and `en` are never read [INFO] [stderr] --> src/weather.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 32 | pub struct WeatherDescription { [INFO] [stderr] | ------------------ fields in this struct [INFO] [stderr] 33 | #[serde(rename = "PT")] [INFO] [stderr] 34 | pt: String, [INFO] [stderr] | ^^ [INFO] [stderr] 35 | #[serde(rename = "EN")] [INFO] [stderr] 36 | en: String, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `WeatherDescription` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: function `get_weather_types` is never used [INFO] [stderr] --> src/weather.rs:39:8 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn get_weather_types() -> Result, Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `get_weather` is never used [INFO] [stderr] --> src/weather.rs:68:8 [INFO] [stderr] | [INFO] [stderr] 68 | pub fn get_weather() -> Result, Box> { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `run` is never used [INFO] [stderr] --> src/weather.rs:99:8 [INFO] [stderr] | [INFO] [stderr] 99 | pub fn run() -> Result<(), Box> { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `wttrpt` (bin "wttrpt" test) generated 6 warnings (run `cargo fix --bin "wttrpt" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/wttrpt-3c40996c29f5e480) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f931d7f86ddcd213d02cf6779d4e1c920f1313d53463aa9f507b6a6c577a9b40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f931d7f86ddcd213d02cf6779d4e1c920f1313d53463aa9f507b6a6c577a9b40", kill_on_drop: false }` [INFO] [stdout] f931d7f86ddcd213d02cf6779d4e1c920f1313d53463aa9f507b6a6c577a9b40