[INFO] cloning repository https://github.com/keisukehayano/OpenWeaterClient-RUST
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/keisukehayano/OpenWeaterClient-RUST" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeisukehayano%2FOpenWeaterClient-RUST", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeisukehayano%2FOpenWeaterClient-RUST'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 954b9d9e57974538696b0a5eea614c74cd577ab1
[INFO] testing keisukehayano/OpenWeaterClient-RUST against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeisukehayano%2FOpenWeaterClient-RUST" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/keisukehayano/OpenWeaterClient-RUST
[INFO] finished tweaking git repo https://github.com/keisukehayano/OpenWeaterClient-RUST
[INFO] tweaked toml for git repo https://github.com/keisukehayano/OpenWeaterClient-RUST written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/keisukehayano/OpenWeaterClient-RUST on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/keisukehayano/OpenWeaterClient-RUST already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 45dccef65276c07e54e6033e3b0251e31325143f2442898115e1bc455c6b203f
[INFO] running `Command { std: "docker" "start" "-a" "45dccef65276c07e54e6033e3b0251e31325143f2442898115e1bc455c6b203f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "45dccef65276c07e54e6033e3b0251e31325143f2442898115e1bc455c6b203f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45dccef65276c07e54e6033e3b0251e31325143f2442898115e1bc455c6b203f", kill_on_drop: false }`
[INFO] [stdout] 45dccef65276c07e54e6033e3b0251e31325143f2442898115e1bc455c6b203f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b7aec4134e4a18e31f8d479ebde41c9b93f043e2fef62f85ac27041faba27f68
[INFO] running `Command { std: "docker" "start" "-a" "b7aec4134e4a18e31f8d479ebde41c9b93f043e2fef62f85ac27041faba27f68", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.95
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling once_cell v1.12.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.9
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.9
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]    Compiling openssl v0.10.40
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling http v0.2.7
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling signal-hook v0.3.14
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling spin v0.9.3
[INFO] [stderr]    Compiling deflate v1.0.0
[INFO] [stderr]    Compiling num-rational v0.4.0
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.5
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling weezl v0.1.6
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.3
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling openssl-sys v0.9.73
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling bytemuck v1.9.1
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling inflate v0.4.5
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling bit_field v0.10.1
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling lebe v0.5.1
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling gif v0.11.3
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling rgb v0.8.33
[INFO] [stderr]    Compiling png v0.17.5
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling ansi_colours v1.1.1
[INFO] [stderr]    Compiling crossterm v0.23.2
[INFO] [stderr]    Compiling console v0.15.0
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling numtoa v0.1.0
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling termion v1.5.6
[INFO] [stderr]    Compiling dotenvy v0.15.1
[INFO] [stderr]    Compiling jpeg-decoder v0.2.6
[INFO] [stderr]    Compiling tiff v0.7.2
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling tokio v1.18.2
[INFO] [stderr]    Compiling pin-project v1.0.10
[INFO] [stderr]    Compiling flume v0.10.13
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling exr v1.4.2
[INFO] [stderr]    Compiling image v0.24.2
[INFO] [stderr]    Compiling tokio-util v0.7.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling hyper v0.14.19
[INFO] [stderr]    Compiling viuer v0.6.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.10
[INFO] [stderr]    Compiling openweather-client v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Coord` is never constructed
[INFO] [stdout]  --> src/api.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Coord {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Weather` is never constructed
[INFO] [stdout]   --> src/api.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Weather {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Main` is never constructed
[INFO] [stdout]   --> src/api.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Main {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Wind` is never constructed
[INFO] [stdout]   --> src/api.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct Wind {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Clouds` is never constructed
[INFO] [stdout]   --> src/api.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct Clouds {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Sys` is never constructed
[INFO] [stdout]   --> src/api.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub struct Sys {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OpenWeatherResponse` is never constructed
[INFO] [stdout]   --> src/api.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct OpenWeatherResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.40
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b7aec4134e4a18e31f8d479ebde41c9b93f043e2fef62f85ac27041faba27f68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7aec4134e4a18e31f8d479ebde41c9b93f043e2fef62f85ac27041faba27f68", kill_on_drop: false }`
[INFO] [stdout] b7aec4134e4a18e31f8d479ebde41c9b93f043e2fef62f85ac27041faba27f68
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3ec2fbf3794d8b126deaf5bbbdb7d69b21cd27234a371d2b2728f04ad9f27d99
[INFO] running `Command { std: "docker" "start" "-a" "3ec2fbf3794d8b126deaf5bbbdb7d69b21cd27234a371d2b2728f04ad9f27d99", kill_on_drop: false }`
[INFO] [stderr]    Compiling openweather-client v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Coord` is never constructed
[INFO] [stdout]  --> src/api.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Coord {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Weather` is never constructed
[INFO] [stdout]   --> src/api.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Weather {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Main` is never constructed
[INFO] [stdout]   --> src/api.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Main {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Wind` is never constructed
[INFO] [stdout]   --> src/api.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct Wind {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Clouds` is never constructed
[INFO] [stdout]   --> src/api.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct Clouds {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Sys` is never constructed
[INFO] [stdout]   --> src/api.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub struct Sys {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OpenWeatherResponse` is never constructed
[INFO] [stdout]   --> src/api.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct OpenWeatherResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.21s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.40
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "3ec2fbf3794d8b126deaf5bbbdb7d69b21cd27234a371d2b2728f04ad9f27d99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ec2fbf3794d8b126deaf5bbbdb7d69b21cd27234a371d2b2728f04ad9f27d99", kill_on_drop: false }`
[INFO] [stdout] 3ec2fbf3794d8b126deaf5bbbdb7d69b21cd27234a371d2b2728f04ad9f27d99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f4a3b32e80de2c6321943d702c6467bcc42f401e11bf2a7836284b85a355c03b
[INFO] running `Command { std: "docker" "start" "-a" "f4a3b32e80de2c6321943d702c6467bcc42f401e11bf2a7836284b85a355c03b", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Coord` is never constructed
[INFO] [stderr]  --> src/api.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub struct Coord {
[INFO] [stderr]   |            ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Weather` is never constructed
[INFO] [stderr]   --> src/api.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct Weather {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Main` is never constructed
[INFO] [stderr]   --> src/api.rs:28:12
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub struct Main {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Wind` is never constructed
[INFO] [stderr]   --> src/api.rs:47:12
[INFO] [stderr]    |
[INFO] [stderr] 47 | pub struct Wind {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Clouds` is never constructed
[INFO] [stderr]   --> src/api.rs:56:12
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub struct Clouds {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Sys` is never constructed
[INFO] [stderr]   --> src/api.rs:62:12
[INFO] [stderr]    |
[INFO] [stderr] 62 | pub struct Sys {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `OpenWeatherResponse` is never constructed
[INFO] [stderr]   --> src/api.rs:78:12
[INFO] [stderr]    |
[INFO] [stderr] 78 | pub struct OpenWeatherResponse {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `openweather-client` (bin "openweather-client" test) generated 7 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.40
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/openweather_client-d93382d32975a7a5)
[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" "f4a3b32e80de2c6321943d702c6467bcc42f401e11bf2a7836284b85a355c03b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4a3b32e80de2c6321943d702c6467bcc42f401e11bf2a7836284b85a355c03b", kill_on_drop: false }`
[INFO] [stdout] f4a3b32e80de2c6321943d702c6467bcc42f401e11bf2a7836284b85a355c03b
