[INFO] fetching crate protobuf-codegen3 2.28.2...
[INFO] testing protobuf-codegen3-2.28.2 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate protobuf-codegen3 2.28.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate protobuf-codegen3 2.28.2
[INFO] finished tweaking crates.io crate protobuf-codegen3 2.28.2
[INFO] tweaked toml for crates.io crate protobuf-codegen3 2.28.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate protobuf-codegen3 2.28.2 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 protobuf-codegen3 2.28.2 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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4bbc1fcedc0428e0b57027c5bbfc4dc3c5228b57f4fa491314c78be9d5d06dda
[INFO] running `Command { std: "docker" "start" "-a" "4bbc1fcedc0428e0b57027c5bbfc4dc3c5228b57f4fa491314c78be9d5d06dda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4bbc1fcedc0428e0b57027c5bbfc4dc3c5228b57f4fa491314c78be9d5d06dda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4bbc1fcedc0428e0b57027c5bbfc4dc3c5228b57f4fa491314c78be9d5d06dda", kill_on_drop: false }`
[INFO] [stdout] 4bbc1fcedc0428e0b57027c5bbfc4dc3c5228b57f4fa491314c78be9d5d06dda
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bae02201de6261856230328ecc6b3834d009242970b9f6fb408653097441e57c
[INFO] running `Command { std: "docker" "start" "-a" "bae02201de6261856230328ecc6b3834d009242970b9f6fb408653097441e57c", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling protobuf-codegen3 v2.28.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]    --> src/field/mod.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 233 |     Message(
[INFO] [stdout]     |     ------- field in this variant
[INFO] [stdout] 234 |         String,
[INFO] [stdout] 235 |         String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FieldElem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 235 -         String,
[INFO] [stdout] 235 +         (),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]    --> src/field/mod.rs:240:18
[INFO] [stdout]     |
[INFO] [stdout] 240 |     Enum(String, String, RustIdent),
[INFO] [stdout]     |     ----         ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FieldElem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 240 -     Enum(String, String, RustIdent),
[INFO] [stdout] 240 +     Enum(String, (), RustIdent),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:209:13
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn elem(&self) -> &FieldElem {
[INFO] [stdout]     |             ^^^^^     ^^^^^^^^^^
[INFO] [stdout]     |             |         ||
[INFO] [stdout]     |             |         |the same lifetime is hidden here
[INFO] [stdout]     |             |         the same lifetime is elided here
[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] 209 |     fn elem(&self) -> &FieldElem<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:526:18
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn oneof(&self) -> &OneofField {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]     |                  |         ||
[INFO] [stdout]     |                  |         |the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[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] 526 |     pub fn oneof(&self) -> &OneofField<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:562:17
[INFO] [stdout]     |
[INFO] [stdout] 562 |     fn repeated(&self) -> &RepeatedField {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[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] 562 |     fn repeated(&self) -> &RepeatedField<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:569:17
[INFO] [stdout]     |
[INFO] [stdout] 569 |     fn singular(&self) -> &SingularField {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[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] 569 |     fn singular(&self) -> &SingularField<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:576:12
[INFO] [stdout]     |
[INFO] [stdout] 576 |     fn map(&self) -> &MapField {
[INFO] [stdout]     |            ^^^^^     ^^^^^^^^^
[INFO] [stdout]     |            |         ||
[INFO] [stdout]     |            |         |the same lifetime is hidden here
[INFO] [stdout]     |            |         the same lifetime is elided here
[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] 576 |     fn map(&self) -> &MapField<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:593:17
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn elem(&self) -> &FieldElem {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[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] 593 |     pub fn elem(&self) -> &FieldElem<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/message.rs:97:45
[INFO] [stdout]    |
[INFO] [stdout] 97 |     fn required_fields(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]    |                         --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the same lifetime is named here
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 97 |     fn required_fields(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/message.rs:107:44
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn message_fields(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]     |                        --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                |
[INFO] [stdout]     |                        |                the same lifetime is named here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn message_fields(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/message.rs:114:49
[INFO] [stdout]     |
[INFO] [stdout] 114 |     fn fields_except_oneof(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]     |                             --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is named here
[INFO] [stdout]     |                             the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 114 |     fn fields_except_oneof(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/message.rs:118:49
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn fields_except_group(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]     |                             --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is named here
[INFO] [stdout]     |                             the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn fields_except_group(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/message.rs:125:59
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn fields_except_oneof_and_group(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]     |                                       --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |                |
[INFO] [stdout]     |                                       |                the same lifetime is named here
[INFO] [stdout]     |                                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn fields_except_oneof_and_group(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.49s
[INFO] running `Command { std: "docker" "inspect" "bae02201de6261856230328ecc6b3834d009242970b9f6fb408653097441e57c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bae02201de6261856230328ecc6b3834d009242970b9f6fb408653097441e57c", kill_on_drop: false }`
[INFO] [stdout] bae02201de6261856230328ecc6b3834d009242970b9f6fb408653097441e57c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a1065cf8dce7badcddacc21204c21d67488f81f449c655595e9cc0555ee86e6
[INFO] running `Command { std: "docker" "start" "-a" "3a1065cf8dce7badcddacc21204c21d67488f81f449c655595e9cc0555ee86e6", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]    --> src/field/mod.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 233 |     Message(
[INFO] [stdout]     |     ------- field in this variant
[INFO] [stdout] 234 |         String,
[INFO] [stdout] 235 |         String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FieldElem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 235 -         String,
[INFO] [stdout] 235 +         (),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]    --> src/field/mod.rs:240:18
[INFO] [stdout]     |
[INFO] [stdout] 240 |     Enum(String, String, RustIdent),
[INFO] [stdout]     |     ----         ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FieldElem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 240 -     Enum(String, String, RustIdent),
[INFO] [stdout] 240 +     Enum(String, (), RustIdent),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:209:13
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn elem(&self) -> &FieldElem {
[INFO] [stdout]     |             ^^^^^     ^^^^^^^^^^
[INFO] [stdout]     |             |         ||
[INFO] [stdout]     |             |         |the same lifetime is hidden here
[INFO] [stdout]     |             |         the same lifetime is elided here
[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] 209 |     fn elem(&self) -> &FieldElem<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:526:18
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn oneof(&self) -> &OneofField {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]     |                  |         ||
[INFO] [stdout]     |                  |         |the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[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] 526 |     pub fn oneof(&self) -> &OneofField<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:562:17
[INFO] [stdout]     |
[INFO] [stdout] 562 |     fn repeated(&self) -> &RepeatedField {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[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] 562 |     fn repeated(&self) -> &RepeatedField<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:569:17
[INFO] [stdout]     |
[INFO] [stdout] 569 |     fn singular(&self) -> &SingularField {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[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] 569 |     fn singular(&self) -> &SingularField<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:576:12
[INFO] [stdout]     |
[INFO] [stdout] 576 |     fn map(&self) -> &MapField {
[INFO] [stdout]     |            ^^^^^     ^^^^^^^^^
[INFO] [stdout]     |            |         ||
[INFO] [stdout]     |            |         |the same lifetime is hidden here
[INFO] [stdout]     |            |         the same lifetime is elided here
[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] 576 |     fn map(&self) -> &MapField<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:593:17
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn elem(&self) -> &FieldElem {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[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] 593 |     pub fn elem(&self) -> &FieldElem<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/message.rs:97:45
[INFO] [stdout]    |
[INFO] [stdout] 97 |     fn required_fields(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]    |                         --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the same lifetime is named here
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 97 |     fn required_fields(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/message.rs:107:44
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn message_fields(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]     |                        --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                |
[INFO] [stdout]     |                        |                the same lifetime is named here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn message_fields(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling protobuf-codegen3 v2.28.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/message.rs:114:49
[INFO] [stdout]     |
[INFO] [stdout] 114 |     fn fields_except_oneof(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]     |                             --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is named here
[INFO] [stdout]     |                             the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 114 |     fn fields_except_oneof(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/message.rs:118:49
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn fields_except_group(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]     |                             --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is named here
[INFO] [stdout]     |                             the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn fields_except_group(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/message.rs:125:59
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn fields_except_oneof_and_group(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]     |                                       --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |                |
[INFO] [stdout]     |                                       |                the same lifetime is named here
[INFO] [stdout]     |                                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn fields_except_oneof_and_group(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]    --> src/field/mod.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 233 |     Message(
[INFO] [stdout]     |     ------- field in this variant
[INFO] [stdout] 234 |         String,
[INFO] [stdout] 235 |         String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FieldElem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 235 -         String,
[INFO] [stdout] 235 +         (),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]    --> src/field/mod.rs:240:18
[INFO] [stdout]     |
[INFO] [stdout] 240 |     Enum(String, String, RustIdent),
[INFO] [stdout]     |     ----         ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FieldElem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 240 -     Enum(String, String, RustIdent),
[INFO] [stdout] 240 +     Enum(String, (), RustIdent),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:209:13
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn elem(&self) -> &FieldElem {
[INFO] [stdout]     |             ^^^^^     ^^^^^^^^^^
[INFO] [stdout]     |             |         ||
[INFO] [stdout]     |             |         |the same lifetime is hidden here
[INFO] [stdout]     |             |         the same lifetime is elided here
[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] 209 |     fn elem(&self) -> &FieldElem<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:526:18
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn oneof(&self) -> &OneofField {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]     |                  |         ||
[INFO] [stdout]     |                  |         |the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is elided here
[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] 526 |     pub fn oneof(&self) -> &OneofField<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:562:17
[INFO] [stdout]     |
[INFO] [stdout] 562 |     fn repeated(&self) -> &RepeatedField {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[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] 562 |     fn repeated(&self) -> &RepeatedField<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:569:17
[INFO] [stdout]     |
[INFO] [stdout] 569 |     fn singular(&self) -> &SingularField {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[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] 569 |     fn singular(&self) -> &SingularField<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:576:12
[INFO] [stdout]     |
[INFO] [stdout] 576 |     fn map(&self) -> &MapField {
[INFO] [stdout]     |            ^^^^^     ^^^^^^^^^
[INFO] [stdout]     |            |         ||
[INFO] [stdout]     |            |         |the same lifetime is hidden here
[INFO] [stdout]     |            |         the same lifetime is elided here
[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] 576 |     fn map(&self) -> &MapField<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field/mod.rs:593:17
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn elem(&self) -> &FieldElem {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[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] 593 |     pub fn elem(&self) -> &FieldElem<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/message.rs:97:45
[INFO] [stdout]    |
[INFO] [stdout] 97 |     fn required_fields(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]    |                         --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the same lifetime is named here
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 97 |     fn required_fields(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/message.rs:107:44
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn message_fields(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]     |                        --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                |
[INFO] [stdout]     |                        |                the same lifetime is named here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn message_fields(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/message.rs:114:49
[INFO] [stdout]     |
[INFO] [stdout] 114 |     fn fields_except_oneof(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]     |                             --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is named here
[INFO] [stdout]     |                             the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 114 |     fn fields_except_oneof(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/message.rs:118:49
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn fields_except_group(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]     |                             --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is named here
[INFO] [stdout]     |                             the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn fields_except_group(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/message.rs:125:59
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn fields_except_oneof_and_group(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stdout]     |                                       --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |                |
[INFO] [stdout]     |                                       |                the same lifetime is named here
[INFO] [stdout]     |                                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn fields_except_oneof_and_group(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.47s
[INFO] running `Command { std: "docker" "inspect" "3a1065cf8dce7badcddacc21204c21d67488f81f449c655595e9cc0555ee86e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a1065cf8dce7badcddacc21204c21d67488f81f449c655595e9cc0555ee86e6", kill_on_drop: false }`
[INFO] [stdout] 3a1065cf8dce7badcddacc21204c21d67488f81f449c655595e9cc0555ee86e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 094758e8e23956417c7784e8e97bea22bc36650081971622df9918170b416f44
[INFO] running `Command { std: "docker" "start" "-a" "094758e8e23956417c7784e8e97bea22bc36650081971622df9918170b416f44", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: field `1` is never read
[INFO] [stderr]    --> src/field/mod.rs:235:9
[INFO] [stderr]     |
[INFO] [stderr] 233 |     Message(
[INFO] [stderr]     |     ------- field in this variant
[INFO] [stderr] 234 |         String,
[INFO] [stderr] 235 |         String,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `FieldElem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 235 -         String,
[INFO] [stderr] 235 +         (),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `1` is never read
[INFO] [stderr]    --> src/field/mod.rs:240:18
[INFO] [stderr]     |
[INFO] [stderr] 240 |     Enum(String, String, RustIdent),
[INFO] [stderr]     |     ----         ^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `FieldElem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 240 -     Enum(String, String, RustIdent),
[INFO] [stderr] 240 +     Enum(String, (), RustIdent),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/field/mod.rs:209:13
[INFO] [stderr]     |
[INFO] [stderr] 209 |     fn elem(&self) -> &FieldElem {
[INFO] [stderr]     |             ^^^^^     ^^^^^^^^^^
[INFO] [stderr]     |             |         ||
[INFO] [stderr]     |             |         |the same lifetime is hidden here
[INFO] [stderr]     |             |         the same lifetime is elided here
[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] 209 |     fn elem(&self) -> &FieldElem<'_> {
[INFO] [stderr]     |                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/field/mod.rs:526:18
[INFO] [stderr]     |
[INFO] [stderr] 526 |     pub fn oneof(&self) -> &OneofField {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^^^^
[INFO] [stderr]     |                  |         ||
[INFO] [stderr]     |                  |         |the same lifetime is hidden here
[INFO] [stderr]     |                  |         the same lifetime is elided here
[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] 526 |     pub fn oneof(&self) -> &OneofField<'_> {
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/field/mod.rs:562:17
[INFO] [stderr]     |
[INFO] [stderr] 562 |     fn repeated(&self) -> &RepeatedField {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |         ||
[INFO] [stderr]     |                 |         |the same lifetime is hidden here
[INFO] [stderr]     |                 |         the same lifetime is elided here
[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] 562 |     fn repeated(&self) -> &RepeatedField<'_> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/field/mod.rs:569:17
[INFO] [stderr]     |
[INFO] [stderr] 569 |     fn singular(&self) -> &SingularField {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |         ||
[INFO] [stderr]     |                 |         |the same lifetime is hidden here
[INFO] [stderr]     |                 |         the same lifetime is elided here
[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] 569 |     fn singular(&self) -> &SingularField<'_> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/field/mod.rs:576:12
[INFO] [stderr]     |
[INFO] [stderr] 576 |     fn map(&self) -> &MapField {
[INFO] [stderr]     |            ^^^^^     ^^^^^^^^^
[INFO] [stderr]     |            |         ||
[INFO] [stderr]     |            |         |the same lifetime is hidden here
[INFO] [stderr]     |            |         the same lifetime is elided here
[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] 576 |     fn map(&self) -> &MapField<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/field/mod.rs:593:17
[INFO] [stderr]     |
[INFO] [stderr] 593 |     pub fn elem(&self) -> &FieldElem {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^
[INFO] [stderr]     |                 |         ||
[INFO] [stderr]     |                 |         |the same lifetime is hidden here
[INFO] [stderr]     |                 |         the same lifetime is elided here
[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] 593 |     pub fn elem(&self) -> &FieldElem<'_> {
[INFO] [stderr]     |                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/message.rs:97:45
[INFO] [stderr]    |
[INFO] [stderr] 97 |     fn required_fields(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stderr]    |                         --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                         |                |
[INFO] [stderr]    |                         |                the same lifetime is named here
[INFO] [stderr]    |                         the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 97 |     fn required_fields(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/message.rs:107:44
[INFO] [stderr]     |
[INFO] [stderr] 107 |     fn message_fields(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stderr]     |                        --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |                |
[INFO] [stderr]     |                        |                the same lifetime is named here
[INFO] [stderr]     |                        the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 107 |     fn message_fields(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/message.rs:114:49
[INFO] [stderr]     |
[INFO] [stderr] 114 |     fn fields_except_oneof(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stderr]     |                             --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |                |
[INFO] [stderr]     |                             |                the same lifetime is named here
[INFO] [stderr]     |                             the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 114 |     fn fields_except_oneof(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/message.rs:118:49
[INFO] [stderr]     |
[INFO] [stderr] 118 |     fn fields_except_group(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stderr]     |                             --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |                |
[INFO] [stderr]     |                             |                the same lifetime is named here
[INFO] [stderr]     |                             the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 118 |     fn fields_except_group(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/message.rs:125:59
[INFO] [stderr]     |
[INFO] [stderr] 125 |     fn fields_except_oneof_and_group(&'a self) -> Vec<&'a FieldGen> {
[INFO] [stderr]     |                                       --               -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                       |                |
[INFO] [stderr]     |                                       |                the same lifetime is named here
[INFO] [stderr]     |                                       the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 125 |     fn fields_except_oneof_and_group(&'a self) -> Vec<&'a FieldGen<'a>> {
[INFO] [stderr]     |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `protobuf-codegen3` (lib) generated 13 warnings (run `cargo fix --lib -p protobuf-codegen3` to apply 11 suggestions)
[INFO] [stderr] warning: `protobuf-codegen3` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/protobuf_codegen3-4fcde8f24e6a82eb)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stderr]    Doc-tests protobuf_codegen3
[INFO] [stdout] test file::test::test_mod_path_dir ... ok
[INFO] [stdout] test file::test::test_mod_path_proto_ext ... ok
[INFO] [stdout] test file::test::test_mod_path_unknown_ext ... ok
[INFO] [stdout] test file::test::test_mod_path_empty_ext ... ok
[INFO] [stdout] test float::test::test_format_protobuf_float ... ok
[INFO] [stdout] test protobuf_name::absolute_path_test::absolute_path_remove_prefix ... ok
[INFO] [stdout] test protobuf_name::relative_path_test::last_part ... ok
[INFO] [stdout] test protobuf_name::relative_path_test::parent ... ok
[INFO] [stdout] test rust_types_values::test_file_last_component ... ok
[INFO] [stdout] test protobuf_name::absolute_path_test::absolute_path_push_simple ... ok
[INFO] [stdout] test strx::test::test_capitalize ... ok
[INFO] [stdout] test strx::test::test_remove_suffix ... ok
[INFO] [stdout] test strx::test::test_remove_to ... ok
[INFO] [stdout] test well_known_types::test::test_is_well_known_type_full ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[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" "094758e8e23956417c7784e8e97bea22bc36650081971622df9918170b416f44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "094758e8e23956417c7784e8e97bea22bc36650081971622df9918170b416f44", kill_on_drop: false }`
[INFO] [stdout] 094758e8e23956417c7784e8e97bea22bc36650081971622df9918170b416f44
