[INFO] fetching crate lip 8.1.2... [INFO] testing lip-8.1.2 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate lip 8.1.2 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate lip 8.1.2 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 59 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.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4abd9783dc819ab20f09cb8f6f582dc9893cd197f40112b80fe97607a8babc6e [INFO] running `Command { std: "docker" "start" "-a" "4abd9783dc819ab20f09cb8f6f582dc9893cd197f40112b80fe97607a8babc6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4abd9783dc819ab20f09cb8f6f582dc9893cd197f40112b80fe97607a8babc6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4abd9783dc819ab20f09cb8f6f582dc9893cd197f40112b80fe97607a8babc6e", kill_on_drop: false }` [INFO] [stdout] 4abd9783dc819ab20f09cb8f6f582dc9893cd197f40112b80fe97607a8babc6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba3d55dad4e0d73b1a2808fdfea4bfa766bd79fd9c1ad58f4d061e153a0c8faf [INFO] running `Command { std: "docker" "start" "-a" "ba3d55dad4e0d73b1a2808fdfea4bfa766bd79fd9c1ad58f4d061e153a0c8faf", kill_on_drop: false }` [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling xi-unicode v0.3.0 [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:48 [INFO] [stdout] | [INFO] [stdout] 946 | fn pred(self, predicate: F, expecting: &'a str) -> Pred [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(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:44 [INFO] [stdout] | [INFO] [stdout] 1109 | pub fn token<'a, S: Clone + 'a>(expected: &'a str) -> impl Parser { [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:1892:17 [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:1905:17 [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:1918:17 [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:1938:17 [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:1949:17 [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:1972:17 [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:2351:22 [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:2360:22 [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:2433:12 [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.32s [INFO] running `Command { std: "docker" "inspect" "ba3d55dad4e0d73b1a2808fdfea4bfa766bd79fd9c1ad58f4d061e153a0c8faf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba3d55dad4e0d73b1a2808fdfea4bfa766bd79fd9c1ad58f4d061e153a0c8faf", kill_on_drop: false }` [INFO] [stdout] ba3d55dad4e0d73b1a2808fdfea4bfa766bd79fd9c1ad58f4d061e153a0c8faf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aec19eb3cc4d5585451ca87d688510ad32459b292610d00440859b275d3dc29a [INFO] running `Command { std: "docker" "start" "-a" "aec19eb3cc4d5585451ca87d688510ad32459b292610d00440859b275d3dc29a", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling is-terminal v0.4.16 [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:48 [INFO] [stdout] | [INFO] [stdout] 946 | fn pred(self, predicate: F, expecting: &'a str) -> Pred [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(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:44 [INFO] [stdout] | [INFO] [stdout] 1109 | pub fn token<'a, S: Clone + 'a>(expected: &'a str) -> impl Parser { [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:1892:17 [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:1905:17 [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:1918:17 [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:1938:17 [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:1949:17 [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:1972:17 [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:2351:22 [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:2360:22 [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:2433:12 [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.48 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling regex v1.11.3 [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:48 [INFO] [stdout] | [INFO] [stdout] 946 | fn pred(self, predicate: F, expecting: &'a str) -> Pred [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(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:44 [INFO] [stdout] | [INFO] [stdout] 1109 | pub fn token<'a, S: Clone + 'a>(expected: &'a str) -> impl Parser { [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:1892:17 [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:1905:17 [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:1918:17 [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:1938:17 [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:1949:17 [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:1972:17 [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:2351:22 [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:2360:22 [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:2433:12 [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 15.21s [INFO] running `Command { std: "docker" "inspect" "aec19eb3cc4d5585451ca87d688510ad32459b292610d00440859b275d3dc29a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aec19eb3cc4d5585451ca87d688510ad32459b292610d00440859b275d3dc29a", kill_on_drop: false }` [INFO] [stdout] aec19eb3cc4d5585451ca87d688510ad32459b292610d00440859b275d3dc29a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9838581696d271136ad499f265b8ac67df2cdfaa09bbf7d6aa188dd4ed4cb54e [INFO] running `Command { std: "docker" "start" "-a" "9838581696d271136ad499f265b8ac67df2cdfaa09bbf7d6aa188dd4ed4cb54e", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:946:48 [INFO] [stderr] | [INFO] [stderr] 946 | fn pred(self, predicate: F, expecting: &'a str) -> Pred [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(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:44 [INFO] [stderr] | [INFO] [stderr] 1109 | pub fn token<'a, S: Clone + 'a>(expected: &'a str) -> impl Parser { [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:1892:17 [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:1905:17 [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:1918:17 [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:1938:17 [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:1949:17 [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:1972:17 [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:2351:22 [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:2360:22 [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:2433:12 [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.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lip-a0fb6deb493e81b5) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test tests::test_any_grapheme ... ok [INFO] [stdout] test tests::test_any_char ... ok [INFO] [stdout] test tests::test_chomp_while1 ... ok [INFO] [stdout] test tests::test_chomp_ifc ... ok [INFO] [stdout] test tests::test_chomp_if ... ok [INFO] [stdout] test tests::test_end ... ok [INFO] [stdout] test tests::test_chomp_while0 ... ok [INFO] [stdout] test tests::test_keep ... ok [INFO] [stdout] test tests::test_float ... ok [INFO] [stdout] test tests::test_one_of ... ok [INFO] [stdout] test tests::test_one_or_more ... ok [INFO] [stdout] test tests::test_optional ... ok [INFO] [stdout] test tests::test_newline_with_comment ... ok [INFO] [stdout] test tests::test_one_or_more_until ... ok [INFO] [stdout] test tests::test_update ... ok [INFO] [stdout] test tests::test_token ... ok [INFO] [stdout] test tests::test_wrap ... ok [INFO] [stdout] test tests::test_variable ... ok [INFO] [stdout] test tests::test_zero_or_more ... ok [INFO] [stdout] test tests::test_optional_with_default ... ok [INFO] [stdout] test tests::test_zero_or_more_until ... ok [INFO] [stdout] test tests::test_sequence ... ok [INFO] [stdout] test tests::test_int ... ok [INFO] [stdout] test tests::test_digits ... ok [INFO] [stderr] Doc-tests lip [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/lib.rs - take_chomped (line 1984) ... ok [INFO] [stdout] test src/lib.rs - chomp_while0c (line 1929) ... ok [INFO] [stdout] test src/lib.rs - Parser::end (line 985) ... ok [INFO] [stdout] test src/lib.rs - variable (line 2474) ... ok [INFO] [stdout] test src/lib.rs - ParseResult (line 85) ... ok [INFO] [stdout] test src/lib.rs - variable (line 2483) ... ok [INFO] [stdout] test src/lib.rs - Parser::run (line 874) ... ok [INFO] [stdout] test src/lib.rs - chomp_while1c (line 1960) ... ok [INFO] [stdout] test src/lib.rs - sequence (line 2637) ... ok [INFO] [stdout] test src/lib.rs - sequence (line 2653) ... ok [INFO] [stdout] test src/lib.rs - variable (line 2465) ... ok [INFO] [stdout] test src/lib.rs - Parser::keep (line 1007) ... ok [INFO] [stdout] test src/lib.rs - Parser::skip (line 1029) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.57s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9838581696d271136ad499f265b8ac67df2cdfaa09bbf7d6aa188dd4ed4cb54e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9838581696d271136ad499f265b8ac67df2cdfaa09bbf7d6aa188dd4ed4cb54e", kill_on_drop: false }` [INFO] [stdout] 9838581696d271136ad499f265b8ac67df2cdfaa09bbf7d6aa188dd4ed4cb54e