[INFO] fetching crate protobuf 4.32.1-release...
[INFO] building protobuf-4.32.1-release against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate protobuf 4.32.1-release into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate protobuf 4.32.1-release
[INFO] finished tweaking crates.io crate protobuf 4.32.1-release
[INFO] tweaked toml for crates.io crate protobuf 4.32.1-release written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate protobuf 4.32.1-release on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate protobuf 4.32.1-release 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded googletest_macro v0.14.2
[INFO] [stderr]   Downloaded googletest v0.14.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c7e3ee4a82c3a8fbc8eb2c873977aef219e6917cb51c01e714c53d5f8a5c642a
[INFO] running `Command { std: "docker" "start" "-a" "c7e3ee4a82c3a8fbc8eb2c873977aef219e6917cb51c01e714c53d5f8a5c642a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c7e3ee4a82c3a8fbc8eb2c873977aef219e6917cb51c01e714c53d5f8a5c642a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7e3ee4a82c3a8fbc8eb2c873977aef219e6917cb51c01e714c53d5f8a5c642a", kill_on_drop: false }`
[INFO] [stdout] c7e3ee4a82c3a8fbc8eb2c873977aef219e6917cb51c01e714c53d5f8a5c642a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c00a027b4f774aae270e9b72a37485ddc27c33b2d29f2fb5d23a8f53df9a92d0
[INFO] running `Command { std: "docker" "start" "-a" "c00a027b4f774aae270e9b72a37485ddc27c33b2d29f2fb5d23a8f53df9a92d0", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling cc v1.2.36
[INFO] [stderr]    Compiling protobuf v4.32.1-release (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `VERSION` is never used
[INFO] [stdout]  --> build.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const VERSION: &str = env!("CARGO_PKG_VERSION");
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `raw` is never read
[INFO] [stdout]   --> src/upb/mini_table.rs:15:16
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct MiniTableFieldPtr<T> {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 15 |     pub(crate) raw: *const mt_sys::upb_MiniTableField,
[INFO] [stdout]    |                ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SINGLE_LINE` is never used
[INFO] [stdout]   --> src/upb/sys/text/text.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub const SINGLE_LINE: i32 = 1;
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SKIP_UNKNOWN` is never used
[INFO] [stdout]   --> src/upb/sys/text/text.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub const SKIP_UNKNOWN: i32 = 2;
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NO_SORT_MAPS` is never used
[INFO] [stdout]   --> src/upb/sys/text/text.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub const NO_SORT_MAPS: i32 = 4;
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[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:349:20
[INFO] [stdout]     |
[INFO] [stdout] 349 |     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] 349 |     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:356:24
[INFO] [stdout]     |
[INFO] [stdout] 356 |     pub fn get_mut<'a>(&mut self, key: impl Into<View<'a, K>>) -> Option<Mut<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] 356 |     pub fn get_mut<'a>(&mut self, key: impl Into<View<'a, K>>) -> Option<Mut<'_, V>>
[INFO] [stdout]     |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:380:17
[INFO] [stdout]     |
[INFO] [stdout] 380 |     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] 380 |     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:201:33
[INFO] [stdout]     |
[INFO] [stdout] 201 |     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] 201 |     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:235:17
[INFO] [stdout]     |
[INFO] [stdout] 235 |     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] 235 |     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:254:20
[INFO] [stdout]     |
[INFO] [stdout] 254 |     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] 254 |     pub fn as_view(&self) -> View<'_, Repeated<T>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
[INFO] running `Command { std: "docker" "inspect" "c00a027b4f774aae270e9b72a37485ddc27c33b2d29f2fb5d23a8f53df9a92d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c00a027b4f774aae270e9b72a37485ddc27c33b2d29f2fb5d23a8f53df9a92d0", kill_on_drop: false }`
[INFO] [stdout] c00a027b4f774aae270e9b72a37485ddc27c33b2d29f2fb5d23a8f53df9a92d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 61d42c68f085a61192bb9c953db59ff8f056d0bfbf8aeb5634b97d29f506ca51
[INFO] running `Command { std: "docker" "start" "-a" "61d42c68f085a61192bb9c953db59ff8f056d0bfbf8aeb5634b97d29f506ca51", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stdout] warning: constant `VERSION` is never used
[INFO] [stdout]  --> build.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const VERSION: &str = env!("CARGO_PKG_VERSION");
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling googletest_macro v0.14.2
[INFO] [stdout] warning: field `raw` is never read
[INFO] [stdout]   --> src/upb/mini_table.rs:15:16
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct MiniTableFieldPtr<T> {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 15 |     pub(crate) raw: *const mt_sys::upb_MiniTableField,
[INFO] [stdout]    |                ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SINGLE_LINE` is never used
[INFO] [stdout]   --> src/upb/sys/text/text.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub const SINGLE_LINE: i32 = 1;
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SKIP_UNKNOWN` is never used
[INFO] [stdout]   --> src/upb/sys/text/text.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub const SKIP_UNKNOWN: i32 = 2;
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NO_SORT_MAPS` is never used
[INFO] [stdout]   --> src/upb/sys/text/text.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub const NO_SORT_MAPS: i32 = 4;
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[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:349:20
[INFO] [stdout]     |
[INFO] [stdout] 349 |     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] 349 |     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:356:24
[INFO] [stdout]     |
[INFO] [stdout] 356 |     pub fn get_mut<'a>(&mut self, key: impl Into<View<'a, K>>) -> Option<Mut<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] 356 |     pub fn get_mut<'a>(&mut self, key: impl Into<View<'a, K>>) -> Option<Mut<'_, V>>
[INFO] [stdout]     |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:380:17
[INFO] [stdout]     |
[INFO] [stdout] 380 |     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] 380 |     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:201:33
[INFO] [stdout]     |
[INFO] [stdout] 201 |     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] 201 |     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:235:17
[INFO] [stdout]     |
[INFO] [stdout] 235 |     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] 235 |     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:254:20
[INFO] [stdout]     |
[INFO] [stdout] 254 |     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] 254 |     pub fn as_view(&self) -> View<'_, Repeated<T>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling googletest v0.14.2
[INFO] [stderr]    Compiling protobuf v4.32.1-release (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `raw` is never read
[INFO] [stdout]   --> src/upb/mini_table.rs:15:16
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct MiniTableFieldPtr<T> {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 15 |     pub(crate) raw: *const mt_sys::upb_MiniTableField,
[INFO] [stdout]    |                ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SINGLE_LINE` is never used
[INFO] [stdout]   --> src/upb/sys/text/text.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub const SINGLE_LINE: i32 = 1;
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SKIP_UNKNOWN` is never used
[INFO] [stdout]   --> src/upb/sys/text/text.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub const SKIP_UNKNOWN: i32 = 2;
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NO_SORT_MAPS` is never used
[INFO] [stdout]   --> src/upb/sys/text/text.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub const NO_SORT_MAPS: i32 = 4;
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[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:349:20
[INFO] [stdout]     |
[INFO] [stdout] 349 |     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] 349 |     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:356:24
[INFO] [stdout]     |
[INFO] [stdout] 356 |     pub fn get_mut<'a>(&mut self, key: impl Into<View<'a, K>>) -> Option<Mut<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] 356 |     pub fn get_mut<'a>(&mut self, key: impl Into<View<'a, K>>) -> Option<Mut<'_, V>>
[INFO] [stdout]     |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:380:17
[INFO] [stdout]     |
[INFO] [stdout] 380 |     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] 380 |     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:201:33
[INFO] [stdout]     |
[INFO] [stdout] 201 |     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] 201 |     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:235:17
[INFO] [stdout]     |
[INFO] [stdout] 235 |     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] 235 |     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:254:20
[INFO] [stdout]     |
[INFO] [stdout] 254 |     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] 254 |     pub fn as_view(&self) -> View<'_, Repeated<T>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.48s
[INFO] running `Command { std: "docker" "inspect" "61d42c68f085a61192bb9c953db59ff8f056d0bfbf8aeb5634b97d29f506ca51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61d42c68f085a61192bb9c953db59ff8f056d0bfbf8aeb5634b97d29f506ca51", kill_on_drop: false }`
[INFO] [stdout] 61d42c68f085a61192bb9c953db59ff8f056d0bfbf8aeb5634b97d29f506ca51
