[INFO] fetching crate sml-rs 0.4.0...
[INFO] checking sml-rs-0.4.0 against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] extracting crate sml-rs 0.4.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate sml-rs 0.4.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate sml-rs 0.4.0
[INFO] tweaked toml for crates.io crate sml-rs 0.4.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sml-rs 0.4.0 on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sml-rs 0.4.0 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded similar v2.5.0
[INFO] [stderr]   Downloaded insta v1.39.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 53653345dc33457cd6bb0f6980e2a000f55ed3ce75d487e3ed76cb8952f0a91b
[INFO] running `Command { std: "docker" "start" "-a" "53653345dc33457cd6bb0f6980e2a000f55ed3ce75d487e3ed76cb8952f0a91b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53653345dc33457cd6bb0f6980e2a000f55ed3ce75d487e3ed76cb8952f0a91b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53653345dc33457cd6bb0f6980e2a000f55ed3ce75d487e3ed76cb8952f0a91b", kill_on_drop: false }`
[INFO] [stdout] 53653345dc33457cd6bb0f6980e2a000f55ed3ce75d487e3ed76cb8952f0a91b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0108f7e175ff9aa368f6337a8283b93fd1502350feec0e139eb9d085736ec121
[INFO] running `Command { std: "docker" "start" "-a" "0108f7e175ff9aa368f6337a8283b93fd1502350feec0e139eb9d085736ec121", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking similar v2.5.0
[INFO] [stderr]     Checking sml-rs v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:164:34
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn parse(input: &'i [u8]) -> ResTy<Self>;
[INFO] [stdout]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self>;
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:169:43
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn parse_complete(input: &'i [u8]) -> ResTyComplete<Self> {
[INFO] [stdout]     |                               --          ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn parse_complete(input: &'i [u8]) -> ResTyComplete<'i, Self> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:188:34
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stdout]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:198:34
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stdout]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:208:21
[INFO] [stdout]     |
[INFO] [stdout] 208 | fn take_byte(input: &[u8]) -> ResTy<u8> {
[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] 208 | fn take_byte(input: &[u8]) -> ResTy<'_, u8> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:215:32
[INFO] [stdout]     |
[INFO] [stdout] 215 | fn take<const N: usize>(input: &[u8]) -> ResTy<&[u8; N]> {
[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] 215 | fn take<const N: usize>(input: &[u8]) -> ResTy<'_, &[u8; N]> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:222:18
[INFO] [stdout]     |
[INFO] [stdout] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<&[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] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<'_, &[u8]> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/common.rs:303:34
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stdout]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/complete.rs:45:38
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn parse(mut input: &'i [u8]) -> ResTy<Self> {
[INFO] [stdout]    |                          --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn parse(mut input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/complete.rs:72:34
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/complete.rs:259:21
[INFO] [stdout]     |
[INFO] [stdout] 259 | pub fn parse(input: &[u8]) -> Result<File, ParseError> {
[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] 259 | pub fn parse(input: &[u8]) -> Result<File<'_>, ParseError> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/streaming.rs:134:34
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stdout]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/tlf.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn parse(input: &[u8]) -> ResTy<Self> {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn parse(input: &[u8]) -> ResTy<'_, Self> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/tlf.rs:95:20
[INFO] [stdout]    |
[INFO] [stdout] 95 | fn tlf_byte(input: &[u8]) -> ResTy<(bool, u8, u32)> {
[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] 95 | fn tlf_byte(input: &[u8]) -> ResTy<'_, (bool, u8, u32)> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/tlf.rs:103:26
[INFO] [stdout]     |
[INFO] [stdout] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<(bool, Ty, u32)> {
[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] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<'_, (bool, Ty, u32)> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/tlf.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<(bool, u32)> {
[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] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<'_, (bool, u32)> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking insta v1.39.0
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:164:34
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn parse(input: &'i [u8]) -> ResTy<Self>;
[INFO] [stdout]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self>;
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:169:43
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn parse_complete(input: &'i [u8]) -> ResTyComplete<Self> {
[INFO] [stdout]     |                               --          ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn parse_complete(input: &'i [u8]) -> ResTyComplete<'i, Self> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:188:34
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stdout]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:198:34
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stdout]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:208:21
[INFO] [stdout]     |
[INFO] [stdout] 208 | fn take_byte(input: &[u8]) -> ResTy<u8> {
[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] 208 | fn take_byte(input: &[u8]) -> ResTy<'_, u8> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:215:32
[INFO] [stdout]     |
[INFO] [stdout] 215 | fn take<const N: usize>(input: &[u8]) -> ResTy<&[u8; N]> {
[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] 215 | fn take<const N: usize>(input: &[u8]) -> ResTy<'_, &[u8; N]> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:222:18
[INFO] [stdout]     |
[INFO] [stdout] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<&[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] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<'_, &[u8]> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/common.rs:303:34
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stdout]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/complete.rs:45:38
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn parse(mut input: &'i [u8]) -> ResTy<Self> {
[INFO] [stdout]    |                          --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn parse(mut input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/complete.rs:72:34
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/complete.rs:259:21
[INFO] [stdout]     |
[INFO] [stdout] 259 | pub fn parse(input: &[u8]) -> Result<File, ParseError> {
[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] 259 | pub fn parse(input: &[u8]) -> Result<File<'_>, ParseError> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/streaming.rs:134:34
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stdout]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'i`
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/tlf.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn parse(input: &[u8]) -> ResTy<Self> {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn parse(input: &[u8]) -> ResTy<'_, Self> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/tlf.rs:95:20
[INFO] [stdout]    |
[INFO] [stdout] 95 | fn tlf_byte(input: &[u8]) -> ResTy<(bool, u8, u32)> {
[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] 95 | fn tlf_byte(input: &[u8]) -> ResTy<'_, (bool, u8, u32)> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/tlf.rs:103:26
[INFO] [stdout]     |
[INFO] [stdout] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<(bool, Ty, u32)> {
[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] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<'_, (bool, Ty, u32)> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/tlf.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<(bool, u32)> {
[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] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<'_, (bool, u32)> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.39s
[INFO] running `Command { std: "docker" "inspect" "0108f7e175ff9aa368f6337a8283b93fd1502350feec0e139eb9d085736ec121", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0108f7e175ff9aa368f6337a8283b93fd1502350feec0e139eb9d085736ec121", kill_on_drop: false }`
[INFO] [stdout] 0108f7e175ff9aa368f6337a8283b93fd1502350feec0e139eb9d085736ec121
