[INFO] fetching crate hitori 0.2.3...
[INFO] testing hitori-0.2.3 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate hitori 0.2.3 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate hitori 0.2.3
[INFO] finished tweaking crates.io crate hitori 0.2.3
[INFO] tweaked toml for crates.io crate hitori 0.2.3 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hitori 0.2.3 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 18 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 191e7da7785f4dc0a3fce2f7cb1e9dcacf4875acc6750bd5dafd1dfee5b9e552
[INFO] running `Command { std: "docker" "start" "-a" "191e7da7785f4dc0a3fce2f7cb1e9dcacf4875acc6750bd5dafd1dfee5b9e552", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "191e7da7785f4dc0a3fce2f7cb1e9dcacf4875acc6750bd5dafd1dfee5b9e552", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "191e7da7785f4dc0a3fce2f7cb1e9dcacf4875acc6750bd5dafd1dfee5b9e552", kill_on_drop: false }`
[INFO] [stdout] 191e7da7785f4dc0a3fce2f7cb1e9dcacf4875acc6750bd5dafd1dfee5b9e552
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 154b0d1b4d8f23844e59496a4d26e1634d397d3e20ad59f1ab43dc2fe7e59da8
[INFO] running `Command { std: "docker" "start" "-a" "154b0d1b4d8f23844e59496a4d26e1634d397d3e20ad59f1ab43dc2fe7e59da8", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling hitori-macros v0.2.3
[INFO] [stderr]    Compiling hitori v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:59:21
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub fn char_ends(s: &str) -> CharEnds {
[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] 59 | pub fn char_ends(s: &str) -> CharEnds<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:65:35
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn starts_with<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds>>
[INFO] [stdout]    |                                   ^^^^ the lifetime is elided here         ^^^^^^^^ the same lifetime is hidden 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] 65 | pub fn starts_with<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds<'_>>>
[INFO] [stdout]    |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:112:30
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub fn repeat<E>(expr: E, s: &str) -> Repeat<E> {
[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] 112 | pub fn repeat<E>(expr: E, s: &str) -> Repeat<'_, E> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn find<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds>>
[INFO] [stdout]     |                            ^^^^ the lifetime is elided here         ^^^^^^^^ the same lifetime is hidden 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 find<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds<'_>>>
[INFO] [stdout]     |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:164:33
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub fn find_iter<E>(expr: E, s: &str) -> FindIter<E> {
[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] 164 | pub fn find_iter<E>(expr: E, s: &str) -> FindIter<'_, E> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.06s
[INFO] running `Command { std: "docker" "inspect" "154b0d1b4d8f23844e59496a4d26e1634d397d3e20ad59f1ab43dc2fe7e59da8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "154b0d1b4d8f23844e59496a4d26e1634d397d3e20ad59f1ab43dc2fe7e59da8", kill_on_drop: false }`
[INFO] [stdout] 154b0d1b4d8f23844e59496a4d26e1634d397d3e20ad59f1ab43dc2fe7e59da8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d4675a1a61c077b8e047b3bbb994eda1d50f4377bee9f87366665874b1e798bd
[INFO] running `Command { std: "docker" "start" "-a" "d4675a1a61c077b8e047b3bbb994eda1d50f4377bee9f87366665874b1e798bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling hitori v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:59:21
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub fn char_ends(s: &str) -> CharEnds {
[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] 59 | pub fn char_ends(s: &str) -> CharEnds<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:65:35
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn starts_with<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds>>
[INFO] [stdout]    |                                   ^^^^ the lifetime is elided here         ^^^^^^^^ the same lifetime is hidden 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] 65 | pub fn starts_with<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds<'_>>>
[INFO] [stdout]    |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:112:30
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub fn repeat<E>(expr: E, s: &str) -> Repeat<E> {
[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] 112 | pub fn repeat<E>(expr: E, s: &str) -> Repeat<'_, E> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn find<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds>>
[INFO] [stdout]     |                            ^^^^ the lifetime is elided here         ^^^^^^^^ the same lifetime is hidden 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 find<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds<'_>>>
[INFO] [stdout]     |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:164:33
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub fn find_iter<E>(expr: E, s: &str) -> FindIter<E> {
[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] 164 | pub fn find_iter<E>(expr: E, s: &str) -> FindIter<'_, E> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:59:21
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub fn char_ends(s: &str) -> CharEnds {
[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] 59 | pub fn char_ends(s: &str) -> CharEnds<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:65:35
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn starts_with<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds>>
[INFO] [stdout]    |                                   ^^^^ the lifetime is elided here         ^^^^^^^^ the same lifetime is hidden 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] 65 | pub fn starts_with<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds<'_>>>
[INFO] [stdout]    |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:112:30
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub fn repeat<E>(expr: E, s: &str) -> Repeat<E> {
[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] 112 | pub fn repeat<E>(expr: E, s: &str) -> Repeat<'_, E> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn find<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds>>
[INFO] [stdout]     |                            ^^^^ the lifetime is elided here         ^^^^^^^^ the same lifetime is hidden 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 find<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds<'_>>>
[INFO] [stdout]     |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:164:33
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub fn find_iter<E>(expr: E, s: &str) -> FindIter<E> {
[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] 164 | pub fn find_iter<E>(expr: E, s: &str) -> FindIter<'_, E> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.54s
[INFO] running `Command { std: "docker" "inspect" "d4675a1a61c077b8e047b3bbb994eda1d50f4377bee9f87366665874b1e798bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4675a1a61c077b8e047b3bbb994eda1d50f4377bee9f87366665874b1e798bd", kill_on_drop: false }`
[INFO] [stdout] d4675a1a61c077b8e047b3bbb994eda1d50f4377bee9f87366665874b1e798bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 77efdd6da7eedfc280dbc8013b0b58401d7b539c397863de8b386f72590afc22
[INFO] running `Command { std: "docker" "start" "-a" "77efdd6da7eedfc280dbc8013b0b58401d7b539c397863de8b386f72590afc22", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/string.rs:59:21
[INFO] [stderr]    |
[INFO] [stderr] 59 | pub fn char_ends(s: &str) -> CharEnds {
[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] 59 | pub fn char_ends(s: &str) -> CharEnds<'_> {
[INFO] [stderr]    |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/string.rs:65:35
[INFO] [stderr]    |
[INFO] [stderr] 65 | pub fn starts_with<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds>>
[INFO] [stderr]    |                                   ^^^^ the lifetime is elided here         ^^^^^^^^ the same lifetime is hidden 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] 65 | pub fn starts_with<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds<'_>>>
[INFO] [stderr]    |                                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/string.rs:112:30
[INFO] [stderr]     |
[INFO] [stderr] 112 | pub fn repeat<E>(expr: E, s: &str) -> Repeat<E> {
[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] 112 | pub fn repeat<E>(expr: E, s: &str) -> Repeat<'_, E> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/string.rs:118:28
[INFO] [stderr]     |
[INFO] [stderr] 118 | pub fn find<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds>>
[INFO] [stderr]     |                            ^^^^ the lifetime is elided here         ^^^^^^^^ the same lifetime is hidden 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 find<E>(expr: E, s: &str) -> Option<Match<usize, E::Capture, CharEnds<'_>>>
[INFO] [stderr]     |                                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/string.rs:164:33
[INFO] [stderr]     |
[INFO] [stderr] 164 | pub fn find_iter<E>(expr: E, s: &str) -> FindIter<E> {
[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] 164 | pub fn find_iter<E>(expr: E, s: &str) -> FindIter<'_, E> {
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: `hitori` (lib) generated 5 warnings (run `cargo fix --lib -p hitori` to apply 5 suggestions)
[INFO] [stderr] warning: `hitori` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hitori-29bf58f81a3c5366)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests hitori
[INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stderr]   --> src/lib.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 |     feature(doc_cfg),
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 1 previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0554`.
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name hitori --test src/lib.rs --test-run-directory /opt/rustwide/workdir --extern hitori=/opt/rustwide/target/debug/deps/libhitori-0721066d11c69491.rlib --extern hitori_macros=/opt/rustwide/target/debug/deps/libhitori_macros-0e5cb1f3eb6382cd.so --extern regex=/opt/rustwide/target/debug/deps/libregex-c06721b0f69c9dc1.rlib -L dependency=/opt/rustwide/target/debug/deps -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hitori-macros"' --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "find-hitori", "hitori-macros", "macros"))' --cap-lints=warn --error-format human` (exit status: 1)
[INFO] [stderr] note: test exited abnormally; to see the full output pass --no-capture to the harness.
[INFO] running `Command { std: "docker" "inspect" "77efdd6da7eedfc280dbc8013b0b58401d7b539c397863de8b386f72590afc22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77efdd6da7eedfc280dbc8013b0b58401d7b539c397863de8b386f72590afc22", kill_on_drop: false }`
[INFO] [stdout] 77efdd6da7eedfc280dbc8013b0b58401d7b539c397863de8b386f72590afc22
