[INFO] fetching crate fancy-regex-fork-pb 0.3.2...
[INFO] testing fancy-regex-fork-pb-0.3.2 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate fancy-regex-fork-pb 0.3.2 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate fancy-regex-fork-pb 0.3.2
[INFO] finished tweaking crates.io crate fancy-regex-fork-pb 0.3.2
[INFO] tweaked toml for crates.io crate fancy-regex-fork-pb 0.3.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fancy-regex-fork-pb 0.3.2 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fancy-regex-fork-pb 0.3.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e0ca102013f6085936f4b954bd670f979edd2e1367ad454be4be662fe52b009a
[INFO] running `Command { std: "docker" "start" "-a" "e0ca102013f6085936f4b954bd670f979edd2e1367ad454be4be662fe52b009a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e0ca102013f6085936f4b954bd670f979edd2e1367ad454be4be662fe52b009a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0ca102013f6085936f4b954bd670f979edd2e1367ad454be4be662fe52b009a", kill_on_drop: false }`
[INFO] [stdout] e0ca102013f6085936f4b954bd670f979edd2e1367ad454be4be662fe52b009a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 895e213e97d2187ceb45087b03e509919d97abf29de93d7d6b610efbddace64a
[INFO] running `Command { std: "docker" "start" "-a" "895e213e97d2187ceb45087b03e509919d97abf29de93d7d6b610efbddace64a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.60
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling regex-syntax v0.6.14
[INFO] [stderr]    Compiling bit-vec v0.5.1
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling bit-set v0.5.1
[INFO] [stderr]    Compiling aho-corasick v0.7.7
[INFO] [stderr]    Compiling regex v1.3.4
[INFO] [stderr]    Compiling fancy-regex-fork-pb v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:35:25
[INFO] [stdout]    |
[INFO] [stdout] 35 | const FLAG_CASEI: u32 = (1 << 0);
[INFO] [stdout]    |                         ^      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 - const FLAG_CASEI: u32 = (1 << 0);
[INFO] [stdout] 35 + const FLAG_CASEI: u32 = 1 << 0;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:36:25
[INFO] [stdout]    |
[INFO] [stdout] 36 | const FLAG_MULTI: u32 = (1 << 1);
[INFO] [stdout]    |                         ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 - const FLAG_MULTI: u32 = (1 << 1);
[INFO] [stdout] 36 + const FLAG_MULTI: u32 = 1 << 1;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:37:25
[INFO] [stdout]    |
[INFO] [stdout] 37 | const FLAG_DOTNL: u32 = (1 << 2);
[INFO] [stdout]    |                         ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 - const FLAG_DOTNL: u32 = (1 << 2);
[INFO] [stdout] 37 + const FLAG_DOTNL: u32 = 1 << 2;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 | const FLAG_SWAP_GREED: u32 = (1 << 3);
[INFO] [stdout]    |                              ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 - const FLAG_SWAP_GREED: u32 = (1 << 3);
[INFO] [stdout] 38 + const FLAG_SWAP_GREED: u32 = 1 << 3;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 | const FLAG_IGNORE_SPACE: u32 = (1 << 4);
[INFO] [stdout]    |                                ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 - const FLAG_IGNORE_SPACE: u32 = (1 << 4);
[INFO] [stdout] 39 + const FLAG_IGNORE_SPACE: u32 = 1 << 4;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 | const FLAG_UNICODE: u32 = (1 << 5);
[INFO] [stdout]    |                           ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 40 - const FLAG_UNICODE: u32 = (1 << 5);
[INFO] [stdout] 40 + const FLAG_UNICODE: u32 = 1 << 5;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
[INFO] running `Command { std: "docker" "inspect" "895e213e97d2187ceb45087b03e509919d97abf29de93d7d6b610efbddace64a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "895e213e97d2187ceb45087b03e509919d97abf29de93d7d6b610efbddace64a", kill_on_drop: false }`
[INFO] [stdout] 895e213e97d2187ceb45087b03e509919d97abf29de93d7d6b610efbddace64a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4fe52f89e9037aa2fbcc6a096a3e295f8a51ee4fd73a77b61da2b81499f83c54
[INFO] running `Command { std: "docker" "start" "-a" "4fe52f89e9037aa2fbcc6a096a3e295f8a51ee4fd73a77b61da2b81499f83c54", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling cfg-if v0.1.9
[INFO] [stderr]    Compiling serde v1.0.104
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.8
[INFO] [stderr]    Compiling ryu v1.0.2
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling scopeguard v1.0.0
[INFO] [stderr]    Compiling rand_core v0.4.0
[INFO] [stderr]    Compiling syn v1.0.14
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.7.0
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]    Compiling itoa v0.4.5
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling atty v0.2.13
[INFO] [stderr]    Compiling num_cpus v1.12.0
[INFO] [stderr]    Compiling quick-error v1.2.2
[INFO] [stderr]    Compiling unicode-width v0.1.7
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling humantime v1.2.0
[INFO] [stderr]    Compiling csv-core v0.1.6
[INFO] [stderr]    Compiling termcolor v1.0.5
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling rand_core v0.2.2
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]    Compiling oorandom v11.1.0
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling clap v2.33.0
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:35:25
[INFO] [stdout]    |
[INFO] [stdout] 35 | const FLAG_CASEI: u32 = (1 << 0);
[INFO] [stdout]    |                         ^      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 - const FLAG_CASEI: u32 = (1 << 0);
[INFO] [stdout] 35 + const FLAG_CASEI: u32 = 1 << 0;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:36:25
[INFO] [stdout]    |
[INFO] [stdout] 36 | const FLAG_MULTI: u32 = (1 << 1);
[INFO] [stdout]    |                         ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 - const FLAG_MULTI: u32 = (1 << 1);
[INFO] [stdout] 36 + const FLAG_MULTI: u32 = 1 << 1;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:37:25
[INFO] [stdout]    |
[INFO] [stdout] 37 | const FLAG_DOTNL: u32 = (1 << 2);
[INFO] [stdout]    |                         ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 - const FLAG_DOTNL: u32 = (1 << 2);
[INFO] [stdout] 37 + const FLAG_DOTNL: u32 = 1 << 2;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 | const FLAG_SWAP_GREED: u32 = (1 << 3);
[INFO] [stdout]    |                              ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 - const FLAG_SWAP_GREED: u32 = (1 << 3);
[INFO] [stdout] 38 + const FLAG_SWAP_GREED: u32 = 1 << 3;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 | const FLAG_IGNORE_SPACE: u32 = (1 << 4);
[INFO] [stdout]    |                                ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 - const FLAG_IGNORE_SPACE: u32 = (1 << 4);
[INFO] [stdout] 39 + const FLAG_IGNORE_SPACE: u32 = 1 << 4;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 | const FLAG_UNICODE: u32 = (1 << 5);
[INFO] [stdout]    |                           ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 40 - const FLAG_UNICODE: u32 = (1 << 5);
[INFO] [stdout] 40 + const FLAG_UNICODE: u32 = 1 << 5;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling crossbeam-utils v0.7.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.0
[INFO] [stderr]    Compiling env_logger v0.5.13
[INFO] [stderr]    Compiling regex-automata v0.1.8
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling criterion-plot v0.4.1
[INFO] [stderr]    Compiling crossbeam-queue v0.2.1
[INFO] [stderr]    Compiling quickcheck v0.7.2
[INFO] [stderr]    Compiling crossbeam-deque v0.7.2
[INFO] [stderr]    Compiling plotters v0.2.12
[INFO] [stderr]    Compiling rayon v1.3.0
[INFO] [stderr]    Compiling bstr v0.2.10
[INFO] [stderr]    Compiling serde_json v1.0.45
[INFO] [stderr]    Compiling csv v1.1.3
[INFO] [stderr]    Compiling tinytemplate v1.0.3
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]    Compiling criterion v0.3.1
[INFO] [stderr]    Compiling fancy-regex-fork-pb v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `fancy_regex`
[INFO] [stdout]  --> tests/matching.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use fancy_regex::{Error, RegexBuilder};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fancy_regex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fancy_regex`, use `cargo add fancy_regex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fancy_regex`
[INFO] [stdout]  --> tests/common/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use fancy_regex::Regex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fancy_regex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fancy_regex`, use `cargo add fancy_regex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fancy_regex`
[INFO] [stdout]  --> tests/oniguruma.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use fancy_regex::Regex as FancyRegex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fancy_regex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fancy_regex`, use `cargo add fancy_regex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fancy_regex`
[INFO] [stdout]  --> tests/common/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use fancy_regex::Regex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fancy_regex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fancy_regex`, use `cargo add fancy_regex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fancy_regex`
[INFO] [stdout]  --> tests/finding.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use fancy_regex::Regex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fancy_regex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fancy_regex`, use `cargo add fancy_regex` 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 `fancy_regex`
[INFO] [stdout]   --> examples/toy.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use fancy_regex::internal::{analyze, compile, run_trace, Insn, Prog};
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fancy_regex`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fancy_regex`, use `cargo add fancy_regex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fancy_regex`
[INFO] [stdout]   --> examples/toy.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use fancy_regex::*;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fancy_regex`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fancy_regex`, use `cargo add fancy_regex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[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 `fancy-regex-fork-pb` (test "finding") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `fancy_regex`
[INFO] [stdout]  --> tests/captures.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use fancy_regex::{Captures, Match, Result};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fancy_regex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fancy_regex`, use `cargo add fancy_regex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fancy_regex`
[INFO] [stdout]  --> tests/common/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use fancy_regex::Regex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fancy_regex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fancy_regex`, use `cargo add fancy_regex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fancy-regex-fork-pb` (example "toy") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fancy-regex-fork-pb` (test "matching") due to 2 previous errors
[INFO] [stderr] error: could not compile `fancy-regex-fork-pb` (test "oniguruma") due to 1 previous error
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:35:25
[INFO] [stdout]    |
[INFO] [stdout] 35 | const FLAG_CASEI: u32 = (1 << 0);
[INFO] [stdout]    |                         ^      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 - const FLAG_CASEI: u32 = (1 << 0);
[INFO] [stdout] 35 + const FLAG_CASEI: u32 = 1 << 0;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:36:25
[INFO] [stdout]    |
[INFO] [stdout] 36 | const FLAG_MULTI: u32 = (1 << 1);
[INFO] [stdout]    |                         ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 - const FLAG_MULTI: u32 = (1 << 1);
[INFO] [stdout] 36 + const FLAG_MULTI: u32 = 1 << 1;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:37:25
[INFO] [stdout]    |
[INFO] [stdout] 37 | const FLAG_DOTNL: u32 = (1 << 2);
[INFO] [stdout]    |                         ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 - const FLAG_DOTNL: u32 = (1 << 2);
[INFO] [stdout] 37 + const FLAG_DOTNL: u32 = 1 << 2;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 | const FLAG_SWAP_GREED: u32 = (1 << 3);
[INFO] [stdout]    |                              ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 - const FLAG_SWAP_GREED: u32 = (1 << 3);
[INFO] [stdout] 38 + const FLAG_SWAP_GREED: u32 = 1 << 3;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 | const FLAG_IGNORE_SPACE: u32 = (1 << 4);
[INFO] [stdout]    |                                ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 - const FLAG_IGNORE_SPACE: u32 = (1 << 4);
[INFO] [stdout] 39 + const FLAG_IGNORE_SPACE: u32 = 1 << 4;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/parse.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 | const FLAG_UNICODE: u32 = (1 << 5);
[INFO] [stdout]    |                           ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 40 - const FLAG_UNICODE: u32 = (1 << 5);
[INFO] [stdout] 40 + const FLAG_UNICODE: u32 = 1 << 5;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fancy-regex-fork-pb` (test "captures") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "4fe52f89e9037aa2fbcc6a096a3e295f8a51ee4fd73a77b61da2b81499f83c54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fe52f89e9037aa2fbcc6a096a3e295f8a51ee4fd73a77b61da2b81499f83c54", kill_on_drop: false }`
[INFO] [stdout] 4fe52f89e9037aa2fbcc6a096a3e295f8a51ee4fd73a77b61da2b81499f83c54
