[INFO] fetching crate parcelona 0.4.3...
[INFO] testing parcelona-0.4.3 against 1.91.0 for beta-1.92-2
[INFO] extracting crate parcelona 0.4.3 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate parcelona 0.4.3
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate parcelona 0.4.3
[INFO] tweaked toml for crates.io crate parcelona 0.4.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate parcelona 0.4.3 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate parcelona 0.4.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded parcelona_macros_derive v0.2.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b11731ed3a0baa19efb8cfc5003cde3eb136dd29ec7d586bb43d3577143a08c8
[INFO] running `Command { std: "docker" "start" "-a" "b11731ed3a0baa19efb8cfc5003cde3eb136dd29ec7d586bb43d3577143a08c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b11731ed3a0baa19efb8cfc5003cde3eb136dd29ec7d586bb43d3577143a08c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b11731ed3a0baa19efb8cfc5003cde3eb136dd29ec7d586bb43d3577143a08c8", kill_on_drop: false }`
[INFO] [stdout] b11731ed3a0baa19efb8cfc5003cde3eb136dd29ec7d586bb43d3577143a08c8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6f7b6b1e066b8dd5977f4b856654c6c099258123b63bdb7efe1e8b4fd776e7fb
[INFO] running `Command { std: "docker" "start" "-a" "6f7b6b1e066b8dd5977f4b856654c6c099258123b63bdb7efe1e8b4fd776e7fb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling bstr v1.10.0
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling parcelona_macros_derive v0.2.5
[INFO] [stderr]    Compiling parcelona v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser_combinators.rs:336:44
[INFO] [stdout]     |
[INFO] [stdout] 336 | pub fn data_end<'a,T>(a:&'a[T]) -> Result<(&[T],&[T]), PErr<'a,T>> {
[INFO] [stdout]     |                          --                ^^^^ ^^^^        -- the same lifetime is named here
[INFO] [stdout]     |                          |                 |    |
[INFO] [stdout]     |                          |                 |    the same lifetime is elided here
[INFO] [stdout]     |                          |                 the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 336 | pub fn data_end<'a,T>(a:&'a[T]) -> Result<(&'a [T],&'a [T]), PErr<'a,T>> {
[INFO] [stdout]     |                                             ++      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser_combinators.rs:883:58
[INFO] [stdout]     |
[INFO] [stdout] 883 | pub fn take_record<'a,T>(b: &'a[T], l: usize) -> Result<(&[T], &[T]), PErr<'a,T>> {
[INFO] [stdout]     |                              --                          ^^^^  ^^^^        -- the same lifetime is named here
[INFO] [stdout]     |                              |                           |     |
[INFO] [stdout]     |                              |                           |     the same lifetime is elided here
[INFO] [stdout]     |                              |                           the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 883 | pub fn take_record<'a,T>(b: &'a[T], l: usize) -> Result<(&'a [T], &'a [T]), PErr<'a,T>> {
[INFO] [stdout]     |                                                           ++       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/u8.rs:74:26
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn take_len_be_u8(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 74 | pub fn take_len_be_u8(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/u8.rs:80:27
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub fn take_len_be_u16(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 80 | pub fn take_len_be_u16(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/u8.rs:87:27
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn take_len_be_u24(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 87 | pub fn take_len_be_u24(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/u8.rs:94:27
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn take_len_be_u32(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 94 | pub fn take_len_be_u32(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:101:27
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub fn take_len_be_u48(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 101 | pub fn take_len_be_u48(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:108:27
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub fn take_len_be_u64(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 108 | pub fn take_len_be_u64(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn take_record_be_u8(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                             ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                 |      |
[INFO] [stdout]     |                             |                 |      the same lifetime is elided here
[INFO] [stdout]     |                             |                 the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn take_record_be_u8(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:121:30
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub fn take_record_be_u16(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub fn take_record_be_u16(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub fn take_record_be_u24(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub fn take_record_be_u24(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:131:30
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn take_record_be_u32(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn take_record_be_u32(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:136:30
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub fn take_record_be_u48(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub fn take_record_be_u48(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:141:30
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub fn take_record_be_u64(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub fn take_record_be_u64(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.69s
[INFO] running `Command { std: "docker" "inspect" "6f7b6b1e066b8dd5977f4b856654c6c099258123b63bdb7efe1e8b4fd776e7fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f7b6b1e066b8dd5977f4b856654c6c099258123b63bdb7efe1e8b4fd776e7fb", kill_on_drop: false }`
[INFO] [stdout] 6f7b6b1e066b8dd5977f4b856654c6c099258123b63bdb7efe1e8b4fd776e7fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb0b9b190adbc442c88e577fb572a7490d72805d1bb7d467cd0016ac1b7c820c
[INFO] running `Command { std: "docker" "start" "-a" "bb0b9b190adbc442c88e577fb572a7490d72805d1bb7d467cd0016ac1b7c820c", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser_combinators.rs:336:44
[INFO] [stdout]     |
[INFO] [stdout] 336 | pub fn data_end<'a,T>(a:&'a[T]) -> Result<(&[T],&[T]), PErr<'a,T>> {
[INFO] [stdout]     |                          --                ^^^^ ^^^^        -- the same lifetime is named here
[INFO] [stdout]     |                          |                 |    |
[INFO] [stdout]     |                          |                 |    the same lifetime is elided here
[INFO] [stdout]     |                          |                 the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 336 | pub fn data_end<'a,T>(a:&'a[T]) -> Result<(&'a [T],&'a [T]), PErr<'a,T>> {
[INFO] [stdout]     |                                             ++      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser_combinators.rs:883:58
[INFO] [stdout]     |
[INFO] [stdout] 883 | pub fn take_record<'a,T>(b: &'a[T], l: usize) -> Result<(&[T], &[T]), PErr<'a,T>> {
[INFO] [stdout]     |                              --                          ^^^^  ^^^^        -- the same lifetime is named here
[INFO] [stdout]     |                              |                           |     |
[INFO] [stdout]     |                              |                           |     the same lifetime is elided here
[INFO] [stdout]     |                              |                           the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 883 | pub fn take_record<'a,T>(b: &'a[T], l: usize) -> Result<(&'a [T], &'a [T]), PErr<'a,T>> {
[INFO] [stdout]     |                                                           ++       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/u8.rs:74:26
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn take_len_be_u8(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 74 | pub fn take_len_be_u8(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/u8.rs:80:27
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub fn take_len_be_u16(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 80 | pub fn take_len_be_u16(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/u8.rs:87:27
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn take_len_be_u24(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 87 | pub fn take_len_be_u24(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/u8.rs:94:27
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn take_len_be_u32(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 94 | pub fn take_len_be_u32(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:101:27
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub fn take_len_be_u48(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 101 | pub fn take_len_be_u48(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:108:27
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub fn take_len_be_u64(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 108 | pub fn take_len_be_u64(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn take_record_be_u8(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                             ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                 |      |
[INFO] [stdout]     |                             |                 |      the same lifetime is elided here
[INFO] [stdout]     |                             |                 the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn take_record_be_u8(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:121:30
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub fn take_record_be_u16(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub fn take_record_be_u16(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub fn take_record_be_u24(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub fn take_record_be_u24(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:131:30
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn take_record_be_u32(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn take_record_be_u32(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:136:30
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub fn take_record_be_u48(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub fn take_record_be_u48(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:141:30
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub fn take_record_be_u64(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub fn take_record_be_u64(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling parcelona v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> examples/parse_tag.rs:43:21
[INFO] [stdout]    |
[INFO] [stdout] 43 | fn parse_tag(input: &[u8]) -> Result<Tag, Box<dyn 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] 43 | fn parse_tag(input: &[u8]) -> Result<Tag<'_>, Box<dyn Error + '_>> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> tests/tests.rs:312:18
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn ft(input: &[u8]) -> ParseResult<u8,&[u8]> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |              |
[INFO] [stdout]     |                  |         |              the same lifetime is elided here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn ft(input: &[u8]) -> ParseResult<'_, u8,&[u8]> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> tests/tests.rs:325:18
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn ft(input: &[u8]) -> ParseResult<u8,&[u8]> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |              |
[INFO] [stdout]     |                  |         |              the same lifetime is elided here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn ft(input: &[u8]) -> ParseResult<'_, u8,&[u8]> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser_combinators.rs:336:44
[INFO] [stdout]     |
[INFO] [stdout] 336 | pub fn data_end<'a,T>(a:&'a[T]) -> Result<(&[T],&[T]), PErr<'a,T>> {
[INFO] [stdout]     |                          --                ^^^^ ^^^^        -- the same lifetime is named here
[INFO] [stdout]     |                          |                 |    |
[INFO] [stdout]     |                          |                 |    the same lifetime is elided here
[INFO] [stdout]     |                          |                 the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 336 | pub fn data_end<'a,T>(a:&'a[T]) -> Result<(&'a [T],&'a [T]), PErr<'a,T>> {
[INFO] [stdout]     |                                             ++      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser_combinators.rs:883:58
[INFO] [stdout]     |
[INFO] [stdout] 883 | pub fn take_record<'a,T>(b: &'a[T], l: usize) -> Result<(&[T], &[T]), PErr<'a,T>> {
[INFO] [stdout]     |                              --                          ^^^^  ^^^^        -- the same lifetime is named here
[INFO] [stdout]     |                              |                           |     |
[INFO] [stdout]     |                              |                           |     the same lifetime is elided here
[INFO] [stdout]     |                              |                           the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 883 | pub fn take_record<'a,T>(b: &'a[T], l: usize) -> Result<(&'a [T], &'a [T]), PErr<'a,T>> {
[INFO] [stdout]     |                                                           ++       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/u8.rs:74:26
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn take_len_be_u8(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 74 | pub fn take_len_be_u8(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/u8.rs:80:27
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub fn take_len_be_u16(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 80 | pub fn take_len_be_u16(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/u8.rs:87:27
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn take_len_be_u24(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 87 | pub fn take_len_be_u24(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/u8.rs:94:27
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn take_len_be_u32(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 94 | pub fn take_len_be_u32(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:101:27
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub fn take_len_be_u48(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 101 | pub fn take_len_be_u48(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:108:27
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub fn take_len_be_u64(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 108 | pub fn take_len_be_u64(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn take_record_be_u8(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                             ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                 |      |
[INFO] [stdout]     |                             |                 |      the same lifetime is elided here
[INFO] [stdout]     |                             |                 the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn take_record_be_u8(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:121:30
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub fn take_record_be_u16(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub fn take_record_be_u16(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub fn take_record_be_u24(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub fn take_record_be_u24(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:131:30
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn take_record_be_u32(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn take_record_be_u32(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:136:30
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub fn take_record_be_u48(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub fn take_record_be_u48(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/u8.rs:141:30
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub fn take_record_be_u64(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stdout]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                 |      |
[INFO] [stdout]     |                              |                 |      the same lifetime is elided here
[INFO] [stdout]     |                              |                 the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub fn take_record_be_u64(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.59s
[INFO] running `Command { std: "docker" "inspect" "bb0b9b190adbc442c88e577fb572a7490d72805d1bb7d467cd0016ac1b7c820c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb0b9b190adbc442c88e577fb572a7490d72805d1bb7d467cd0016ac1b7c820c", kill_on_drop: false }`
[INFO] [stdout] bb0b9b190adbc442c88e577fb572a7490d72805d1bb7d467cd0016ac1b7c820c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e322fcb1d08ba38808ce4b10b181eae553e1dcf9209ed8d4c544ce4f15295d12
[INFO] running `Command { std: "docker" "start" "-a" "e322fcb1d08ba38808ce4b10b181eae553e1dcf9209ed8d4c544ce4f15295d12", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser_combinators.rs:336:44
[INFO] [stderr]     |
[INFO] [stderr] 336 | pub fn data_end<'a,T>(a:&'a[T]) -> Result<(&[T],&[T]), PErr<'a,T>> {
[INFO] [stderr]     |                          --                ^^^^ ^^^^        -- the same lifetime is named here
[INFO] [stderr]     |                          |                 |    |
[INFO] [stderr]     |                          |                 |    the same lifetime is elided here
[INFO] [stderr]     |                          |                 the same lifetime is elided here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 336 | pub fn data_end<'a,T>(a:&'a[T]) -> Result<(&'a [T],&'a [T]), PErr<'a,T>> {
[INFO] [stderr]     |                                             ++      ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser_combinators.rs:883:58
[INFO] [stderr]     |
[INFO] [stderr] 883 | pub fn take_record<'a,T>(b: &'a[T], l: usize) -> Result<(&[T], &[T]), PErr<'a,T>> {
[INFO] [stderr]     |                              --                          ^^^^  ^^^^        -- the same lifetime is named here
[INFO] [stderr]     |                              |                           |     |
[INFO] [stderr]     |                              |                           |     the same lifetime is elided here
[INFO] [stderr]     |                              |                           the same lifetime is elided here
[INFO] [stderr]     |                              the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 883 | pub fn take_record<'a,T>(b: &'a[T], l: usize) -> Result<(&'a [T], &'a [T]), PErr<'a,T>> {
[INFO] [stderr]     |                                                           ++       ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/u8.rs:74:26
[INFO] [stderr]    |
[INFO] [stderr] 74 | pub fn take_len_be_u8(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 74 | pub fn take_len_be_u8(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stderr]    |                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/u8.rs:80:27
[INFO] [stderr]    |
[INFO] [stderr] 80 | pub fn take_len_be_u16(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 80 | pub fn take_len_be_u16(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stderr]    |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/u8.rs:87:27
[INFO] [stderr]    |
[INFO] [stderr] 87 | pub fn take_len_be_u24(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 87 | pub fn take_len_be_u24(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stderr]    |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/u8.rs:94:27
[INFO] [stderr]    |
[INFO] [stderr] 94 | pub fn take_len_be_u32(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 94 | pub fn take_len_be_u32(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stderr]    |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/u8.rs:101:27
[INFO] [stderr]     |
[INFO] [stderr] 101 | pub fn take_len_be_u48(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 101 | pub fn take_len_be_u48(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/u8.rs:108:27
[INFO] [stderr]     |
[INFO] [stderr] 108 | pub fn take_len_be_u64(b: &[u8]) -> Result<(&[u8], usize), PErr<u8>> {
[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] 108 | pub fn take_len_be_u64(b: &[u8]) -> Result<(&[u8], usize), PErr<'_, u8>> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/u8.rs:115:29
[INFO] [stderr]     |
[INFO] [stderr] 115 | pub fn take_record_be_u8(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stderr]     |                             ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |                 |      |
[INFO] [stderr]     |                             |                 |      the same lifetime is elided here
[INFO] [stderr]     |                             |                 the same lifetime is elided here
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 115 | pub fn take_record_be_u8(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stderr]     |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/u8.rs:121:30
[INFO] [stderr]     |
[INFO] [stderr] 121 | pub fn take_record_be_u16(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stderr]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |                 |      |
[INFO] [stderr]     |                              |                 |      the same lifetime is elided here
[INFO] [stderr]     |                              |                 the same lifetime is elided here
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 121 | pub fn take_record_be_u16(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stderr]     |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/u8.rs:126:30
[INFO] [stderr]     |
[INFO] [stderr] 126 | pub fn take_record_be_u24(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stderr]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |                 |      |
[INFO] [stderr]     |                              |                 |      the same lifetime is elided here
[INFO] [stderr]     |                              |                 the same lifetime is elided here
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 126 | pub fn take_record_be_u24(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stderr]     |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/u8.rs:131:30
[INFO] [stderr]     |
[INFO] [stderr] 131 | pub fn take_record_be_u32(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stderr]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |                 |      |
[INFO] [stderr]     |                              |                 |      the same lifetime is elided here
[INFO] [stderr]     |                              |                 the same lifetime is elided here
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 131 | pub fn take_record_be_u32(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stderr]     |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/u8.rs:136:30
[INFO] [stderr]     |
[INFO] [stderr] 136 | pub fn take_record_be_u48(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stderr]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |                 |      |
[INFO] [stderr]     |                              |                 |      the same lifetime is elided here
[INFO] [stderr]     |                              |                 the same lifetime is elided here
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 136 | pub fn take_record_be_u48(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stderr]     |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/u8.rs:141:30
[INFO] [stderr]     |
[INFO] [stderr] 141 | pub fn take_record_be_u64(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<u8>> {
[INFO] [stderr]     |                              ^^^^^             ^^^^^  ^^^^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |                 |      |
[INFO] [stderr]     |                              |                 |      the same lifetime is elided here
[INFO] [stderr]     |                              |                 the same lifetime is elided here
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 141 | pub fn take_record_be_u64(b: &[u8]) -> Result<(&[u8], &[u8]), PErr<'_, u8>> {
[INFO] [stderr]     |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: `parcelona` (lib) generated 14 warnings (run `cargo fix --lib -p parcelona` to apply 14 suggestions)
[INFO] [stderr] warning: `parcelona` (lib test) generated 14 warnings (14 duplicates)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> tests/tests.rs:312:18
[INFO] [stderr]     |
[INFO] [stderr] 312 |     fn ft(input: &[u8]) -> ParseResult<u8,&[u8]> {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                  |         |              |
[INFO] [stderr]     |                  |         |              the same lifetime is elided here
[INFO] [stderr]     |                  |         the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 312 |     fn ft(input: &[u8]) -> ParseResult<'_, u8,&[u8]> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> tests/tests.rs:325:18
[INFO] [stderr]     |
[INFO] [stderr] 325 |     fn ft(input: &[u8]) -> ParseResult<u8,&[u8]> {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                  |         |              |
[INFO] [stderr]     |                  |         |              the same lifetime is elided here
[INFO] [stderr]     |                  |         the same lifetime is hidden 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] 325 |     fn ft(input: &[u8]) -> ParseResult<'_, u8,&[u8]> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> examples/parse_tag.rs:43:21
[INFO] [stderr]    |
[INFO] [stderr] 43 | fn parse_tag(input: &[u8]) -> Result<Tag, Box<dyn 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] 43 | fn parse_tag(input: &[u8]) -> Result<Tag<'_>, Box<dyn Error + '_>> {
[INFO] [stderr]    |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `parcelona` (test "tests") generated 2 warnings (run `cargo fix --test "tests"` to apply 2 suggestions)
[INFO] [stderr] warning: `parcelona` (example "parse_tag") generated 1 warning (run `cargo fix --example "parse_tag"` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/parcelona-06b066684a721c42)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-0cb50f02d84d4e99)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test t_classo ... ok
[INFO] [stdout] test t_color ... ok
[INFO] [stdout] test t_ffun_alt ... ok
[INFO] [stdout] test t_alt ... ok
[INFO] [stdout] test t_exact ... ok
[INFO] [stdout] test t_find_sep_pair ... ok
[INFO] [stdout] test t_exact1 ... ok
[INFO] [stdout] test t_find ... ok
[INFO] [stdout] test t_permut_part1 ... ok
[INFO] [stdout] test t_find1 ... ok
[INFO] [stdout] test t_permut_part2 ... ok
[INFO] [stdout] test t_permut ... ok
[INFO] [stdout] test t_permut_part1_1 ... ok
[INFO] [stdout] test t_permut_part3 ... ok
[INFO] [stdout] test t_simple ... ok
[INFO] [stdout] test t_sep_list ... ok
[INFO] [stdout] test t_u8ext ... ok
[INFO] [stdout] test t_ffun ... ok
[INFO] [stdout] test t_t_f ... ok
[INFO] [stdout] test t_classo1 ... ok
[INFO] [stdout] test t3 ... ok
[INFO] [stdout] test t2 ... ok
[INFO] [stdout] test t_more ... ok
[INFO] [stdout] test t1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests parcelona
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e322fcb1d08ba38808ce4b10b181eae553e1dcf9209ed8d4c544ce4f15295d12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e322fcb1d08ba38808ce4b10b181eae553e1dcf9209ed8d4c544ce4f15295d12", kill_on_drop: false }`
[INFO] [stdout] e322fcb1d08ba38808ce4b10b181eae553e1dcf9209ed8d4c544ce4f15295d12
