[INFO] fetching crate kparse 3.0.5... [INFO] testing kparse-3.0.5 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate kparse 3.0.5 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate kparse 3.0.5 [INFO] finished tweaking crates.io crate kparse 3.0.5 [INFO] tweaked toml for crates.io crate kparse 3.0.5 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate kparse 3.0.5 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate kparse 3.0.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44660f06f77262a6c0c3b4d407db01f8729adb03973ad985a2fe64c0bb9fa398 [INFO] running `Command { std: "docker" "start" "-a" "44660f06f77262a6c0c3b4d407db01f8729adb03973ad985a2fe64c0bb9fa398", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44660f06f77262a6c0c3b4d407db01f8729adb03973ad985a2fe64c0bb9fa398", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44660f06f77262a6c0c3b4d407db01f8729adb03973ad985a2fe64c0bb9fa398", kill_on_drop: false }` [INFO] [stdout] 44660f06f77262a6c0c3b4d407db01f8729adb03973ad985a2fe64c0bb9fa398 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72e8933be50bef892c19f9d166534fc2fb3afee18044e480e0e8ee4aef6301d5 [INFO] running `Command { std: "docker" "start" "-a" "72e8933be50bef892c19f9d166534fc2fb3afee18044e480e0e8ee4aef6301d5", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling bytecount v0.6.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling nom_locate v4.1.0 [INFO] [stderr] Compiling kparse v3.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stdout] --> src/lib.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #![allow(box_pointers)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 for more information [INFO] [stdout] --> src/lib.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | #![warn(pointer_structural_match)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:97:43 [INFO] [stdout] | [INFO] [stdout] 97 | pub type DynTrackProvider<'s, C, T> = &'s (dyn TrackProvider); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 97 - pub type DynTrackProvider<'s, C, T> = &'s (dyn TrackProvider); [INFO] [stdout] 97 + pub type DynTrackProvider<'s, C, T> = &'s dyn TrackProvider; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/test.rs:271:60 [INFO] [stdout] | [INFO] [stdout] 271 | pub fn ok(&'s self, eq: TestEqFn, test: V) -> &Self [INFO] [stdout] | -- the lifetime is named here ^^^^^ 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 271 | pub fn ok(&'s self, eq: TestEqFn, test: V) -> &'s Self [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s [INFO] running `Command { std: "docker" "inspect" "72e8933be50bef892c19f9d166534fc2fb3afee18044e480e0e8ee4aef6301d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72e8933be50bef892c19f9d166534fc2fb3afee18044e480e0e8ee4aef6301d5", kill_on_drop: false }` [INFO] [stdout] 72e8933be50bef892c19f9d166534fc2fb3afee18044e480e0e8ee4aef6301d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a32d7117e3d73277756352a8df678183f1a864cd8119c31f3a8b36b20d2d573 [INFO] running `Command { std: "docker" "start" "-a" "5a32d7117e3d73277756352a8df678183f1a864cd8119c31f3a8b36b20d2d573", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.50 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling once_cell v1.17.0 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling rust_decimal v1.28.0 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling iana-time-zone v0.1.53 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stdout] --> src/lib.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #![allow(box_pointers)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 for more information [INFO] [stdout] --> src/lib.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | #![warn(pointer_structural_match)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:97:43 [INFO] [stdout] | [INFO] [stdout] 97 | pub type DynTrackProvider<'s, C, T> = &'s (dyn TrackProvider); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 97 - pub type DynTrackProvider<'s, C, T> = &'s (dyn TrackProvider); [INFO] [stdout] 97 + pub type DynTrackProvider<'s, C, T> = &'s dyn TrackProvider; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/test.rs:271:60 [INFO] [stdout] | [INFO] [stdout] 271 | pub fn ok(&'s self, eq: TestEqFn, test: V) -> &Self [INFO] [stdout] | -- the lifetime is named here ^^^^^ 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 271 | pub fn ok(&'s self, eq: TestEqFn, test: V) -> &'s Self [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling chrono v0.4.23 [INFO] [stderr] Compiling rust_decimal_macros v1.28.0 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling pest v2.5.6 [INFO] [stderr] Compiling pest_meta v2.5.6 [INFO] [stderr] Compiling pest_generator v2.5.6 [INFO] [stderr] Compiling pest_derive v2.5.6 [INFO] [stderr] Compiling kparse v3.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stdout] --> src/lib.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #![allow(box_pointers)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 for more information [INFO] [stdout] --> src/lib.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | #![warn(pointer_structural_match)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:97:43 [INFO] [stdout] | [INFO] [stdout] 97 | pub type DynTrackProvider<'s, C, T> = &'s (dyn TrackProvider); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 97 - pub type DynTrackProvider<'s, C, T> = &'s (dyn TrackProvider); [INFO] [stdout] 97 + pub type DynTrackProvider<'s, C, T> = &'s dyn TrackProvider; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/example1.rs:148:26 [INFO] [stdout] | [INFO] [stdout] 148 | fn parse_a(input: ExSpan<'_>) -> ExParserResult<'_, AstA> { [INFO] [stdout] | ^^ ^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 148 | fn parse_a(input: ExSpan<'_>) -> ExParserResult<'_, AstA<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/example1.rs:154:26 [INFO] [stdout] | [INFO] [stdout] 154 | fn parse_b(input: ExSpan<'_>) -> ExParserResult<'_, AstB> { [INFO] [stdout] | ^^ ^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 154 | fn parse_b(input: ExSpan<'_>) -> ExParserResult<'_, AstB<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/example1.rs:164:27 [INFO] [stdout] | [INFO] [stdout] 164 | fn parse_ab(input: ExSpan<'_>) -> ExParserResult<'_, AstAthenB> { [INFO] [stdout] | ^^ ^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 164 | fn parse_ab(input: ExSpan<'_>) -> ExParserResult<'_, AstAthenB<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/example1.rs:178:30 [INFO] [stdout] | [INFO] [stdout] 178 | fn parse_ab_v2(input: ExSpan<'_>) -> ExParserResult<'_, AstAthenB> { [INFO] [stdout] | ^^ ^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 178 | fn parse_ab_v2(input: ExSpan<'_>) -> ExParserResult<'_, AstAthenB<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/example1.rs:185:32 [INFO] [stdout] | [INFO] [stdout] 185 | fn parse_a_opt_b(input: ExSpan<'_>) -> ExParserResult<'_, AstAoptB> { [INFO] [stdout] | ^^ ^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 185 | fn parse_a_opt_b(input: ExSpan<'_>) -> ExParserResult<'_, AstAoptB<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/example1.rs:196:33 [INFO] [stdout] | [INFO] [stdout] 196 | fn parse_a_star_b(input: ExSpan<'_>) -> ExParserResult<'_, AstAstarB> { [INFO] [stdout] | ^^ ^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 196 | fn parse_a_star_b(input: ExSpan<'_>) -> ExParserResult<'_, AstAstarB<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/example1.rs:207:33 [INFO] [stdout] | [INFO] [stdout] 207 | fn parse_a_b_star(input: ExSpan<'_>) -> ExParserResult<'_, AstABstar> { [INFO] [stdout] | ^^ ^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 207 | fn parse_a_b_star(input: ExSpan<'_>) -> ExParserResult<'_, AstABstar<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/example1.rs:251:31 [INFO] [stdout] | [INFO] [stdout] 251 | fn parse_a_or_b(input: ExSpan<'_>) -> ExParserResult<'_, AstAorB> { [INFO] [stdout] | ^^ ^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 251 | fn parse_a_or_b(input: ExSpan<'_>) -> ExParserResult<'_, AstAorB<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/example1.rs:262:32 [INFO] [stdout] | [INFO] [stdout] 262 | fn parse_a_b_num(input: ExSpan<'_>) -> ExParserResult<'_, AstABNum> { [INFO] [stdout] | ^^ ^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 262 | fn parse_a_b_num(input: ExSpan<'_>) -> ExParserResult<'_, AstABNum<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `kparse::prelude` [INFO] [stdout] --> tests/test_parser4.rs:641:13 [INFO] [stdout] | [INFO] [stdout] 641 | use kparse::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/test.rs:271:60 [INFO] [stdout] | [INFO] [stdout] 271 | pub fn ok(&'s self, eq: TestEqFn, test: V) -> &Self [INFO] [stdout] | -- the lifetime is named here ^^^^^ 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 271 | pub fn ok(&'s self, eq: TestEqFn, test: V) -> &'s Self [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.05s [INFO] running `Command { std: "docker" "inspect" "5a32d7117e3d73277756352a8df678183f1a864cd8119c31f3a8b36b20d2d573", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a32d7117e3d73277756352a8df678183f1a864cd8119c31f3a8b36b20d2d573", kill_on_drop: false }` [INFO] [stdout] 5a32d7117e3d73277756352a8df678183f1a864cd8119c31f3a8b36b20d2d573 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 534134e2e95bfdf80c0e8d68a108761c97072b99ada316eeb5c74f7f02f482f4 [INFO] running `Command { std: "docker" "start" "-a" "534134e2e95bfdf80c0e8d68a108761c97072b99ada316eeb5c74f7f02f482f4", kill_on_drop: false }` [INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stderr] --> src/lib.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | #![allow(box_pointers)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 for more information [INFO] [stderr] --> src/lib.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | #![warn(pointer_structural_match)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:97:43 [INFO] [stderr] | [INFO] [stderr] 97 | pub type DynTrackProvider<'s, C, T> = &'s (dyn TrackProvider); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 97 - pub type DynTrackProvider<'s, C, T> = &'s (dyn TrackProvider); [INFO] [stderr] 97 + pub type DynTrackProvider<'s, C, T> = &'s dyn TrackProvider; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/test.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | pub fn ok(&'s self, eq: TestEqFn, test: V) -> &Self [INFO] [stderr] | -- the lifetime is named here ^^^^^ 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'s` [INFO] [stderr] | [INFO] [stderr] 271 | pub fn ok(&'s self, eq: TestEqFn, test: V) -> &'s Self [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `kparse` (lib) generated 4 warnings (run `cargo fix --lib -p kparse` to apply 2 suggestions) [INFO] [stderr] warning: unused import: `kparse::prelude` [INFO] [stderr] --> tests/test_parser4.rs:641:13 [INFO] [stderr] | [INFO] [stderr] 641 | use kparse::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/example1.rs:148:26 [INFO] [stderr] | [INFO] [stderr] 148 | fn parse_a(input: ExSpan<'_>) -> ExParserResult<'_, AstA> { [INFO] [stderr] | ^^ ^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 148 | fn parse_a(input: ExSpan<'_>) -> ExParserResult<'_, AstA<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/example1.rs:154:26 [INFO] [stderr] | [INFO] [stderr] 154 | fn parse_b(input: ExSpan<'_>) -> ExParserResult<'_, AstB> { [INFO] [stderr] | ^^ ^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 154 | fn parse_b(input: ExSpan<'_>) -> ExParserResult<'_, AstB<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/example1.rs:164:27 [INFO] [stderr] | [INFO] [stderr] 164 | fn parse_ab(input: ExSpan<'_>) -> ExParserResult<'_, AstAthenB> { [INFO] [stderr] | ^^ ^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 164 | fn parse_ab(input: ExSpan<'_>) -> ExParserResult<'_, AstAthenB<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/example1.rs:178:30 [INFO] [stderr] | [INFO] [stderr] 178 | fn parse_ab_v2(input: ExSpan<'_>) -> ExParserResult<'_, AstAthenB> { [INFO] [stderr] | ^^ ^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 178 | fn parse_ab_v2(input: ExSpan<'_>) -> ExParserResult<'_, AstAthenB<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/example1.rs:185:32 [INFO] [stderr] | [INFO] [stderr] 185 | fn parse_a_opt_b(input: ExSpan<'_>) -> ExParserResult<'_, AstAoptB> { [INFO] [stderr] | ^^ ^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 185 | fn parse_a_opt_b(input: ExSpan<'_>) -> ExParserResult<'_, AstAoptB<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/example1.rs:196:33 [INFO] [stderr] | [INFO] [stderr] 196 | fn parse_a_star_b(input: ExSpan<'_>) -> ExParserResult<'_, AstAstarB> { [INFO] [stderr] | ^^ ^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 196 | fn parse_a_star_b(input: ExSpan<'_>) -> ExParserResult<'_, AstAstarB<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/example1.rs:207:33 [INFO] [stderr] | [INFO] [stderr] 207 | fn parse_a_b_star(input: ExSpan<'_>) -> ExParserResult<'_, AstABstar> { [INFO] [stderr] | ^^ ^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 207 | fn parse_a_b_star(input: ExSpan<'_>) -> ExParserResult<'_, AstABstar<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/example1.rs:251:31 [INFO] [stderr] | [INFO] [stderr] 251 | fn parse_a_or_b(input: ExSpan<'_>) -> ExParserResult<'_, AstAorB> { [INFO] [stderr] | ^^ ^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 251 | fn parse_a_or_b(input: ExSpan<'_>) -> ExParserResult<'_, AstAorB<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/example1.rs:262:32 [INFO] [stderr] | [INFO] [stderr] 262 | fn parse_a_b_num(input: ExSpan<'_>) -> ExParserResult<'_, AstABNum> { [INFO] [stderr] | ^^ ^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 262 | fn parse_a_b_num(input: ExSpan<'_>) -> ExParserResult<'_, AstABNum<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `kparse` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] warning: `kparse` (test "test_parser4") generated 1 warning [INFO] [stderr] warning: `kparse` (example "example1") generated 9 warnings (run `cargo fix --example "example1"` to apply 9 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kparse-b706e9331c3a3b59) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test source::tests_spanbytes::test_count ... ok [INFO] [stdout] test source::tests_spanbytes::test_prev_fragment ... ok [INFO] [stdout] test source::tests_spanbytes::test_complete_fragment ... ok [INFO] [stdout] test source::tests_spanbytes::test_next_fragment ... ok [INFO] [stdout] test source::tests_spanbytes::test_end_frame ... ok [INFO] [stdout] test source::tests_spanbytes::test_frame_prefix ... ok [INFO] [stdout] test source::tests_spanbytes::test_start_frame ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_parser3.rs (/opt/rustwide/target/debug/deps/test_parser3-75ba0f8379e6ef52) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/test_parser4.rs (/opt/rustwide/target/debug/deps/test_parser4-5317132f5247472b) [INFO] [stdout] test timing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.94s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test test_metadata ... ok [INFO] [stdout] test test_einheit ... ok [INFO] [stdout] test test_menge ... ok [INFO] [stdout] test test_markt ... ok [INFO] [stdout] test test_nummer ... ok [INFO] [stdout] test test_pflanzort ... ok [INFO] [stdout] test test_sorte ... ok [INFO] [stdout] test test_date ... ok [INFO] [stdout] test test_kultur ... ok [INFO] [stdout] test test_kunde ... ok [INFO] [stdout] test test_sorten ... ok [INFO] [stdout] test test_name ... ok [INFO] [stdout] test test_name_kurz ... ok [INFO] [stdout] test full_plan ... ok [INFO] [stdout] test timing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.43s [INFO] [stdout] [INFO] [stderr] Running tests/test_parser_cmds.rs (/opt/rustwide/target/debug/deps/test_parser_cmds-0b03a6b4e75ab514) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/test_plumap.rs (/opt/rustwide/target/debug/deps/test_plumap-e55dfa828e7689cd) [INFO] [stdout] test test_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.10s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_plumap ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_sizes.rs (/opt/rustwide/target/debug/deps/test_sizes-01318735c94bb06a) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_size2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests kparse [INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stderr] --> src/lib.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | #![allow(box_pointers)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 for more information [INFO] [stderr] --> src/lib.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | #![warn(pointer_structural_match)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:97:43 [INFO] [stderr] | [INFO] [stderr] 97 | pub type DynTrackProvider<'s, C, T> = &'s (dyn TrackProvider); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 97 - pub type DynTrackProvider<'s, C, T> = &'s (dyn TrackProvider); [INFO] [stderr] 97 + pub type DynTrackProvider<'s, C, T> = &'s dyn TrackProvider; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - TrackResult (line 707) ... ignored [INFO] [stdout] test src/test.rs - test (line 4) ... ok [INFO] [stdout] test src/combinators.rs - combinators::track (line 13) ... ok [INFO] [stdout] test src/combinators.rs - combinators::map_res (line 153) ... ok [INFO] [stdout] test src/combinators.rs - combinators::with_code (line 118) ... ok [INFO] [stdout] test src/combinators.rs - combinators::track (line 38) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.68s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "534134e2e95bfdf80c0e8d68a108761c97072b99ada316eeb5c74f7f02f482f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "534134e2e95bfdf80c0e8d68a108761c97072b99ada316eeb5c74f7f02f482f4", kill_on_drop: false }` [INFO] [stdout] 534134e2e95bfdf80c0e8d68a108761c97072b99ada316eeb5c74f7f02f482f4