[INFO] fetching crate staging-protobuf 4.30.0-beta1...
[INFO] testing staging-protobuf-4.30.0-beta1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate staging-protobuf 4.30.0-beta1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate staging-protobuf 4.30.0-beta1
[INFO] finished tweaking crates.io crate staging-protobuf 4.30.0-beta1
[INFO] tweaked toml for crates.io crate staging-protobuf 4.30.0-beta1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate staging-protobuf 4.30.0-beta1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 18 packages to latest compatible versions
[INFO] [stderr]       Adding googletest v0.13.0 (available: v0.14.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 55037c097b96730a773de2c44fc1bf0f9cd7449c659d009b91361d24f725514b
[INFO] running `Command { std: "docker" "start" "-a" "55037c097b96730a773de2c44fc1bf0f9cd7449c659d009b91361d24f725514b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55037c097b96730a773de2c44fc1bf0f9cd7449c659d009b91361d24f725514b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55037c097b96730a773de2c44fc1bf0f9cd7449c659d009b91361d24f725514b", kill_on_drop: false }`
[INFO] [stdout] 55037c097b96730a773de2c44fc1bf0f9cd7449c659d009b91361d24f725514b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b6a2b17d323d2eac0af62a5c1d8b2e444f8353c577a19e0179b40227879d900e
[INFO] running `Command { std: "docker" "start" "-a" "b6a2b17d323d2eac0af62a5c1d8b2e444f8353c577a19e0179b40227879d900e", kill_on_drop: false }`
[INFO] [stderr]    Compiling staging-protobuf v4.30.0-beta1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/map.rs:47:18
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn inner(&self, _private: Private) -> InnerMapMut {
[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] 47 |     pub fn inner(&self, _private: Private) -> InnerMapMut<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:345:20
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn get<'a>(&self, key: impl Into<View<'a, K>>) -> Option<View<V>>
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn get<'a>(&self, key: impl Into<View<'a, K>>) -> Option<View<'_, V>>
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:368:17
[INFO] [stdout]     |
[INFO] [stdout] 368 |     pub fn iter(&self) -> MapIter<K, V> {
[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] 368 |     pub fn iter(&self) -> MapIter<'_, K, V> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/repeated.rs:162:16
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn get(&self, index: usize) -> Option<View<T>> {
[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] 162 |     pub fn get(&self, index: usize) -> Option<View<'_, T>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/repeated.rs:171:33
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub unsafe fn get_unchecked(&self, index: usize) -> View<T> {
[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] 171 |     pub unsafe fn get_unchecked(&self, index: usize) -> View<'_, T> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/repeated.rs:205:17
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub fn iter(&self) -> RepeatedIter<T> {
[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] 205 |     pub fn iter(&self) -> RepeatedIter<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/repeated.rs:226:20
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn as_view(&self) -> View<Repeated<T>> {
[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] 226 |     pub fn as_view(&self) -> View<'_, Repeated<T>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
[INFO] running `Command { std: "docker" "inspect" "b6a2b17d323d2eac0af62a5c1d8b2e444f8353c577a19e0179b40227879d900e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6a2b17d323d2eac0af62a5c1d8b2e444f8353c577a19e0179b40227879d900e", kill_on_drop: false }`
[INFO] [stdout] b6a2b17d323d2eac0af62a5c1d8b2e444f8353c577a19e0179b40227879d900e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 47d6904d8d84aee9e35fdf929560415c51e4c6fe0f379b98e5d402e836bba1e4
[INFO] running `Command { std: "docker" "start" "-a" "47d6904d8d84aee9e35fdf929560415c51e4c6fe0f379b98e5d402e836bba1e4", kill_on_drop: false }`
[INFO] [stderr]    Compiling googletest_macro v0.13.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/map.rs:47:18
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn inner(&self, _private: Private) -> InnerMapMut {
[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] 47 |     pub fn inner(&self, _private: Private) -> InnerMapMut<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:345:20
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn get<'a>(&self, key: impl Into<View<'a, K>>) -> Option<View<V>>
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn get<'a>(&self, key: impl Into<View<'a, K>>) -> Option<View<'_, V>>
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:368:17
[INFO] [stdout]     |
[INFO] [stdout] 368 |     pub fn iter(&self) -> MapIter<K, V> {
[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] 368 |     pub fn iter(&self) -> MapIter<'_, K, V> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/repeated.rs:162:16
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn get(&self, index: usize) -> Option<View<T>> {
[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] 162 |     pub fn get(&self, index: usize) -> Option<View<'_, T>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/repeated.rs:171:33
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub unsafe fn get_unchecked(&self, index: usize) -> View<T> {
[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] 171 |     pub unsafe fn get_unchecked(&self, index: usize) -> View<'_, T> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/repeated.rs:205:17
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub fn iter(&self) -> RepeatedIter<T> {
[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] 205 |     pub fn iter(&self) -> RepeatedIter<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/repeated.rs:226:20
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn as_view(&self) -> View<Repeated<T>> {
[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] 226 |     pub fn as_view(&self) -> View<'_, Repeated<T>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling googletest v0.13.0
[INFO] [stderr]    Compiling staging-protobuf v4.30.0-beta1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/map.rs:47:18
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn inner(&self, _private: Private) -> InnerMapMut {
[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] 47 |     pub fn inner(&self, _private: Private) -> InnerMapMut<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:345:20
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn get<'a>(&self, key: impl Into<View<'a, K>>) -> Option<View<V>>
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub fn get<'a>(&self, key: impl Into<View<'a, K>>) -> Option<View<'_, V>>
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:368:17
[INFO] [stdout]     |
[INFO] [stdout] 368 |     pub fn iter(&self) -> MapIter<K, V> {
[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] 368 |     pub fn iter(&self) -> MapIter<'_, K, V> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/repeated.rs:162:16
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn get(&self, index: usize) -> Option<View<T>> {
[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] 162 |     pub fn get(&self, index: usize) -> Option<View<'_, T>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/repeated.rs:171:33
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub unsafe fn get_unchecked(&self, index: usize) -> View<T> {
[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] 171 |     pub unsafe fn get_unchecked(&self, index: usize) -> View<'_, T> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/repeated.rs:205:17
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub fn iter(&self) -> RepeatedIter<T> {
[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] 205 |     pub fn iter(&self) -> RepeatedIter<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/repeated.rs:226:20
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn as_view(&self) -> View<Repeated<T>> {
[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] 226 |     pub fn as_view(&self) -> View<'_, Repeated<T>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.28s
[INFO] running `Command { std: "docker" "inspect" "47d6904d8d84aee9e35fdf929560415c51e4c6fe0f379b98e5d402e836bba1e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47d6904d8d84aee9e35fdf929560415c51e4c6fe0f379b98e5d402e836bba1e4", kill_on_drop: false }`
[INFO] [stdout] 47d6904d8d84aee9e35fdf929560415c51e4c6fe0f379b98e5d402e836bba1e4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 56b4ec6b115cc85107968f3c3b05770cfe89d7d86c06a0a591baebe06239eb25
[INFO] running `Command { std: "docker" "start" "-a" "56b4ec6b115cc85107968f3c3b05770cfe89d7d86c06a0a591baebe06239eb25", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/map.rs:47:18
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub fn inner(&self, _private: Private) -> InnerMapMut {
[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] 47 |     pub fn inner(&self, _private: Private) -> InnerMapMut<'_> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:345:20
[INFO] [stderr]     |
[INFO] [stderr] 345 |     pub fn get<'a>(&self, key: impl Into<View<'a, K>>) -> Option<View<V>>
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 345 |     pub fn get<'a>(&self, key: impl Into<View<'a, K>>) -> Option<View<'_, V>>
[INFO] [stderr]     |                                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:368:17
[INFO] [stderr]     |
[INFO] [stderr] 368 |     pub fn iter(&self) -> MapIter<K, V> {
[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] 368 |     pub fn iter(&self) -> MapIter<'_, K, V> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/repeated.rs:162:16
[INFO] [stderr]     |
[INFO] [stderr] 162 |     pub fn get(&self, index: usize) -> Option<View<T>> {
[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] 162 |     pub fn get(&self, index: usize) -> Option<View<'_, T>> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/repeated.rs:171:33
[INFO] [stderr]     |
[INFO] [stderr] 171 |     pub unsafe fn get_unchecked(&self, index: usize) -> View<T> {
[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] 171 |     pub unsafe fn get_unchecked(&self, index: usize) -> View<'_, T> {
[INFO] [stderr]     |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/repeated.rs:205:17
[INFO] [stderr]     |
[INFO] [stderr] 205 |     pub fn iter(&self) -> RepeatedIter<T> {
[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] 205 |     pub fn iter(&self) -> RepeatedIter<'_, T> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/repeated.rs:226:20
[INFO] [stderr]     |
[INFO] [stderr] 226 |     pub fn as_view(&self) -> View<Repeated<T>> {
[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] 226 |     pub fn as_view(&self) -> View<'_, Repeated<T>> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: `staging-protobuf` (lib) generated 7 warnings (run `cargo fix --lib -p staging-protobuf` to apply 7 suggestions)
[INFO] [stderr] warning: `staging-protobuf` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/shared.rs (/opt/rustwide/target/debug/deps/staging_protobuf-c970559e9d376e00)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test map::tests::test_all_maps_can_be_constructed ... ok
[INFO] [stdout] test map::tests::test_dbg ... ok
[INFO] [stdout] test map::tests::test_copy_from ... ok
[INFO] [stdout] test map::tests::test_proxied_iter ... ok
[INFO] [stdout] test map::tests::test_proxied_scalar ... ok
[INFO] [stdout] test proxied::tests::test_as_view ... ok
[INFO] [stdout] test map::tests::test_proxied_str ... ok
[INFO] [stdout] test proxied::tests::test_mut_into_view ... ok
[INFO] [stdout] test proxied::tests::test_reborrow_generic_into_view ... ok
[INFO] [stdout] test proxied::tests::test_reborrow_generic_mut_into_mut ... ok
[INFO] [stdout] test map::tests::test_extend ... ok
[INFO] [stdout] test repeated::tests::test_primitive_repeated ... ok
[INFO] [stdout] test string::tests::proto_str_chars ... ok
[INFO] [stdout] test string::tests::proto_str_debug ... ok
[INFO] [stdout] test proxied::tests::test_require_unified_lifetimes ... ok
[INFO] [stdout] test string::tests::proto_str_display ... ok
[INFO] [stdout] test repeated::tests::test_repeated_iter_into_proxied ... ok
[INFO] [stdout] test upb::message::tests::assert_message_linked ... ok
[INFO] [stdout] test string::tests::proto_str_utf8_chunks ... ok
[INFO] [stdout] test upb::arena::tests::assert_arena_linked ... ok
[INFO] [stdout] test upb::arena::tests::raw_ffi_test ... ok
[INFO] [stdout] test upb::array::tests::assert_array_linked ... ok
[INFO] [stdout] test upb::map::tests::map_ffi_test ... ok
[INFO] [stdout] test upb::mini_table::tests::assert_mini_table_linked ... ok
[INFO] [stdout] test upb::map::tests::assert_map_linked ... ok
[INFO] [stdout] test upb::text::tests::assert_text_linked ... ok
[INFO] [stdout] test upb::array::tests::array_ffi_test ... ok
[INFO] [stdout] test upb::wire::tests::assert_wire_linked ... ok
[INFO] [stdout] test proxied::tests::test_reborrow_generic_as_view ... ok
[INFO] [stdout] test string::tests::proto_str_to_rust_str ... ok
[INFO] [stdout] test upb::arena::tests::test_arena_new_and_free ... ok
[INFO] [stdout] test repeated::tests::test_repeated_extend ... ok
[INFO] [stdout] test map::tests::test_overwrite_insert ... ok
[INFO] [stdout] test upb::owned_arena_box::tests::test_alloc_str_roundtrip ... ok
[INFO] [stdout] test upb::owned_arena_box::tests::test_byte_slice_pointer_roundtrip ... ok
[INFO] [stdout] test proxied::tests::test_reborrow_generic_mut_into_view ... ok
[INFO] [stdout] test string::tests::proto_str_to_cow ... ok
[INFO] [stdout] test upb::owned_arena_box::tests::test_sized_type_roundtrip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests staging_protobuf
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/codegen_traits.rs - codegen_traits::interop::MessageViewInterop::__unstable_wrap_raw_message (line 158) ... ignored
[INFO] [stdout] test src/proto_macro.rs - proto_macro::proto (line 16) ... ignored
[INFO] [stdout] test src/proxied.rs - proxied::AsView::as_view (line 111) ... ignored
[INFO] [stdout] test src/proxied.rs - proxied::IntoMut::into_mut (line 185) ... ignored
[INFO] [stdout] test src/proxied.rs - proxied::IntoView::into_view (line 139) ... ignored
[INFO] [stdout] test src/utf8.rs - utf8::Utf8Chunk (line 33) ... ignored
[INFO] [stdout] test src/utf8.rs - utf8::Utf8Chunks (line 136) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "56b4ec6b115cc85107968f3c3b05770cfe89d7d86c06a0a591baebe06239eb25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56b4ec6b115cc85107968f3c3b05770cfe89d7d86c06a0a591baebe06239eb25", kill_on_drop: false }`
[INFO] [stdout] 56b4ec6b115cc85107968f3c3b05770cfe89d7d86c06a0a591baebe06239eb25
