[INFO] fetching crate listinfo 0.4.8...
[INFO] testing listinfo-0.4.8 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate listinfo 0.4.8 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate listinfo 0.4.8
[INFO] finished tweaking crates.io crate listinfo 0.4.8
[INFO] tweaked toml for crates.io crate listinfo 0.4.8 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate listinfo 0.4.8 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] [stderr]       Adding indexmap v1.9.3 (available: v2.12.0)
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 60f6132e7dd69b7f904fc4f95ed2867b9f8fb2433d04caafa5698c4edf4c12b2
[INFO] running `Command { std: "docker" "start" "-a" "60f6132e7dd69b7f904fc4f95ed2867b9f8fb2433d04caafa5698c4edf4c12b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60f6132e7dd69b7f904fc4f95ed2867b9f8fb2433d04caafa5698c4edf4c12b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60f6132e7dd69b7f904fc4f95ed2867b9f8fb2433d04caafa5698c4edf4c12b2", kill_on_drop: false }`
[INFO] [stdout] 60f6132e7dd69b7f904fc4f95ed2867b9f8fb2433d04caafa5698c4edf4c12b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5fe1a18a2ada3d2b8654f376e8f19c8cd00e2cf01d2cf28dae18b81725f1eb64
[INFO] running `Command { std: "docker" "start" "-a" "5fe1a18a2ada3d2b8654f376e8f19c8cd00e2cf01d2cf28dae18b81725f1eb64", kill_on_drop: false }`
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling listinfo v0.4.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/elements.rs:13:70
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn entry(&'a self, key: &str) -> Option<impl Iterator<Item = &EntryFragment<'a>>> {
[INFO] [stdout]    |                   --                                                 ^^^^^^^^^^^^^^^--^
[INFO] [stdout]    |                   |                                                  |              |
[INFO] [stdout]    |                   |                                                  |              the same lifetime is named here
[INFO] [stdout]    |                   the lifetime is named here                         the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn entry(&'a self, key: &str) -> Option<impl Iterator<Item = &'a EntryFragment<'a>>> {
[INFO] [stdout]    |                                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/elements.rs:103:32
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub fn unique(&'a self) -> &T {
[INFO] [stdout]     |                    --          ^^ the same lifetime is elided here
[INFO] [stdout]     |                    |
[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] 103 |     pub fn unique(&'a self) -> &'a T {
[INFO] [stdout]     |                                 ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/elements.rs:143:60
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData> {
[INFO] [stdout]     |                          --                             -- ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                              |
[INFO] [stdout]     |                          the lifetime is named here     the same 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] 143 |     pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData<'a>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/elements.rs:150:79
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn entry_iter(&'a self, key: &str) -> Option<impl Iterator<Item = &'a EntryData>> {
[INFO] [stdout]     |                        --                                                  -- ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                                                   |
[INFO] [stdout]     |                        the lifetime is named here                          the same 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] 150 |     pub fn entry_iter(&'a self, key: &str) -> Option<impl Iterator<Item = &'a EntryData<'a>>> {
[INFO] [stdout]     |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue)>> {
[INFO] [stdout]    |                             ^^^^             ^^^^       ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |          |
[INFO] [stdout]    |                             |                |          the same lifetime is elided 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] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue<'_>)>> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:67:30
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue)> {
[INFO] [stdout]    |                              ^^^^             ^^^^   ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                |      |
[INFO] [stdout]    |                              |                |      the same lifetime is elided 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] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:75:27
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue)> {
[INFO] [stdout]    |                           ^^^^             ^^^^   ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |      |
[INFO] [stdout]    |                           |                |      the same lifetime is elided 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] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:124:30
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment), Error> {
[INFO] [stdout]     |                              ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[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] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment<'_>), Error> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:130:12
[INFO] [stdout]     |
[INFO] [stdout] 130 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 131 | ) -> IResult<&str, (&str, EntryFragment)> {
[INFO] [stdout]     |              ^^^^   ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |      |
[INFO] [stdout]     |              |      the same lifetime is elided here
[INFO] [stdout]     |              the same 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] 131 | ) -> IResult<&str, (&str, EntryFragment<'_>)> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
[INFO] running `Command { std: "docker" "inspect" "5fe1a18a2ada3d2b8654f376e8f19c8cd00e2cf01d2cf28dae18b81725f1eb64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fe1a18a2ada3d2b8654f376e8f19c8cd00e2cf01d2cf28dae18b81725f1eb64", kill_on_drop: false }`
[INFO] [stdout] 5fe1a18a2ada3d2b8654f376e8f19c8cd00e2cf01d2cf28dae18b81725f1eb64
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dbc999fa3cfa003a848447a5960dcccbd39c20c1961f0a74bf6c786cba240759
[INFO] running `Command { std: "docker" "start" "-a" "dbc999fa3cfa003a848447a5960dcccbd39c20c1961f0a74bf6c786cba240759", kill_on_drop: false }`
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/elements.rs:13:70
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn entry(&'a self, key: &str) -> Option<impl Iterator<Item = &EntryFragment<'a>>> {
[INFO] [stdout]    |                   --                                                 ^^^^^^^^^^^^^^^--^
[INFO] [stdout]    |                   |                                                  |              |
[INFO] [stdout]    |                   |                                                  |              the same lifetime is named here
[INFO] [stdout]    |                   the lifetime is named here                         the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn entry(&'a self, key: &str) -> Option<impl Iterator<Item = &'a EntryFragment<'a>>> {
[INFO] [stdout]    |                                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/elements.rs:103:32
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub fn unique(&'a self) -> &T {
[INFO] [stdout]     |                    --          ^^ the same lifetime is elided here
[INFO] [stdout]     |                    |
[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] 103 |     pub fn unique(&'a self) -> &'a T {
[INFO] [stdout]     |                                 ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/elements.rs:143:60
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData> {
[INFO] [stdout]     |                          --                             -- ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                              |
[INFO] [stdout]     |                          the lifetime is named here     the same 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] 143 |     pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData<'a>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/elements.rs:150:79
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn entry_iter(&'a self, key: &str) -> Option<impl Iterator<Item = &'a EntryData>> {
[INFO] [stdout]     |                        --                                                  -- ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                                                   |
[INFO] [stdout]     |                        the lifetime is named here                          the same 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] 150 |     pub fn entry_iter(&'a self, key: &str) -> Option<impl Iterator<Item = &'a EntryData<'a>>> {
[INFO] [stdout]     |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue)>> {
[INFO] [stdout]    |                             ^^^^             ^^^^       ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |          |
[INFO] [stdout]    |                             |                |          the same lifetime is elided 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] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue<'_>)>> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:67:30
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue)> {
[INFO] [stdout]    |                              ^^^^             ^^^^   ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                |      |
[INFO] [stdout]    |                              |                |      the same lifetime is elided 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] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:75:27
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue)> {
[INFO] [stdout]    |                           ^^^^             ^^^^   ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |      |
[INFO] [stdout]    |                           |                |      the same lifetime is elided 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] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling listinfo v0.4.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:124:30
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment), Error> {
[INFO] [stdout]     |                              ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[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] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment<'_>), Error> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:130:12
[INFO] [stdout]     |
[INFO] [stdout] 130 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 131 | ) -> IResult<&str, (&str, EntryFragment)> {
[INFO] [stdout]     |              ^^^^   ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |      |
[INFO] [stdout]     |              |      the same lifetime is elided here
[INFO] [stdout]     |              the same 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] 131 | ) -> IResult<&str, (&str, EntryFragment<'_>)> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/elements.rs:13:70
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn entry(&'a self, key: &str) -> Option<impl Iterator<Item = &EntryFragment<'a>>> {
[INFO] [stdout]    |                   --                                                 ^^^^^^^^^^^^^^^--^
[INFO] [stdout]    |                   |                                                  |              |
[INFO] [stdout]    |                   |                                                  |              the same lifetime is named here
[INFO] [stdout]    |                   the lifetime is named here                         the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn entry(&'a self, key: &str) -> Option<impl Iterator<Item = &'a EntryFragment<'a>>> {
[INFO] [stdout]    |                                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/elements.rs:103:32
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub fn unique(&'a self) -> &T {
[INFO] [stdout]     |                    --          ^^ the same lifetime is elided here
[INFO] [stdout]     |                    |
[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] 103 |     pub fn unique(&'a self) -> &'a T {
[INFO] [stdout]     |                                 ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/elements.rs:143:60
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData> {
[INFO] [stdout]     |                          --                             -- ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                              |
[INFO] [stdout]     |                          the lifetime is named here     the same 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] 143 |     pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData<'a>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/elements.rs:150:79
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn entry_iter(&'a self, key: &str) -> Option<impl Iterator<Item = &'a EntryData>> {
[INFO] [stdout]     |                        --                                                  -- ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                                                   |
[INFO] [stdout]     |                        the lifetime is named here                          the same 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] 150 |     pub fn entry_iter(&'a self, key: &str) -> Option<impl Iterator<Item = &'a EntryData<'a>>> {
[INFO] [stdout]     |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue)>> {
[INFO] [stdout]    |                             ^^^^             ^^^^       ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |          |
[INFO] [stdout]    |                             |                |          the same lifetime is elided 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] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue<'_>)>> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:67:30
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue)> {
[INFO] [stdout]    |                              ^^^^             ^^^^   ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                |      |
[INFO] [stdout]    |                              |                |      the same lifetime is elided 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] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:75:27
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue)> {
[INFO] [stdout]    |                           ^^^^             ^^^^   ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |      |
[INFO] [stdout]    |                           |                |      the same lifetime is elided 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] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:124:30
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment), Error> {
[INFO] [stdout]     |                              ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[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] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment<'_>), Error> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:130:12
[INFO] [stdout]     |
[INFO] [stdout] 130 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 131 | ) -> IResult<&str, (&str, EntryFragment)> {
[INFO] [stdout]     |              ^^^^   ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |      |
[INFO] [stdout]     |              |      the same lifetime is elided here
[INFO] [stdout]     |              the same 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] 131 | ) -> IResult<&str, (&str, EntryFragment<'_>)> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] running `Command { std: "docker" "inspect" "dbc999fa3cfa003a848447a5960dcccbd39c20c1961f0a74bf6c786cba240759", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbc999fa3cfa003a848447a5960dcccbd39c20c1961f0a74bf6c786cba240759", kill_on_drop: false }`
[INFO] [stdout] dbc999fa3cfa003a848447a5960dcccbd39c20c1961f0a74bf6c786cba240759
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4dc83f0e6b317786a7ae662d8e5b0f78c974b7374e2fc382a680ebcf69d65ea9
[INFO] running `Command { std: "docker" "start" "-a" "4dc83f0e6b317786a7ae662d8e5b0f78c974b7374e2fc382a680ebcf69d65ea9", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/elements.rs:13:70
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub fn entry(&'a self, key: &str) -> Option<impl Iterator<Item = &EntryFragment<'a>>> {
[INFO] [stderr]    |                   --                                                 ^^^^^^^^^^^^^^^--^
[INFO] [stderr]    |                   |                                                  |              |
[INFO] [stderr]    |                   |                                                  |              the same lifetime is named here
[INFO] [stderr]    |                   the lifetime is named here                         the same 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: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub fn entry(&'a self, key: &str) -> Option<impl Iterator<Item = &'a EntryFragment<'a>>> {
[INFO] [stderr]    |                                                                       ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/elements.rs:103:32
[INFO] [stderr]     |
[INFO] [stderr] 103 |     pub fn unique(&'a self) -> &T {
[INFO] [stderr]     |                    --          ^^ the same lifetime is elided here
[INFO] [stderr]     |                    |
[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] 103 |     pub fn unique(&'a self) -> &'a T {
[INFO] [stderr]     |                                 ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/elements.rs:143:60
[INFO] [stderr]     |
[INFO] [stderr] 143 |     pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData> {
[INFO] [stderr]     |                          --                             -- ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                              |
[INFO] [stderr]     |                          the lifetime is named here     the same 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] 143 |     pub fn entry_unique(&'a self, key: &str) -> Option<&'a EntryData<'a>> {
[INFO] [stderr]     |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/elements.rs:150:79
[INFO] [stderr]     |
[INFO] [stderr] 150 |     pub fn entry_iter(&'a self, key: &str) -> Option<impl Iterator<Item = &'a EntryData>> {
[INFO] [stderr]     |                        --                                                  -- ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |                                                   |
[INFO] [stderr]     |                        the lifetime is named here                          the same 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] 150 |     pub fn entry_iter(&'a self, key: &str) -> Option<impl Iterator<Item = &'a EntryData<'a>>> {
[INFO] [stderr]     |                                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parse.rs:44:29
[INFO] [stderr]    |
[INFO] [stderr] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue)>> {
[INFO] [stderr]    |                             ^^^^             ^^^^       ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                             |                |          |
[INFO] [stderr]    |                             |                |          the same lifetime is elided 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] 44 | fn subentry_contents(input: &str) -> IResult<&str, Vec<(&str, ParsedValue<'_>)>> {
[INFO] [stderr]    |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parse.rs:67:30
[INFO] [stderr]    |
[INFO] [stderr] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue)> {
[INFO] [stderr]    |                              ^^^^             ^^^^   ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                              |                |      |
[INFO] [stderr]    |                              |                |      the same lifetime is elided 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] 67 | fn parse_string_value(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> {
[INFO] [stderr]    |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parse.rs:75:27
[INFO] [stderr]    |
[INFO] [stderr] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue)> {
[INFO] [stderr]    |                           ^^^^             ^^^^   ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |                |      |
[INFO] [stderr]    |                           |                |      the same lifetime is elided 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] 75 | fn parse_sub_entry(input: &str) -> IResult<&str, (&str, ParsedValue<'_>)> {
[INFO] [stderr]    |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:124:30
[INFO] [stderr]     |
[INFO] [stderr] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment), Error> {
[INFO] [stderr]     |                              ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |                |
[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] 124 | pub fn parse_fragment(input: &str) -> Result<(&str, EntryFragment<'_>), Error> {
[INFO] [stderr]     |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:130:12
[INFO] [stderr]     |
[INFO] [stderr] 130 |     input: &str,
[INFO] [stderr]     |            ^^^^ the lifetime is elided here
[INFO] [stderr] 131 | ) -> IResult<&str, (&str, EntryFragment)> {
[INFO] [stderr]     |              ^^^^   ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |      |
[INFO] [stderr]     |              |      the same lifetime is elided here
[INFO] [stderr]     |              the same 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] 131 | ) -> IResult<&str, (&str, EntryFragment<'_>)> {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `listinfo` (lib) generated 9 warnings (run `cargo fix --lib -p listinfo` to apply 9 suggestions)
[INFO] [stderr] warning: `listinfo` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/listinfo-927420cd56c387fb)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test tests::parse_cave_story ... ok
[INFO] [stdout] test tests::parse_inner_braces ... ok
[INFO] [stdout] test tests::test_parse_game ... ok
[INFO] [stdout] test tests::test_parse_document ... ok
[INFO] [stdout] test tests::test_parse_header ... ok
[INFO] [stdout] test tests::test_parse_header_usability ... ok
[INFO] [stdout] test tests::test_parse_multi_unique ... ok
[INFO] [stdout] test tests::test_parse_singular_iter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests listinfo
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 9) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4dc83f0e6b317786a7ae662d8e5b0f78c974b7374e2fc382a680ebcf69d65ea9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4dc83f0e6b317786a7ae662d8e5b0f78c974b7374e2fc382a680ebcf69d65ea9", kill_on_drop: false }`
[INFO] [stdout] 4dc83f0e6b317786a7ae662d8e5b0f78c974b7374e2fc382a680ebcf69d65ea9
