[INFO] fetching crate nt-hive 0.3.0...
[INFO] testing nt-hive-0.3.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate nt-hive 0.3.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate nt-hive 0.3.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate nt-hive 0.3.0
[INFO] tweaked toml for crates.io crate nt-hive 0.3.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nt-hive 0.3.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] crate crates.io crate nt-hive 0.3.0 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 2be80146cf5d1d06088e97a7c75dca44de2a8688dbd2f1ea3d3dc78cd21caab1
[INFO] running `Command { std: "docker" "start" "-a" "2be80146cf5d1d06088e97a7c75dca44de2a8688dbd2f1ea3d3dc78cd21caab1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2be80146cf5d1d06088e97a7c75dca44de2a8688dbd2f1ea3d3dc78cd21caab1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2be80146cf5d1d06088e97a7c75dca44de2a8688dbd2f1ea3d3dc78cd21caab1", kill_on_drop: false }`
[INFO] [stdout] 2be80146cf5d1d06088e97a7c75dca44de2a8688dbd2f1ea3d3dc78cd21caab1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] e26f8439350096bbb0d2725b3d56c223b0f5aba4b6e7caf388ed2405fee9ef91
[INFO] running `Command { std: "docker" "start" "-a" "e26f8439350096bbb0d2725b3d56c223b0f5aba4b6e7caf388ed2405fee9ef91", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling zerocopy v0.8.14
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling zerocopy-derive v0.8.14
[INFO] [stderr]    Compiling enumn v0.1.14
[INFO] [stderr]    Compiling nt-hive v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hive.rs:203:26
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub fn root_key_node(&self) -> Result<KeyNode<B>> {
[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] 203 |     pub fn root_key_node(&self) -> Result<KeyNode<'_, B>> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hive.rs:376:37
[INFO] [stdout]     |
[INFO] [stdout] 376 |     pub(crate) fn root_key_node_mut(&mut self) -> Result<KeyNodeMut<B>> {
[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] 376 |     pub(crate) fn root_key_node_mut(&mut self) -> Result<KeyNodeMut<'_, B>> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/key_node.rs:426:23
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn class_name(&self) -> Option<Result<NtHiveNameString>> {
[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] 426 |     pub fn class_name(&self) -> Option<Result<NtHiveNameString<'_>>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/key_node.rs:431:17
[INFO] [stdout]     |
[INFO] [stdout] 431 |     pub fn name(&self) -> Result<NtHiveNameString> {
[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] 431 |     pub fn name(&self) -> Result<NtHiveNameString<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/key_node.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |     pub(crate) fn subkeys_mut(&mut self) -> Option<Result<SubKeyNodesMut<B>>> {
[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] 521 |     pub(crate) fn subkeys_mut(&mut self) -> Option<Result<SubKeyNodesMut<'_, B>>> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/subkeys_list.rs:245:17
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub fn next(&mut self) -> Option<Result<KeyNodeMut<B>>> {
[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] 245 |     pub fn next(&mut self) -> Option<Result<KeyNodeMut<'_, B>>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s
[INFO] running `Command { std: "docker" "inspect" "e26f8439350096bbb0d2725b3d56c223b0f5aba4b6e7caf388ed2405fee9ef91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e26f8439350096bbb0d2725b3d56c223b0f5aba4b6e7caf388ed2405fee9ef91", kill_on_drop: false }`
[INFO] [stdout] e26f8439350096bbb0d2725b3d56c223b0f5aba4b6e7caf388ed2405fee9ef91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 9a8e42d736ba619139c2078ef3f42ba7b872cc0045be8be5531f537fd54a429a
[INFO] running `Command { std: "docker" "start" "-a" "9a8e42d736ba619139c2078ef3f42ba7b872cc0045be8be5531f537fd54a429a", kill_on_drop: false }`
[INFO] [stderr]    Compiling nt-hive v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hive.rs:203:26
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub fn root_key_node(&self) -> Result<KeyNode<B>> {
[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] 203 |     pub fn root_key_node(&self) -> Result<KeyNode<'_, B>> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hive.rs:376:37
[INFO] [stdout]     |
[INFO] [stdout] 376 |     pub(crate) fn root_key_node_mut(&mut self) -> Result<KeyNodeMut<B>> {
[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] 376 |     pub(crate) fn root_key_node_mut(&mut self) -> Result<KeyNodeMut<'_, B>> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/key_node.rs:426:23
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn class_name(&self) -> Option<Result<NtHiveNameString>> {
[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] 426 |     pub fn class_name(&self) -> Option<Result<NtHiveNameString<'_>>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/key_node.rs:431:17
[INFO] [stdout]     |
[INFO] [stdout] 431 |     pub fn name(&self) -> Result<NtHiveNameString> {
[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] 431 |     pub fn name(&self) -> Result<NtHiveNameString<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/key_node.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |     pub(crate) fn subkeys_mut(&mut self) -> Option<Result<SubKeyNodesMut<B>>> {
[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] 521 |     pub(crate) fn subkeys_mut(&mut self) -> Option<Result<SubKeyNodesMut<'_, B>>> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/subkeys_list.rs:245:17
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub fn next(&mut self) -> Option<Result<KeyNodeMut<B>>> {
[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] 245 |     pub fn next(&mut self) -> Option<Result<KeyNodeMut<'_, B>>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hive.rs:203:26
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub fn root_key_node(&self) -> Result<KeyNode<B>> {
[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] 203 |     pub fn root_key_node(&self) -> Result<KeyNode<'_, B>> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hive.rs:376:37
[INFO] [stdout]     |
[INFO] [stdout] 376 |     pub(crate) fn root_key_node_mut(&mut self) -> Result<KeyNodeMut<B>> {
[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] 376 |     pub(crate) fn root_key_node_mut(&mut self) -> Result<KeyNodeMut<'_, B>> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/key_node.rs:426:23
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn class_name(&self) -> Option<Result<NtHiveNameString>> {
[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] 426 |     pub fn class_name(&self) -> Option<Result<NtHiveNameString<'_>>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/key_node.rs:431:17
[INFO] [stdout]     |
[INFO] [stdout] 431 |     pub fn name(&self) -> Result<NtHiveNameString> {
[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] 431 |     pub fn name(&self) -> Result<NtHiveNameString<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/key_node.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |     pub(crate) fn subkeys_mut(&mut self) -> Option<Result<SubKeyNodesMut<B>>> {
[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] 521 |     pub(crate) fn subkeys_mut(&mut self) -> Option<Result<SubKeyNodesMut<'_, B>>> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/subkeys_list.rs:245:17
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub fn next(&mut self) -> Option<Result<KeyNodeMut<B>>> {
[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] 245 |     pub fn next(&mut self) -> Option<Result<KeyNodeMut<'_, B>>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.83s
[INFO] running `Command { std: "docker" "inspect" "9a8e42d736ba619139c2078ef3f42ba7b872cc0045be8be5531f537fd54a429a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a8e42d736ba619139c2078ef3f42ba7b872cc0045be8be5531f537fd54a429a", kill_on_drop: false }`
[INFO] [stdout] 9a8e42d736ba619139c2078ef3f42ba7b872cc0045be8be5531f537fd54a429a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 7a81f0dcd36014453113643262d72ca377810ee2b251556a86317a9ca706c255
[INFO] running `Command { std: "docker" "start" "-a" "7a81f0dcd36014453113643262d72ca377810ee2b251556a86317a9ca706c255", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/hive.rs:203:26
[INFO] [stderr]     |
[INFO] [stderr] 203 |     pub fn root_key_node(&self) -> Result<KeyNode<B>> {
[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] 203 |     pub fn root_key_node(&self) -> Result<KeyNode<'_, B>> {
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/hive.rs:376:37
[INFO] [stderr]     |
[INFO] [stderr] 376 |     pub(crate) fn root_key_node_mut(&mut self) -> Result<KeyNodeMut<B>> {
[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] 376 |     pub(crate) fn root_key_node_mut(&mut self) -> Result<KeyNodeMut<'_, B>> {
[INFO] [stderr]     |                                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/key_node.rs:426:23
[INFO] [stderr]     |
[INFO] [stderr] 426 |     pub fn class_name(&self) -> Option<Result<NtHiveNameString>> {
[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] 426 |     pub fn class_name(&self) -> Option<Result<NtHiveNameString<'_>>> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/key_node.rs:431:17
[INFO] [stderr]     |
[INFO] [stderr] 431 |     pub fn name(&self) -> Result<NtHiveNameString> {
[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] 431 |     pub fn name(&self) -> Result<NtHiveNameString<'_>> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/key_node.rs:521:31
[INFO] [stderr]     |
[INFO] [stderr] 521 |     pub(crate) fn subkeys_mut(&mut self) -> Option<Result<SubKeyNodesMut<B>>> {
[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] 521 |     pub(crate) fn subkeys_mut(&mut self) -> Option<Result<SubKeyNodesMut<'_, B>>> {
[INFO] [stderr]     |                                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/subkeys_list.rs:245:17
[INFO] [stderr]     |
[INFO] [stderr] 245 |     pub fn next(&mut self) -> Option<Result<KeyNodeMut<B>>> {
[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] [stdout] 
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] running 11 tests
[INFO] [stderr]     |
[INFO] [stdout] test key_node::tests::test_character_encoding ... ok
[INFO] [stderr] 245 |     pub fn next(&mut self) -> Option<Result<KeyNodeMut<'_, B>>> {
[INFO] [stdout] test big_data::tests::test_big_data ... ok
[INFO] [stderr]     |                                                        +++
[INFO] [stdout] test string::tests::test_eq ... ok
[INFO] [stderr] 
[INFO] [stdout] test string::tests::test_len ... ok
[INFO] [stderr] warning: `nt-hive` (lib) generated 6 warnings (run `cargo fix --lib -p nt-hive` to apply 6 suggestions)
[INFO] [stdout] test string::tests::test_is_empty ... ok
[INFO] [stderr] warning: `nt-hive` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stdout] test string::tests::test_ord ... ok
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stdout] test key_value::tests::test_data ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nt_hive-3f71dbb75031e06e)
[INFO] [stdout] test hive::tests::test_clear_volatile_subkeys ... ok
[INFO] [stdout] test key_node::tests::test_subpath ... ok
[INFO] [stdout] test key_node::tests::test_subkeys ... ok
[INFO] [stdout] test key_node::tests::test_subkey ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests nt_hive
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[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" "7a81f0dcd36014453113643262d72ca377810ee2b251556a86317a9ca706c255", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a81f0dcd36014453113643262d72ca377810ee2b251556a86317a9ca706c255", kill_on_drop: false }`
[INFO] [stdout] 7a81f0dcd36014453113643262d72ca377810ee2b251556a86317a9ca706c255
