[INFO] fetching crate regex-anre 1.1.0... [INFO] testing regex-anre-1.1.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate regex-anre 1.1.0 into /workspace/builds/worker-4-tc1/source [INFO] removed /workspace/builds/worker-4-tc1/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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate regex-anre 1.1.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38378454ad7a7e08bdf48750d91e47a7d955fb39d6c5037626ce0a9a2dc05449 [INFO] running `Command { std: "docker" "start" "-a" "38378454ad7a7e08bdf48750d91e47a7d955fb39d6c5037626ce0a9a2dc05449", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38378454ad7a7e08bdf48750d91e47a7d955fb39d6c5037626ce0a9a2dc05449", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38378454ad7a7e08bdf48750d91e47a7d955fb39d6c5037626ce0a9a2dc05449", kill_on_drop: false }` [INFO] [stdout] 38378454ad7a7e08bdf48750d91e47a7d955fb39d6c5037626ce0a9a2dc05449 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 6a7bfa15cbb07c04de6ebc874d461b9222e36b94faf969547e1c46ee794cbe4c [INFO] running `Command { std: "docker" "start" "-a" "6a7bfa15cbb07c04de6ebc874d461b9222e36b94faf969547e1c46ee794cbe4c", kill_on_drop: false }` [INFO] [stderr] Compiling regex-anre v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 204 | pub fn get(&self, index: usize) -> Option<&Match<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 0.55s [INFO] running `Command { std: "docker" "inspect" "6a7bfa15cbb07c04de6ebc874d461b9222e36b94faf969547e1c46ee794cbe4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a7bfa15cbb07c04de6ebc874d461b9222e36b94faf969547e1c46ee794cbe4c", kill_on_drop: false }` [INFO] [stdout] 6a7bfa15cbb07c04de6ebc874d461b9222e36b94faf969547e1c46ee794cbe4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 401f4ec0eba355cc502b483a4a0d4de5a91f3b2dfa2180cabca12021fed3d91a [INFO] running `Command { std: "docker" "start" "-a" "401f4ec0eba355cc502b483a4a0d4de5a91f3b2dfa2180cabca12021fed3d91a", kill_on_drop: false }` [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 204 | pub fn get(&self, index: usize) -> Option<&Match<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn name(&self, name: &str) -> Option<&Match<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling regex-anre v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 204 | pub fn get(&self, index: usize) -> Option<&Match<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn name(&self, name: &str) -> Option<&Match<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 1.85s [INFO] running `Command { std: "docker" "inspect" "401f4ec0eba355cc502b483a4a0d4de5a91f3b2dfa2180cabca12021fed3d91a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "401f4ec0eba355cc502b483a4a0d4de5a91f3b2dfa2180cabca12021fed3d91a", kill_on_drop: false }` [INFO] [stdout] 401f4ec0eba355cc502b483a4a0d4de5a91f3b2dfa2180cabca12021fed3d91a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 716ce84c6a95515bb9a1b7b32cf10e20f2278701f1e8764e657f5e441fc3a539 [INFO] running `Command { std: "docker" "start" "-a" "716ce84c6a95515bb9a1b7b32cf10e20f2278701f1e8764e657f5e441fc3a539", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stderr] | | |the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 204 | pub fn get(&self, index: usize) -> Option<&Match<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stderr] | | |the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/regex_anre-b74f3f1bc3b90983) [INFO] [stdout] [INFO] [stdout] running 92 tests [INFO] [stdout] test anre::commentremover::tests::test_clean_comments ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_identifier ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_char ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_line_comment ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_block_comment ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_number ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_other_identifier ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_preset_charset ... ok [INFO] [stdout] test anre::lexer::tests::test_lex_multiple_tokens ... 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::normalizer::tests::test_normalize_trim_blanks ... ok [INFO] [stdout] test anre::normalizer::tests::test_normalize_blanks_and_commas ... ok [INFO] [stdout] test anre::macroexpander::tests::test_macro_expand ... ok [INFO] [stdout] test anre::parser::tests::test_parse_expression_logic_or ... ok [INFO] [stdout] test anre::parser::tests::test_parse_literal_simple ... ok [INFO] [stdout] test anre::parser::tests::test_parse_expression_group ... 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 charwithposition::tests::test_chars_with_position_iter ... ok [INFO] [stdout] test anre::parser::tests::test_parse_literal_charset ... ok [INFO] [stdout] test compiler::tests::test_compile_capture_group_by_index ... ok [INFO] [stdout] test anre::parser::tests::test_parse_expression_notations ... ok [INFO] [stdout] test compiler::tests::test_compile_backreference ... ok [INFO] [stdout] test compiler::tests::test_compile_assertion ... ok [INFO] [stdout] test anre::parser::tests::test_parse_macro ... ok [INFO] [stdout] test compiler::tests::test_compile_char ... ok [INFO] [stdout] test anre::parser::tests::test_parse_examples ... ok [INFO] [stdout] test compiler::tests::test_compile_capture_group_by_name ... ok [INFO] [stdout] test compiler::tests::test_compile_is_before ... ok [INFO] [stdout] test compiler::tests::test_compile_optional ... ok [INFO] [stdout] test compiler::tests::test_compile_is_after ... ok [INFO] [stdout] test compiler::tests::test_compile_charset ... ok [INFO] [stdout] test compiler::tests::test_compile_notation_optional ... ok [INFO] [stdout] test errorprinter::tests::test_error_with_source ... ok [INFO] [stdout] test compiler::tests::test_compile_natation_repetition ... ok [INFO] [stdout] test compiler::tests::test_compile_special_char ... ok [INFO] [stdout] test compiler::tests::test_compile_repatition_specified ... ok [INFO] [stdout] test compiler::tests::test_compile_preset_charset ... ok [INFO] [stdout] test compiler::tests::test_compile_logic_or ... ok [INFO] [stdout] test compiler::tests::test_compile_repatition_at_least ... 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 errorprinter::tests::test_error_with_source_and_unexpected_end_of_document ... ok [INFO] [stdout] test compiler::tests::test_compile_repatition_range ... ok [INFO] [stdout] test peekableiter::tests::test_nested_peekable_iter ... ok [INFO] [stdout] test peekableiter::tests::test_peekable_iter ... ok [INFO] [stdout] test process::tests::test_process_char ... ok [INFO] [stdout] test process::tests::test_process_backreference ... ok [INFO] [stdout] test process::tests::test_process_char_with_utf8 ... ok [INFO] [stdout] test process::tests::test_process_boundary_assertion ... ok [INFO] [stdout] test process::tests::test_process_charset_with_utf8 ... ok [INFO] [stdout] test process::tests::test_process_group ... ok [INFO] [stdout] test process::tests::test_process_logic_or ... ok [INFO] [stdout] test process::tests::test_process_capture ... ok [INFO] [stdout] test process::tests::test_process_preset_charset ... ok [INFO] [stdout] test process::tests::test_process_charset ... ok [INFO] [stdout] test process::tests::test_process_optional_and_repetition_range ... ok [INFO] [stdout] test process::tests::test_process_optional ... ok [INFO] [stdout] test process::tests::test_process_lookbehind ... ok [INFO] [stdout] test process::tests::test_process_repetition_char_any ... ok [INFO] [stdout] test process::tests::test_process_repetition_backtracking ... ok [INFO] [stdout] test process::tests::test_process_special_char ... ok [INFO] [stdout] test process::tests::test_process_repetition_range ... ok [INFO] [stdout] test process::tests::test_process_string ... ok [INFO] [stdout] test process::tests::test_process_lookahead ... ok [INFO] [stdout] test process::tests::test_process_start_and_end_assertion ... ok [INFO] [stdout] test process::tests::test_process_repetition_specified ... ok [INFO] [stdout] test process::tests::test_process_string_with_utf8 ... ok [INFO] [stdout] test route::tests::test_line_append_transition ... 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::lexer::tests::test_group_and_backreference ... ok [INFO] [stdout] test tradition::lexer::tests::test_lex_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::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_expression_anchor_and_boundary_assertions ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_expression_logic_or ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_expression_lookaround_assertion ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_examples ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_expression_group ... ok [INFO] [stdout] test tradition::parser::tests::test_parse_expression_named_captured_group_and_back_reference ... 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 tradition::parser::tests::test_parse_literal_charset ... ok [INFO] [stdout] test utf8reader::tests::test_next_char ... ok [INFO] [stdout] test utf8reader::tests::test_previous_char ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "716ce84c6a95515bb9a1b7b32cf10e20f2278701f1e8764e657f5e441fc3a539", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "716ce84c6a95515bb9a1b7b32cf10e20f2278701f1e8764e657f5e441fc3a539", kill_on_drop: false }` [INFO] [stdout] 716ce84c6a95515bb9a1b7b32cf10e20f2278701f1e8764e657f5e441fc3a539