[INFO] fetching crate paltoquet 0.12.0...
[INFO] testing paltoquet-0.12.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate paltoquet 0.12.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate paltoquet 0.12.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate paltoquet 0.12.0
[INFO] tweaked toml for crates.io crate paltoquet 0.12.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate paltoquet 0.12.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate paltoquet 0.12.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 80f8757cf7b0ef93766010dafbc3ba6e92a25eeb71f19a2702bd0948b915eafa
[INFO] running `Command { std: "docker" "start" "-a" "80f8757cf7b0ef93766010dafbc3ba6e92a25eeb71f19a2702bd0948b915eafa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80f8757cf7b0ef93766010dafbc3ba6e92a25eeb71f19a2702bd0948b915eafa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80f8757cf7b0ef93766010dafbc3ba6e92a25eeb71f19a2702bd0948b915eafa", kill_on_drop: false }`
[INFO] [stdout] 80f8757cf7b0ef93766010dafbc3ba6e92a25eeb71f19a2702bd0948b915eafa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 82fed5019ca71900b932258b8a48198600c2e3fb8beec26793de1551e3eb8fb4
[INFO] running `Command { std: "docker" "start" "-a" "82fed5019ca71900b932258b8a48198600c2e3fb8beec26793de1551e3eb8fb4", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling unidecode v0.3.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling enumset_derive v0.10.0
[INFO] [stderr]    Compiling enumset v1.1.5
[INFO] [stderr]    Compiling paltoquet v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/stemmers/s_stemmer.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn s_stemmer(string: &str) -> Cow<str> {
[INFO] [stdout]   |                          ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                          |
[INFO] [stdout]   |                          the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn s_stemmer(string: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/hashtags.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn split_hashtag(text: &str) -> Option<HashtagParts> {
[INFO] [stdout]     |                            ^^^^            ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn split_hashtag(text: &str) -> Option<HashtagParts<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/sentences.rs:116:30
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn split_sentences(text: &str) -> Sentences {
[INFO] [stdout]     |                              ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn split_sentences(text: &str) -> Sentences<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn squeeze(string: &str) -> Cow<str> {
[INFO] [stdout]    |                        ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn squeeze(string: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.50s
[INFO] running `Command { std: "docker" "inspect" "82fed5019ca71900b932258b8a48198600c2e3fb8beec26793de1551e3eb8fb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82fed5019ca71900b932258b8a48198600c2e3fb8beec26793de1551e3eb8fb4", kill_on_drop: false }`
[INFO] [stdout] 82fed5019ca71900b932258b8a48198600c2e3fb8beec26793de1551e3eb8fb4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f6aab9121f130bd0c700fdf09e54a2f8dc8eda9169ff282f2f3f22570186ab83
[INFO] running `Command { std: "docker" "start" "-a" "f6aab9121f130bd0c700fdf09e54a2f8dc8eda9169ff282f2f3f22570186ab83", kill_on_drop: false }`
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling simd-csv v0.10.3
[INFO] [stderr]    Compiling pretty_assertions v1.4.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling paltoquet v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/stemmers/s_stemmer.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn s_stemmer(string: &str) -> Cow<str> {
[INFO] [stdout]   |                          ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                          |
[INFO] [stdout]   |                          the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn s_stemmer(string: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/hashtags.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn split_hashtag(text: &str) -> Option<HashtagParts> {
[INFO] [stdout]     |                            ^^^^            ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn split_hashtag(text: &str) -> Option<HashtagParts<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/sentences.rs:116:30
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn split_sentences(text: &str) -> Sentences {
[INFO] [stdout]     |                              ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn split_sentences(text: &str) -> Sentences<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn squeeze(string: &str) -> Cow<str> {
[INFO] [stdout]    |                        ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn squeeze(string: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/stemmers/s_stemmer.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn s_stemmer(string: &str) -> Cow<str> {
[INFO] [stdout]   |                          ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                          |
[INFO] [stdout]   |                          the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn s_stemmer(string: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/hashtags.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn split_hashtag(text: &str) -> Option<HashtagParts> {
[INFO] [stdout]     |                            ^^^^            ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn split_hashtag(text: &str) -> Option<HashtagParts<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/sentences.rs:116:30
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn split_sentences(text: &str) -> Sentences {
[INFO] [stdout]     |                              ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn split_sentences(text: &str) -> Sentences<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/words.rs:564:21
[INFO] [stdout]     |
[INFO] [stdout] 564 |     fn tokens(text: &str) -> Vec<WordToken> {
[INFO] [stdout]     |                     ^^^^         ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 564 |     fn tokens(text: &str) -> Vec<WordToken<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/words.rs:568:16
[INFO] [stdout]     |
[INFO] [stdout] 568 |     fn w(text: &str) -> WordToken {
[INFO] [stdout]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 568 |     fn w(text: &str) -> WordToken<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/words.rs:575:16
[INFO] [stdout]     |
[INFO] [stdout] 575 |     fn h(text: &str) -> WordToken {
[INFO] [stdout]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 575 |     fn h(text: &str) -> WordToken<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/words.rs:582:16
[INFO] [stdout]     |
[INFO] [stdout] 582 |     fn m(text: &str) -> WordToken {
[INFO] [stdout]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 582 |     fn m(text: &str) -> WordToken<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/words.rs:589:16
[INFO] [stdout]     |
[INFO] [stdout] 589 |     fn n(text: &str) -> WordToken {
[INFO] [stdout]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 589 |     fn n(text: &str) -> WordToken<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/words.rs:596:16
[INFO] [stdout]     |
[INFO] [stdout] 596 |     fn e(text: &str) -> WordToken {
[INFO] [stdout]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 596 |     fn e(text: &str) -> WordToken<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/words.rs:603:16
[INFO] [stdout]     |
[INFO] [stdout] 603 |     fn p(text: &str) -> WordToken {
[INFO] [stdout]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 603 |     fn p(text: &str) -> WordToken<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/words.rs:610:16
[INFO] [stdout]     |
[INFO] [stdout] 610 |     fn u(text: &str) -> WordToken {
[INFO] [stdout]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 610 |     fn u(text: &str) -> WordToken<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizers/words.rs:617:20
[INFO] [stdout]     |
[INFO] [stdout] 617 |     fn email(text: &str) -> WordToken {
[INFO] [stdout]     |                    ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 617 |     fn email(text: &str) -> WordToken<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn squeeze(string: &str) -> Cow<str> {
[INFO] [stdout]    |                        ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn squeeze(string: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.90s
[INFO] running `Command { std: "docker" "inspect" "f6aab9121f130bd0c700fdf09e54a2f8dc8eda9169ff282f2f3f22570186ab83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6aab9121f130bd0c700fdf09e54a2f8dc8eda9169ff282f2f3f22570186ab83", kill_on_drop: false }`
[INFO] [stdout] f6aab9121f130bd0c700fdf09e54a2f8dc8eda9169ff282f2f3f22570186ab83
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c3cf2901df56725cb4594594a30346ff62a6aa2156b5f61f2d0a45a274c6ca1c
[INFO] running `Command { std: "docker" "start" "-a" "c3cf2901df56725cb4594594a30346ff62a6aa2156b5f61f2d0a45a274c6ca1c", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/stemmers/s_stemmer.rs:9:26
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub fn s_stemmer(string: &str) -> Cow<str> {
[INFO] [stderr]   |                          ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                          |
[INFO] [stderr]   |                          the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub fn s_stemmer(string: &str) -> Cow<'_, str> {
[INFO] [stderr]   |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizers/hashtags.rs:118:28
[INFO] [stderr]     |
[INFO] [stderr] 118 | pub fn split_hashtag(text: &str) -> Option<HashtagParts> {
[INFO] [stderr]     |                            ^^^^            ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 118 | pub fn split_hashtag(text: &str) -> Option<HashtagParts<'_>> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizers/sentences.rs:116:30
[INFO] [stderr]     |
[INFO] [stderr] 116 | pub fn split_sentences(text: &str) -> Sentences {
[INFO] [stderr]     |                              ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 116 | pub fn split_sentences(text: &str) -> Sentences<'_> {
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/utils.rs:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub fn squeeze(string: &str) -> Cow<str> {
[INFO] [stderr]    |                        ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub fn squeeze(string: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizers/words.rs:564:21
[INFO] [stderr]     |
[INFO] [stderr] 564 |     fn tokens(text: &str) -> Vec<WordToken> {
[INFO] [stderr]     |                     ^^^^         ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 564 |     fn tokens(text: &str) -> Vec<WordToken<'_>> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizers/words.rs:568:16
[INFO] [stderr]     |
[INFO] [stderr] 568 |     fn w(text: &str) -> WordToken {
[INFO] [stderr]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 568 |     fn w(text: &str) -> WordToken<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizers/words.rs:575:16
[INFO] [stderr]     |
[INFO] [stderr] 575 |     fn h(text: &str) -> WordToken {
[INFO] [stderr]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 575 |     fn h(text: &str) -> WordToken<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizers/words.rs:582:16
[INFO] [stderr]     |
[INFO] [stderr] 582 |     fn m(text: &str) -> WordToken {
[INFO] [stderr]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 582 |     fn m(text: &str) -> WordToken<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizers/words.rs:589:16
[INFO] [stderr]     |
[INFO] [stderr] 589 |     fn n(text: &str) -> WordToken {
[INFO] [stderr]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 589 |     fn n(text: &str) -> WordToken<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizers/words.rs:596:16
[INFO] [stderr]     |
[INFO] [stderr] 596 |     fn e(text: &str) -> WordToken {
[INFO] [stderr]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 596 |     fn e(text: &str) -> WordToken<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizers/words.rs:603:16
[INFO] [stderr]     |
[INFO] [stderr] 603 |     fn p(text: &str) -> WordToken {
[INFO] [stderr]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 603 |     fn p(text: &str) -> WordToken<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizers/words.rs:610:16
[INFO] [stderr]     |
[INFO] [stderr] 610 |     fn u(text: &str) -> WordToken {
[INFO] [stderr]     |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 610 |     fn u(text: &str) -> WordToken<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizers/words.rs:617:20
[INFO] [stderr]     |
[INFO] [stderr] 617 |     fn email(text: &str) -> WordToken {
[INFO] [stderr]     |                    ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 617 |     fn email(text: &str) -> WordToken<'_> {
[INFO] [stderr]     |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `paltoquet` (lib) generated 4 warnings (run `cargo fix --lib -p paltoquet` to apply 4 suggestions)
[INFO] [stderr] warning: `paltoquet` (lib test) generated 13 warnings (4 duplicates) (run `cargo fix --lib -p paltoquet --tests` to apply 9 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/paltoquet-9c16132dd94c8e0c)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test keyers::omission::tests::test_omission_key ... ok
[INFO] [stdout] test phonetics::soundex::tests::test_refined_soundex ... ok
[INFO] [stdout] test phonetics::soundex::tests::test_soundex ... ok
[INFO] [stdout] test tokenizers::ngrams::tests::test_empty_ngrams ... ok
[INFO] [stdout] test tokenizers::ngrams::tests::test_ngrams_word_tokens ... ok
[INFO] [stdout] test tokenizers::fingerprint::tests::test_fingerprint ... ok
[INFO] [stdout] test tokenizers::hashtags::tests::test_split_hashtag ... ok
[INFO] [stdout] test tokenizers::ngrams::tests::test_less_tokens_than_n ... ok
[INFO] [stdout] test stemmers::s_stemmer::tests::test_s_stemmer ... ok
[INFO] [stdout] test tokenizers::ngrams::tests::test_ngrams ... ok
[INFO] [stdout] test tokenizers::paragraphs::tests::test_aerated_paragraphs ... ok
[INFO] [stdout] test stemmers::en::porter::tests::test_double_consonant ... ok
[INFO] [stdout] test tokenizers::ngrams::tests::test_ngrams_range ... ok
[INFO] [stdout] test stemmers::fr::carry::tests::test_compute_m ... ok
[INFO] [stdout] test stemmers::fr::carry::tests::test_apply_rules ... ok
[INFO] [stdout] test stemmers::fr::carry::tests::test_carry_stemmer ... ok
[INFO] [stdout] test tokenizers::words::tests::test_starts_with_vowel ... ok
[INFO] [stdout] test tokenizers::sentences::tests::test_sentences ... ok
[INFO] [stdout] test tokenizers::words::tests::test_is_junk ... ok
[INFO] [stdout] test tokenizers::words::tests::test_simple_tokenize ... ok
[INFO] [stdout] test stemmers::en::porter::tests::test_compute_m ... ok
[INFO] [stdout] test utils::tests::test_reduce_lengthening ... ok
[INFO] [stdout] test tokenizers::paragraphs::tests::test_paragraphs ... ok
[INFO] [stdout] test utils::tests::test_squeeze ... ok
[INFO] [stdout] test tokenizers::words::tests::test_word_token_kind ... ok
[INFO] [stdout] test tokenizers::ngrams::tests::test_irrelvant_n - should panic ... ok
[INFO] [stdout] test stemmers::en::porter::tests::test_porter ... ok
[INFO] [stdout] test tokenizers::words::tests::test_filter_junk ... ok
[INFO] [stdout] test tokenizers::words::tests::test_kind_blacklist_whitelist ... ok
[INFO] [stdout] test tokenizers::words::tests::test_default_tokenizer ... ok
[INFO] [stdout] test tokenizers::words::tests::test_stopwords ... ok
[INFO] [stdout] test tokenizers::words::tests::test_tricky_emojis ... ok
[INFO] [stdout] test tokenizers::words::tests::test_cant_aujourdhui ... ok
[INFO] [stdout] test phonetics::phonogram::tests::test_phonogram ... ok
[INFO] [stdout] test tokenizers::words::tests::test_english_contractions ... ok
[INFO] [stdout] test tokenizers::words::tests::test_numbers ... ok
[INFO] [stdout] test tokenizers::words::tests::test_min_max_len ... ok
[INFO] [stdout] test tokenizers::words::tests::test_word_tokens ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c3cf2901df56725cb4594594a30346ff62a6aa2156b5f61f2d0a45a274c6ca1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3cf2901df56725cb4594594a30346ff62a6aa2156b5f61f2d0a45a274c6ca1c", kill_on_drop: false }`
[INFO] [stdout] c3cf2901df56725cb4594594a30346ff62a6aa2156b5f61f2d0a45a274c6ca1c
