[INFO] cloning repository https://github.com/zthompson47/wthr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zthompson47/wthr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzthompson47%2Fwthr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzthompson47%2Fwthr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3e312d71d5e079812033fe679a1d0b5ca6111828 [INFO] testing zthompson47/wthr against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzthompson47%2Fwthr" "/workspace/builds/worker-24/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-24/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zthompson47/wthr on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/zthompson47/wthr [INFO] finished tweaking git repo https://github.com/zthompson47/wthr [INFO] tweaked toml for git repo https://github.com/zthompson47/wthr written to /workspace/builds/worker-24/source/Cargo.toml [INFO] crate git repo https://github.com/zthompson47/wthr already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 648de2c789007300f9a4d56eba077f8631a3414c4918ce9e093bc0ba4658969f [INFO] running `Command { std: "docker" "start" "-a" "648de2c789007300f9a4d56eba077f8631a3414c4918ce9e093bc0ba4658969f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "648de2c789007300f9a4d56eba077f8631a3414c4918ce9e093bc0ba4658969f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "648de2c789007300f9a4d56eba077f8631a3414c4918ce9e093bc0ba4658969f", kill_on_drop: false }` [INFO] [stdout] 648de2c789007300f9a4d56eba077f8631a3414c4918ce9e093bc0ba4658969f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 63456e39d7adfdea1a661eaa642b4650b2c13b10d9302fce964670d00f298465 [INFO] running `Command { std: "docker" "start" "-a" "63456e39d7adfdea1a661eaa642b4650b2c13b10d9302fce964670d00f298465", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling siphasher v0.3.5 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling home v0.5.3 [INFO] [stderr] Compiling openssl-sys v0.9.63 [INFO] [stderr] Compiling tokio v1.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling libsqlite3-sys v0.22.2 [INFO] [stderr] Compiling http-body v0.4.2 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling crossterm v0.20.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling openssl v0.10.34 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling csscolorparser v0.4.0 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling colorgrad v0.4.0 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling hyper v0.14.9 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling rusqlite v0.25.3 [INFO] [stderr] Compiling sunrise v1.0.0 [INFO] [stderr] Compiling geojson v0.22.2 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.3 [INFO] [stderr] Compiling wthr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `uom` [INFO] [stdout] --> src/forecast.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | uom: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `TimeSeries` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `values` [INFO] [stdout] --> src/forecast.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | values: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeSeries` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `valid_time` [INFO] [stdout] --> src/forecast.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | valid_time: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/forecast.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | value: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `coverage` [INFO] [stdout] --> src/forecast.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | coverage: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `weather` [INFO] [stdout] --> src/forecast.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | weather: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `intensity` [INFO] [stdout] --> src/forecast.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | intensity: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `visibility` [INFO] [stdout] --> src/forecast.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | visibility: Quantity, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attributes` [INFO] [stdout] --> src/forecast.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | attributes: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.35s [INFO] running `Command { std: "docker" "inspect" "63456e39d7adfdea1a661eaa642b4650b2c13b10d9302fce964670d00f298465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63456e39d7adfdea1a661eaa642b4650b2c13b10d9302fce964670d00f298465", kill_on_drop: false }` [INFO] [stdout] 63456e39d7adfdea1a661eaa642b4650b2c13b10d9302fce964670d00f298465 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3facd19f70440fbe6ab3542248e9ac163446cec28ead3c81139fa9cb7ce82f7c [INFO] running `Command { std: "docker" "start" "-a" "3facd19f70440fbe6ab3542248e9ac163446cec28ead3c81139fa9cb7ce82f7c", kill_on_drop: false }` [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling anyhow v1.0.41 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling fastrand v1.4.1 [INFO] [stderr] Compiling http-types v2.11.1 [INFO] [stderr] Compiling infer v0.2.3 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stdout] warning: field is never read: `uom` [INFO] [stdout] --> src/forecast.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | uom: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `TimeSeries` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `values` [INFO] [stdout] --> src/forecast.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | values: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeSeries` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `valid_time` [INFO] [stdout] --> src/forecast.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | valid_time: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/forecast.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | value: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `coverage` [INFO] [stdout] --> src/forecast.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | coverage: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `weather` [INFO] [stdout] --> src/forecast.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | weather: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `intensity` [INFO] [stdout] --> src/forecast.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | intensity: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `visibility` [INFO] [stdout] --> src/forecast.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | visibility: Quantity, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attributes` [INFO] [stdout] --> src/forecast.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | attributes: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling serde_qs v0.7.2 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling deadpool v0.7.0 [INFO] [stderr] Compiling wiremock v0.5.3 [INFO] [stderr] Compiling wthr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `uom` [INFO] [stdout] --> src/forecast.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | uom: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `TimeSeries` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `values` [INFO] [stdout] --> src/forecast.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | values: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeSeries` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `valid_time` [INFO] [stdout] --> src/forecast.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | valid_time: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/forecast.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | value: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `coverage` [INFO] [stdout] --> src/forecast.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | coverage: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `weather` [INFO] [stdout] --> src/forecast.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | weather: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `intensity` [INFO] [stdout] --> src/forecast.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | intensity: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `visibility` [INFO] [stdout] --> src/forecast.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | visibility: Quantity, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attributes` [INFO] [stdout] --> src/forecast.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | attributes: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeatherDatum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forecast.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.cache.a7134ad0-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801.56k8zyws54u9z8co.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libtempfile-dd3ab6a3279d9efb.rlib" "/opt/rustwide/target/debug/deps/librand-d3eb2e0df3e9b29b.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-bbdc2dffa69f5c39.rlib" "/opt/rustwide/target/debug/deps/librand_core-429bb028ddd82fe0.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-428e6ddc575f6574.rlib" "/opt/rustwide/target/debug/deps/libwthr-acd3340c8ba97216.rlib" "/opt/rustwide/target/debug/deps/libcolorgrad-6f8b170a07edf48e.rlib" "/opt/rustwide/target/debug/deps/libcsscolorparser-283be5d0f3780cff.rlib" "/opt/rustwide/target/debug/deps/libphf-2ed63596ca935ddc.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-94bd5d82a54cf5b0.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-6aaaea919ef70f3e.rlib" "/opt/rustwide/target/debug/deps/libtoml-7d16a432d747e466.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-ca3edf671e87851f.rlib" "/opt/rustwide/target/debug/deps/libgeojson-c1a29ca873a774d8.rlib" "/opt/rustwide/target/debug/deps/libstructopt-d20579e2d065ec71.rlib" "/opt/rustwide/target/debug/deps/libclap-1429b218962c8631.rlib" "/opt/rustwide/target/debug/deps/libvec_map-18b27ee44a5c9049.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-dcd1981df6974b46.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-b35e561241f87659.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c9e2592dde3c5431.rlib" "/opt/rustwide/target/debug/deps/libatty-5fcce5351d2e17bb.rlib" "/opt/rustwide/target/debug/deps/libansi_term-7b95e091c56f4f65.rlib" "/opt/rustwide/target/debug/deps/libhome-a3466b4ab5f6c2ae.rlib" "/opt/rustwide/target/debug/deps/libreqwest-04a0e90d7ef176c8.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-44bc8d35d2b96e7f.rlib" "/opt/rustwide/target/debug/deps/libipnet-61a9bc273e84f915.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-97ba153d2c7a509d.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-ce5259bede0a456d.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-6c833665eca7a30b.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-938265d742ce645e.rlib" "/opt/rustwide/target/debug/deps/libopenssl-01b3c6be655ebb64.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-fcd9d240ace46e37.rlib" "/opt/rustwide/target/debug/deps/librusqlite-63de6719c1ca0407.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib" "/opt/rustwide/target/debug/deps/libfallible_streaming_iterator-c914efb9628878c7.rlib" "/opt/rustwide/target/debug/deps/libfallible_iterator-313401c930e15855.rlib" "/opt/rustwide/target/debug/deps/libhashlink-505e710cd97eb4b4.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-60899ca320a49954.rlib" "/opt/rustwide/target/debug/deps/libahash-22948d780e247727.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-e97d6cc1d1e87efc.rlib" "/opt/rustwide/target/debug/deps/liblibsqlite3_sys-8fa5c1ea4355ea3c.rlib" "/opt/rustwide/target/debug/deps/libchrono-0f039d738173200e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f7b6730884088ff3.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-80b3e0a44ca31d95.rlib" "/opt/rustwide/target/debug/deps/libtime-9b039be426baee58.rlib" "/opt/rustwide/target/debug/deps/libwiremock-b6116cba3ac66aa0.rlib" "/opt/rustwide/target/debug/deps/libfutures-0ec5234a919bafb0.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-5428463de9e1cb1b.rlib" "/opt/rustwide/target/debug/deps/libfutures_timer-a13b6c037ea219df.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-efb3ff7429269969.rlib" "/opt/rustwide/target/debug/deps/libhyper-ffc0dbd262d19e90.rlib" "/opt/rustwide/target/debug/deps/libwant-fc449eee87e7ef07.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libsocket2-4fe6328474a5243b.rlib" "/opt/rustwide/target/debug/deps/libh2-9d495bd9bc4d460d.rlib" "/opt/rustwide/target/debug/deps/libindexmap-7cece434f92577f0.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f68c299677dc64e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-6c4d94432b00e874.rlib" "/opt/rustwide/target/debug/deps/libhttparse-f805cc4bb5aa1d22.rlib" "/opt/rustwide/target/debug/deps/libtower_service-6f9cbeafd8b373de.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-4c45b49a75c7025c.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-b820302285c09232.rlib" "/opt/rustwide/target/debug/deps/libslab-cbaf1199efcec976.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-e5b78f3f8c2e9927.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-0bb98dc26931c9bf.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-fa9386671a4e8e23.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-ffd3c9a2b2f794db.rlib" "/opt/rustwide/target/debug/deps/libtracing-8dc95c3780796df8.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-8453afbfa685589f.rlib" "/opt/rustwide/target/debug/deps/libdeadpool-625b5957a9eb0647.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6b55570d8232c873.rlib" "/opt/rustwide/target/debug/deps/libconfig-e5d99bad11e51565.rlib" "/opt/rustwide/target/debug/deps/libnom-fa13b02da951bb08.rlib" "/opt/rustwide/target/debug/deps/liblexical_core-93b432c3f5c131b4.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-62b1a5cbf56a9f5f.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-60f29610b80e56b0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-a2890c3d552b4d7b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-da7dfc0f665c17b7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libtokio-43f872d7fb86353a.rlib" "/opt/rustwide/target/debug/deps/libmio-f5325e65d4c352f1.rlib" "/opt/rustwide/target/debug/deps/libregex-835a820946206844.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-50d36aa7e85ac04f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd0c3ba7c22fa1f4.rlib" "/opt/rustwide/target/debug/deps/liblog-85f4ca97e1cbe80a.rlib" "/opt/rustwide/target/debug/deps/libhttp_types-fb5f3d149c5a64b0.rlib" "/opt/rustwide/target/debug/deps/libhttp-d95d268fff00d4d9.rlib" "/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libserde_qs-0e65785da4504d83.rlib" "/opt/rustwide/target/debug/deps/libthiserror-7ac23e4ef6dc6e7b.rlib" "/opt/rustwide/target/debug/deps/libdata_encoding-db8c7da9cef73501.rlib" "/opt/rustwide/target/debug/deps/libanyhow-ac4960d7f6768177.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-e294e90a06c044dd.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-4e367ac81f7298ce.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-9460ad4a842a10f5.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-df96243a33689acb.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-1f8120d53b6075b1.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libserde_json-41c212972cc8b558.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libitoa-233da835b39c05ce.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-a76df6530cd2cf81.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5778b0c3602687a8.rlib" "/opt/rustwide/target/debug/deps/libfastrand-881765eee987adbe.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-6ebe1a82fb31a710.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-ec8780e8a2a1f907.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-d84763990f78330e.rlib" "/opt/rustwide/target/debug/deps/libparking-3031ff4351ece351.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-bc29cd12efb5d8c3.rlib" "/opt/rustwide/target/debug/deps/librand-86cc7e61f981c14f.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-5f1731a487ea3b43.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-8629bdd7b2499e13.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-059b2088d4bdbb70.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-5f3ee96e5b69dc34.rlib" "/opt/rustwide/target/debug/deps/liblibc-ef814aa1dcbf91ea.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libinfer-265fa1d1fbd9a58f.rlib" "/opt/rustwide/target/debug/deps/liburl-e64f97ad46c9be56.rlib" "/opt/rustwide/target/debug/deps/libidna-dbeebcc2f2dab64e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-4e1dbc2e9fbc8334.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-558823217aa716f3.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7d79f1310ca303e8.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-186b4d50aeb6750b.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libserde-6a070e35018317c9.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lsqlite3" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cache-f2e48c8ec2872801" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wthr` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3facd19f70440fbe6ab3542248e9ac163446cec28ead3c81139fa9cb7ce82f7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3facd19f70440fbe6ab3542248e9ac163446cec28ead3c81139fa9cb7ce82f7c", kill_on_drop: false }` [INFO] [stdout] 3facd19f70440fbe6ab3542248e9ac163446cec28ead3c81139fa9cb7ce82f7c