[INFO] fetching crate fancy-regex 0.16.2...
[INFO] testing fancy-regex-0.16.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate fancy-regex 0.16.2 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate fancy-regex 0.16.2
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate fancy-regex 0.16.2
[INFO] tweaked toml for crates.io crate fancy-regex 0.16.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fancy-regex 0.16.2 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fancy-regex 0.16.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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_derive v1.0.215
[INFO] [stderr]   Downloaded is-terminal v0.4.13
[INFO] [stderr]   Downloaded serde v1.0.215
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 13e66e7de44dc99b5970ccd57721a40a5d959405711fae5ddbf5f74fa270dd50
[INFO] running `Command { std: "docker" "start" "-a" "13e66e7de44dc99b5970ccd57721a40a5d959405711fae5ddbf5f74fa270dd50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13e66e7de44dc99b5970ccd57721a40a5d959405711fae5ddbf5f74fa270dd50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13e66e7de44dc99b5970ccd57721a40a5d959405711fae5ddbf5f74fa270dd50", kill_on_drop: false }`
[INFO] [stdout] 13e66e7de44dc99b5970ccd57721a40a5d959405711fae5ddbf5f74fa270dd50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7b67266c07e69efddd4589478f6f69360510f20e9e2c38b4a6a9d500b185a3fa
[INFO] running `Command { std: "docker" "start" "-a" "7b67266c07e69efddd4589478f6f69360510f20e9e2c38b4a6a9d500b185a3fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling fancy-regex v0.16.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `contains_subroutines` is never read
[INFO] [stdout]   --> src/parse.rs:46:16
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct ExprTree {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub(crate) contains_subroutines: bool,
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExprTree` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.05s
[INFO] running `Command { std: "docker" "inspect" "7b67266c07e69efddd4589478f6f69360510f20e9e2c38b4a6a9d500b185a3fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b67266c07e69efddd4589478f6f69360510f20e9e2c38b4a6a9d500b185a3fa", kill_on_drop: false }`
[INFO] [stdout] 7b67266c07e69efddd4589478f6f69360510f20e9e2c38b4a6a9d500b185a3fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bd9c542e30647c2e953959adb5954b06f7bb0d7adc0d8051161d9f550e5bfdf3
[INFO] running `Command { std: "docker" "start" "-a" "bd9c542e30647c2e953959adb5954b06f7bb0d7adc0d8051161d9f550e5bfdf3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling clap_builder v4.5.23
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stdout] warning: field `contains_subroutines` is never read
[INFO] [stdout]   --> src/parse.rs:46:16
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct ExprTree {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub(crate) contains_subroutines: bool,
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExprTree` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling clap v4.5.23
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling fancy-regex v0.16.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `contains_subroutines` is never read
[INFO] [stdout]   --> src/parse.rs:46:16
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct ExprTree {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub(crate) contains_subroutines: bool,
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExprTree` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.55s
[INFO] running `Command { std: "docker" "inspect" "bd9c542e30647c2e953959adb5954b06f7bb0d7adc0d8051161d9f550e5bfdf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd9c542e30647c2e953959adb5954b06f7bb0d7adc0d8051161d9f550e5bfdf3", kill_on_drop: false }`
[INFO] [stdout] bd9c542e30647c2e953959adb5954b06f7bb0d7adc0d8051161d9f550e5bfdf3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ac1e2003aba70bbc02cd7c67f16d5a67edd51a230fba2d2b1950cd36f5364891
[INFO] running `Command { std: "docker" "start" "-a" "ac1e2003aba70bbc02cd7c67f16d5a67edd51a230fba2d2b1950cd36f5364891", kill_on_drop: false }`
[INFO] [stderr] warning: field `contains_subroutines` is never read
[INFO] [stderr]   --> src/parse.rs:46:16
[INFO] [stderr]    |
[INFO] [stderr] 42 | pub struct ExprTree {
[INFO] [stderr]    |            -------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 46 |     pub(crate) contains_subroutines: bool,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ExprTree` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `fancy-regex` (lib) generated 1 warning
[INFO] [stderr] warning: `fancy-regex` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fancy_regex-2a9b425b3b6910b0)
[INFO] [stdout] 
[INFO] [stdout] running 121 tests
[INFO] [stdout] test analyze::tests::anchored_for_starttext_assertions ... ok
[INFO] [stdout] test analyze::tests::backref_inherits_group_size_info ... ok
[INFO] [stdout] test analyze::tests::backref_in_lookbehind ... ok
[INFO] [stdout] test analyze::tests::allow_analysis_of_self_backref ... ok
[INFO] [stdout] test analyze::tests::allow_backref_even_when_capture_group_occurs_after_backref ... ok
[INFO] [stdout] test analyze::tests::invalid_backref_no_captures ... ok
[INFO] [stdout] test analyze::tests::feature_not_yet_supported ... ok
[INFO] [stdout] test analyze::tests::invalid_backref_with_captures ... ok
[INFO] [stdout] test analyze::tests::invalid_backref_zero ... ok
[INFO] [stdout] test analyze::tests::is_literal ... ok
[INFO] [stdout] test analyze::tests::invalid_backref_with_captures_explict_capture_group_zero ... ok
[INFO] [stdout] test analyze::tests::not_anchored_for_startline_assertions ... ok
[INFO] [stdout] test analyze::tests::subroutine_call_undefined ... ok
[INFO] [stdout] test analyze::tests::is_literal_with_repeat ... ok
[INFO] [stdout] test compile::tests::conditional_expression_can_be_compiled ... ok
[INFO] [stdout] test analyze::tests::valid_backref_occurs_after_capture_group ... ok
[INFO] [stdout] test analyze::tests::backref_forward_reference ... ok
[INFO] [stdout] test compile::tests::jumps_for_alternation ... ok
[INFO] [stdout] test compile::tests::lazy_any_can_be_compiled_explicit_capture_group_zero ... ok
[INFO] [stdout] test optimize::tests::standalone_positive_lookahead_optimized ... ok
[INFO] [stdout] test optimize::tests::non_trailing_positive_lookahead_left_alone ... ok
[INFO] [stdout] test compile::tests::hard_concat_can_delegate_const_size_end ... ok
[INFO] [stdout] test compile::tests::hard_concat_can_not_delegate_variable_end ... ok
[INFO] [stdout] test compile::tests::look_around_pattern_can_be_delegated ... ok
[INFO] [stdout] test compile::tests::easy_concat_can_delegate_end ... ok
[INFO] [stdout] test optimize::tests::trailing_positive_lookahead_left_alone_when_self_recursive ... ok
[INFO] [stdout] test optimize::tests::trailing_negative_lookahead_left_alone ... ok
[INFO] [stdout] test optimize::tests::trailing_positive_lookahead_moved_even_if_not_easy ... ok
[INFO] [stdout] test parse::tests::alt ... ok
[INFO] [stdout] test parse::tests::any ... ok
[INFO] [stdout] test parse::tests::atomic_group ... ok
[INFO] [stdout] test optimize::tests::trailing_positive_lookahead_with_alternative_optimized ... ok
[INFO] [stdout] test parse::tests::backref ... ok
[INFO] [stdout] test parse::tests::backref_condition_with_one_two_or_three_branches ... ok
[INFO] [stdout] test parse::tests::backref_exists_condition ... ok
[INFO] [stdout] test parse::tests::comments ... ok
[INFO] [stdout] test parse::tests::conditional_unclosed_at_end_of_pattern ... ok
[INFO] [stdout] test parse::tests::concat ... ok
[INFO] [stdout] test parse::tests::flag_swap_greed ... ok
[INFO] [stdout] test parse::tests::fuzz_1 ... ok
[INFO] [stdout] test parse::tests::end_text ... ok
[INFO] [stdout] test parse::tests::conditional ... ok
[INFO] [stdout] test optimize::tests::trailing_positive_lookahead_optimized ... ok
[INFO] [stdout] test optimize::tests::trailing_positive_lookbehind_left_alone ... ok
[INFO] [stdout] test parse::tests::fuzz_2 ... ok
[INFO] [stdout] test parse::tests::fuzz_3 ... ok
[INFO] [stdout] test parse::tests::group ... ok
[INFO] [stdout] test parse::tests::fuzz_4 ... ok
[INFO] [stdout] test parse::tests::delegate_zero ... ok
[INFO] [stdout] test parse::tests::hex_escape ... ok
[INFO] [stdout] test parse::tests::empty ... ok
[INFO] [stdout] test parse::tests::flag_multiline ... ok
[INFO] [stdout] test parse::tests::conditional_non_backref_validity_check_without_branches ... ok
[INFO] [stdout] test parse::tests::delegate_named_group ... ok
[INFO] [stdout] test parse::tests::ignore_whitespace ... ok
[INFO] [stdout] test parse::tests::invalid_escape ... ok
[INFO] [stdout] test parse::tests::invalid_flags ... ok
[INFO] [stdout] test parse::tests::invalid_group_name ... ok
[INFO] [stdout] test parse::tests::invalid_group_name_backref ... ok
[INFO] [stdout] test parse::tests::invalid_repeat ... ok
[INFO] [stdout] test parse::tests::group_repeat ... ok
[INFO] [stdout] test parse::tests::keepout ... ok
[INFO] [stdout] test parse::tests::lifetime ... ok
[INFO] [stdout] test parse::tests::literal_special ... ok
[INFO] [stdout] test parse::tests::literal_unescaped_opening_curly ... ok
[INFO] [stdout] test parse::tests::lookaround ... ok
[INFO] [stdout] test parse::tests::named_backref ... ok
[INFO] [stdout] test parse::tests::named_backref_only ... ok
[INFO] [stdout] test parse::tests::named_subroutine_not_defined_later ... ok
[INFO] [stdout] test parse::tests::named_group ... ok
[INFO] [stdout] test parse::tests::parse_fancy_with_dot_matches_new_line_in_pattern ... ok
[INFO] [stdout] test parse::tests::parse_id_test ... ok
[INFO] [stdout] test parse::tests::parse_with_case_insensitive_in_pattern ... ok
[INFO] [stdout] test parse::tests::parse_with_case_insensitive_option ... ok
[INFO] [stdout] test parse::tests::no_quantifiers_on_lookarounds ... ok
[INFO] [stdout] test parse::tests::parse_with_case_insensitre_from_pattern_and_multi_line_option ... ok
[INFO] [stdout] test parse::tests::literal ... ok
[INFO] [stdout] test parse::tests::no_quantifiers_on_other_non_repeatable_expressions ... ok
[INFO] [stdout] test parse::tests::end_text_before_empty_lines ... ok
[INFO] [stdout] test parse::tests::parse_with_dot_matches_new_line_in_pattern ... ok
[INFO] [stdout] test parse::tests::literal_escape ... ok
[INFO] [stdout] test parse::tests::flag_state ... ok
[INFO] [stdout] test parse::tests::parse_with_dot_matches_new_line_option ... ok
[INFO] [stdout] test parse::tests::parse_with_multi_line_and_case_insensitive_options ... ok
[INFO] [stdout] test parse::tests::parse_with_multiline_in_pattern ... ok
[INFO] [stdout] test parse::tests::repeat ... ok
[INFO] [stdout] test parse::tests::pparse_with_multiline_option ... ok
[INFO] [stdout] test parse::tests::self_recursive_subroutine_call ... ok
[INFO] [stdout] test parse::tests::relative_backref ... ok
[INFO] [stdout] test parse::tests::recursive_subroutine_call ... ok
[INFO] [stdout] test parse::tests::relative_backref_with_recursion_level ... ok
[INFO] [stdout] test parse::tests::subroutine_call_name_includes_dash ... ok
[INFO] [stdout] test parse::tests::possessive ... ok
[INFO] [stdout] test parse::tests::subroutine_call_unclosed_at_end_of_pattern ... ok
[INFO] [stdout] test parse::tests::subroutine_call_missing_subroutine_reference ... ok
[INFO] [stdout] test parse::tests::start_text ... ok
[INFO] [stdout] test parse::tests::subroutines ... ok
[INFO] [stdout] test parse::tests::relative_subroutine_call ... ok
[INFO] [stdout] test parse::tests::unknown_flag ... ok
[INFO] [stdout] test tests::to_str_concat_alt ... ok
[INFO] [stdout] test tests::to_str_repeat ... ok
[INFO] [stdout] test vm::tests::state_backtrack_cut_simple ... ok
[INFO] [stdout] test tests::as_str_debug ... ok
[INFO] [stdout] test tests::hard_regex ... ok
[INFO] [stdout] test vm::tests::state_save_override ... ok
[INFO] [stdout] test vm::tests::state_save_override_twice ... ok
[INFO] [stdout] test parse::tests::shy_group ... ok
[INFO] [stdout] test vm::tests::state_push_pop ... ok
[INFO] [stdout] test tests::easy_regex ... ok
[INFO] [stdout] test tests::display ... ok
[INFO] [stdout] test tests::to_str_group_alt ... ok
[INFO] [stdout] test tests::to_str_rep_concat ... ok
[INFO] [stdout] test tests::escape ... ok
[INFO] [stdout] test parse::tests::conditional_invalid_target_of_repeat_operator ... ok
[INFO] [stdout] test parse::tests::subroutine_defined_later ... ok
[INFO] [stdout] test vm::tests::state_backtrack_cut_complex ... ok
[INFO] [stdout] test vm::tests::state_explicit_stack ... ok
[INFO] [stdout] test tests::from_str ... ok
[INFO] [stdout] test tests::trailing_positive_lookahead_wrap_capture_group_fixup ... ok
[INFO] [stdout] test parse::tests::invalid_backref ... ok
[INFO] [stderr]      Running tests/captures.rs (/opt/rustwide/target/debug/deps/captures-d02a4333533cd4cb)
[INFO] [stdout] test vm::tests::state_save_quickcheck ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 121 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test captures_iter_collect_when_backtrack_limit_hit ... ok
[INFO] [stdout] test expand ... ok
[INFO] [stdout] test captures_with_keepout_inside_in_middle ... ok
[INFO] [stdout] test captures_fancy ... ok
[INFO] [stdout] test expander_errors ... ok
[INFO] [stdout] test capture_names ... ok
[INFO] [stdout] test captures_with_conditional ... ok
[INFO] [stdout] test captures_iter_attributes ... ok
[INFO] [stdout] test captures_with_nested_keepout ... ok
[INFO] [stdout] test captures_from_pos_looking_left ... ok
[INFO] [stdout] test captures_with_keepout_inside_at_end ... ok
[INFO] [stdout] test captures_iter ... ok
[INFO] [stdout] test captures_from_pos ... ok
[INFO] [stdout] test captures_with_keepout_between ... ok
[INFO] [stdout] test captures_after_lookbehind ... ok
[INFO] [stdout] test captures_fancy_unmatched_group ... ok
[INFO] [stdout] test captures_fancy_named ... ok
[INFO] [stdout] test expander_escape ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/finding.rs (/opt/rustwide/target/debug/deps/finding-19bd28ce3cda8d8b)
[INFO] [stdout] 
[INFO] [stdout] running 35 tests
[INFO] [stdout] test empty_repeat_non_greedy ... ok
[INFO] [stdout] test find_iter_collect_when_backtrack_limit_hit ... ok
[INFO] [stdout] test find_endtext_before_newlines ... ok
[INFO] [stdout] test backref_for_unmatched_group ... ok
[INFO] [stdout] test find_iter_overlapping_lookahead ... ok
[INFO] [stdout] test backref_with_multibyte ... ok
[INFO] [stdout] test find_iter_zero_length_longer_codepoint ... ok
[INFO] [stdout] test incomplete_escape_sequences ... ok
[INFO] [stdout] test find_iter_attributes ... ok
[INFO] [stdout] test find_iter_zero_length ... ok
[INFO] [stdout] test find_no_matches_when_continuing_from_previous_match_end_and_no_match_at_start_of_text ... ok
[INFO] [stdout] test find_iter_empty_repeat_anchored_non_greedy_issue70 ... ok
[INFO] [stdout] test keepout_in_lookarounds_match_in_correct_place ... ok
[INFO] [stdout] test find_iter_empty_repeat_issue70 ... ok
[INFO] [stdout] test any_match_unicode_scalar_value ... ok
[INFO] [stdout] test lookahead_grouping_multiple_expressions ... ok
[INFO] [stdout] test find_iter_empty_repeat_non_greedy_issue70 ... ok
[INFO] [stdout] test lookahead_grouping_single_expression ... ok
[INFO] [stdout] test keepout_matches_in_correct_place ... ok
[INFO] [stdout] test find_iter ... ok
[INFO] [stdout] test find_iter_continue_from_previous_match_end_with_zero_width_match ... ok
[INFO] [stdout] test find_iter_continue_from_previous_match_end ... ok
[INFO] [stdout] test find_conditional ... ok
[INFO] [stdout] test find_fancy_case_insensitive ... ok
[INFO] [stdout] test delegates_match_unicode_scalar_value ... ok
[INFO] [stdout] test lookbehind_variable_sized_alt ... ok
[INFO] [stdout] test negative_lookbehind_variable_sized_alt ... ok
[INFO] [stdout] test lookbehind_grouping_single_expression ... ok
[INFO] [stdout] test repeat_non_greedy ... ok
[INFO] [stdout] test lookahead_looks_left ... ok
[INFO] [stdout] test negative_lookahead_fail ... ok
[INFO] [stdout] test lookbehind_containing_const_size_backref ... ok
[INFO] [stdout] test find_wrap ... ok
[INFO] [stdout] test match_api ... ok
[INFO] [stderr]      Running tests/matching.rs (/opt/rustwide/target/debug/deps/matching-d3afd2fd573f2116)
[INFO] [stdout] test case_insensitive_backref_with_non_ascii ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test conditional_with_backref_validity ... ok
[INFO] [stdout] test case_insensitive_character_class ... ok
[INFO] [stdout] test backreference_validity_checker ... ok
[INFO] [stdout] test character_class_intersection ... ok
[INFO] [stdout] test control_character_escapes ... ok
[INFO] [stdout] test atomic_group ... ok
[INFO] [stdout] test character_class_nested ... ok
[INFO] [stdout] test case_insensitive_escape ... ok
[INFO] [stdout] test issue103 ... ok
[INFO] [stdout] test easy_trailing_positive_lookaheads ... ok
[INFO] [stdout] test end_of_hard_expression_cannot_be_delegated ... ok
[INFO] [stdout] test character_class_escapes ... ok
[INFO] [stdout] test hard_trailing_positive_lookaheads ... ok
[INFO] [stdout] test backrefs ... ok
[INFO] [stdout] test alternation_with_empty_arm ... ok
[INFO] [stdout] test conditional_with_consuming_condition ... ok
[INFO] [stdout] test conditional_with_lookaround_condition ... ok
[INFO] [stderr]      Running tests/oniguruma.rs (/opt/rustwide/target/debug/deps/oniguruma-7e17c5c489d11b5c)
[INFO] [stdout] test backtrack_limit ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test oniguruma ... ok
[INFO] [stderr]      Running tests/regex_options.rs (/opt/rustwide/target/debug/deps/regex_options-795ab24dac4f562d)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test check_casing_option ... ok
[INFO] [stdout] test check_multi_line_option ... ok
[INFO] [stdout] test check_ignore_whitespace_option_fancy ... ok
[INFO] [stdout] test check_ignore_whitespace_option ... ok
[INFO] [stdout] test check_verbose_mode_option ... ok
[INFO] [stdout] test check_ignore_whitespace_with_lookahead_matches ... ok
[INFO] [stdout] test check_casing_insensitive_option_hard ... ok
[INFO] [stdout] test check_override_casing_option ... ok
[INFO] [stdout] test check_casing_insensitive_option ... ok
[INFO] [stdout] test issue_163_fancy_email_test ... ok
[INFO] [stdout] test check_dot_matches_new_line_option ... ok
[INFO] [stderr]      Running tests/replace.rs (/opt/rustwide/target/debug/deps/replace-087251c653cfe086)
[INFO] [stdout] test check_oniguruma_mode_changes_wordbounds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test replacen ... ok
[INFO] [stdout] test replace_all ... ok
[INFO] [stdout] test replace_one ... ok
[INFO] [stdout] test replacer_callback ... ok
[INFO] [stdout] test replacer_cow ... ok
[INFO] [stdout] test replacer_noexpand ... ok
[INFO] [stdout] test replacer_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/splitting.rs (/opt/rustwide/target/debug/deps/splitting-74ef15e51ca79fe3)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test split_tests::split_empty ... ok
[INFO] [stdout] test split_tests::split_by_own ... ok
[INFO] [stdout] test split_tests::split_mixed_characters ... ok
[INFO] [stdout] test split_tests::split_by_empty ... ok
[INFO] [stdout] test split_tests::split_no_matches ... ok
[INFO] [stdout] test split_tests::split_with_look_around ... ok
[INFO] [stdout] test split_tests::split_with_backreferences ... ok
[INFO] [stdout] test split_tests::split_multiple_different_characters ... ok
[INFO] [stdout] test split_tests::split_consecutive_matches ... ok
[INFO] [stdout] test split_tests::split_center ... ok
[INFO] [stdout] test split_tests::split_by_substring ... ok
[INFO] [stdout] test splitn_tests::splitn_limit_zero ... ok
[INFO] [stdout] test splitn_tests::splitn_limit_st_num_mathes ... ok
[INFO] [stdout] test splitn_tests::splitn_limit_lt_num_mathes ... ok
[INFO] [stdout] test splitn_tests::splitn_limit_eq_num_mathes ... ok
[INFO] [stdout] test split_tests::split_right ... ok
[INFO] [stdout] test split_tests::split_left ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests fancy_regex
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test src/lib.rs - Regex::find_from_pos (line 898) ... ok
[INFO] [stdout] test src/lib.rs - Regex::captures_from_pos (line 1025) ... ok
[INFO] [stdout] test src/lib.rs - (line 42) ... ok
[INFO] [stdout] test src/lib.rs - (line 77) ... ok
[INFO] [stdout] test src/lib.rs - Regex::is_match (line 827) ... ok
[INFO] [stdout] test src/lib.rs - Regex::find_iter (line 854) ... ok
[INFO] [stdout] test src/expand.rs - expand::Expander::escape (line 108) ... ok
[INFO] [stdout] test src/lib.rs - Regex::captures_iter (line 955) ... ok
[INFO] [stdout] test src/lib.rs - Regex::captures_from_pos (line 1009) ... ok
[INFO] [stdout] test src/lib.rs - Regex::replace (line 1149) ... ok
[INFO] [stdout] test src/lib.rs - Regex::replace (line 1160) ... ok
[INFO] [stdout] test src/lib.rs - (line 154) ... ok
[INFO] [stdout] test src/lib.rs - (line 58) ... ok
[INFO] [stdout] test src/lib.rs - (line 90) ... ok
[INFO] [stdout] test src/lib.rs - Regex::find (line 882) ... ok
[INFO] [stdout] test src/replacer.rs - replacer::Replacer::by_ref (line 41) ... ok
[INFO] [stdout] test src/lib.rs - Regex::replace (line 1189) ... ok
[INFO] [stdout] test src/lib.rs - Regex::splitn (line 1344) ... ok
[INFO] [stdout] test src/lib.rs - Regex::replace (line 1174) ... ok
[INFO] [stdout] test src/lib.rs - Regex::replace (line 1204) ... ok
[INFO] [stdout] test src/lib.rs - Regex::split (line 1317) ... ok
[INFO] [stdout] test src/lib.rs - Regex::captures (line 986) ... ok
[INFO] [stdout] test src/lib.rs - RegexBuilder::oniguruma_mode (line 716) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ac1e2003aba70bbc02cd7c67f16d5a67edd51a230fba2d2b1950cd36f5364891", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac1e2003aba70bbc02cd7c67f16d5a67edd51a230fba2d2b1950cd36f5364891", kill_on_drop: false }`
[INFO] [stdout] ac1e2003aba70bbc02cd7c67f16d5a67edd51a230fba2d2b1950cd36f5364891
