[INFO] fetching crate lip 8.1.2...
[INFO] testing lip-8.1.2 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate lip 8.1.2 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate lip 8.1.2
[INFO] finished tweaking crates.io crate lip 8.1.2
[INFO] tweaked toml for crates.io crate lip 8.1.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lip 8.1.2 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 51 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.7.0)
[INFO] [stderr]       Adding itertools v0.11.0 (available: v0.14.0)
[INFO] [stderr]       Adding unicode-width v0.1.14 (available: v0.2.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ebb04fde909d23a741fb164bf93b3fe63956a86b66dfde8c88591aecd4a0aa6d
[INFO] running `Command { std: "docker" "start" "-a" "ebb04fde909d23a741fb164bf93b3fe63956a86b66dfde8c88591aecd4a0aa6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ebb04fde909d23a741fb164bf93b3fe63956a86b66dfde8c88591aecd4a0aa6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebb04fde909d23a741fb164bf93b3fe63956a86b66dfde8c88591aecd4a0aa6d", kill_on_drop: false }`
[INFO] [stdout] ebb04fde909d23a741fb164bf93b3fe63956a86b66dfde8c88591aecd4a0aa6d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa747aaa4c899e62e5441d0bc485286d0799f5e6f03669e0feaa09dd3286cfed
[INFO] running `Command { std: "docker" "start" "-a" "fa747aaa4c899e62e5441d0bc485286d0799f5e6f03669e0feaa09dd3286cfed", kill_on_drop: false }`
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling lip v8.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:946:59
[INFO] [stdout]     |
[INFO] [stdout] 946 |     fn pred<F>(self, predicate: F, expecting: &'a str) -> Pred<Self, F>
[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 `'a`
[INFO] [stdout]     |
[INFO] [stdout] 946 |     fn pred<F>(self, predicate: F, expecting: &'a str) -> Pred<'a, Self, F>
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1109:55
[INFO] [stdout]      |
[INFO] [stdout] 1109 | pub fn token<'a, S: Clone + 'a>(expected: &'a str) -> impl Parser<Output = &'a str, State = S> {
[INFO] [stdout]      |                                            --         ^^^^^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                                            |          |                     |
[INFO] [stdout]      |                                            |          |                     the same lifetime is named here
[INFO] [stdout]      |                                            |          the same lifetime is hidden here
[INFO] [stdout]      |                                            the lifetime is named here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1109 | pub fn token<'a, S: Clone + 'a>(expected: &'a str) -> impl Parser<'a, Output = &'a str, State = S> {
[INFO] [stdout]      |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1893:18
[INFO] [stdout]      |
[INFO] [stdout] 1892 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1893 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1893 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1893 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1906:18
[INFO] [stdout]      |
[INFO] [stdout] 1905 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1906 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1906 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1906 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1919:18
[INFO] [stdout]      |
[INFO] [stdout] 1918 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1919 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1919 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1919 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1939:18
[INFO] [stdout]      |
[INFO] [stdout] 1938 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1939 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1939 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1939 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1950:18
[INFO] [stdout]      |
[INFO] [stdout] 1949 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1950 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1950 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1950 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1973:18
[INFO] [stdout]      |
[INFO] [stdout] 1972 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1973 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1973 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1973 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2352:18
[INFO] [stdout]      |
[INFO] [stdout] 2351 |     comment_symbol: &'a str,
[INFO] [stdout]      |                      -- the lifetime is named here
[INFO] [stdout] 2352 | ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 2352 - ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stdout] 2352 + ) -> impl Parser<'a, Output = (), State = S> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2361:18
[INFO] [stdout]      |
[INFO] [stdout] 2360 |     comment_symbol: &'a str,
[INFO] [stdout]      |                      -- the lifetime is named here
[INFO] [stdout] 2361 | ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 2361 - ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stdout] 2361 + ) -> impl Parser<'a, Output = (), State = S> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2435:18
[INFO] [stdout]      |
[INFO] [stdout] 2433 |     name: &'a str,
[INFO] [stdout]      |            -- the lifetime is named here
[INFO] [stdout] 2434 |     allow_leading_zeroes: bool,
[INFO] [stdout] 2435 | ) -> impl Parser<'_, Output = String, State = S> {
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 2435 - ) -> impl Parser<'_, Output = String, State = S> {
[INFO] [stdout] 2435 + ) -> impl Parser<'a, Output = String, State = S> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
[INFO] running `Command { std: "docker" "inspect" "fa747aaa4c899e62e5441d0bc485286d0799f5e6f03669e0feaa09dd3286cfed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa747aaa4c899e62e5441d0bc485286d0799f5e6f03669e0feaa09dd3286cfed", kill_on_drop: false }`
[INFO] [stdout] fa747aaa4c899e62e5441d0bc485286d0799f5e6f03669e0feaa09dd3286cfed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e6fa05b75c8cfdb8373c244c516233d2cd28d32a42766d1dd9b1e95aa1bcf055
[INFO] running `Command { std: "docker" "start" "-a" "e6fa05b75c8cfdb8373c244c516233d2cd28d32a42766d1dd9b1e95aa1bcf055", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling partial_application v0.2.1
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:946:59
[INFO] [stdout]     |
[INFO] [stdout] 946 |     fn pred<F>(self, predicate: F, expecting: &'a str) -> Pred<Self, F>
[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 `'a`
[INFO] [stdout]     |
[INFO] [stdout] 946 |     fn pred<F>(self, predicate: F, expecting: &'a str) -> Pred<'a, Self, F>
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1109:55
[INFO] [stdout]      |
[INFO] [stdout] 1109 | pub fn token<'a, S: Clone + 'a>(expected: &'a str) -> impl Parser<Output = &'a str, State = S> {
[INFO] [stdout]      |                                            --         ^^^^^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                                            |          |                     |
[INFO] [stdout]      |                                            |          |                     the same lifetime is named here
[INFO] [stdout]      |                                            |          the same lifetime is hidden here
[INFO] [stdout]      |                                            the lifetime is named here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1109 | pub fn token<'a, S: Clone + 'a>(expected: &'a str) -> impl Parser<'a, Output = &'a str, State = S> {
[INFO] [stdout]      |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1893:18
[INFO] [stdout]      |
[INFO] [stdout] 1892 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1893 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1893 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1893 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1906:18
[INFO] [stdout]      |
[INFO] [stdout] 1905 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1906 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1906 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1906 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1919:18
[INFO] [stdout]      |
[INFO] [stdout] 1918 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1919 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1919 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1919 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1939:18
[INFO] [stdout]      |
[INFO] [stdout] 1938 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1939 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1939 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1939 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1950:18
[INFO] [stdout]      |
[INFO] [stdout] 1949 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1950 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1950 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1950 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1973:18
[INFO] [stdout]      |
[INFO] [stdout] 1972 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1973 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1973 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1973 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2352:18
[INFO] [stdout]      |
[INFO] [stdout] 2351 |     comment_symbol: &'a str,
[INFO] [stdout]      |                      -- the lifetime is named here
[INFO] [stdout] 2352 | ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 2352 - ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stdout] 2352 + ) -> impl Parser<'a, Output = (), State = S> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2361:18
[INFO] [stdout]      |
[INFO] [stdout] 2360 |     comment_symbol: &'a str,
[INFO] [stdout]      |                      -- the lifetime is named here
[INFO] [stdout] 2361 | ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 2361 - ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stdout] 2361 + ) -> impl Parser<'a, Output = (), State = S> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2435:18
[INFO] [stdout]      |
[INFO] [stdout] 2433 |     name: &'a str,
[INFO] [stdout]      |            -- the lifetime is named here
[INFO] [stdout] 2434 |     allow_leading_zeroes: bool,
[INFO] [stdout] 2435 | ) -> impl Parser<'_, Output = String, State = S> {
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 2435 - ) -> impl Parser<'_, Output = String, State = S> {
[INFO] [stdout] 2435 + ) -> impl Parser<'a, Output = String, State = S> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling lip v8.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:946:59
[INFO] [stdout]     |
[INFO] [stdout] 946 |     fn pred<F>(self, predicate: F, expecting: &'a str) -> Pred<Self, F>
[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 `'a`
[INFO] [stdout]     |
[INFO] [stdout] 946 |     fn pred<F>(self, predicate: F, expecting: &'a str) -> Pred<'a, Self, F>
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1109:55
[INFO] [stdout]      |
[INFO] [stdout] 1109 | pub fn token<'a, S: Clone + 'a>(expected: &'a str) -> impl Parser<Output = &'a str, State = S> {
[INFO] [stdout]      |                                            --         ^^^^^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                                            |          |                     |
[INFO] [stdout]      |                                            |          |                     the same lifetime is named here
[INFO] [stdout]      |                                            |          the same lifetime is hidden here
[INFO] [stdout]      |                                            the lifetime is named here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1109 | pub fn token<'a, S: Clone + 'a>(expected: &'a str) -> impl Parser<'a, Output = &'a str, State = S> {
[INFO] [stdout]      |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1893:18
[INFO] [stdout]      |
[INFO] [stdout] 1892 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1893 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1893 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1893 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1906:18
[INFO] [stdout]      |
[INFO] [stdout] 1905 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1906 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1906 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1906 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1919:18
[INFO] [stdout]      |
[INFO] [stdout] 1918 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1919 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1919 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1919 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1939:18
[INFO] [stdout]      |
[INFO] [stdout] 1938 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1939 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1939 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1939 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1950:18
[INFO] [stdout]      |
[INFO] [stdout] 1949 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1950 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1950 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1950 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1973:18
[INFO] [stdout]      |
[INFO] [stdout] 1972 |     expecting: &'a str,
[INFO] [stdout]      |                 -- the lifetime is named here
[INFO] [stdout] 1973 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1973 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stdout] 1973 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2352:18
[INFO] [stdout]      |
[INFO] [stdout] 2351 |     comment_symbol: &'a str,
[INFO] [stdout]      |                      -- the lifetime is named here
[INFO] [stdout] 2352 | ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 2352 - ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stdout] 2352 + ) -> impl Parser<'a, Output = (), State = S> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2361:18
[INFO] [stdout]      |
[INFO] [stdout] 2360 |     comment_symbol: &'a str,
[INFO] [stdout]      |                      -- the lifetime is named here
[INFO] [stdout] 2361 | ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 2361 - ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stdout] 2361 + ) -> impl Parser<'a, Output = (), State = S> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2435:18
[INFO] [stdout]      |
[INFO] [stdout] 2433 |     name: &'a str,
[INFO] [stdout]      |            -- the lifetime is named here
[INFO] [stdout] 2434 |     allow_leading_zeroes: bool,
[INFO] [stdout] 2435 | ) -> impl Parser<'_, Output = String, State = S> {
[INFO] [stdout]      |                  ^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 2435 - ) -> impl Parser<'_, Output = String, State = S> {
[INFO] [stdout] 2435 + ) -> impl Parser<'a, Output = String, State = S> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.04s
[INFO] running `Command { std: "docker" "inspect" "e6fa05b75c8cfdb8373c244c516233d2cd28d32a42766d1dd9b1e95aa1bcf055", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6fa05b75c8cfdb8373c244c516233d2cd28d32a42766d1dd9b1e95aa1bcf055", kill_on_drop: false }`
[INFO] [stdout] e6fa05b75c8cfdb8373c244c516233d2cd28d32a42766d1dd9b1e95aa1bcf055
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e82325ed940d94f89978f308b6779306bd68090bcaa844c3991014705ef019d4
[INFO] running `Command { std: "docker" "start" "-a" "e82325ed940d94f89978f308b6779306bd68090bcaa844c3991014705ef019d4", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:946:59
[INFO] [stderr]     |
[INFO] [stderr] 946 |     fn pred<F>(self, predicate: F, expecting: &'a str) -> Pred<Self, F>
[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 `'a`
[INFO] [stderr]     |
[INFO] [stderr] 946 |     fn pred<F>(self, predicate: F, expecting: &'a str) -> Pred<'a, Self, F>
[INFO] [stderr]     |                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1109:55
[INFO] [stderr]      |
[INFO] [stderr] 1109 | pub fn token<'a, S: Clone + 'a>(expected: &'a str) -> impl Parser<Output = &'a str, State = S> {
[INFO] [stderr]      |                                            --         ^^^^^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^^^^^
[INFO] [stderr]      |                                            |          |                     |
[INFO] [stderr]      |                                            |          |                     the same lifetime is named here
[INFO] [stderr]      |                                            |          the same lifetime is hidden here
[INFO] [stderr]      |                                            the lifetime is named here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]      |
[INFO] [stderr] 1109 | pub fn token<'a, S: Clone + 'a>(expected: &'a str) -> impl Parser<'a, Output = &'a str, State = S> {
[INFO] [stderr]      |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1893:18
[INFO] [stderr]      |
[INFO] [stderr] 1892 |     expecting: &'a str,
[INFO] [stderr]      |                 -- the lifetime is named here
[INFO] [stderr] 1893 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stderr]      |                  ^^ the same lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]      |
[INFO] [stderr] 1893 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stderr] 1893 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1906:18
[INFO] [stderr]      |
[INFO] [stderr] 1905 |     expecting: &'a str,
[INFO] [stderr]      |                 -- the lifetime is named here
[INFO] [stderr] 1906 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stderr]      |                  ^^ the same lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]      |
[INFO] [stderr] 1906 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stderr] 1906 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1919:18
[INFO] [stderr]      |
[INFO] [stderr] 1918 |     expecting: &'a str,
[INFO] [stderr]      |                 -- the lifetime is named here
[INFO] [stderr] 1919 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stderr]      |                  ^^ the same lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]      |
[INFO] [stderr] 1919 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stderr] 1919 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1939:18
[INFO] [stderr]      |
[INFO] [stderr] 1938 |     expecting: &'a str,
[INFO] [stderr]      |                 -- the lifetime is named here
[INFO] [stderr] 1939 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stderr]      |                  ^^ the same lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]      |
[INFO] [stderr] 1939 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stderr] 1939 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1950:18
[INFO] [stderr]      |
[INFO] [stderr] 1949 |     expecting: &'a str,
[INFO] [stderr]      |                 -- the lifetime is named here
[INFO] [stderr] 1950 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stderr]      |                  ^^ the same lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]      |
[INFO] [stderr] 1950 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stderr] 1950 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1973:18
[INFO] [stderr]      |
[INFO] [stderr] 1972 |     expecting: &'a str,
[INFO] [stderr]      |                 -- the lifetime is named here
[INFO] [stderr] 1973 | ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stderr]      |                  ^^ the same lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]      |
[INFO] [stderr] 1973 - ) -> impl Parser<'_, Output = (), State = S>
[INFO] [stderr] 1973 + ) -> impl Parser<'a, Output = (), State = S>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:2352:18
[INFO] [stderr]      |
[INFO] [stderr] 2351 |     comment_symbol: &'a str,
[INFO] [stderr]      |                      -- the lifetime is named here
[INFO] [stderr] 2352 | ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stderr]      |                  ^^ the same lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]      |
[INFO] [stderr] 2352 - ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stderr] 2352 + ) -> impl Parser<'a, Output = (), State = S> {
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:2361:18
[INFO] [stderr]      |
[INFO] [stderr] 2360 |     comment_symbol: &'a str,
[INFO] [stderr]      |                      -- the lifetime is named here
[INFO] [stderr] 2361 | ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stderr]      |                  ^^ the same lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]      |
[INFO] [stderr] 2361 - ) -> impl Parser<'_, Output = (), State = S> {
[INFO] [stderr] 2361 + ) -> impl Parser<'a, Output = (), State = S> {
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:2435:18
[INFO] [stderr]      |
[INFO] [stderr] 2433 |     name: &'a str,
[INFO] [stderr]      |            -- the lifetime is named here
[INFO] [stderr] 2434 |     allow_leading_zeroes: bool,
[INFO] [stderr] 2435 | ) -> impl Parser<'_, Output = String, State = S> {
[INFO] [stderr]      |                  ^^ the same lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]      |
[INFO] [stderr] 2435 - ) -> impl Parser<'_, Output = String, State = S> {
[INFO] [stderr] 2435 + ) -> impl Parser<'a, Output = String, State = S> {
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: `lip` (lib) generated 11 warnings (run `cargo fix --lib -p lip` to apply 11 suggestions)
[INFO] [stderr] warning: `lip` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lip-1990b9320fddeca2)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test tests::test_chomp_ifc ... ok
[INFO] [stdout] test tests::test_chomp_if ... ok
[INFO] [stdout] test tests::test_keep ... ok
[INFO] [stdout] test tests::test_one_of ... ok
[INFO] [stdout] test tests::test_float ... ok
[INFO] [stdout] test tests::test_one_or_more_until ... ok
[INFO] [stdout] test tests::test_digits ... ok
[INFO] [stdout] test tests::test_end ... ok
[INFO] [stdout] test tests::test_optional ... ok
[INFO] [stdout] test tests::test_int ... ok
[INFO] [stdout] test tests::test_newline_with_comment ... ok
[INFO] [stdout] test tests::test_update ... ok
[INFO] [stdout] test tests::test_zero_or_more ... ok
[INFO] [stdout] test tests::test_one_or_more ... ok
[INFO] [stdout] test tests::test_sequence ... ok
[INFO] [stdout] test tests::test_token ... ok
[INFO] [stdout] test tests::test_optional_with_default ... ok
[INFO] [stdout] test tests::test_wrap ... ok
[INFO] [stdout] test tests::test_chomp_while1 ... ok
[INFO] [stdout] test tests::test_variable ... ok
[INFO] [stdout] test tests::test_any_char ... ok
[INFO] [stdout] test tests::test_any_grapheme ... ok
[INFO] [stderr]    Doc-tests lip
[INFO] [stdout] test tests::test_zero_or_more_until ... ok
[INFO] [stdout] test tests::test_chomp_while0 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test src/lib.rs - chomp_while1c (line 1960) ... ok
[INFO] [stdout] test src/lib.rs - chomp_while0c (line 1929) ... ok
[INFO] [stdout] test src/lib.rs - take_chomped (line 1984) ... ok
[INFO] [stdout] test src/lib.rs - variable (line 2483) ... ok
[INFO] [stdout] test src/lib.rs - Parser::keep (line 1007) ... ok
[INFO] [stdout] test src/lib.rs - ParseResult (line 85) ... ok
[INFO] [stdout] test src/lib.rs - variable (line 2474) ... ok
[INFO] [stdout] test src/lib.rs - sequence (line 2637) ... ok
[INFO] [stdout] test src/lib.rs - Parser::end (line 985) ... ok
[INFO] [stdout] test src/lib.rs - Parser::skip (line 1029) ... ok
[INFO] [stdout] test src/lib.rs - Parser::run (line 874) ... ok
[INFO] [stdout] test src/lib.rs - sequence (line 2653) ... ok
[INFO] [stdout] test src/lib.rs - variable (line 2465) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.45s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e82325ed940d94f89978f308b6779306bd68090bcaa844c3991014705ef019d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e82325ed940d94f89978f308b6779306bd68090bcaa844c3991014705ef019d4", kill_on_drop: false }`
[INFO] [stdout] e82325ed940d94f89978f308b6779306bd68090bcaa844c3991014705ef019d4
