[INFO] cloning repository https://github.com/Inferno214221/compile-time-regex
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Inferno214221/compile-time-regex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInferno214221%2Fcompile-time-regex", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInferno214221%2Fcompile-time-regex'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8b45b7190f1abbe4557f8ce125d12ae18e96d2cb
[INFO] checking Inferno214221/compile-time-regex against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInferno214221%2Fcompile-time-regex" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Inferno214221/compile-time-regex
[INFO] finished tweaking git repo https://github.com/Inferno214221/compile-time-regex
[INFO] tweaked toml for git repo https://github.com/Inferno214221/compile-time-regex written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Inferno214221/compile-time-regex on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Inferno214221/compile-time-regex 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 55ffc50690e0c20103569eaff0935325dd280c48f47ddb36657dd45c8399b373
[INFO] running `Command { std: "docker" "start" "55ffc50690e0c20103569eaff0935325dd280c48f47ddb36657dd45c8399b373", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55ffc50690e0c20103569eaff0935325dd280c48f47ddb36657dd45c8399b373", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "55ffc50690e0c20103569eaff0935325dd280c48f47ddb36657dd45c8399b373" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55ffc50690e0c20103569eaff0935325dd280c48f47ddb36657dd45c8399b373", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "55ffc50690e0c20103569eaff0935325dd280c48f47ddb36657dd45c8399b373" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking criterion-plot v0.8.2
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling standard-lib v0.1.0 (https://github.com/Inferno214221/standard-lib.git#7c53587a)
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking ct-regex-internal v0.1.0 (/opt/rustwide/workdir/internal)
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout]    --> internal/src/expr/regex.rs:391:30
[INFO] [stdout]     |
[INFO] [stdout] 391 |             let Some(caps) = Self::find_capture(hay_mut.as_haystack()) else {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout] help: the following types implement trait `haystack::interface::HaystackSlice<'a>`
[INFO] [stdout]    --> internal/src/haystack/bytes.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl<'a> HaystackSlice<'a> for &'a [u8] {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a [u8]`
[INFO] [stdout]     |
[INFO] [stdout]    ::: internal/src/haystack/string.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl<'a> HaystackSlice<'a> for &'a str {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a str`
[INFO] [stdout]     = note: associated types cannot be accessed directly on a `trait`, they can only be accessed through a specific `impl`
[INFO] [stdout] note: required by a bound in `expr::regex::Regex::Capture`
[INFO] [stdout]    --> internal/src/expr/regex.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |     type Capture<'a, S: HaystackSlice<'a>>: CaptureFromRanges<'a, S, N> where I: 'a;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^ required by this bound in `Regex::Capture`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ct_regex_internal-a82092e53d9fc200.long-type-8170855996024873001.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: use the fully qualified path to an implementation
[INFO] [stdout]     |
[INFO] [stdout] 391 -             let Some(caps) = Self::find_capture(hay_mut.as_haystack()) else {
[INFO] [stdout] 391 +             let Some(caps) = <Type as haystack::interface::HaystackSlice>::Capture else {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout]    --> internal/src/expr/regex.rs:420:23
[INFO] [stdout]     |
[INFO] [stdout] 420 |                 .map(|c| (c.whole_match_range().clone(), replacer(c)))
[INFO] [stdout]     |                       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout] help: the following types implement trait `haystack::interface::HaystackSlice<'a>`
[INFO] [stdout]    --> internal/src/haystack/bytes.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl<'a> HaystackSlice<'a> for &'a [u8] {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a [u8]`
[INFO] [stdout]     |
[INFO] [stdout]    ::: internal/src/haystack/string.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl<'a> HaystackSlice<'a> for &'a str {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a str`
[INFO] [stdout]     = note: associated types cannot be accessed directly on a `trait`, they can only be accessed through a specific `impl`
[INFO] [stdout] note: required by a bound in `expr::regex::Regex::Capture`
[INFO] [stdout]    --> internal/src/expr/regex.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |     type Capture<'a, S: HaystackSlice<'a>>: CaptureFromRanges<'a, S, N> where I: 'a;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^ required by this bound in `Regex::Capture`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ct_regex_internal-a82092e53d9fc200.long-type-5413594578284369788.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: use the fully qualified path to an implementation
[INFO] [stdout]     |
[INFO] [stdout] 420 -                 .map(|c| (c.whole_match_range().clone(), replacer(c)))
[INFO] [stdout] 420 +                 .map(|<Type as haystack::interface::HaystackSlice>::Capture| (c.whole_match_range().clone(), replacer(c)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout]    --> internal/src/expr/regex.rs:391:30
[INFO] [stdout]     |
[INFO] [stdout] 391 |             let Some(caps) = Self::find_capture(hay_mut.as_haystack()) else {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout] help: the following types implement trait `haystack::interface::HaystackSlice<'a>`
[INFO] [stdout]    --> internal/src/haystack/bytes.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl<'a> HaystackSlice<'a> for &'a [u8] {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a [u8]`
[INFO] [stdout]     |
[INFO] [stdout]    ::: internal/src/haystack/string.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl<'a> HaystackSlice<'a> for &'a str {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a str`
[INFO] [stdout]     = note: associated types cannot be accessed directly on a `trait`, they can only be accessed through a specific `impl`
[INFO] [stdout] note: required by a bound in `expr::regex::Regex::Capture`
[INFO] [stdout]    --> internal/src/expr/regex.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |     type Capture<'a, S: HaystackSlice<'a>>: CaptureFromRanges<'a, S, N> where I: 'a;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^ required by this bound in `Regex::Capture`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ct_regex_internal-cea32b0cb469bce9.long-type-4102954216202733648.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: use the fully qualified path to an implementation
[INFO] [stdout]     |
[INFO] [stdout] 391 -             let Some(caps) = Self::find_capture(hay_mut.as_haystack()) else {
[INFO] [stdout] 391 +             let Some(caps) = <Type as haystack::interface::HaystackSlice>::Capture else {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout]    --> internal/src/expr/regex.rs:420:23
[INFO] [stdout]     |
[INFO] [stdout] 420 |                 .map(|c| (c.whole_match_range().clone(), replacer(c)))
[INFO] [stdout]     |                       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout] help: the following types implement trait `haystack::interface::HaystackSlice<'a>`
[INFO] [stdout]    --> internal/src/haystack/bytes.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl<'a> HaystackSlice<'a> for &'a [u8] {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a [u8]`
[INFO] [stdout]     |
[INFO] [stdout]    ::: internal/src/haystack/string.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl<'a> HaystackSlice<'a> for &'a str {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a str`
[INFO] [stdout]     = note: associated types cannot be accessed directly on a `trait`, they can only be accessed through a specific `impl`
[INFO] [stdout] note: required by a bound in `expr::regex::Regex::Capture`
[INFO] [stdout]    --> internal/src/expr/regex.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |     type Capture<'a, S: HaystackSlice<'a>>: CaptureFromRanges<'a, S, N> where I: 'a;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^ required by this bound in `Regex::Capture`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ct_regex_internal-cea32b0cb469bce9.long-type-18259403086851828945.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: use the fully qualified path to an implementation
[INFO] [stdout]     |
[INFO] [stdout] 420 -                 .map(|c| (c.whole_match_range().clone(), replacer(c)))
[INFO] [stdout] 420 +                 .map(|<Type as haystack::interface::HaystackSlice>::Capture| (c.whole_match_range().clone(), replacer(c)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout]    --> internal/src/expr/regex.rs:391:30
[INFO] [stdout]     |
[INFO] [stdout] 391 |             let Some(caps) = Self::find_capture(hay_mut.as_haystack()) else {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout] help: the following types implement trait `haystack::interface::HaystackSlice<'a>`
[INFO] [stdout]    --> internal/src/haystack/bytes.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl<'a> HaystackSlice<'a> for &'a [u8] {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a [u8]`
[INFO] [stdout]     |
[INFO] [stdout]    ::: internal/src/haystack/string.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl<'a> HaystackSlice<'a> for &'a str {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a str`
[INFO] [stdout]     = note: associated types cannot be accessed directly on a `trait`, they can only be accessed through a specific `impl`
[INFO] [stdout] note: required by a bound in `expr::regex::Regex::Capture`
[INFO] [stdout]    --> internal/src/expr/regex.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |     type Capture<'a, S: HaystackSlice<'a>>: CaptureFromRanges<'a, S, N> where I: 'a;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^ required by this bound in `Regex::Capture`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ct_regex_internal-2c5384665a7b3204.long-type-18371552374190583035.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: use the fully qualified path to an implementation
[INFO] [stdout]     |
[INFO] [stdout] 391 -             let Some(caps) = Self::find_capture(hay_mut.as_haystack()) else {
[INFO] [stdout] 391 +             let Some(caps) = <Type as haystack::interface::HaystackSlice>::Capture else {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout]    --> internal/src/expr/regex.rs:420:23
[INFO] [stdout]     |
[INFO] [stdout] 420 |                 .map(|c| (c.whole_match_range().clone(), replacer(c)))
[INFO] [stdout]     |                       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout] help: the following types implement trait `haystack::interface::HaystackSlice<'a>`
[INFO] [stdout]    --> internal/src/haystack/bytes.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl<'a> HaystackSlice<'a> for &'a [u8] {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a [u8]`
[INFO] [stdout]     |
[INFO] [stdout]    ::: internal/src/haystack/string.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl<'a> HaystackSlice<'a> for &'a str {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a str`
[INFO] [stdout]     = note: associated types cannot be accessed directly on a `trait`, they can only be accessed through a specific `impl`
[INFO] [stdout] note: required by a bound in `expr::regex::Regex::Capture`
[INFO] [stdout]    --> internal/src/expr/regex.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |     type Capture<'a, S: HaystackSlice<'a>>: CaptureFromRanges<'a, S, N> where I: 'a;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^ required by this bound in `Regex::Capture`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ct_regex_internal-2c5384665a7b3204.long-type-5629932270887609911.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: use the fully qualified path to an implementation
[INFO] [stdout]     |
[INFO] [stdout] 420 -                 .map(|c| (c.whole_match_range().clone(), replacer(c)))
[INFO] [stdout] 420 +                 .map(|<Type as haystack::interface::HaystackSlice>::Capture| (c.whole_match_range().clone(), replacer(c)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ct-regex-internal` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ct-regex-internal` (lib) due to 2 previous errors
[INFO] [stderr] error: could not compile `ct-regex-internal` (lib) due to 2 previous errors
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout]    --> internal/src/expr/regex.rs:391:30
[INFO] [stdout]     |
[INFO] [stdout] 391 |             let Some(caps) = Self::find_capture(hay_mut.as_haystack()) else {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout] help: the following types implement trait `haystack::interface::HaystackSlice<'a>`
[INFO] [stdout]    --> internal/src/haystack/bytes.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl<'a> HaystackSlice<'a> for &'a [u8] {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a [u8]`
[INFO] [stdout]     |
[INFO] [stdout]    ::: internal/src/haystack/string.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl<'a> HaystackSlice<'a> for &'a str {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a str`
[INFO] [stdout]     = note: associated types cannot be accessed directly on a `trait`, they can only be accessed through a specific `impl`
[INFO] [stdout] note: required by a bound in `expr::regex::Regex::Capture`
[INFO] [stdout]    --> internal/src/expr/regex.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |     type Capture<'a, S: HaystackSlice<'a>>: CaptureFromRanges<'a, S, N> where I: 'a;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^ required by this bound in `Regex::Capture`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ct_regex_internal-941066edcf3c05d4.long-type-3010345508557738116.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: use the fully qualified path to an implementation
[INFO] [stdout]     |
[INFO] [stdout] 391 -             let Some(caps) = Self::find_capture(hay_mut.as_haystack()) else {
[INFO] [stdout] 391 +             let Some(caps) = <Type as haystack::interface::HaystackSlice>::Capture else {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout]    --> internal/src/expr/regex.rs:420:23
[INFO] [stdout]     |
[INFO] [stdout] 420 |                 .map(|c| (c.whole_match_range().clone(), replacer(c)))
[INFO] [stdout]     |                       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `<_ as Haystack<'_>>::Slice: HaystackSlice<'_>`
[INFO] [stdout] help: the following types implement trait `haystack::interface::HaystackSlice<'a>`
[INFO] [stdout]    --> internal/src/haystack/bytes.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl<'a> HaystackSlice<'a> for &'a [u8] {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a [u8]`
[INFO] [stdout]     |
[INFO] [stdout]    ::: internal/src/haystack/string.rs:59:1
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl<'a> HaystackSlice<'a> for &'a str {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&'a str`
[INFO] [stdout]     = note: associated types cannot be accessed directly on a `trait`, they can only be accessed through a specific `impl`
[INFO] [stdout] note: required by a bound in `expr::regex::Regex::Capture`
[INFO] [stdout]    --> internal/src/expr/regex.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |     type Capture<'a, S: HaystackSlice<'a>>: CaptureFromRanges<'a, S, N> where I: 'a;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^ required by this bound in `Regex::Capture`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ct_regex_internal-941066edcf3c05d4.long-type-2758493802156998475.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: use the fully qualified path to an implementation
[INFO] [stdout]     |
[INFO] [stdout] 420 -                 .map(|c| (c.whole_match_range().clone(), replacer(c)))
[INFO] [stdout] 420 +                 .map(|<Type as haystack::interface::HaystackSlice>::Capture| (c.whole_match_range().clone(), replacer(c)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ct-regex-internal` (lib test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "55ffc50690e0c20103569eaff0935325dd280c48f47ddb36657dd45c8399b373", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55ffc50690e0c20103569eaff0935325dd280c48f47ddb36657dd45c8399b373", kill_on_drop: false }`
[INFO] [stdout] 55ffc50690e0c20103569eaff0935325dd280c48f47ddb36657dd45c8399b373
