[INFO] fetching crate openmeteo-rs-ureq 0.1.1...
[INFO] testing openmeteo-rs-ureq-0.1.1 against 1.91.0 for beta-1.92-2
[INFO] extracting crate openmeteo-rs-ureq 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate openmeteo-rs-ureq 0.1.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate openmeteo-rs-ureq 0.1.1
[INFO] tweaked toml for crates.io crate openmeteo-rs-ureq 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate openmeteo-rs-ureq 0.1.1 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate openmeteo-rs-ureq 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ureq-proto v0.3.5
[INFO] [stderr]   Downloaded flate2 v1.1.1
[INFO] [stderr]   Downloaded cc v1.2.18
[INFO] [stderr]   Downloaded webpki-roots v0.26.8
[INFO] [stderr]   Downloaded ureq v3.0.10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7d89c171a04f08bb0f50054a106181efe70deca17777e0b5078b7610512f6dd8
[INFO] running `Command { std: "docker" "start" "-a" "7d89c171a04f08bb0f50054a106181efe70deca17777e0b5078b7610512f6dd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d89c171a04f08bb0f50054a106181efe70deca17777e0b5078b7610512f6dd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d89c171a04f08bb0f50054a106181efe70deca17777e0b5078b7610512f6dd8", kill_on_drop: false }`
[INFO] [stdout] 7d89c171a04f08bb0f50054a106181efe70deca17777e0b5078b7610512f6dd8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3ef201794a52373f357adbd47422d9fe131ed8ec348642bdfce16cb2678073f5
[INFO] running `Command { std: "docker" "start" "-a" "3ef201794a52373f357adbd47422d9fe131ed8ec348642bdfce16cb2678073f5", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]    Compiling cc v1.2.18
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling rustls v0.23.25
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling webpki-roots v0.26.8
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling flatbuffers v25.2.10
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling ureq-proto v0.3.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling rustls-webpki v0.103.1
[INFO] [stderr]    Compiling ureq v3.0.10
[INFO] [stderr]    Compiling openmeteo-rs-ureq v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:44:26
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn decode_buffer(&self) -> Result<WeatherApiResponse, ureq::Error> {
[INFO] [stdout]    |                          ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn decode_buffer(&self) -> Result<WeatherApiResponse<'_>, ureq::Error> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/weather_api_generated.rs:2238:42
[INFO] [stdout]      |
[INFO] [stdout] 2238 | pub fn root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                          ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2238 | pub fn root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/weather_api_generated.rs:2248:56
[INFO] [stdout]      |
[INFO] [stdout] 2248 | pub fn size_prefixed_root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                        ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                        |
[INFO] [stdout]      |                                                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2248 | pub fn size_prefixed_root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/weather_api_generated.rs:2281:59
[INFO] [stdout]      |
[INFO] [stdout] 2281 | pub unsafe fn root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse { unsafe {
[INFO] [stdout]      |                                                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                           |
[INFO] [stdout]      |                                                           the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2281 | pub unsafe fn root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse<'_> { unsafe {
[INFO] [stdout]      |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/weather_api_generated.rs:2288:73
[INFO] [stdout]      |
[INFO] [stdout] 2288 | pub unsafe fn size_prefixed_root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse { unsafe {
[INFO] [stdout]      |                                                                         ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                                         |
[INFO] [stdout]      |                                                                         the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2288 | pub unsafe fn size_prefixed_root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse<'_> { unsafe {
[INFO] [stdout]      |                                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.70s
[INFO] running `Command { std: "docker" "inspect" "3ef201794a52373f357adbd47422d9fe131ed8ec348642bdfce16cb2678073f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ef201794a52373f357adbd47422d9fe131ed8ec348642bdfce16cb2678073f5", kill_on_drop: false }`
[INFO] [stdout] 3ef201794a52373f357adbd47422d9fe131ed8ec348642bdfce16cb2678073f5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ba880b4d87b3c5cc0a250161d2c8a38866930c5e5484a7d21aa711c66644e6c8
[INFO] running `Command { std: "docker" "start" "-a" "ba880b4d87b3c5cc0a250161d2c8a38866930c5e5484a7d21aa711c66644e6c8", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:44:26
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn decode_buffer(&self) -> Result<WeatherApiResponse, ureq::Error> {
[INFO] [stdout]    |                          ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn decode_buffer(&self) -> Result<WeatherApiResponse<'_>, ureq::Error> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/weather_api_generated.rs:2238:42
[INFO] [stdout]      |
[INFO] [stdout] 2238 | pub fn root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                          ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2238 | pub fn root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/weather_api_generated.rs:2248:56
[INFO] [stdout]      |
[INFO] [stdout] 2248 | pub fn size_prefixed_root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                        ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                        |
[INFO] [stdout]      |                                                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2248 | pub fn size_prefixed_root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/weather_api_generated.rs:2281:59
[INFO] [stdout]      |
[INFO] [stdout] 2281 | pub unsafe fn root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse { unsafe {
[INFO] [stdout]      |                                                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                           |
[INFO] [stdout]      |                                                           the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2281 | pub unsafe fn root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse<'_> { unsafe {
[INFO] [stdout]      |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling openmeteo-rs-ureq v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/weather_api_generated.rs:2288:73
[INFO] [stdout]      |
[INFO] [stdout] 2288 | pub unsafe fn size_prefixed_root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse { unsafe {
[INFO] [stdout]      |                                                                         ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                                         |
[INFO] [stdout]      |                                                                         the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2288 | pub unsafe fn size_prefixed_root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse<'_> { unsafe {
[INFO] [stdout]      |                                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:44:26
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn decode_buffer(&self) -> Result<WeatherApiResponse, ureq::Error> {
[INFO] [stdout]    |                          ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn decode_buffer(&self) -> Result<WeatherApiResponse<'_>, ureq::Error> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/weather_api_generated.rs:2238:42
[INFO] [stdout]      |
[INFO] [stdout] 2238 | pub fn root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                          ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2238 | pub fn root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/weather_api_generated.rs:2248:56
[INFO] [stdout]      |
[INFO] [stdout] 2248 | pub fn size_prefixed_root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                        ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                        |
[INFO] [stdout]      |                                                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2248 | pub fn size_prefixed_root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stdout]      |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/weather_api_generated.rs:2281:59
[INFO] [stdout]      |
[INFO] [stdout] 2281 | pub unsafe fn root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse { unsafe {
[INFO] [stdout]      |                                                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                           |
[INFO] [stdout]      |                                                           the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2281 | pub unsafe fn root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse<'_> { unsafe {
[INFO] [stdout]      |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/weather_api_generated.rs:2288:73
[INFO] [stdout]      |
[INFO] [stdout] 2288 | pub unsafe fn size_prefixed_root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse { unsafe {
[INFO] [stdout]      |                                                                         ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                                         |
[INFO] [stdout]      |                                                                         the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2288 | pub unsafe fn size_prefixed_root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse<'_> { unsafe {
[INFO] [stdout]      |                                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.23s
[INFO] running `Command { std: "docker" "inspect" "ba880b4d87b3c5cc0a250161d2c8a38866930c5e5484a7d21aa711c66644e6c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba880b4d87b3c5cc0a250161d2c8a38866930c5e5484a7d21aa711c66644e6c8", kill_on_drop: false }`
[INFO] [stdout] ba880b4d87b3c5cc0a250161d2c8a38866930c5e5484a7d21aa711c66644e6c8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d18f787786dfbb13d9f151f4cbf8948ed88c19d964359f3aa8b80dc6a2900b16
[INFO] running `Command { std: "docker" "start" "-a" "d18f787786dfbb13d9f151f4cbf8948ed88c19d964359f3aa8b80dc6a2900b16", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:44:26
[INFO] [stderr]    |
[INFO] [stderr] 44 |     pub fn decode_buffer(&self) -> Result<WeatherApiResponse, ureq::Error> {
[INFO] [stderr]    |                          ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 44 |     pub fn decode_buffer(&self) -> Result<WeatherApiResponse<'_>, ureq::Error> {
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/weather_api_generated.rs:2238:42
[INFO] [stderr]      |
[INFO] [stderr] 2238 | pub fn root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse, flatbuffers::InvalidFlatbuffer> {
[INFO] [stderr]      |                                          ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                          |
[INFO] [stderr]      |                                          the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 2238 | pub fn root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stderr]      |                                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/weather_api_generated.rs:2248:56
[INFO] [stderr]      |
[INFO] [stderr] 2248 | pub fn size_prefixed_root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse, flatbuffers::InvalidFlatbuffer> {
[INFO] [stderr]      |                                                        ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                                        |
[INFO] [stderr]      |                                                        the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 2248 | pub fn size_prefixed_root_as_weather_api_response(buf: &[u8]) -> Result<WeatherApiResponse<'_>, flatbuffers::InvalidFlatbuffer> {
[INFO] [stderr]      |                                                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/weather_api_generated.rs:2281:59
[INFO] [stderr]      |
[INFO] [stderr] 2281 | pub unsafe fn root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse { unsafe {
[INFO] [stderr]      |                                                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                                           |
[INFO] [stderr]      |                                                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 2281 | pub unsafe fn root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse<'_> { unsafe {
[INFO] [stderr]      |                                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/weather_api_generated.rs:2288:73
[INFO] [stderr]      |
[INFO] [stderr] 2288 | pub unsafe fn size_prefixed_root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse { unsafe {
[INFO] [stderr]      |                                                                         ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                                                         |
[INFO] [stderr]      |                                                                         the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 2288 | pub unsafe fn size_prefixed_root_as_weather_api_response_unchecked(buf: &[u8]) -> WeatherApiResponse<'_> { unsafe {
[INFO] [stderr]      |                                                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `openmeteo-rs-ureq` (lib) generated 5 warnings (run `cargo fix --lib -p openmeteo-rs-ureq` to apply 5 suggestions)
[INFO] [stderr] warning: `openmeteo-rs-ureq` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/openmeteo_rs_ureq-e08350210ff28563)
[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] [stderr]    Doc-tests openmeteo_rs_ureq
[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" "d18f787786dfbb13d9f151f4cbf8948ed88c19d964359f3aa8b80dc6a2900b16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d18f787786dfbb13d9f151f4cbf8948ed88c19d964359f3aa8b80dc6a2900b16", kill_on_drop: false }`
[INFO] [stdout] d18f787786dfbb13d9f151f4cbf8948ed88c19d964359f3aa8b80dc6a2900b16
