[INFO] fetching crate sml-rs 0.4.0...
[INFO] testing sml-rs-0.4.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate sml-rs 0.4.0 into /workspace/builds/worker-3-tc2/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-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sml-rs 0.4.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 98aaf077800c743c272614556956810cb92cde244cb845c27c2e00064b17233d
[INFO] running `Command { std: "docker" "start" "-a" "98aaf077800c743c272614556956810cb92cde244cb845c27c2e00064b17233d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "98aaf077800c743c272614556956810cb92cde244cb845c27c2e00064b17233d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98aaf077800c743c272614556956810cb92cde244cb845c27c2e00064b17233d", kill_on_drop: false }`
[INFO] [stdout] 98aaf077800c743c272614556956810cb92cde244cb845c27c2e00064b17233d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8132c30aadd0e3e435c9baf900c413ea337408263b6a49c2167e2b41385829fd
[INFO] running `Command { std: "docker" "start" "-a" "8132c30aadd0e3e435c9baf900c413ea337408263b6a49c2167e2b41385829fd", kill_on_drop: false }`
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling 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]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
[INFO] running `Command { std: "docker" "inspect" "8132c30aadd0e3e435c9baf900c413ea337408263b6a49c2167e2b41385829fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8132c30aadd0e3e435c9baf900c413ea337408263b6a49c2167e2b41385829fd", kill_on_drop: false }`
[INFO] [stdout] 8132c30aadd0e3e435c9baf900c413ea337408263b6a49c2167e2b41385829fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 23de4e4f3ae9332e9c81809ce1e87364fd9e40f21268eb62a60615e1dc62d651
[INFO] running `Command { std: "docker" "start" "-a" "23de4e4f3ae9332e9c81809ce1e87364fd9e40f21268eb62a60615e1dc62d651", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling similar v2.5.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling hex-literal v0.4.1
[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]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling bstr v1.9.1
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling globset v0.4.14
[INFO] [stderr]    Compiling insta v1.39.0
[INFO] [stderr]    Compiling 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]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.98s
[INFO] running `Command { std: "docker" "inspect" "23de4e4f3ae9332e9c81809ce1e87364fd9e40f21268eb62a60615e1dc62d651", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23de4e4f3ae9332e9c81809ce1e87364fd9e40f21268eb62a60615e1dc62d651", kill_on_drop: false }`
[INFO] [stdout] 23de4e4f3ae9332e9c81809ce1e87364fd9e40f21268eb62a60615e1dc62d651
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b9e399fa2a546ef45da8dae40e1413238ccc7f01d88b16eb452d352b8965acf7
[INFO] running `Command { std: "docker" "start" "-a" "b9e399fa2a546ef45da8dae40e1413238ccc7f01d88b16eb452d352b8965acf7", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]    --> src/parser/mod.rs:164:34
[INFO] [stdout] running 47 tests
[INFO] [stderr]     |
[INFO] [stderr] 164 |     fn parse(input: &'i [u8]) -> ResTy<Self>;
[INFO] [stderr]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'i`
[INFO] [stderr]     |
[INFO] [stderr] 164 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self>;
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/mod.rs:169:43
[INFO] [stderr]     |
[INFO] [stderr] 169 |     fn parse_complete(input: &'i [u8]) -> ResTyComplete<Self> {
[INFO] [stderr]     |                               --          ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'i`
[INFO] [stderr]     |
[INFO] [stderr] 169 |     fn parse_complete(input: &'i [u8]) -> ResTyComplete<'i, Self> {
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/mod.rs:188:34
[INFO] [stderr]     |
[INFO] [stderr] 188 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stderr]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'i`
[INFO] [stderr]     |
[INFO] [stderr] 188 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/mod.rs:198:34
[INFO] [stderr]     |
[INFO] [stderr] 198 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stderr]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'i`
[INFO] [stderr]     |
[INFO] [stderr] 198 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/mod.rs:208:21
[INFO] [stderr]     |
[INFO] [stderr] 208 | fn take_byte(input: &[u8]) -> ResTy<u8> {
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 208 | fn take_byte(input: &[u8]) -> ResTy<'_, u8> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/mod.rs:215:32
[INFO] [stderr]     |
[INFO] [stderr] 215 | fn take<const N: usize>(input: &[u8]) -> ResTy<&[u8; N]> {
[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] 215 | fn take<const N: usize>(input: &[u8]) -> ResTy<'_, &[u8; N]> {
[INFO] [stderr]     |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/mod.rs:222:18
[INFO] [stderr]     |
[INFO] [stderr] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<&[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] 222 | fn take_n(input: &[u8], n: usize) -> ResTy<'_, &[u8]> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/common.rs:303:34
[INFO] [stderr]     |
[INFO] [stderr] 303 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stderr]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'i`
[INFO] [stderr]     |
[INFO] [stderr] 303 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/complete.rs:45:38
[INFO] [stderr]    |
[INFO] [stderr] 45 |     fn parse(mut input: &'i [u8]) -> ResTy<Self> {
[INFO] [stderr]    |                          --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'i`
[INFO] [stderr]    |
[INFO] [stderr] 45 |     fn parse(mut input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stderr]    |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/complete.rs:72:34
[INFO] [stderr]    |
[INFO] [stderr] 72 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stderr]    |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'i`
[INFO] [stderr]    |
[INFO] [stderr] 72 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stderr]    |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/complete.rs:259:21
[INFO] [stderr]     |
[INFO] [stderr] 259 | pub fn parse(input: &[u8]) -> Result<File, ParseError> {
[INFO] [stderr]     |                     ^^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 259 | pub fn parse(input: &[u8]) -> Result<File<'_>, ParseError> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/streaming.rs:134:34
[INFO] [stderr]     |
[INFO] [stderr] 134 |     fn parse(input: &'i [u8]) -> ResTy<Self> {
[INFO] [stderr]     |                      --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'i`
[INFO] [stderr]     |
[INFO] [stderr] 134 |     fn parse(input: &'i [u8]) -> ResTy<'i, Self> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/tlf.rs:55:21
[INFO] [stderr]    |
[INFO] [stderr] 55 |     fn parse(input: &[u8]) -> ResTy<Self> {
[INFO] [stderr]    |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 55 |     fn parse(input: &[u8]) -> ResTy<'_, Self> {
[INFO] [stderr]    |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/tlf.rs:95:20
[INFO] [stderr]    |
[INFO] [stderr] 95 | fn tlf_byte(input: &[u8]) -> ResTy<(bool, u8, u32)> {
[INFO] [stderr]    |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 95 | fn tlf_byte(input: &[u8]) -> ResTy<'_, (bool, u8, u32)> {
[INFO] [stderr]    |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/tlf.rs:103:26
[INFO] [stderr]     |
[INFO] [stderr] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<(bool, Ty, u32)> {
[INFO] [stderr]     |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 103 | fn tlf_first_byte(input: &[u8]) -> ResTy<'_, (bool, Ty, u32)> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/tlf.rs:109:25
[INFO] [stderr]     |
[INFO] [stderr] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<(bool, u32)> {
[INFO] [stderr]     |                         ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 109 | fn tlf_next_byte(input: &[u8]) -> ResTy<'_, (bool, u32)> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: `sml-rs` (lib) generated 16 warnings (run `cargo fix --lib -p sml-rs` to apply 16 suggestions)
[INFO] [stderr] warning: `sml-rs` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sml_rs-825ab4fff14edfe2)
[INFO] [stdout] test parser::num::test::parse_boolean ... ok
[INFO] [stdout] test parser::num::test::parse_nums_error ... ok
[INFO] [stdout] test parser::num::test::parse_nums ... ok
[INFO] [stdout] test parser::num::test::parse_optional_num ... ok
[INFO] [stdout] test parser::octet_string::test::test_octet_str ... ok
[INFO] [stdout] test parser::tlf::tests::len_single_byte ... ok
[INFO] [stdout] test read_tests::test_smlreader_reading ... ok
[INFO] [stdout] test parser::tlf::tests::len_multi_byte ... ok
[INFO] [stdout] test parser::tlf::tests::reserved ... ok
[INFO] [stdout] test parser::num::test::parse_fewer_bytes ... ok
[INFO] [stdout] test test_smlreader_construction ... ok
[INFO] [stdout] test transport::decode_tests::additional_bytes ... ok
[INFO] [stdout] test transport::decode_tests::alloc_basic ... ok
[INFO] [stdout] test transport::decode_tests::basic ... ok
[INFO] [stdout] test transport::decode_tests::double_msg_start ... ok
[INFO] [stdout] test transport::decode_tests::ending_with_1b_no_padding_3 ... ok
[INFO] [stdout] test transport::decode_tests::ending_with_1b_no_padding_1 ... ok
[INFO] [stdout] test transport::decode_tests::invalid_crc ... ok
[INFO] [stdout] test parser::tlf::tests::different_types ... ok
[INFO] [stdout] test transport::decode_tests::padding ... ok
[INFO] [stdout] test transport::decode_tests::escape_in_user_data ... ok
[INFO] [stdout] test transport::decode_tests::padding_too_large ... ok
[INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::eof_while_parsing ... ok
[INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::immediate_err ... ok
[INFO] [stdout] test transport::decode_tests::ending_with_1b_no_padding_2 ... ok
[INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::successful_read_then_eof ... ok
[INFO] [stdout] test transport::decode_tests::empty_msg_with_padding ... ok
[INFO] [stdout] test transport::tests::basic ... ok
[INFO] [stdout] test transport::decode_tests::incomplete_esc_sequence ... ok
[INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::err_while_parsing_ok_afterwards ... ok
[INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::would_block_before_parsing ... ok
[INFO] [stdout] test transport::tests::empty ... ok
[INFO] [stdout] test transport::decoder_reader::decoder_reader_tests::would_block_while_parsing ... ok
[INFO] [stdout] test transport::tests::padding ... ok
[INFO] [stdout] test util::test_arraybuf::test_debug ... ok
[INFO] [stdout] test util::test_arraybuf::test_eq ... ok
[INFO] [stdout] test util::test_arraybuf::test_basic ... ok
[INFO] [stdout] test transport::tests::ending_with_1b_no_padding ... ok
[INFO] [stdout] test util::test_arraybuf::test_n0 ... ok
[INFO] [stdout] test util::test_arraybuf::test_from_iter ... ok
[INFO] [stdout] test transport::tests::escape_in_user_data ... ok
[INFO] [stdout] test transport::decode_tests::incomplete_message ... ok
[INFO] [stdout] test transport::decode_tests::invalid_esc_sequence ... ok
[INFO] [stdout] test transport::decode_tests::msg_end_misaligned ... ok
[INFO] [stdout] test transport::decode_tests::out_of_memory ... ok
[INFO] [stdout] test transport::tests::almost_escape_in_user_data ... ok
[INFO] [stderr]      Running tests/libsml-testing.rs (/opt/rustwide/target/debug/deps/libsml_testing-04722cfd8a74fdf5)
[INFO] [stdout] test util::test_arraybuf::test_from_panic - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_repo_validation ... ok
[INFO] [stderr]    Doc-tests sml_rs
[INFO] [stdout] test test_files ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test src/lib.rs - SmlReader (line 158) ... ok
[INFO] [stdout] test src/lib.rs - DummySmlReader::with_vec_buffer (line 247) ... ok
[INFO] [stdout] test src/parser/complete.rs - parser::complete (line 5) ... ok
[INFO] [stdout] test src/lib.rs - SmlReaderBuilder<Buf>::from_reader (line 505) ... ok
[INFO] [stdout] test src/lib.rs - DummySmlReader::from_iterator (line 327) ... ok
[INFO] [stdout] test src/lib.rs - DummySmlReader::with_static_buffer (line 230) ... ok
[INFO] [stdout] test src/parser/mod.rs - parser (line 28) ... ok
[INFO] [stdout] test src/lib.rs - SmlReaderBuilder<Buf>::from_iterator (line 566) ... ok
[INFO] [stdout] test src/lib.rs - SmlReaderBuilder<Buf>::from_slice (line 551) ... ok
[INFO] [stdout] test src/lib.rs - DummySmlReader::from_slice (line 312) ... ok
[INFO] [stdout] test src/lib.rs - SmlReader (line 200) ... ok
[INFO] [stdout] test src/lib.rs - SmlReader (line 171) ... ok
[INFO] [stdout] test src/lib.rs - DummySmlReader::from_reader (line 263) ... ok
[INFO] [stdout] test src/lib.rs - SmlReader<R,Buf>::read (line 357) ... ok
[INFO] [stdout] test src/lib.rs - SmlReader<R,Buf>::next (line 386) ... ok
[INFO] [stdout] test src/lib.rs - SmlReader (line 150) ... ok
[INFO] [stdout] test src/parser/mod.rs - parser (line 67) ... ok
[INFO] [stdout] test src/transport.rs - transport::decode_streaming (line 690) ... ok
[INFO] [stdout] test src/lib.rs - SmlReader (line 105) ... ok
[INFO] [stdout] test src/transport.rs - transport::encode (line 179) ... ok
[INFO] [stdout] test src/transport.rs - transport::decode (line 618) ... ok
[INFO] [stdout] test src/transport.rs - transport::Decoder (line 313) ... ok
[INFO] [stdout] test src/transport.rs - transport::encode (line 187) ... ok
[INFO] [stdout] test src/transport.rs - transport::encode_streaming (line 254) ... ok
[INFO] [stdout] test src/transport.rs - transport::encode (line 200) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.64s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b9e399fa2a546ef45da8dae40e1413238ccc7f01d88b16eb452d352b8965acf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9e399fa2a546ef45da8dae40e1413238ccc7f01d88b16eb452d352b8965acf7", kill_on_drop: false }`
[INFO] [stdout] b9e399fa2a546ef45da8dae40e1413238ccc7f01d88b16eb452d352b8965acf7
