[INFO] fetching crate regex-anre 1.1.0... [INFO] testing regex-anre-1.1.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate regex-anre 1.1.0 into /workspace/builds/worker-1-tc2/source [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate regex-anre 1.1.0 [INFO] finished tweaking crates.io crate regex-anre 1.1.0 [INFO] tweaked toml for crates.io crate regex-anre 1.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate regex-anre 1.1.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d9ee0eb0ad2513c7b283791cfa80ad1404cd3dcd3efbc73b47eb40594f5e67a5 [INFO] running `Command { std: "docker" "start" "-a" "d9ee0eb0ad2513c7b283791cfa80ad1404cd3dcd3efbc73b47eb40594f5e67a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9ee0eb0ad2513c7b283791cfa80ad1404cd3dcd3efbc73b47eb40594f5e67a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9ee0eb0ad2513c7b283791cfa80ad1404cd3dcd3efbc73b47eb40594f5e67a5", kill_on_drop: false }` [INFO] [stdout] d9ee0eb0ad2513c7b283791cfa80ad1404cd3dcd3efbc73b47eb40594f5e67a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46596f75026b053e8e4fbc09aa9f607dfa6df936707ee85e37128722132a6b9e [INFO] running `Command { std: "docker" "start" "-a" "46596f75026b053e8e4fbc09aa9f607dfa6df936707ee85e37128722132a6b9e", kill_on_drop: false }` [INFO] [stderr] Compiling regex-anre v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process.rs:204:16 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn get(&self, index: usize) -> Option<&Match> { [INFO] [stdout] | ^^^^^ ^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 204 | pub fn get(&self, index: usize) -> Option<&Match<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn name(&self, name: &str) -> Option<&Match> { [INFO] [stdout] | ^^^^^ ^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 208 | pub fn name(&self, name: &str) -> Option<&Match<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s [INFO] running `Command { std: "docker" "inspect" "46596f75026b053e8e4fbc09aa9f607dfa6df936707ee85e37128722132a6b9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46596f75026b053e8e4fbc09aa9f607dfa6df936707ee85e37128722132a6b9e", kill_on_drop: false }` [INFO] [stdout] 46596f75026b053e8e4fbc09aa9f607dfa6df936707ee85e37128722132a6b9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 41eb4ac9292ca27a64abe7ca9228b8bf30c8ba79581b6af7b027bc47e324111d [INFO] running `Command { std: "docker" "start" "-a" "41eb4ac9292ca27a64abe7ca9228b8bf30c8ba79581b6af7b027bc47e324111d", kill_on_drop: false }` [INFO] [stderr] Compiling regex-anre v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process.rs:204:16 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn get(&self, index: usize) -> Option<&Match> { [INFO] [stdout] | ^^^^^ ^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 204 | pub fn get(&self, index: usize) -> Option<&Match<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn name(&self, name: &str) -> Option<&Match> { [INFO] [stdout] | ^^^^^ ^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 208 | pub fn name(&self, name: &str) -> Option<&Match<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process.rs:204:16 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn get(&self, index: usize) -> Option<&Match> { [INFO] [stdout] | ^^^^^ ^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 204 | pub fn get(&self, index: usize) -> Option<&Match<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn name(&self, name: &str) -> Option<&Match> { [INFO] [stdout] | ^^^^^ ^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 208 | pub fn name(&self, name: &str) -> Option<&Match<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process.rs:405:51 [INFO] [stdout] | [INFO] [stdout] 405 | fn new_match(start: usize, end: usize, value: &str) -> Match { [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [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] 405 | fn new_match(start: usize, end: usize, value: &str) -> Match<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.08s [INFO] running `Command { std: "docker" "inspect" "41eb4ac9292ca27a64abe7ca9228b8bf30c8ba79581b6af7b027bc47e324111d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41eb4ac9292ca27a64abe7ca9228b8bf30c8ba79581b6af7b027bc47e324111d", kill_on_drop: false }` [INFO] [stdout] 41eb4ac9292ca27a64abe7ca9228b8bf30c8ba79581b6af7b027bc47e324111d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 99f22bebfcfbdae5c908bf04cdaa8dd4b264d132f3a220671a84201668015cfa [INFO] running `Command { std: "docker" "start" "-a" "99f22bebfcfbdae5c908bf04cdaa8dd4b264d132f3a220671a84201668015cfa", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/process.rs:204:16 [INFO] [stderr] | [INFO] [stderr] 204 | pub fn get(&self, index: usize) -> Option<&Match> { [INFO] [stderr] | ^^^^^ ^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 204 | pub fn get(&self, index: usize) -> Option<&Match<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/process.rs:208:17 [INFO] [stderr] | [INFO] [stderr] 208 | pub fn name(&self, name: &str) -> Option<&Match> { [INFO] [stderr] | ^^^^^ ^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 208 | pub fn name(&self, name: &str) -> Option<&Match<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `regex-anre` (lib) generated 2 warnings (run `cargo fix --lib -p regex-anre` to apply 2 suggestions) [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/process.rs:405:51 [INFO] [stderr] | [INFO] [stderr] 405 | fn new_match(start: usize, end: usize, value: &str) -> Match { [INFO] [stderr] | ^^^^ ^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 405 | fn new_match(start: usize, end: usize, value: &str) -> Match<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `regex-anre` (lib test) generated 3 warnings (2 duplicates) (run `cargo fix --lib -p regex-anre --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/regex_anre-9e94e0c813ce49dc) [INFO] [stdout] [INFO] [stdout] running 92 tests [INFO] [stdout] test anre::lexer::tests::test_lex_identifier ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_block_comment ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_char ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_number ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_multiple_tokens ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_preset_charset ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_punctuations ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_string ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_whitespaces ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_line_comment ... ok [INFO] [stdout] test anre::macroexpander::tests::test_macro_expand ... ok [INFO] [stdout] test anre::normalizer::tests::test_normalize_trim_blanks ... ok [INFO] [stdout] test anre::normalizer::tests::test_normalize_blanks_and_commas ... ok [INFO] [stdout] test anre::parser::tests::test_parse_examples ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_other_identifier ... ok [INFO] [stdout] test anre::parser::tests::test_parse_expression_function_call ... ok [INFO] [stdout] test anre::parser::tests::test_parse_expression_function_call_rear ... ok [INFO] [stdout] test anre::parser::tests::test_parse_expression_group ... ok [INFO] [stdout] test anre::parser::tests::test_parse_expression_logic_or ... ok [INFO] [stdout] test anre::parser::tests::test_parse_literal_charset ... ok [INFO] [stdout] test anre::parser::tests::test_parse_literal_simple ... ok [INFO] [stdout] test anre::parser::tests::test_parse_macro ... ok [INFO] [stdout] test compiler::tests::test_compile_backreference ... ok [INFO] [stdout] test compiler::tests::test_compile_assertion ... ok [INFO] [stdout] test compiler::tests::test_compile_capture_group_by_name ... ok [INFO] [stdout] test compiler::tests::test_compile_notation_optional ... ok [INFO] [stdout] test compiler::tests::test_compile_charset ... ok [INFO] [stdout] test compiler::tests::test_compile_is_after ... ok [INFO] [stdout] test compiler::tests::test_compile_preset_charset ... ok [INFO] [stdout] test errorprinter::tests::test_error_with_source ... ok [INFO] [stdout] test compiler::tests::test_compile_is_before ... ok [INFO] [stdout] test compiler::tests::test_compile_repatition_specified ... ok [INFO] [stdout] test compiler::tests::test_compile_special_char ... ok [INFO] [stdout] test anre::parser::tests::test_parse_expression_notations ... ok [INFO] [stdout] test compiler::tests::test_compile_natation_repetition ... ok [INFO] [stdout] test compiler::tests::test_compile_repatition_at_least ... ok [INFO] [stdout] test anre::commentremover::tests::test_clean_comments ... ok [INFO] [stdout] test compiler::tests::test_compile_optional ... ok [INFO] [stdout] test compiler::tests::test_compile_capture_group_by_index ... ok [INFO] [stdout] test compiler::tests::test_compile_repatition_range ... ok [INFO] [stdout] test process::tests::test_process_capture ... ok [INFO] [stdout] test compiler::tests::test_compile_logic_or ... ok [INFO] [stdout] test errorprinter::tests::test_error_with_source_and_location ... ok [INFO] [stdout] test errorprinter::tests::test_error_with_source_and_range ... ok [INFO] [stdout] test compiler::tests::test_compile_char ... ok [INFO] [stdout] test peekableiter::tests::test_peekable_iter ... ok [INFO] [stdout] test process::tests::test_process_backreference ... ok [INFO] [stdout] test errorprinter::tests::test_error_with_source_and_unexpected_end_of_document ... ok [INFO] [stdout] test process::tests::test_process_boundary_assertion ... ok [INFO] [stdout] test peekableiter::tests::test_nested_peekable_iter ... ok [INFO] [stdout] test process::tests::test_process_char ... ok [INFO] [stdout] test process::tests::test_process_char_with_utf8 ... ok [INFO] [stdout] test process::tests::test_process_group ... ok [INFO] [stdout] test process::tests::test_process_optional ... ok [INFO] [stdout] test process::tests::test_process_logic_or ... ok [INFO] [stdout] test process::tests::test_process_charset ... ok [INFO] [stdout] test process::tests::test_process_repetition_range ... ok [INFO] [stdout] test process::tests::test_process_optional_and_repetition_range ... ok [INFO] [stdout] test process::tests::test_process_lookahead ... ok [INFO] [stdout] test process::tests::test_process_preset_charset ... ok [INFO] [stdout] test process::tests::test_process_repetition_backtracking ... ok [INFO] [stdout] test process::tests::test_process_repetition_specified ... ok [INFO] [stdout] test process::tests::test_process_repetition_char_any ... ok [INFO] [stdout] test route::tests::test_line_append_transition ... ok [INFO] [stdout] test process::tests::test_process_string ... ok [INFO] [stdout] test process::tests::test_process_string_with_utf8 ... ok [INFO] [stdout] test process::tests::test_process_start_and_end_assertion ... ok [INFO] [stdout] test tradition::lexer::tests::test_lex_anchor_and_boundary_assertions ... ok [INFO] [stdout] test tradition::lexer::tests::test_group_and_backreference ... ok [INFO] [stdout] test process::tests::test_process_special_char ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_expression_anchor_and_boundary_assertions ... ok [INFO] [stdout] test tradition::lexer::tests::test_lex_char ... ok [INFO] [stdout] test tradition::lexer::tests::test_lex_charset ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_expression_group ... ok [INFO] [stdout] test tradition::lexer::tests::test_lex_notations ... ok [INFO] [stdout] test tradition::lexer::tests::test_lex_preset_charset ... ok [INFO] [stdout] test tradition::lexer::tests::test_lex_repetition ... ok [INFO] [stdout] test tradition::lexer::tests::test_look_around_assertions ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_examples ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_expression_logic_or ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_expression_notations ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_literal_simple ... ok [INFO] [stdout] test utf8reader::tests::test_next_char ... ok [INFO] [stdout] test utf8reader::tests::test_previous_char ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_expression_lookaround_assertion ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_expression_named_captured_group_and_back_reference ... ok [INFO] [stdout] test charwithposition::tests::test_chars_with_position_iter ... ok [INFO] [stdout] test route::tests::test_route_new_capture_group ... ok [INFO] [stdout] test route::tests::test_route_new_line ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_literal_charset ... ok [INFO] [stdout] test process::tests::test_process_charset_with_utf8 ... ok [INFO] [stderr] Doc-tests regex_anre [INFO] [stdout] test process::tests::test_process_lookbehind ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "99f22bebfcfbdae5c908bf04cdaa8dd4b264d132f3a220671a84201668015cfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99f22bebfcfbdae5c908bf04cdaa8dd4b264d132f3a220671a84201668015cfa", kill_on_drop: false }` [INFO] [stdout] 99f22bebfcfbdae5c908bf04cdaa8dd4b264d132f3a220671a84201668015cfa