[INFO] fetching crate kbnf-regex-automata 0.4.10...
[INFO] testing kbnf-regex-automata-0.4.10 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate kbnf-regex-automata 0.4.10 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate kbnf-regex-automata 0.4.10
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate kbnf-regex-automata 0.4.10
[INFO] tweaked toml for crates.io crate kbnf-regex-automata 0.4.10 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate kbnf-regex-automata 0.4.10 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 41 packages to latest compatible versions
[INFO] [stderr]       Adding env_logger v0.9.3 (available: v0.11.8)
[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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3bfa8940a6d05a2f6be8f33d99cdb0568a4b6eac09e7c43d23b6b23eda4d812d
[INFO] running `Command { std: "docker" "start" "-a" "3bfa8940a6d05a2f6be8f33d99cdb0568a4b6eac09e7c43d23b6b23eda4d812d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3bfa8940a6d05a2f6be8f33d99cdb0568a4b6eac09e7c43d23b6b23eda4d812d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bfa8940a6d05a2f6be8f33d99cdb0568a4b6eac09e7c43d23b6b23eda4d812d", kill_on_drop: false }`
[INFO] [stdout] 3bfa8940a6d05a2f6be8f33d99cdb0568a4b6eac09e7c43d23b6b23eda4d812d
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 77379582dc994414f758889c14c47ec33482796580c55473bdb07b9064f4c06a
[INFO] running `Command { std: "docker" "start" "-a" "77379582dc994414f758889c14c47ec33482796580c55473bdb07b9064f4c06a", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling kbnf-regex-automata v0.4.10 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
[INFO] [stdout]     --> src/dfa/dense.rs:4758:1
[INFO] [stdout]      |
[INFO] [stdout] 4758 | / pub struct StateIter<'a, T> {
[INFO] [stdout] 4759 | |     tt: &'a TransitionTable<T>,
[INFO] [stdout] 4760 | |     it: iter::Enumerate<slice::Chunks<'a, StateID>>,
[INFO] [stdout] 4761 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]     --> src/lib.rs:599:9
[INFO] [stdout]      |
[INFO] [stdout]  599 | #![warn(missing_debug_implementations)]
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/dfa/onepass.rs:524:45
[INFO] [stdout]     |
[INFO] [stdout] 524 |     fn new(config: Config, nfa: &'a NFA) -> InternalBuilder {
[INFO] [stdout]     |                                  --         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 524 |     fn new(config: Config, nfa: &'a NFA) -> InternalBuilder<'a> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/alphabet.rs:472:21
[INFO] [stdout]     |
[INFO] [stdout] 472 |     pub fn elements(&self, class: Unit) -> ByteClassElements {
[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] 472 |     pub fn elements(&self, class: Unit) -> ByteClassElements<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/alphabet.rs:480:23
[INFO] [stdout]     |
[INFO] [stdout] 480 |     fn element_ranges(&self, class: Unit) -> ByteClassElementRanges {
[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] 480 |     fn element_ranges(&self, class: Unit) -> ByteClassElementRanges<'_> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/alphabet.rs:789:24
[INFO] [stdout]     |
[INFO] [stdout] 789 |     pub(crate) fn iter(&self) -> ByteSetIter {
[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] 789 |     pub(crate) fn iter(&self) -> ByteSetIter<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/alphabet.rs:794:31
[INFO] [stdout]     |
[INFO] [stdout] 794 |     pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter {
[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] 794 |     pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
[INFO] running `Command { std: "docker" "inspect" "77379582dc994414f758889c14c47ec33482796580c55473bdb07b9064f4c06a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77379582dc994414f758889c14c47ec33482796580c55473bdb07b9064f4c06a", kill_on_drop: false }`
[INFO] [stdout] 77379582dc994414f758889c14c47ec33482796580c55473bdb07b9064f4c06a
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ecd6268d721a824bd15324f9f86ba58649d13d04dcbbcc0403711f49c6c73395
[INFO] running `Command { std: "docker" "start" "-a" "ecd6268d721a824bd15324f9f86ba58649d13d04dcbbcc0403711f49c6c73395", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stdout] warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
[INFO] [stdout]     --> src/dfa/dense.rs:4758:1
[INFO] [stdout]      |
[INFO] [stdout] 4758 | / pub struct StateIter<'a, T> {
[INFO] [stdout] 4759 | |     tt: &'a TransitionTable<T>,
[INFO] [stdout] 4760 | |     it: iter::Enumerate<slice::Chunks<'a, StateID>>,
[INFO] [stdout] 4761 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]     --> src/lib.rs:599:9
[INFO] [stdout]      |
[INFO] [stdout]  599 | #![warn(missing_debug_implementations)]
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/dfa/onepass.rs:524:45
[INFO] [stdout]     |
[INFO] [stdout] 524 |     fn new(config: Config, nfa: &'a NFA) -> InternalBuilder {
[INFO] [stdout]     |                                  --         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 524 |     fn new(config: Config, nfa: &'a NFA) -> InternalBuilder<'a> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/alphabet.rs:472:21
[INFO] [stdout]     |
[INFO] [stdout] 472 |     pub fn elements(&self, class: Unit) -> ByteClassElements {
[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] 472 |     pub fn elements(&self, class: Unit) -> ByteClassElements<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/alphabet.rs:480:23
[INFO] [stdout]     |
[INFO] [stdout] 480 |     fn element_ranges(&self, class: Unit) -> ByteClassElementRanges {
[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] 480 |     fn element_ranges(&self, class: Unit) -> ByteClassElementRanges<'_> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/alphabet.rs:789:24
[INFO] [stdout]     |
[INFO] [stdout] 789 |     pub(crate) fn iter(&self) -> ByteSetIter {
[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] 789 |     pub(crate) fn iter(&self) -> ByteSetIter<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/alphabet.rs:794:31
[INFO] [stdout]     |
[INFO] [stdout] 794 |     pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter {
[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] 794 |     pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling regex-test v0.1.1
[INFO] [stderr]    Compiling kbnf-regex-automata v0.4.10 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `tests/../../testdata/anchored.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     load!("anchored");
[INFO] [stdout]    |     ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/bytes.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     load!("bytes");
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/crazy.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     load!("crazy");
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/crlf.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     load!("crlf");
[INFO] [stdout]    |     ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/earliest.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     load!("earliest");
[INFO] [stdout]    |     ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/empty.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     load!("empty");
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/expensive.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     load!("expensive");
[INFO] [stdout]    |     ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/flags.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     load!("flags");
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/iter.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     load!("iter");
[INFO] [stdout]    |     ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/leftmost-all.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     load!("leftmost-all");
[INFO] [stdout]    |     --------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/line-terminator.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     load!("line-terminator");
[INFO] [stdout]    |     ------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/misc.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     load!("misc");
[INFO] [stdout]    |     ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/multiline.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     load!("multiline");
[INFO] [stdout]    |     ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/no-unicode.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     load!("no-unicode");
[INFO] [stdout]    |     ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/overlapping.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     load!("overlapping");
[INFO] [stdout]    |     -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/regression.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     load!("regression");
[INFO] [stdout]    |     ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/set.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     load!("set");
[INFO] [stdout]    |     ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/substring.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     load!("substring");
[INFO] [stdout]    |     ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/unicode.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     load!("unicode");
[INFO] [stdout]    |     ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/utf8.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     load!("utf8");
[INFO] [stdout]    |     ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/word-boundary.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     load!("word-boundary");
[INFO] [stdout]    |     ---------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/word-boundary-special.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     load!("word-boundary-special");
[INFO] [stdout]    |     ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/fowler/basic.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     load!("fowler/basic");
[INFO] [stdout]    |     --------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/fowler/nullsubexpr.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     load!("fowler/nullsubexpr");
[INFO] [stdout]    |     --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../testdata/fowler/repetition.toml`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 include_bytes!(concat!("../../testdata/", $name, ".toml"));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |     load!("fowler/repetition");
[INFO] [stdout]    |     -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `load` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]  --> tests/gen/dense/multi_pattern_v2.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]  --> tests/gen/sparse/multi_pattern_v2.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]  --> tests/dfa/api.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `regex_automata`
[INFO] [stdout]   --> tests/lib.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     use regex_automata::Anchored;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]  --> tests/dfa/onepass/suite.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `regex_automata`
[INFO] [stdout]  --> tests/dfa/api.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]  --> tests/dfa/suite.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   --> tests/fuzz/dense.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     use regex_automata::dfa::Automaton;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    --> tests/fuzz/sparse.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     use regex_automata::dfa::Automaton;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `regex_automata`
[INFO] [stdout]  --> tests/dfa/suite.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `regex_automata`
[INFO] [stdout]  --> tests/gen/dense/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use regex_automata::{Input, Match};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]  --> tests/hybrid/api.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `regex_automata`
[INFO] [stdout]  --> tests/gen/sparse/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use regex_automata::{Input, Match};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]  --> tests/hybrid/suite.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `regex_automata`
[INFO] [stdout]  --> tests/hybrid/api.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `regex_automata`
[INFO] [stdout]  --> tests/hybrid/suite.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]  --> tests/meta/suite.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]  --> tests/nfa/thompson/backtrack/suite.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `regex_automata`
[INFO] [stdout]  --> tests/meta/suite.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]  --> tests/nfa/thompson/pikevm/suite.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `regex_automata`
[INFO] [stdout]  --> tests/nfa/thompson/backtrack/suite.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]  --> tests/dfa/regression.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     use regex_automata::{
[INFO] [stdout]   |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `regex_automata`
[INFO] [stdout]  --> tests/nfa/thompson/pikevm/suite.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     regex_automata::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `regex_automata`
[INFO] [stdout]  --> tests/dfa/regression.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     use regex_automata::{
[INFO] [stdout]   |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    --> tests/dfa/onepass/suite.rs:185:21
[INFO] [stdout]     |
[INFO] [stdout] 185 |     let mut lookm = regex_automata::util::look::LookMatcher::new();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use kbnf_regex_automata::util::look::LookMatcher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `LookMatcher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 185 -     let mut lookm = regex_automata::util::look::LookMatcher::new();
[INFO] [stdout] 185 +     let mut lookm = LookMatcher::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    --> tests/dfa/suite.rs:379:21
[INFO] [stdout]     |
[INFO] [stdout] 379 |     let mut lookm = regex_automata::util::look::LookMatcher::new();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use kbnf_regex_automata::util::look::LookMatcher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `LookMatcher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 379 -     let mut lookm = regex_automata::util::look::LookMatcher::new();
[INFO] [stdout] 379 +     let mut lookm = LookMatcher::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   --> tests/fuzz/dense.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         regex_automata::dfa::dense::DFA::from_bytes(&dfa_bytes).ok()?;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  6 + use aho_corasick::dfa::DFA;
[INFO] [stdout]    |
[INFO] [stdout]  6 + use kbnf_regex_automata::dfa::dense::DFA;
[INFO] [stdout]    |
[INFO] [stdout]  6 + use kbnf_regex_automata::dfa::onepass::DFA;
[INFO] [stdout]    |
[INFO] [stdout]  6 + use kbnf_regex_automata::dfa::sparse::DFA;
[INFO] [stdout]    |
[INFO] [stdout]    = and 1 other candidate
[INFO] [stdout] help: if you import `DFA`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 49 -         regex_automata::dfa::dense::DFA::from_bytes(&dfa_bytes).ok()?;
[INFO] [stdout] 49 +         DFA::from_bytes(&dfa_bytes).ok()?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   --> tests/fuzz/dense.rs:50:33
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let _ = dfa.try_search_fwd(&regex_automata::Input::new(haystack));
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  6 + use aho_corasick::Input;
[INFO] [stdout]    |
[INFO] [stdout]  6 + use kbnf_regex_automata::Input;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Input`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 50 -     let _ = dfa.try_search_fwd(&regex_automata::Input::new(haystack));
[INFO] [stdout] 50 +     let _ = dfa.try_search_fwd(&Input::new(haystack));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    --> tests/fuzz/sparse.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |         regex_automata::dfa::sparse::DFA::from_bytes(&dfa_bytes).ok()?;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]  10 + use aho_corasick::dfa::DFA;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use kbnf_regex_automata::dfa::dense::DFA;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use kbnf_regex_automata::dfa::onepass::DFA;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use kbnf_regex_automata::dfa::sparse::DFA;
[INFO] [stdout]     |
[INFO] [stdout]     = and 1 other candidate
[INFO] [stdout] help: if you import `DFA`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 129 -         regex_automata::dfa::sparse::DFA::from_bytes(&dfa_bytes).ok()?;
[INFO] [stdout] 129 +         DFA::from_bytes(&dfa_bytes).ok()?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    --> tests/fuzz/sparse.rs:130:33
[INFO] [stdout]     |
[INFO] [stdout] 130 |     let _ = dfa.try_search_fwd(&regex_automata::Input::new(haystack));
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]  10 + use aho_corasick::Input;
[INFO] [stdout]     |
[INFO] [stdout]  10 + use kbnf_regex_automata::Input;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Input`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 130 -     let _ = dfa.try_search_fwd(&regex_automata::Input::new(haystack));
[INFO] [stdout] 130 +     let _ = dfa.try_search_fwd(&Input::new(haystack));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    --> tests/hybrid/suite.rs:273:21
[INFO] [stdout]     |
[INFO] [stdout] 273 |     let mut lookm = regex_automata::util::look::LookMatcher::new();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use kbnf_regex_automata::util::look::LookMatcher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `LookMatcher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 273 -     let mut lookm = regex_automata::util::look::LookMatcher::new();
[INFO] [stdout] 273 +     let mut lookm = LookMatcher::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   --> tests/nfa/thompson/backtrack/suite.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |             regex_automata::MatchKind::LeftmostFirst,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  1 + use aho_corasick::MatchKind;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use aho_corasick::packed::MatchKind;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use kbnf_regex_automata::MatchKind;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use regex_test::MatchKind;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `MatchKind`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 51 -             regex_automata::MatchKind::LeftmostFirst,
[INFO] [stdout] 51 +             MatchKind::LeftmostFirst,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    --> tests/nfa/thompson/backtrack/suite.rs:201:21
[INFO] [stdout]     |
[INFO] [stdout] 201 |     let mut lookm = regex_automata::util::look::LookMatcher::new();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use kbnf_regex_automata::util::look::LookMatcher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `LookMatcher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 201 -     let mut lookm = regex_automata::util::look::LookMatcher::new();
[INFO] [stdout] 201 +     let mut lookm = LookMatcher::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    --> tests/nfa/thompson/pikevm/suite.rs:150:21
[INFO] [stdout]     |
[INFO] [stdout] 150 |     let mut lookm = regex_automata::util::look::LookMatcher::new();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use kbnf_regex_automata::util::look::LookMatcher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `LookMatcher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 150 -     let mut lookm = regex_automata::util::look::LookMatcher::new();
[INFO] [stdout] 150 +     let mut lookm = LookMatcher::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   --> tests/lib.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     regex_automata::Input::new(test.haystack())
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 18 + use aho_corasick::Input;
[INFO] [stdout]    |
[INFO] [stdout] 18 + use kbnf_regex_automata::Input;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Input`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 80 -     regex_automata::Input::new(test.haystack())
[INFO] [stdout] 80 +     Input::new(test.haystack())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   --> tests/lib.rs:90:12
[INFO] [stdout]    |
[INFO] [stdout] 90 |     caps: &regex_automata::util::captures::Captures,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout] 18 + use kbnf_regex_automata::util::captures;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `captures`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 90 -     caps: &regex_automata::util::captures::Captures,
[INFO] [stdout] 90 +     caps: &captures::Captures,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    --> tests/lib.rs:109:44
[INFO] [stdout]     |
[INFO] [stdout] 109 |         regex_test::MatchKind::All => Some(regex_automata::MatchKind::All),
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]     |
[INFO] [stdout]  18 + use aho_corasick::MatchKind;
[INFO] [stdout]     |
[INFO] [stdout]  18 + use aho_corasick::packed::MatchKind;
[INFO] [stdout]     |
[INFO] [stdout]  18 + use kbnf_regex_automata::MatchKind;
[INFO] [stdout]     |
[INFO] [stdout]  18 + use regex_test::MatchKind;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `MatchKind`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 109 -         regex_test::MatchKind::All => Some(regex_automata::MatchKind::All),
[INFO] [stdout] 109 +         regex_test::MatchKind::All => Some(MatchKind::All),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    --> tests/lib.rs:111:18
[INFO] [stdout]     |
[INFO] [stdout] 111 |             Some(regex_automata::MatchKind::LeftmostFirst)
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]     |
[INFO] [stdout]  18 + use aho_corasick::MatchKind;
[INFO] [stdout]     |
[INFO] [stdout]  18 + use aho_corasick::packed::MatchKind;
[INFO] [stdout]     |
[INFO] [stdout]  18 + use kbnf_regex_automata::MatchKind;
[INFO] [stdout]     |
[INFO] [stdout]  18 + use regex_test::MatchKind;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `MatchKind`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 111 -             Some(regex_automata::MatchKind::LeftmostFirst)
[INFO] [stdout] 111 +             Some(MatchKind::LeftmostFirst)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]   --> tests/lib.rs:75:6
[INFO] [stdout]    |
[INFO] [stdout] 75 | ) -> regex_automata::Input<'h> {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]    --> tests/lib.rs:107:13
[INFO] [stdout]     |
[INFO] [stdout] 107 | ) -> Option<regex_automata::MatchKind> {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `regex_automata`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `regex_automata`, use `cargo add regex_automata` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kbnf-regex-automata` (test "integration") due to 65 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation
[INFO] [stdout]     --> src/dfa/dense.rs:4758:1
[INFO] [stdout]      |
[INFO] [stdout] 4758 | / pub struct StateIter<'a, T> {
[INFO] [stdout] 4759 | |     tt: &'a TransitionTable<T>,
[INFO] [stdout] 4760 | |     it: iter::Enumerate<slice::Chunks<'a, StateID>>,
[INFO] [stdout] 4761 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]     --> src/lib.rs:599:9
[INFO] [stdout]      |
[INFO] [stdout]  599 | #![warn(missing_debug_implementations)]
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/dfa/onepass.rs:524:45
[INFO] [stdout]     |
[INFO] [stdout] 524 |     fn new(config: Config, nfa: &'a NFA) -> InternalBuilder {
[INFO] [stdout]     |                                  --         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 524 |     fn new(config: Config, nfa: &'a NFA) -> InternalBuilder<'a> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/alphabet.rs:472:21
[INFO] [stdout]     |
[INFO] [stdout] 472 |     pub fn elements(&self, class: Unit) -> ByteClassElements {
[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] 472 |     pub fn elements(&self, class: Unit) -> ByteClassElements<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/alphabet.rs:480:23
[INFO] [stdout]     |
[INFO] [stdout] 480 |     fn element_ranges(&self, class: Unit) -> ByteClassElementRanges {
[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] 480 |     fn element_ranges(&self, class: Unit) -> ByteClassElementRanges<'_> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/alphabet.rs:789:24
[INFO] [stdout]     |
[INFO] [stdout] 789 |     pub(crate) fn iter(&self) -> ByteSetIter {
[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] 789 |     pub(crate) fn iter(&self) -> ByteSetIter<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/alphabet.rs:794:31
[INFO] [stdout]     |
[INFO] [stdout] 794 |     pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter {
[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] 794 |     pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ecd6268d721a824bd15324f9f86ba58649d13d04dcbbcc0403711f49c6c73395", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ecd6268d721a824bd15324f9f86ba58649d13d04dcbbcc0403711f49c6c73395", kill_on_drop: false }`
[INFO] [stdout] ecd6268d721a824bd15324f9f86ba58649d13d04dcbbcc0403711f49c6c73395
