[INFO] fetching crate rustyfix 0.7.4...
[INFO] checking rustyfix-0.7.4 against try#0611f7de057c584b8771102fde7aed6c70c71d3b for pr-146440
[INFO] extracting crate rustyfix 0.7.4 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate rustyfix 0.7.4
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rustyfix 0.7.4
[INFO] tweaked toml for crates.io crate rustyfix 0.7.4 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rustyfix 0.7.4 on toolchain 0611f7de057c584b8771102fde7aed6c70c71d3b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rustyfix 0.7.4 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" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 22680bb0b5423e3da9b7972bb51242e8ee5e0f2016d51e6efdf4118896eef70a
[INFO] running `Command { std: "docker" "start" "-a" "22680bb0b5423e3da9b7972bb51242e8ee5e0f2016d51e6efdf4118896eef70a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22680bb0b5423e3da9b7972bb51242e8ee5e0f2016d51e6efdf4118896eef70a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22680bb0b5423e3da9b7972bb51242e8ee5e0f2016d51e6efdf4118896eef70a", kill_on_drop: false }`
[INFO] [stdout] 22680bb0b5423e3da9b7972bb51242e8ee5e0f2016d51e6efdf4118896eef70a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0b11430fbbd02db9a1765693e14002d320da037a3f83d05c32666c258ddf5280
[INFO] running `Command { std: "docker" "start" "-a" "0b11430fbbd02db9a1765693e14002d320da037a3f83d05c32666c258ddf5280", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling roxmltree v0.20.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking raw-cpuid v11.5.0
[INFO] [stderr]     Checking clap_builder v4.5.41
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling quickcheck_derive v0.3.0
[INFO] [stderr]     Checking clap v4.5.41
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling darling_core v0.21.0
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling derive_arbitrary v1.4.1
[INFO] [stderr]    Compiling quickcheck_macros v1.1.0
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling rust_decimal_macros v1.37.1
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking arbitrary v1.4.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling darling_macro v0.21.0
[INFO] [stderr]    Compiling strum v0.27.1
[INFO] [stderr]    Compiling rustyfix-dictionary v0.7.4
[INFO] [stderr]    Compiling darling v0.21.0
[INFO] [stderr]    Compiling rustyfix-derive v0.7.4
[INFO] [stderr]    Compiling rustyfix-codegen v0.7.4
[INFO] [stderr]    Compiling rustyfix v0.7.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking smallbytes v0.1.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.6.0
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stdout] error: struct `State` is never constructed
[INFO] [stdout]   --> src/session/mod.rs:97:12
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub struct State {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout]    = note: `State` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[deny(unused_unconstructable_pub_struct)]` (part of `#[deny(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TokioRawDecoder` is never constructed
[INFO] [stdout]    --> src/tagvalue/tokio_decoder.rs:221:12
[INFO] [stdout]     |
[INFO] [stdout] 221 | pub struct TokioRawDecoder {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/tagvalue/tokio_decoder.rs:227:12
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl TokioRawDecoder {
[INFO] [stdout]     | -------------------- associated function in this implementation
[INFO] [stdout] 226 |     /// Create a new TokioRawDecoder with default configuration
[INFO] [stdout] 227 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/field_access.rs:51:14
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn group(&self, field: F) -> Result<Self::Group, FieldValueError<<usize as FieldType>::Error>>;
[INFO] [stdout]    |              ^^^^^ the lifetime is elided here                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn group(&self, field: F) -> Result<Self::Group, FieldValueError<<usize as FieldType<'_>>::Error>>;
[INFO] [stdout]    |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/field_access.rs:55:18
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn group_opt(&self, field: F) -> Result<Option<Self::Group>, <usize as FieldType>::Error> {
[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] 55 |     fn group_opt(&self, field: F) -> Result<Option<Self::Group>, <usize as FieldType<'_>>::Error> {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field_access.rs:122:16
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn entries(&self) -> GroupEntries<Self> {
[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] 122 |     fn entries(&self) -> GroupEntries<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tagvalue/decoder.rs:353:20
[INFO] [stdout]     |
[INFO] [stdout] 353 |     pub fn message(&self) -> Message<&[u8]> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |       |
[INFO] [stdout]     |                    |         |       the same lifetime is elided here
[INFO] [stdout]     |                    |         the same lifetime is hidden 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] 353 |     pub fn message(&self) -> Message<'_, &[u8]> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tagvalue/decoder.rs:368:24
[INFO] [stdout]     |
[INFO] [stdout] 368 |     pub fn message_mut(&mut self) -> MessageMut<&[u8]> {
[INFO] [stdout]     |                        ^^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                        |             |          |
[INFO] [stdout]     |                        |             |          the same lifetime is elided here
[INFO] [stdout]     |                        |             the same lifetime is hidden 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] 368 |     pub fn message_mut(&mut self) -> MessageMut<'_, &[u8]> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tagvalue/decoder.rs:455:21
[INFO] [stdout]     |
[INFO] [stdout] 455 |     pub fn msg_type(&self) -> Result<String, FieldValueError<<String as FieldType>::Error>> {
[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] 455 |     pub fn msg_type(&self) -> Result<String, FieldValueError<<String as FieldType<'_>>::Error>> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tagvalue/decoder.rs:566:21
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub fn msg_type(&self) -> Result<String, FieldValueError<<String as FieldType>::Error>> {
[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] 566 |     pub fn msg_type(&self) -> Result<String, FieldValueError<<String as FieldType<'_>>::Error>> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tagvalue/decoder.rs:803:14
[INFO] [stdout]     |
[INFO] [stdout] 803 |     fn group(&self, tag: u32) -> Result<Self::Group, FieldValueError<<usize as FieldType>::Error>> {
[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] 803 |     fn group(&self, tag: u32) -> Result<Self::Group, FieldValueError<<usize as FieldType<'_>>::Error>> {
[INFO] [stdout]     |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tagvalue/decoder.rs:851:9
[INFO] [stdout]     |
[INFO] [stdout] 851 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 852 |         field: &F,
[INFO] [stdout] 853 |     ) -> Result<Self::Group, FieldValueError<<usize as FieldType>::Error>> {
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 853 |     ) -> Result<Self::Group, FieldValueError<<usize as FieldType<'_>>::Error>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustyfix` (lib) due to 1 previous error; 11 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: struct `State` is never constructed
[INFO] [stdout]   --> src/session/mod.rs:97:12
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub struct State {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout]    = note: `State` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[deny(unused_unconstructable_pub_struct)]` (part of `#[deny(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/field_access.rs:51:14
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn group(&self, field: F) -> Result<Self::Group, FieldValueError<<usize as FieldType>::Error>>;
[INFO] [stdout]    |              ^^^^^ the lifetime is elided here                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn group(&self, field: F) -> Result<Self::Group, FieldValueError<<usize as FieldType<'_>>::Error>>;
[INFO] [stdout]    |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/field_access.rs:55:18
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn group_opt(&self, field: F) -> Result<Option<Self::Group>, <usize as FieldType>::Error> {
[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] 55 |     fn group_opt(&self, field: F) -> Result<Option<Self::Group>, <usize as FieldType<'_>>::Error> {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/field_access.rs:122:16
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn entries(&self) -> GroupEntries<Self> {
[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] 122 |     fn entries(&self) -> GroupEntries<'_, Self> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tagvalue/decoder.rs:353:20
[INFO] [stdout]     |
[INFO] [stdout] 353 |     pub fn message(&self) -> Message<&[u8]> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |       |
[INFO] [stdout]     |                    |         |       the same lifetime is elided here
[INFO] [stdout]     |                    |         the same lifetime is hidden 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] 353 |     pub fn message(&self) -> Message<'_, &[u8]> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tagvalue/decoder.rs:368:24
[INFO] [stdout]     |
[INFO] [stdout] 368 |     pub fn message_mut(&mut self) -> MessageMut<&[u8]> {
[INFO] [stdout]     |                        ^^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                        |             |          |
[INFO] [stdout]     |                        |             |          the same lifetime is elided here
[INFO] [stdout]     |                        |             the same lifetime is hidden 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] 368 |     pub fn message_mut(&mut self) -> MessageMut<'_, &[u8]> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tagvalue/decoder.rs:455:21
[INFO] [stdout]     |
[INFO] [stdout] 455 |     pub fn msg_type(&self) -> Result<String, FieldValueError<<String as FieldType>::Error>> {
[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] 455 |     pub fn msg_type(&self) -> Result<String, FieldValueError<<String as FieldType<'_>>::Error>> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tagvalue/decoder.rs:566:21
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub fn msg_type(&self) -> Result<String, FieldValueError<<String as FieldType>::Error>> {
[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] 566 |     pub fn msg_type(&self) -> Result<String, FieldValueError<<String as FieldType<'_>>::Error>> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tagvalue/decoder.rs:803:14
[INFO] [stdout]     |
[INFO] [stdout] 803 |     fn group(&self, tag: u32) -> Result<Self::Group, FieldValueError<<usize as FieldType>::Error>> {
[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] 803 |     fn group(&self, tag: u32) -> Result<Self::Group, FieldValueError<<usize as FieldType<'_>>::Error>> {
[INFO] [stdout]     |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tagvalue/decoder.rs:851:9
[INFO] [stdout]     |
[INFO] [stdout] 851 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 852 |         field: &F,
[INFO] [stdout] 853 |     ) -> Result<Self::Group, FieldValueError<<usize as FieldType>::Error>> {
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 853 |     ) -> Result<Self::Group, FieldValueError<<usize as FieldType<'_>>::Error>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustyfix` (lib test) due to 1 previous error; 9 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0b11430fbbd02db9a1765693e14002d320da037a3f83d05c32666c258ddf5280", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b11430fbbd02db9a1765693e14002d320da037a3f83d05c32666c258ddf5280", kill_on_drop: false }`
[INFO] [stdout] 0b11430fbbd02db9a1765693e14002d320da037a3f83d05c32666c258ddf5280
