[INFO] fetching crate teehistorian 0.12.0...
[INFO] testing teehistorian-0.12.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate teehistorian 0.12.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate teehistorian 0.12.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate teehistorian 0.12.0
[INFO] tweaked toml for crates.io crate teehistorian 0.12.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate teehistorian 0.12.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 21 packages to latest compatible versions
[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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a25c82605f36cef8a2d965c3c9c31508e7e394e15dd232b7b81215018da4fcd2
[INFO] running `Command { std: "docker" "start" "-a" "a25c82605f36cef8a2d965c3c9c31508e7e394e15dd232b7b81215018da4fcd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a25c82605f36cef8a2d965c3c9c31508e7e394e15dd232b7b81215018da4fcd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a25c82605f36cef8a2d965c3c9c31508e7e394e15dd232b7b81215018da4fcd2", kill_on_drop: false }`
[INFO] [stdout] a25c82605f36cef8a2d965c3c9c31508e7e394e15dd232b7b81215018da4fcd2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7177bc97a3a2001360efaff70c646f8775d349415d4ebcb4bff49f3206f8b326
[INFO] running `Command { std: "docker" "start" "-a" "7177bc97a3a2001360efaff70c646f8775d349415d4ebcb4bff49f3206f8b326", kill_on_drop: false }`
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling teehistorian v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:143:23
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn next_chunk(&mut self) -> Result<chunks::Chunk, crate::error::Error> {
[INFO] [stdout]     |                       ^^^^^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn next_chunk(&mut self) -> Result<chunks::Chunk<'_>, crate::error::Error> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:266:29
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn chunk_player_diff(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 266 | fn chunk_player_diff(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:272:27
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn chunk_tick_skip(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 272 | fn chunk_tick_skip(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:276:28
[INFO] [stdout]     |
[INFO] [stdout] 276 | fn chunk_player_new(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 276 | fn chunk_player_new(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:282:28
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn chunk_player_old(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 282 | fn chunk_player_old(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:286:28
[INFO] [stdout]     |
[INFO] [stdout] 286 | fn chunk_input_diff(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 286 | fn chunk_input_diff(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:291:27
[INFO] [stdout]     |
[INFO] [stdout] 291 | fn chunk_input_new(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 291 | fn chunk_input_new(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:302:29
[INFO] [stdout]     |
[INFO] [stdout] 302 | fn chunk_net_message(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 302 | fn chunk_net_message(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:312:22
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn chunk_join(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 312 | fn chunk_join(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:316:22
[INFO] [stdout]     |
[INFO] [stdout] 316 | fn chunk_drop(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 316 | fn chunk_drop(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:321:33
[INFO] [stdout]     |
[INFO] [stdout] 321 | fn chunk_console_command(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 321 | fn chunk_console_command(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:396:26
[INFO] [stdout]     |
[INFO] [stdout] 396 | fn extension_test(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 396 | fn extension_test(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:406:34
[INFO] [stdout]     |
[INFO] [stdout] 406 | fn extension_ddnetver_old(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 406 | fn extension_ddnetver_old(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:421:30
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn extension_ddnetver(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 421 | fn extension_ddnetver(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:443:31
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn extension_auth_init(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 443 | fn extension_auth_init(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:463:32
[INFO] [stdout]     |
[INFO] [stdout] 463 | fn extension_auth_login(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 463 | fn extension_auth_login(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:483:33
[INFO] [stdout]     |
[INFO] [stdout] 483 | fn extension_auth_logout(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 483 | fn extension_auth_logout(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:494:31
[INFO] [stdout]     |
[INFO] [stdout] 494 | fn extension_join_ver6(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 494 | fn extension_join_ver6(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:505:31
[INFO] [stdout]     |
[INFO] [stdout] 505 | fn extension_join_ver7(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 505 | fn extension_join_ver7(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:516:33
[INFO] [stdout]     |
[INFO] [stdout] 516 | fn extension_rejoin_ver6(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 516 | fn extension_rejoin_ver6(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:527:34
[INFO] [stdout]     |
[INFO] [stdout] 527 | fn extension_save_success(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 527 | fn extension_save_success(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:547:34
[INFO] [stdout]     |
[INFO] [stdout] 547 | fn extension_save_failure(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 547 | fn extension_save_failure(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:558:34
[INFO] [stdout]     |
[INFO] [stdout] 558 | fn extension_load_success(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 558 | fn extension_load_success(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:578:34
[INFO] [stdout]     |
[INFO] [stdout] 578 | fn extension_load_failure(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 578 | fn extension_load_failure(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:589:33
[INFO] [stdout]     |
[INFO] [stdout] 589 | fn extension_player_team(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 589 | fn extension_player_team(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:601:35
[INFO] [stdout]     |
[INFO] [stdout] 601 | fn extension_team_practice(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 601 | fn extension_team_practice(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:613:34
[INFO] [stdout]     |
[INFO] [stdout] 613 | fn extension_player_ready(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 613 | fn extension_player_ready(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:624:33
[INFO] [stdout]     |
[INFO] [stdout] 624 | fn extension_player_swap(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 624 | fn extension_player_swap(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:637:29
[INFO] [stdout]     |
[INFO] [stdout] 637 | fn extension_antibot(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 637 | fn extension_antibot(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:641:33
[INFO] [stdout]     |
[INFO] [stdout] 641 | fn extension_player_name(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 641 | fn extension_player_name(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:654:35
[INFO] [stdout]     |
[INFO] [stdout] 654 | fn extension_player_finish(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 654 | fn extension_player_finish(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:667:33
[INFO] [stdout]     |
[INFO] [stdout] 667 | fn extension_team_finish(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 667 | fn extension_team_finish(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:680:28
[INFO] [stdout]     |
[INFO] [stdout] 680 | fn chunk_unknown_ex(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 680 | fn chunk_unknown_ex(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:713:21
[INFO] [stdout]     |
[INFO] [stdout] 713 | pub fn chunk(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 713 | pub fn chunk(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/compat.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn next_chunk(&mut self) -> Result<Chunk>;
[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] 8 |     fn next_chunk(&mut self) -> Result<Chunk<'_>>;
[INFO] [stdout]   |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compat.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn next_chunk(&mut self) -> Result<Chunk> {
[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] 19 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compat.rs:71:19
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn next_chunk(&mut self) -> Result<Chunk> {
[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] 71 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/compat.rs:165:19
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn next_chunk(&mut self) -> Result<Chunk> {
[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] 165 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/compat.rs:239:19
[INFO] [stdout]     |
[INFO] [stdout] 239 |     fn next_chunk(&mut self) -> Result<Chunk> {
[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] 239 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
[INFO] running `Command { std: "docker" "inspect" "7177bc97a3a2001360efaff70c646f8775d349415d4ebcb4bff49f3206f8b326", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7177bc97a3a2001360efaff70c646f8775d349415d4ebcb4bff49f3206f8b326", kill_on_drop: false }`
[INFO] [stdout] 7177bc97a3a2001360efaff70c646f8775d349415d4ebcb4bff49f3206f8b326
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4287ffbac79638ec11a9d77b56321517503fd6e4d352848fae244f5073039a1
[INFO] running `Command { std: "docker" "start" "-a" "e4287ffbac79638ec11a9d77b56321517503fd6e4d352848fae244f5073039a1", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:143:23
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn next_chunk(&mut self) -> Result<chunks::Chunk, crate::error::Error> {
[INFO] [stdout]     |                       ^^^^^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn next_chunk(&mut self) -> Result<chunks::Chunk<'_>, crate::error::Error> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:266:29
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn chunk_player_diff(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 266 | fn chunk_player_diff(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:272:27
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn chunk_tick_skip(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 272 | fn chunk_tick_skip(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:276:28
[INFO] [stdout]     |
[INFO] [stdout] 276 | fn chunk_player_new(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 276 | fn chunk_player_new(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:282:28
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn chunk_player_old(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 282 | fn chunk_player_old(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:286:28
[INFO] [stdout]     |
[INFO] [stdout] 286 | fn chunk_input_diff(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 286 | fn chunk_input_diff(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:291:27
[INFO] [stdout]     |
[INFO] [stdout] 291 | fn chunk_input_new(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 291 | fn chunk_input_new(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:302:29
[INFO] [stdout]     |
[INFO] [stdout] 302 | fn chunk_net_message(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 302 | fn chunk_net_message(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:312:22
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn chunk_join(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 312 | fn chunk_join(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:316:22
[INFO] [stdout]     |
[INFO] [stdout] 316 | fn chunk_drop(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 316 | fn chunk_drop(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:321:33
[INFO] [stdout]     |
[INFO] [stdout] 321 | fn chunk_console_command(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 321 | fn chunk_console_command(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:396:26
[INFO] [stdout]     |
[INFO] [stdout] 396 | fn extension_test(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 396 | fn extension_test(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:406:34
[INFO] [stdout]     |
[INFO] [stdout] 406 | fn extension_ddnetver_old(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 406 | fn extension_ddnetver_old(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:421:30
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn extension_ddnetver(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 421 | fn extension_ddnetver(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:443:31
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn extension_auth_init(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 443 | fn extension_auth_init(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:463:32
[INFO] [stdout]     |
[INFO] [stdout] 463 | fn extension_auth_login(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 463 | fn extension_auth_login(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:483:33
[INFO] [stdout]     |
[INFO] [stdout] 483 | fn extension_auth_logout(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 483 | fn extension_auth_logout(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:494:31
[INFO] [stdout]     |
[INFO] [stdout] 494 | fn extension_join_ver6(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 494 | fn extension_join_ver6(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:505:31
[INFO] [stdout]     |
[INFO] [stdout] 505 | fn extension_join_ver7(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 505 | fn extension_join_ver7(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:516:33
[INFO] [stdout]     |
[INFO] [stdout] 516 | fn extension_rejoin_ver6(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 516 | fn extension_rejoin_ver6(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:527:34
[INFO] [stdout]     |
[INFO] [stdout] 527 | fn extension_save_success(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 527 | fn extension_save_success(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:547:34
[INFO] [stdout]     |
[INFO] [stdout] 547 | fn extension_save_failure(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 547 | fn extension_save_failure(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:558:34
[INFO] [stdout]     |
[INFO] [stdout] 558 | fn extension_load_success(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 558 | fn extension_load_success(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:578:34
[INFO] [stdout]     |
[INFO] [stdout] 578 | fn extension_load_failure(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 578 | fn extension_load_failure(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:589:33
[INFO] [stdout]     |
[INFO] [stdout] 589 | fn extension_player_team(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 589 | fn extension_player_team(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:601:35
[INFO] [stdout]     |
[INFO] [stdout] 601 | fn extension_team_practice(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 601 | fn extension_team_practice(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:613:34
[INFO] [stdout]     |
[INFO] [stdout] 613 | fn extension_player_ready(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 613 | fn extension_player_ready(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:624:33
[INFO] [stdout]     |
[INFO] [stdout] 624 | fn extension_player_swap(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 624 | fn extension_player_swap(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:637:29
[INFO] [stdout]     |
[INFO] [stdout] 637 | fn extension_antibot(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 637 | fn extension_antibot(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:641:33
[INFO] [stdout]     |
[INFO] [stdout] 641 | fn extension_player_name(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 641 | fn extension_player_name(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:654:35
[INFO] [stdout]     |
[INFO] [stdout] 654 | fn extension_player_finish(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 654 | fn extension_player_finish(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:667:33
[INFO] [stdout]     |
[INFO] [stdout] 667 | fn extension_team_finish(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 667 | fn extension_team_finish(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:680:28
[INFO] [stdout]     |
[INFO] [stdout] 680 | fn chunk_unknown_ex(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 680 | fn chunk_unknown_ex(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:713:21
[INFO] [stdout]     |
[INFO] [stdout] 713 | pub fn chunk(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 713 | pub fn chunk(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/compat.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn next_chunk(&mut self) -> Result<Chunk>;
[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] 8 |     fn next_chunk(&mut self) -> Result<Chunk<'_>>;
[INFO] [stdout]   |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compat.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn next_chunk(&mut self) -> Result<Chunk> {
[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] 19 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compat.rs:71:19
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn next_chunk(&mut self) -> Result<Chunk> {
[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] 71 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/compat.rs:165:19
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn next_chunk(&mut self) -> Result<Chunk> {
[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] 165 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/compat.rs:239:19
[INFO] [stdout]     |
[INFO] [stdout] 239 |     fn next_chunk(&mut self) -> Result<Chunk> {
[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] 239 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling teehistorian v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:143:23
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn next_chunk(&mut self) -> Result<chunks::Chunk, crate::error::Error> {
[INFO] [stdout]     |                       ^^^^^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn next_chunk(&mut self) -> Result<chunks::Chunk<'_>, crate::error::Error> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:266:29
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn chunk_player_diff(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 266 | fn chunk_player_diff(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:272:27
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn chunk_tick_skip(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 272 | fn chunk_tick_skip(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:276:28
[INFO] [stdout]     |
[INFO] [stdout] 276 | fn chunk_player_new(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 276 | fn chunk_player_new(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:282:28
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn chunk_player_old(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 282 | fn chunk_player_old(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:286:28
[INFO] [stdout]     |
[INFO] [stdout] 286 | fn chunk_input_diff(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 286 | fn chunk_input_diff(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:291:27
[INFO] [stdout]     |
[INFO] [stdout] 291 | fn chunk_input_new(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 291 | fn chunk_input_new(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:302:29
[INFO] [stdout]     |
[INFO] [stdout] 302 | fn chunk_net_message(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 302 | fn chunk_net_message(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:312:22
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn chunk_join(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 312 | fn chunk_join(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:316:22
[INFO] [stdout]     |
[INFO] [stdout] 316 | fn chunk_drop(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 316 | fn chunk_drop(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:321:33
[INFO] [stdout]     |
[INFO] [stdout] 321 | fn chunk_console_command(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 321 | fn chunk_console_command(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:396:26
[INFO] [stdout]     |
[INFO] [stdout] 396 | fn extension_test(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 396 | fn extension_test(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:406:34
[INFO] [stdout]     |
[INFO] [stdout] 406 | fn extension_ddnetver_old(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 406 | fn extension_ddnetver_old(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:421:30
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn extension_ddnetver(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 421 | fn extension_ddnetver(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:443:31
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn extension_auth_init(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 443 | fn extension_auth_init(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:463:32
[INFO] [stdout]     |
[INFO] [stdout] 463 | fn extension_auth_login(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 463 | fn extension_auth_login(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:483:33
[INFO] [stdout]     |
[INFO] [stdout] 483 | fn extension_auth_logout(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 483 | fn extension_auth_logout(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:494:31
[INFO] [stdout]     |
[INFO] [stdout] 494 | fn extension_join_ver6(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 494 | fn extension_join_ver6(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:505:31
[INFO] [stdout]     |
[INFO] [stdout] 505 | fn extension_join_ver7(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 505 | fn extension_join_ver7(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:516:33
[INFO] [stdout]     |
[INFO] [stdout] 516 | fn extension_rejoin_ver6(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 516 | fn extension_rejoin_ver6(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:527:34
[INFO] [stdout]     |
[INFO] [stdout] 527 | fn extension_save_success(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 527 | fn extension_save_success(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:547:34
[INFO] [stdout]     |
[INFO] [stdout] 547 | fn extension_save_failure(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 547 | fn extension_save_failure(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:558:34
[INFO] [stdout]     |
[INFO] [stdout] 558 | fn extension_load_success(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 558 | fn extension_load_success(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:578:34
[INFO] [stdout]     |
[INFO] [stdout] 578 | fn extension_load_failure(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 578 | fn extension_load_failure(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:589:33
[INFO] [stdout]     |
[INFO] [stdout] 589 | fn extension_player_team(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 589 | fn extension_player_team(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:601:35
[INFO] [stdout]     |
[INFO] [stdout] 601 | fn extension_team_practice(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 601 | fn extension_team_practice(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:613:34
[INFO] [stdout]     |
[INFO] [stdout] 613 | fn extension_player_ready(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 613 | fn extension_player_ready(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:624:33
[INFO] [stdout]     |
[INFO] [stdout] 624 | fn extension_player_swap(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 624 | fn extension_player_swap(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:637:29
[INFO] [stdout]     |
[INFO] [stdout] 637 | fn extension_antibot(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 637 | fn extension_antibot(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:641:33
[INFO] [stdout]     |
[INFO] [stdout] 641 | fn extension_player_name(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 641 | fn extension_player_name(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:654:35
[INFO] [stdout]     |
[INFO] [stdout] 654 | fn extension_player_finish(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 654 | fn extension_player_finish(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:667:33
[INFO] [stdout]     |
[INFO] [stdout] 667 | fn extension_team_finish(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 667 | fn extension_team_finish(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:680:28
[INFO] [stdout]     |
[INFO] [stdout] 680 | fn chunk_unknown_ex(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 680 | fn chunk_unknown_ex(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/chunks.rs:713:21
[INFO] [stdout]     |
[INFO] [stdout] 713 | pub fn chunk(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 713 | pub fn chunk(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/compat.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn next_chunk(&mut self) -> Result<Chunk>;
[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] 8 |     fn next_chunk(&mut self) -> Result<Chunk<'_>>;
[INFO] [stdout]   |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compat.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn next_chunk(&mut self) -> Result<Chunk> {
[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] 19 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compat.rs:71:19
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn next_chunk(&mut self) -> Result<Chunk> {
[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] 71 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/compat.rs:165:19
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn next_chunk(&mut self) -> Result<Chunk> {
[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] 165 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/compat.rs:239:19
[INFO] [stdout]     |
[INFO] [stdout] 239 |     fn next_chunk(&mut self) -> Result<Chunk> {
[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] 239 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.00s
[INFO] running `Command { std: "docker" "inspect" "e4287ffbac79638ec11a9d77b56321517503fd6e4d352848fae244f5073039a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4287ffbac79638ec11a9d77b56321517503fd6e4d352848fae244f5073039a1", kill_on_drop: false }`
[INFO] [stdout] e4287ffbac79638ec11a9d77b56321517503fd6e4d352848fae244f5073039a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1f68368f1335ade919d7ba6fd2ac34907b1fef8a1dc7b93174bfaf040296164f
[INFO] running `Command { std: "docker" "start" "-a" "1f68368f1335ade919d7ba6fd2ac34907b1fef8a1dc7b93174bfaf040296164f", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:143:23
[INFO] [stderr]     |
[INFO] [stderr] 143 |     pub fn next_chunk(&mut self) -> Result<chunks::Chunk, crate::error::Error> {
[INFO] [stderr]     |                       ^^^^^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 143 |     pub fn next_chunk(&mut self) -> Result<chunks::Chunk<'_>, crate::error::Error> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:266:29
[INFO] [stderr]     |
[INFO] [stderr] 266 | fn chunk_player_diff(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 266 | fn chunk_player_diff(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:272:27
[INFO] [stderr]     |
[INFO] [stderr] 272 | fn chunk_tick_skip(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 272 | fn chunk_tick_skip(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:276:28
[INFO] [stderr]     |
[INFO] [stderr] 276 | fn chunk_player_new(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 276 | fn chunk_player_new(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:282:28
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn chunk_player_old(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 282 | fn chunk_player_old(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:286:28
[INFO] [stderr]     |
[INFO] [stderr] 286 | fn chunk_input_diff(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 286 | fn chunk_input_diff(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:291:27
[INFO] [stderr]     |
[INFO] [stderr] 291 | fn chunk_input_new(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 291 | fn chunk_input_new(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:302:29
[INFO] [stderr]     |
[INFO] [stderr] 302 | fn chunk_net_message(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 302 | fn chunk_net_message(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:312:22
[INFO] [stderr]     |
[INFO] [stderr] 312 | fn chunk_join(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 312 | fn chunk_join(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:316:22
[INFO] [stderr]     |
[INFO] [stderr] 316 | fn chunk_drop(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 316 | fn chunk_drop(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:321:33
[INFO] [stderr]     |
[INFO] [stderr] 321 | fn chunk_console_command(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 321 | fn chunk_console_command(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:396:26
[INFO] [stderr]     |
[INFO] [stderr] 396 | fn extension_test(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 396 | fn extension_test(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:406:34
[INFO] [stderr]     |
[INFO] [stderr] 406 | fn extension_ddnetver_old(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 406 | fn extension_ddnetver_old(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:421:30
[INFO] [stderr]     |
[INFO] [stderr] 421 | fn extension_ddnetver(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 421 | fn extension_ddnetver(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:443:31
[INFO] [stderr]     |
[INFO] [stderr] 443 | fn extension_auth_init(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 443 | fn extension_auth_init(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:463:32
[INFO] [stderr]     |
[INFO] [stderr] 463 | fn extension_auth_login(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 463 | fn extension_auth_login(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:483:33
[INFO] [stderr]     |
[INFO] [stderr] 483 | fn extension_auth_logout(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 483 | fn extension_auth_logout(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:494:31
[INFO] [stderr]     |
[INFO] [stderr] 494 | fn extension_join_ver6(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 494 | fn extension_join_ver6(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:505:31
[INFO] [stderr]     |
[INFO] [stderr] 505 | fn extension_join_ver7(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 505 | fn extension_join_ver7(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:516:33
[INFO] [stderr]     |
[INFO] [stderr] 516 | fn extension_rejoin_ver6(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 516 | fn extension_rejoin_ver6(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:527:34
[INFO] [stderr]     |
[INFO] [stderr] 527 | fn extension_save_success(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 527 | fn extension_save_success(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:547:34
[INFO] [stderr]     |
[INFO] [stderr] 547 | fn extension_save_failure(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 547 | fn extension_save_failure(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:558:34
[INFO] [stderr]     |
[INFO] [stderr] 558 | fn extension_load_success(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 558 | fn extension_load_success(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:578:34
[INFO] [stderr]     |
[INFO] [stderr] 578 | fn extension_load_failure(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 578 | fn extension_load_failure(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:589:33
[INFO] [stderr]     |
[INFO] [stderr] 589 | fn extension_player_team(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 589 | fn extension_player_team(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:601:35
[INFO] [stderr]     |
[INFO] [stderr] 601 | fn extension_team_practice(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 601 | fn extension_team_practice(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:613:34
[INFO] [stderr]     |
[INFO] [stderr] 613 | fn extension_player_ready(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 613 | fn extension_player_ready(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:624:33
[INFO] [stderr]     |
[INFO] [stderr] 624 | fn extension_player_swap(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 624 | fn extension_player_swap(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:637:29
[INFO] [stderr]     |
[INFO] [stderr] 637 | fn extension_antibot(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 637 | fn extension_antibot(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:641:33
[INFO] [stderr]     |
[INFO] [stderr] 641 | fn extension_player_name(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 641 | fn extension_player_name(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:654:35
[INFO] [stderr]     |
[INFO] [stderr] 654 | fn extension_player_finish(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 654 | fn extension_player_finish(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:667:33
[INFO] [stderr]     |
[INFO] [stderr] 667 | fn extension_team_finish(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 667 | fn extension_team_finish(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:680:28
[INFO] [stderr]     |
[INFO] [stderr] 680 | fn chunk_unknown_ex(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 680 | fn chunk_unknown_ex(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/chunks.rs:713:21
[INFO] [stderr]     |
[INFO] [stderr] 713 | pub fn chunk(input: &[u8]) -> IResult<&[u8], Chunk, ErrorKind> {
[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] 713 | pub fn chunk(input: &[u8]) -> IResult<&[u8], Chunk<'_>, ErrorKind> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/compat.rs:8:19
[INFO] [stderr]   |
[INFO] [stderr] 8 |     fn next_chunk(&mut self) -> Result<Chunk>;
[INFO] [stderr]   |                   ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                   |
[INFO] [stderr]   |                   the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 8 |     fn next_chunk(&mut self) -> Result<Chunk<'_>>;
[INFO] [stderr]   |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/compat.rs:19:19
[INFO] [stderr]    |
[INFO] [stderr] 19 |     fn next_chunk(&mut self) -> Result<Chunk> {
[INFO] [stderr]    |                   ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/compat.rs:71:19
[INFO] [stderr]    |
[INFO] [stderr] 71 |     fn next_chunk(&mut self) -> Result<Chunk> {
[INFO] [stderr]    |                   ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 71 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/compat.rs:165:19
[INFO] [stderr]     |
[INFO] [stderr] 165 |     fn next_chunk(&mut self) -> Result<Chunk> {
[INFO] [stderr]     |                   ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 165 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/compat.rs:239:19
[INFO] [stderr]     |
[INFO] [stderr] 239 |     fn next_chunk(&mut self) -> Result<Chunk> {
[INFO] [stderr]     |                   ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 239 |     fn next_chunk(&mut self) -> Result<Chunk<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `teehistorian` (lib) generated 39 warnings (run `cargo fix --lib -p teehistorian` to apply 39 suggestions)
[INFO] [stderr] warning: `teehistorian` (lib test) generated 39 warnings (39 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/teehistorian-799ed9a26b43de20)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test compat::test::header_empty ... ok
[INFO] [stdout] test compat::test::header_simple ... ok
[INFO] [stdout] test compat::test::header_simple2 ... ok
[INFO] [stdout] test compat::test::header_empty_json ... ok
[INFO] [stdout] test compat::test::header_simple3 ... ok
[INFO] [stdout] test compat::test::header_whitespace ... ok
[INFO] [stdout] test parser::test::cstr_empty ... ok
[INFO] [stdout] test parser::test::cstr_none ... ok
[INFO] [stdout] test parser::test::cstr_no_nul ... ok
[INFO] [stdout] test parser::test::cstr_rest3 ... ok
[INFO] [stdout] test parser::test::cstr_rest4 ... ok
[INFO] [stdout] test parser::test::twint_0 ... ok
[INFO] [stdout] test parser::test::cstr_rest1 ... ok
[INFO] [stdout] test parser::test::twint_1 ... ok
[INFO] [stdout] test parser::test::twint_63 ... ok
[INFO] [stdout] test parser::test::twint_64 ... ok
[INFO] [stdout] test parser::test::twint_empty ... ok
[INFO] [stdout] test parser::test::twint_m1 ... ok
[INFO] [stdout] test parser::test::twint_m64 ... ok
[INFO] [stdout] test parser::test::twint_max ... ok
[INFO] [stdout] test parser::test::uuid_teehistorian ... ok
[INFO] [stdout] test parser::test::twint_m65 ... ok
[INFO] [stdout] test parser::test::twint_min ... ok
[INFO] [stdout] test parser::test::cstr_rest2 ... ok
[INFO] [stdout] test parser::test::twint_extend_empty ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/read_write_chunks.rs (/opt/rustwide/target/debug/deps/read_write_chunks-62f8e0c2aad0adc0)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test antibot ... ok
[INFO] [stdout] test auth_init ... ok
[INFO] [stdout] test auth_logout ... ok
[INFO] [stdout] test auth_login ... ok
[INFO] [stdout] test console_command ... ok
[INFO] [stdout] test ddnet_version_old ... ok
[INFO] [stdout] test drop ... ok
[INFO] [stdout] test eos ... ok
[INFO] [stdout] test input_diff ... ok
[INFO] [stdout] test input_new ... ok
[INFO] [stdout] test join ... ok
[INFO] [stdout] test join_ver_6 ... ok
[INFO] [stdout] test join_ver_7 ... ok
[INFO] [stdout] test net_msg ... ok
[INFO] [stdout] test player_diff_0 ... ok
[INFO] [stdout] test player_diff_63 ... ok
[INFO] [stdout] test player_finish ... ok
[INFO] [stdout] test player_old ... ok
[INFO] [stdout] test player_new ... ok
[INFO] [stdout] test player_name ... ok
[INFO] [stdout] test team_finish ... ok
[INFO] [stdout] test team_practice ... ok
[INFO] [stdout] test team_save_failure ... ok
[INFO] [stdout] test test ... ok
[INFO] [stdout] test player_team ... ok
[INFO] [stdout] test tick_skip_0 ... ok
[INFO] [stdout] test team_load_failure ... ok
[INFO] [stdout] test team_load_success ... ok
[INFO] [stdout] test team_save_success ... ok
[INFO] [stdout] test rejoin_ver_6 ... ok
[INFO] [stdout] test tick_skip_11 ... ok
[INFO] [stdout] test unknown_ex ... ok
[INFO] [stdout] test player_swap ... ok
[INFO] [stdout] test player_ready ... ok
[INFO] [stdout] test ddnet_version ... ok
[INFO] [stdout] test player_diff_1000 ... ok
[INFO] [stdout] test player_diff_minus1 - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/simple.rs (/opt/rustwide/target/debug/deps/simple-e3f2a899bade155e)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test empty ... ok
[INFO] [stderr]    Doc-tests teehistorian
[INFO] [stdout] test invalid_uuid ... ok
[INFO] [stdout] test multiple_chunks ... ok
[INFO] [stdout] test reset_chunk ... ok
[INFO] [stdout] test too_small ... ok
[INFO] [stdout] test two_header_requests ... ok
[INFO] [stdout] test without_header_requests ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 19) ... ok
[INFO] [stdout] test src/lib.rs - (line 32) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1f68368f1335ade919d7ba6fd2ac34907b1fef8a1dc7b93174bfaf040296164f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f68368f1335ade919d7ba6fd2ac34907b1fef8a1dc7b93174bfaf040296164f", kill_on_drop: false }`
[INFO] [stdout] 1f68368f1335ade919d7ba6fd2ac34907b1fef8a1dc7b93174bfaf040296164f
