[INFO] fetching crate libjwt 0.1.0...
[INFO] testing libjwt-0.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate libjwt 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate libjwt 0.1.0
[INFO] finished tweaking crates.io crate libjwt 0.1.0
[INFO] tweaked toml for crates.io crate libjwt 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate libjwt 0.1.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 37 packages to latest compatible versions
[INFO] [stderr]       Adding base64 v0.9.3 (available: v0.22.1)
[INFO] [stderr]       Adding error-chain v0.11.0 (available: v0.12.4)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 93bd4ff2e3c2f32f543ce953858f65fa67b981fc1d46967a0a087c3c5c61a7af
[INFO] running `Command { std: "docker" "start" "-a" "93bd4ff2e3c2f32f543ce953858f65fa67b981fc1d46967a0a087c3c5c61a7af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "93bd4ff2e3c2f32f543ce953858f65fa67b981fc1d46967a0a087c3c5c61a7af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93bd4ff2e3c2f32f543ce953858f65fa67b981fc1d46967a0a087c3c5c61a7af", kill_on_drop: false }`
[INFO] [stdout] 93bd4ff2e3c2f32f543ce953858f65fa67b981fc1d46967a0a087c3c5c61a7af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f5599b928bd31e716ca34b825f0af5dabfffd9b003dc129c1279268a81a249ff
[INFO] running `Command { std: "docker" "start" "-a" "f5599b928bd31e716ca34b825f0af5dabfffd9b003dc129c1279268a81a249ff", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling openssl v0.10.74
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling base64 v0.9.3
[INFO] [stderr]    Compiling cc v1.2.44
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling openssl-sys v0.9.110
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling error-chain v0.11.0
[INFO] [stderr]    Compiling libjwt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / error_chain!{
[INFO] [stdout] 13 | |     foreign_links {
[INFO] [stdout] 14 | |         Io(::std::io::Error);
[INFO] [stdout] 15 | |         Serde(::serde_json::Error);
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:13:58
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![deny(missing_docs, unsafe_code, unused_extern_crates, warnings)]
[INFO] [stdout]    |                                                          ^^^^^^^^
[INFO] [stdout]    = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> src/error.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / error_chain!{
[INFO] [stdout] 13 | |     foreign_links {
[INFO] [stdout] 14 | |         Io(::std::io::Error);
[INFO] [stdout] 15 | |         Serde(::serde_json::Error);
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:77:29
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn decode<K: AsKey>(&self, key: &K, algorithm: Option<Algorithm>) -> error::Result<Parts> {
[INFO] [stdout]    |                             ^^^^^                                                          ^^^^^
[INFO] [stdout]    |                             |                                                              |
[INFO] [stdout]    |                             |                                                              the same lifetime is hidden here
[INFO] [stdout]    |                             |                                                              the same lifetime is hidden here
[INFO] [stdout]    |                             the lifetime is elided here                                    the same lifetime is hidden 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)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn decode<K: AsKey>(&self, key: &K, algorithm: Option<Algorithm>) -> error::Result<Parts<'_>> {
[INFO] [stdout]    |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:109:40
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn into_parts (&'c self) -> Result<Parts, Self::Error>;
[INFO] [stdout]     |                     --                 ^^^^^
[INFO] [stdout]     |                     |                  |
[INFO] [stdout]     |                     |                  the same lifetime is hidden here
[INFO] [stdout]     |                     |                  the same lifetime is hidden here
[INFO] [stdout]     |                     |                  the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'c`
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn into_parts (&'c self) -> Result<Parts<'c>, Self::Error>;
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:115:49
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn into_parts (&'jwt self) -> error::Result<Parts> {
[INFO] [stdout]     |                     ----                        ^^^^^
[INFO] [stdout]     |                     |                           |
[INFO] [stdout]     |                     |                           the same lifetime is hidden here
[INFO] [stdout]     |                     |                           the same lifetime is hidden here
[INFO] [stdout]     |                     |                           the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'jwt`
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn into_parts (&'jwt self) -> error::Result<Parts<'jwt>> {
[INFO] [stdout]     |                                                      ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.05s
[INFO] running `Command { std: "docker" "inspect" "f5599b928bd31e716ca34b825f0af5dabfffd9b003dc129c1279268a81a249ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5599b928bd31e716ca34b825f0af5dabfffd9b003dc129c1279268a81a249ff", kill_on_drop: false }`
[INFO] [stdout] f5599b928bd31e716ca34b825f0af5dabfffd9b003dc129c1279268a81a249ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 56fceff8cb494bb3dbc2fca607a868fb51ef2f2b169d9af90360a32b6107c753
[INFO] running `Command { std: "docker" "start" "-a" "56fceff8cb494bb3dbc2fca607a868fb51ef2f2b169d9af90360a32b6107c753", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / error_chain!{
[INFO] [stdout] 13 | |     foreign_links {
[INFO] [stdout] 14 | |         Io(::std::io::Error);
[INFO] [stdout] 15 | |         Serde(::serde_json::Error);
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:13:58
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![deny(missing_docs, unsafe_code, unused_extern_crates, warnings)]
[INFO] [stdout]    |                                                          ^^^^^^^^
[INFO] [stdout]    = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> src/error.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / error_chain!{
[INFO] [stdout] 13 | |     foreign_links {
[INFO] [stdout] 14 | |         Io(::std::io::Error);
[INFO] [stdout] 15 | |         Serde(::serde_json::Error);
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:77:29
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn decode<K: AsKey>(&self, key: &K, algorithm: Option<Algorithm>) -> error::Result<Parts> {
[INFO] [stdout]    |                             ^^^^^                                                          ^^^^^
[INFO] [stdout]    |                             |                                                              |
[INFO] [stdout]    |                             |                                                              the same lifetime is hidden here
[INFO] [stdout]    |                             |                                                              the same lifetime is hidden here
[INFO] [stdout]    |                             the lifetime is elided here                                    the same lifetime is hidden 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)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn decode<K: AsKey>(&self, key: &K, algorithm: Option<Algorithm>) -> error::Result<Parts<'_>> {
[INFO] [stdout]    |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:109:40
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn into_parts (&'c self) -> Result<Parts, Self::Error>;
[INFO] [stdout]     |                     --                 ^^^^^
[INFO] [stdout]     |                     |                  |
[INFO] [stdout]     |                     |                  the same lifetime is hidden here
[INFO] [stdout]     |                     |                  the same lifetime is hidden here
[INFO] [stdout]     |                     |                  the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'c`
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn into_parts (&'c self) -> Result<Parts<'c>, Self::Error>;
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling libjwt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:115:49
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn into_parts (&'jwt self) -> error::Result<Parts> {
[INFO] [stdout]     |                     ----                        ^^^^^
[INFO] [stdout]     |                     |                           |
[INFO] [stdout]     |                     |                           the same lifetime is hidden here
[INFO] [stdout]     |                     |                           the same lifetime is hidden here
[INFO] [stdout]     |                     |                           the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'jwt`
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn into_parts (&'jwt self) -> error::Result<Parts<'jwt>> {
[INFO] [stdout]     |                                                      ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / error_chain!{
[INFO] [stdout] 13 | |     foreign_links {
[INFO] [stdout] 14 | |         Io(::std::io::Error);
[INFO] [stdout] 15 | |         Serde(::serde_json::Error);
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:13:58
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![deny(missing_docs, unsafe_code, unused_extern_crates, warnings)]
[INFO] [stdout]    |                                                          ^^^^^^^^
[INFO] [stdout]    = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> src/error.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / error_chain!{
[INFO] [stdout] 13 | |     foreign_links {
[INFO] [stdout] 14 | |         Io(::std::io::Error);
[INFO] [stdout] 15 | |         Serde(::serde_json::Error);
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:77:29
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn decode<K: AsKey>(&self, key: &K, algorithm: Option<Algorithm>) -> error::Result<Parts> {
[INFO] [stdout]    |                             ^^^^^                                                          ^^^^^
[INFO] [stdout]    |                             |                                                              |
[INFO] [stdout]    |                             |                                                              the same lifetime is hidden here
[INFO] [stdout]    |                             |                                                              the same lifetime is hidden here
[INFO] [stdout]    |                             the lifetime is elided here                                    the same lifetime is hidden 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)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn decode<K: AsKey>(&self, key: &K, algorithm: Option<Algorithm>) -> error::Result<Parts<'_>> {
[INFO] [stdout]    |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:109:40
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn into_parts (&'c self) -> Result<Parts, Self::Error>;
[INFO] [stdout]     |                     --                 ^^^^^
[INFO] [stdout]     |                     |                  |
[INFO] [stdout]     |                     |                  the same lifetime is hidden here
[INFO] [stdout]     |                     |                  the same lifetime is hidden here
[INFO] [stdout]     |                     |                  the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'c`
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn into_parts (&'c self) -> Result<Parts<'c>, Self::Error>;
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:115:49
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn into_parts (&'jwt self) -> error::Result<Parts> {
[INFO] [stdout]     |                     ----                        ^^^^^
[INFO] [stdout]     |                     |                           |
[INFO] [stdout]     |                     |                           the same lifetime is hidden here
[INFO] [stdout]     |                     |                           the same lifetime is hidden here
[INFO] [stdout]     |                     |                           the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'jwt`
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn into_parts (&'jwt self) -> error::Result<Parts<'jwt>> {
[INFO] [stdout]     |                                                      ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.44s
[INFO] running `Command { std: "docker" "inspect" "56fceff8cb494bb3dbc2fca607a868fb51ef2f2b169d9af90360a32b6107c753", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56fceff8cb494bb3dbc2fca607a868fb51ef2f2b169d9af90360a32b6107c753", kill_on_drop: false }`
[INFO] [stdout] 56fceff8cb494bb3dbc2fca607a868fb51ef2f2b169d9af90360a32b6107c753
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5ec42ecbee2fdc6106c9443c96c752989cf18fac351dc9e2923a05f7a042a52f
[INFO] running `Command { std: "docker" "start" "-a" "5ec42ecbee2fdc6106c9443c96c752989cf18fac351dc9e2923a05f7a042a52f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]   --> src/error.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | / error_chain!{
[INFO] [stderr] 13 | |     foreign_links {
[INFO] [stderr] 14 | |         Io(::std::io::Error);
[INFO] [stderr] 15 | |         Serde(::serde_json::Error);
[INFO] [stderr] ...  |
[INFO] [stderr] 47 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:13:58
[INFO] [stderr]    |
[INFO] [stderr] 13 | #![deny(missing_docs, unsafe_code, unused_extern_crates, warnings)]
[INFO] [stderr]    |                                                          ^^^^^^^^
[INFO] [stderr]    = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`
[INFO] [stderr]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stderr]   --> src/error.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | / error_chain!{
[INFO] [stderr] 13 | |     foreign_links {
[INFO] [stderr] 14 | |         Io(::std::io::Error);
[INFO] [stderr] 15 | |         Serde(::serde_json::Error);
[INFO] [stderr] ...  |
[INFO] [stderr] 47 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:77:29
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub fn decode<K: AsKey>(&self, key: &K, algorithm: Option<Algorithm>) -> error::Result<Parts> {
[INFO] [stderr]    |                             ^^^^^                                                          ^^^^^
[INFO] [stderr]    |                             |                                                              |
[INFO] [stderr]    |                             |                                                              the same lifetime is hidden here
[INFO] [stderr]    |                             |                                                              the same lifetime is hidden here
[INFO] [stderr]    |                             the lifetime is elided here                                    the same lifetime is hidden 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)]` implied by `#[warn(warnings)]`
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub fn decode<K: AsKey>(&self, key: &K, algorithm: Option<Algorithm>) -> error::Result<Parts<'_>> {
[INFO] [stderr]    |                                                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:109:40
[INFO] [stderr]     |
[INFO] [stderr] 109 |     fn into_parts (&'c self) -> Result<Parts, Self::Error>;
[INFO] [stderr]     |                     --                 ^^^^^
[INFO] [stderr]     |                     |                  |
[INFO] [stderr]     |                     |                  the same lifetime is hidden here
[INFO] [stderr]     |                     |                  the same lifetime is hidden here
[INFO] [stderr]     |                     |                  the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'c`
[INFO] [stderr]     |
[INFO] [stderr] 109 |     fn into_parts (&'c self) -> Result<Parts<'c>, Self::Error>;
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:115:49
[INFO] [stderr]     |
[INFO] [stderr] 115 |     fn into_parts (&'jwt self) -> error::Result<Parts> {
[INFO] [stderr]     |                     ----                        ^^^^^
[INFO] [stderr]     |                     |                           |
[INFO] [stderr]     |                     |                           the same lifetime is hidden here
[INFO] [stderr]     |                     |                           the same lifetime is hidden here
[INFO] [stderr]     |                     |                           the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'jwt`
[INFO] [stderr]     |
[INFO] [stderr] 115 |     fn into_parts (&'jwt self) -> error::Result<Parts<'jwt>> {
[INFO] [stderr]     |                                                      ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `libjwt` (lib) generated 5 warnings (run `cargo fix --lib -p libjwt` to apply 3 suggestions)
[INFO] [stderr] warning: `libjwt` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libjwt-df29a4335a4dc3fb)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::jwt_from_str ... ok
[INFO] [stdout] test tests::jwt_creation ... ok
[INFO] [stdout] test signature::tests::test_ecdsa ... ok
[INFO] [stdout] test signature::tests::test_hmac ... ok
[INFO] [stdout] test tests::jwt_into_parts ... ok
[INFO] [stdout] test tests::jwt_from_string ... ok
[INFO] [stdout] test signature::tests::test_rsa ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests libjwt
[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" "5ec42ecbee2fdc6106c9443c96c752989cf18fac351dc9e2923a05f7a042a52f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ec42ecbee2fdc6106c9443c96c752989cf18fac351dc9e2923a05f7a042a52f", kill_on_drop: false }`
[INFO] [stdout] 5ec42ecbee2fdc6106c9443c96c752989cf18fac351dc9e2923a05f7a042a52f
