[INFO] fetching crate regex_dfa 0.5.0... [INFO] extracting crate regex_dfa 0.5.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/regex_dfa/0.5.0 [INFO] extracting crate regex_dfa 0.5.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/regex_dfa/0.5.0 [INFO] validating manifest of regex_dfa-0.5.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of regex_dfa-0.5.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing regex_dfa-0.5.0 [INFO] removed 0 missing tests [INFO] finished frobbing regex_dfa-0.5.0 [INFO] frobbed toml for regex_dfa-0.5.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/regex_dfa/0.5.0/Cargo.toml [INFO] started frobbing regex_dfa-0.5.0 [INFO] removed 0 missing tests [INFO] finished frobbing regex_dfa-0.5.0 [INFO] frobbed toml for regex_dfa-0.5.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/regex_dfa/0.5.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded refinery v0.1.1 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing regex_dfa-0.5.0 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/regex_dfa/0.5.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 3bfa45f2949747a3abd1ebaacd4e9250759ccd2f7df043be323dea075503af9e [INFO] running `"docker" "start" "-a" "3bfa45f2949747a3abd1ebaacd4e9250759ccd2f7df043be323dea075503af9e"` [INFO] [stderr] warning: An explicit [[bench]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other benchmark targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a benchmark target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/benches/bench.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a benchmark target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobenches = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/crater/workdir/src/lib.rs [INFO] [stderr] Compiling regex-syntax v0.2.6 [INFO] [stderr] Compiling refinery v0.1.1 [INFO] [stderr] Compiling itertools v0.4.19 [INFO] [stderr] Compiling range-map v0.1.5 [INFO] [stderr] Compiling regex_dfa v0.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:26:52 [INFO] [stderr] | [INFO] [stderr] 26 | fn neighbors<'a>(&'a self, i: StateIdx) -> Box + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:44:51 [INFO] [stderr] | [INFO] [stderr] 44 | let mut remaining_children_stack: Vec>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:168:52 [INFO] [stderr] | [INFO] [stderr] 168 | fn neighbors<'a>(&'a self, i: StateIdx) -> Box + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:178:49 [INFO] [stderr] | [INFO] [stderr] 178 | fn neighbors<'a>(&'a self, i: usize) -> Box + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::cmp::max` [INFO] [stderr] --> src/nfa/has_looks.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use std::cmp::max; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nfa/no_looks.rs:86:46 [INFO] [stderr] | [INFO] [stderr] 86 | fn from_sequences<'a, I>(iter: I) -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nfa/no_looks.rs:99:43 [INFO] [stderr] | [INFO] [stderr] 99 | fn from_ranges<'a, I>(iter: I) -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:19:17 [INFO] [stderr] | [INFO] [stderr] 19 | engine: Box>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | fn clone_box(&self) -> Box> { Box::new(EmptyEngine) } [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:52:42 [INFO] [stderr] | [INFO] [stderr] 52 | Box::new(EmptyEngine) as Box> [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:54:74 [INFO] [stderr] | [INFO] [stderr] 54 | Box::new(try!(Regex::make_anchored(nfa, max_states))) as Box> [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:56:82 [INFO] [stderr] | [INFO] [stderr] 56 | Box::new(try!(Regex::make_forward_backward(nfa, max_states))) as Box> [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/mod.rs:5:32 [INFO] [stderr] | [INFO] [stderr] 5 | fn clone_box(&self) -> Box>; [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/anchored.rs:38:32 [INFO] [stderr] | [INFO] [stderr] 38 | fn clone_box(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/forward_backward.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | fn clone_box(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.31s [INFO] running `"docker" "inspect" "3bfa45f2949747a3abd1ebaacd4e9250759ccd2f7df043be323dea075503af9e"` [INFO] running `"docker" "rm" "-f" "3bfa45f2949747a3abd1ebaacd4e9250759ccd2f7df043be323dea075503af9e"` [INFO] [stdout] 3bfa45f2949747a3abd1ebaacd4e9250759ccd2f7df043be323dea075503af9e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/regex_dfa/0.5.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 0024a81bbe4866915f5ccaed9f411561eea660b28216dc349ca20e030049ceab [INFO] running `"docker" "start" "-a" "0024a81bbe4866915f5ccaed9f411561eea660b28216dc349ca20e030049ceab"` [INFO] [stderr] warning: An explicit [[bench]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other benchmark targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a benchmark target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/benches/bench.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a benchmark target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobenches = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/crater/workdir/src/lib.rs [INFO] [stderr] Compiling serde v0.6.15 [INFO] [stderr] Compiling quickcheck v0.2.27 [INFO] [stderr] Compiling serde_json v0.6.1 [INFO] [stderr] Compiling regex_dfa v0.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `TestResult`, `quickcheck` [INFO] [stderr] --> src/dfa/prefix_searcher.rs:244:34 [INFO] [stderr] | [INFO] [stderr] 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:26:52 [INFO] [stderr] | [INFO] [stderr] 26 | fn neighbors<'a>(&'a self, i: StateIdx) -> Box + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:44:51 [INFO] [stderr] | [INFO] [stderr] 44 | let mut remaining_children_stack: Vec>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:168:52 [INFO] [stderr] | [INFO] [stderr] 168 | fn neighbors<'a>(&'a self, i: StateIdx) -> Box + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:178:49 [INFO] [stderr] | [INFO] [stderr] 178 | fn neighbors<'a>(&'a self, i: usize) -> Box + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::cmp::max` [INFO] [stderr] --> src/nfa/has_looks.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use std::cmp::max; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nfa/no_looks.rs:86:46 [INFO] [stderr] | [INFO] [stderr] 86 | fn from_sequences<'a, I>(iter: I) -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nfa/no_looks.rs:99:43 [INFO] [stderr] | [INFO] [stderr] 99 | fn from_ranges<'a, I>(iter: I) -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:19:17 [INFO] [stderr] | [INFO] [stderr] 19 | engine: Box>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | fn clone_box(&self) -> Box> { Box::new(EmptyEngine) } [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:52:42 [INFO] [stderr] | [INFO] [stderr] 52 | Box::new(EmptyEngine) as Box> [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:54:74 [INFO] [stderr] | [INFO] [stderr] 54 | Box::new(try!(Regex::make_anchored(nfa, max_states))) as Box> [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:56:82 [INFO] [stderr] | [INFO] [stderr] 56 | Box::new(try!(Regex::make_forward_backward(nfa, max_states))) as Box> [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/mod.rs:5:32 [INFO] [stderr] | [INFO] [stderr] 5 | fn clone_box(&self) -> Box>; [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/anchored.rs:38:32 [INFO] [stderr] | [INFO] [stderr] 38 | fn clone_box(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/forward_backward.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | fn clone_box(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: unused imports: `TestResult`, `quickcheck` [INFO] [stderr] --> src/dfa/prefix_searcher.rs:244:34 [INFO] [stderr] | [INFO] [stderr] 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:26:52 [INFO] [stderr] | [INFO] [stderr] 26 | fn neighbors<'a>(&'a self, i: StateIdx) -> Box + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:44:51 [INFO] [stderr] | [INFO] [stderr] 44 | let mut remaining_children_stack: Vec>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:168:52 [INFO] [stderr] | [INFO] [stderr] 168 | fn neighbors<'a>(&'a self, i: StateIdx) -> Box + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:178:49 [INFO] [stderr] | [INFO] [stderr] 178 | fn neighbors<'a>(&'a self, i: usize) -> Box + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::cmp::max` [INFO] [stderr] --> src/nfa/has_looks.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use std::cmp::max; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nfa/no_looks.rs:86:46 [INFO] [stderr] | [INFO] [stderr] 86 | fn from_sequences<'a, I>(iter: I) -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nfa/no_looks.rs:99:43 [INFO] [stderr] | [INFO] [stderr] 99 | fn from_ranges<'a, I>(iter: I) -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:19:17 [INFO] [stderr] | [INFO] [stderr] 19 | engine: Box>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | fn clone_box(&self) -> Box> { Box::new(EmptyEngine) } [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:52:42 [INFO] [stderr] | [INFO] [stderr] 52 | Box::new(EmptyEngine) as Box> [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:54:74 [INFO] [stderr] | [INFO] [stderr] 54 | Box::new(try!(Regex::make_anchored(nfa, max_states))) as Box> [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:56:82 [INFO] [stderr] | [INFO] [stderr] 56 | Box::new(try!(Regex::make_forward_backward(nfa, max_states))) as Box> [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/mod.rs:5:32 [INFO] [stderr] | [INFO] [stderr] 5 | fn clone_box(&self) -> Box>; [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/anchored.rs:38:32 [INFO] [stderr] | [INFO] [stderr] 38 | fn clone_box(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/forward_backward.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | fn clone_box(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `qc` [INFO] [stderr] --> src/dfa/prefix_searcher.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | fn qc(size: usize) -> QuickCheck> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `qc` [INFO] [stderr] --> src/dfa/prefix_searcher.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | fn qc(size: usize) -> QuickCheck> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.34s [INFO] running `"docker" "inspect" "0024a81bbe4866915f5ccaed9f411561eea660b28216dc349ca20e030049ceab"` [INFO] running `"docker" "rm" "-f" "0024a81bbe4866915f5ccaed9f411561eea660b28216dc349ca20e030049ceab"` [INFO] [stdout] 0024a81bbe4866915f5ccaed9f411561eea660b28216dc349ca20e030049ceab [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/regex_dfa/0.5.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] d69cdef40d2ae52790f057bb78ca38168af18ff898dd9617fa082d6f979d466e [INFO] running `"docker" "start" "-a" "d69cdef40d2ae52790f057bb78ca38168af18ff898dd9617fa082d6f979d466e"` [INFO] [stderr] warning: An explicit [[bench]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other benchmark targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a benchmark target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/benches/bench.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a benchmark target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobenches = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/crater/workdir/src/lib.rs [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/regex_dfa-364ac58b241a9119 [INFO] [stdout] [INFO] [stdout] running 45 tests [INFO] [stdout] test dfa::prefix_searcher::tests::byte_set ... ok [INFO] [stdout] test dfa::tests::test_adjacent_predicates ... ok [INFO] [stdout] test dfa::tests::test_anchored_dfa_anchored_end ... ok [INFO] [stdout] test dfa::tests::test_anchored_dfa_simple ... ok [INFO] [stdout] test dfa::tests::match_priority ... ok [INFO] [stdout] test dfa::tests::test_forward_backward_simple ... ok [INFO] [stdout] test dfa::prefix_searcher::tests::pruned_empty_repetition ... ok [INFO] [stdout] test dfa::tests::test_class_normalized ... ok [INFO] [stdout] test dfa::tests::test_syntax_error ... ok [INFO] [stdout] test dfa::tests::test_max_states ... ok [INFO] [stdout] test dfa::prefix_searcher::tests::pruned_repetition ... ok [INFO] [stdout] test graph::tests::cycles ... ok [INFO] [stdout] test dfa::prefix_searcher::tests::case_insensitive ... ok [INFO] [stdout] test dfa::tests::test_anchored_dfa_literal_prefix ... ok [INFO] [stdout] test nfa::has_looks::tests::anchored_end ... ok [INFO] [stdout] test nfa::has_looks::tests::alternate ... ok [INFO] [stdout] test nfa::has_looks::tests::empty ... ok [INFO] [stdout] test nfa::has_looks::tests::anchored_start ... ok [INFO] [stdout] test nfa::has_looks::tests::plus ... ok [INFO] [stdout] test nfa::has_looks::tests::rep_fixed ... ok [INFO] [stdout] test nfa::has_looks::tests::sequence ... ok [INFO] [stdout] test nfa::has_looks::tests::single ... ok [INFO] [stdout] test nfa::has_looks::tests::star ... ok [INFO] [stdout] test nfa::has_looks::tests::word_boundary_ambiguous ... ok [INFO] [stdout] test nfa::has_looks::tests::rep_range ... ok [INFO] [stdout] test nfa::has_looks::tests::word_boundary_end ... ok [INFO] [stdout] test nfa::has_looks::tests::word_boundary_start ... ok [INFO] [stdout] test nfa::no_looks::tests::anchor_already_anchored ... ok [INFO] [stdout] test nfa::no_looks::tests::anchor_simple ... ok [INFO] [stdout] test nfa::no_looks::tests::anchor_nl ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_boundary ... ok [INFO] [stdout] test dfa::tests::test_minimize ... ok [INFO] [stdout] test nfa::no_looks::tests::determinize_pruning ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_new_line ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_simple ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_simple_and_boundary ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_word ... ok [INFO] [stdout] test runner::forward_backward::tests::test_prefix_choice ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_not_word ... ok [INFO] [stdout] test dfa::prefix_searcher::tests::long ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_word_or_not_word ... ok [INFO] [stdout] test look::tests::intersection_ordering ... ok [INFO] [stdout] test look::tests::intersection_commutes ... ok [INFO] [stdout] test look::tests::intersection_eoi ... ok [INFO] [stdout] test look::tests::intersection_set ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/crate-950f377a49f63b28 [INFO] [stdout] [INFO] [stdout] running 45 tests [INFO] [stdout] test dfa::prefix_searcher::tests::byte_set ... ok [INFO] [stdout] test dfa::prefix_searcher::tests::pruned_repetition ... ok [INFO] [stdout] test dfa::tests::test_anchored_dfa_anchored_end ... ok [INFO] [stdout] test dfa::tests::test_adjacent_predicates ... ok [INFO] [stdout] test dfa::tests::match_priority ... ok [INFO] [stdout] test dfa::prefix_searcher::tests::pruned_empty_repetition ... ok [INFO] [stdout] test dfa::tests::test_max_states ... ok [INFO] [stdout] test dfa::tests::test_syntax_error ... ok [INFO] [stdout] test dfa::tests::test_forward_backward_simple ... ok [INFO] [stdout] test dfa::tests::test_class_normalized ... ok [INFO] [stdout] test dfa::tests::test_anchored_dfa_simple ... ok [INFO] [stdout] test graph::tests::cycles ... ok [INFO] [stdout] test dfa::tests::test_anchored_dfa_literal_prefix ... ok [INFO] [stdout] test nfa::has_looks::tests::alternate ... ok [INFO] [stdout] test nfa::has_looks::tests::anchored_end ... ok [INFO] [stdout] test nfa::has_looks::tests::anchored_start ... ok [INFO] [stdout] test nfa::has_looks::tests::empty ... ok [INFO] [stdout] test nfa::has_looks::tests::plus ... ok [INFO] [stdout] test nfa::has_looks::tests::rep_fixed ... ok [INFO] [stdout] test dfa::prefix_searcher::tests::case_insensitive ... ok [INFO] [stdout] test nfa::has_looks::tests::sequence ... ok [INFO] [stdout] test nfa::has_looks::tests::single ... ok [INFO] [stdout] test nfa::has_looks::tests::rep_range ... ok [INFO] [stdout] test nfa::has_looks::tests::star ... ok [INFO] [stdout] test nfa::has_looks::tests::word_boundary_ambiguous ... ok [INFO] [stdout] test nfa::has_looks::tests::word_boundary_start ... ok [INFO] [stdout] test nfa::has_looks::tests::word_boundary_end ... ok [INFO] [stdout] test nfa::no_looks::tests::anchor_already_anchored ... ok [INFO] [stdout] test nfa::no_looks::tests::anchor_nl ... ok [INFO] [stdout] test nfa::no_looks::tests::anchor_simple ... ok [INFO] [stdout] test nfa::no_looks::tests::determinize_pruning ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_boundary ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_new_line ... ok [INFO] [stdout] test dfa::prefix_searcher::tests::long ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_simple_and_boundary ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_simple ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_word ... ok [INFO] [stdout] test runner::forward_backward::tests::test_prefix_choice ... ok [INFO] [stdout] test dfa::tests::test_minimize ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_not_word ... ok [INFO] [stdout] test nfa::no_looks::tests::rev_init_word_or_not_word ... ok [INFO] [stdout] test look::tests::intersection_eoi ... ok [INFO] [stdout] test look::tests::intersection_commutes ... ok [INFO] [stdout] test look::tests::intersection_ordering ... ok [INFO] [stdout] test look::tests::intersection_set ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/examples-9255667201e0f0b9 [INFO] [stdout] [INFO] [stdout] running 818 tests [INFO] [stdout] test match_basic_101 ... ok [INFO] [stdout] test match_basic_100 ... ok [INFO] [stdout] test match_basic_103 ... ok [INFO] [stdout] test match_basic_10 ... ok [INFO] [stdout] test match_basic_104 ... ok [INFO] [stdout] test match_basic_102 ... ok [INFO] [stdout] test match_basic_106 ... ok [INFO] [stdout] test match_basic_108 ... ok [INFO] [stdout] test match_basic_105 ... ok [INFO] [stdout] test match_basic_109 ... ok [INFO] [stdout] test match_basic_110 ... ok [INFO] [stdout] test match_basic_107 ... ok [INFO] [stdout] test match_basic_112 ... ok [INFO] [stdout] test match_basic_113 ... ok [INFO] [stdout] test match_basic_111 ... ok [INFO] [stdout] test match_basic_114 ... ok [INFO] [stdout] test match_basic_115 ... ok [INFO] [stdout] test match_basic_118 ... ok [INFO] [stdout] test match_basic_117 ... ok [INFO] [stdout] test match_basic_119 ... ok [INFO] [stdout] test match_basic_12 ... ok [INFO] [stdout] test match_basic_121 ... ok [INFO] [stdout] test match_basic_120 ... ok [INFO] [stdout] test match_basic_123 ... ok [INFO] [stdout] test match_basic_122 ... ok [INFO] [stdout] test match_basic_116 ... ok [INFO] [stdout] test match_basic_124 ... ok [INFO] [stdout] test match_basic_128 ... ok [INFO] [stdout] test match_basic_126 ... ok [INFO] [stdout] test match_basic_129 ... ok [INFO] [stdout] test match_basic_132 ... ok [INFO] [stdout] test match_basic_131 ... ok [INFO] [stdout] test match_basic_125 ... ok [INFO] [stdout] test match_basic_134 ... ok [INFO] [stdout] test match_basic_133 ... ok [INFO] [stdout] test match_basic_137 ... ok [INFO] [stdout] test match_basic_138 ... ok [INFO] [stdout] test match_basic_140 ... ok [INFO] [stdout] test match_basic_135 ... ok [INFO] [stdout] test match_basic_141 ... ok [INFO] [stdout] test match_basic_139 ... ok [INFO] [stdout] test match_basic_144 ... ok [INFO] [stdout] test match_basic_142 ... ok [INFO] [stdout] test match_basic_146 ... ok [INFO] [stdout] test match_basic_145 ... ok [INFO] [stdout] test match_basic_147 ... ok [INFO] [stdout] test match_basic_148 ... ok [INFO] [stdout] test match_basic_15 ... ok [INFO] [stdout] test match_basic_150 ... ok [INFO] [stdout] test match_basic_149 ... ok [INFO] [stdout] test match_basic_152 ... ok [INFO] [stdout] test match_basic_151 ... ok [INFO] [stdout] test match_basic_153 ... ok [INFO] [stdout] test match_basic_155 ... ok [INFO] [stdout] test match_basic_157 ... ok [INFO] [stdout] test match_basic_156 ... ok [INFO] [stdout] test match_basic_158 ... ok [INFO] [stdout] test match_basic_154 ... ok [INFO] [stdout] test match_basic_159 ... ok [INFO] [stdout] test match_basic_16 ... ok [INFO] [stdout] test match_basic_160 ... ok [INFO] [stdout] test match_basic_161 ... ok [INFO] [stdout] test match_basic_164 ... ok [INFO] [stdout] test match_basic_163 ... ok [INFO] [stdout] test match_basic_162 ... ok [INFO] [stdout] test match_basic_165 ... ok [INFO] [stdout] test match_basic_167 ... ok [INFO] [stdout] test match_basic_169 ... ok [INFO] [stdout] test match_basic_17 ... ok [INFO] [stdout] test match_basic_168 ... ok [INFO] [stdout] test match_basic_166 ... ok [INFO] [stdout] test boundary_rep ... ok [INFO] [stdout] test match_basic_170 ... ok [INFO] [stdout] test match_basic_171 ... ok [INFO] [stdout] test match_basic_172 ... ok [INFO] [stdout] test boundary_doubled_whole ... ok [INFO] [stdout] test match_basic_174 ... ok [INFO] [stdout] test match_basic_173 ... ok [INFO] [stdout] test match_basic_176 ... ok [INFO] [stdout] test boundary_doubled ... ok [INFO] [stdout] test match_basic_18 ... ok [INFO] [stdout] test boundary_mid_uni ... ok [INFO] [stdout] test match_basic_175 ... ok [INFO] [stdout] test match_basic_177 ... ok [INFO] [stdout] test boundary_mid ... ok [INFO] [stdout] test match_basic_179 ... ok [INFO] [stdout] test match_basic_178 ... ok [INFO] [stdout] test match_basic_187 ... ok [INFO] [stdout] test match_basic_188 ... ok [INFO] [stdout] test match_basic_189 ... ok [INFO] [stdout] test match_basic_19 ... ok [INFO] [stdout] test match_basic_190 ... ok [INFO] [stdout] test match_basic_191 ... ok [INFO] [stdout] test match_basic_192 ... ok [INFO] [stdout] test match_basic_193 ... ok [INFO] [stdout] test match_basic_194 ... ok [INFO] [stdout] test match_basic_195 ... ok [INFO] [stdout] test match_basic_196 ... ok [INFO] [stdout] test match_basic_197 ... ok [INFO] [stdout] test match_basic_198 ... ok [INFO] [stdout] test match_basic_199 ... ok [INFO] [stdout] test match_basic_20 ... ok [INFO] [stdout] test match_basic_200 ... ok [INFO] [stdout] test match_basic_201 ... ok [INFO] [stdout] test match_basic_202 ... ok [INFO] [stdout] test match_basic_203 ... ok [INFO] [stdout] test match_basic_204 ... ok [INFO] [stdout] test match_basic_205 ... ok [INFO] [stdout] test match_basic_183 ... ok [INFO] [stdout] test match_basic_206 ... ok [INFO] [stdout] test match_basic_207 ... ok [INFO] [stdout] test match_basic_208 ... ok [INFO] [stdout] test match_basic_21 ... ok [INFO] [stdout] test match_basic_209 ... ok [INFO] [stdout] test match_basic_211 ... ok [INFO] [stdout] test match_basic_210 ... ok [INFO] [stdout] test match_basic_213 ... ok [INFO] [stdout] test match_basic_212 ... ok [INFO] [stdout] test match_basic_180 ... ok [INFO] [stdout] test match_basic_184 ... ok [INFO] [stdout] test match_basic_214 ... ok [INFO] [stdout] test match_basic_218 ... ok [INFO] [stdout] test match_basic_186 ... ok [INFO] [stdout] test match_basic_215 ... ok [INFO] [stdout] test match_basic_22 ... ok [INFO] [stdout] test match_basic_221 ... ok [INFO] [stdout] test match_basic_23 ... ok [INFO] [stdout] test match_basic_181 ... ok [INFO] [stdout] test match_basic_182 ... ok [INFO] [stdout] test match_basic_26 ... ok [INFO] [stdout] test match_basic_24 ... ok [INFO] [stdout] test match_basic_28 ... ok [INFO] [stdout] test match_basic_29 ... ok [INFO] [stdout] test match_basic_27 ... ok [INFO] [stdout] test match_basic_30 ... ok [INFO] [stdout] test match_basic_25 ... ok [INFO] [stdout] test match_basic_33 ... ok [INFO] [stdout] test match_basic_3 ... ok [INFO] [stdout] test match_basic_32 ... ok [INFO] [stdout] test match_basic_35 ... ok [INFO] [stdout] test match_basic_36 ... ok [INFO] [stdout] test match_basic_37 ... ok [INFO] [stdout] test match_basic_38 ... ok [INFO] [stdout] test match_basic_39 ... ok [INFO] [stdout] test match_basic_40 ... ok [INFO] [stdout] test match_basic_34 ... ok [INFO] [stdout] test match_basic_185 ... ok [INFO] [stdout] test match_basic_42 ... ok [INFO] [stdout] test match_basic_44 ... ok [INFO] [stdout] test match_basic_43 ... ok [INFO] [stdout] test match_basic_219 ... ok [INFO] [stdout] test match_basic_216 ... ok [INFO] [stdout] test match_basic_45 ... ok [INFO] [stdout] test match_basic_46 ... ok [INFO] [stdout] test match_basic_47 ... ok [INFO] [stdout] test match_basic_217 ... ok [INFO] [stdout] test match_basic_51 ... ok [INFO] [stdout] test match_basic_49 ... ok [INFO] [stdout] test match_basic_50 ... ok [INFO] [stdout] test match_basic_41 ... ok [INFO] [stdout] test match_basic_54 ... ok [INFO] [stdout] test match_basic_5 ... ok [INFO] [stdout] test match_basic_53 ... ok [INFO] [stdout] test match_basic_52 ... ok [INFO] [stdout] test match_basic_57 ... ok [INFO] [stdout] test match_basic_48 ... ok [INFO] [stdout] test match_basic_6 ... ok [INFO] [stdout] test match_basic_58 ... ok [INFO] [stdout] test match_basic_59 ... ok [INFO] [stdout] test match_basic_66 ... ok [INFO] [stdout] test match_basic_68 ... ok [INFO] [stdout] test match_basic_65 ... ok [INFO] [stdout] test match_basic_67 ... ok [INFO] [stdout] test match_basic_7 ... ok [INFO] [stdout] test match_basic_70 ... ok [INFO] [stdout] test match_basic_55 ... ok [INFO] [stdout] test match_basic_56 ... ok [INFO] [stdout] test match_basic_74 ... ok [INFO] [stdout] test match_basic_4 ... ok [INFO] [stdout] test match_basic_69 ... ok [INFO] [stdout] test match_basic_75 ... ok [INFO] [stdout] test match_basic_76 ... ok [INFO] [stdout] test match_basic_78 ... ok [INFO] [stdout] test match_basic_77 ... ok [INFO] [stdout] test match_basic_220 ... ok [INFO] [stdout] test match_basic_84 ... ok [INFO] [stdout] test match_basic_83 ... ok [INFO] [stdout] test match_basic_80 ... ok [INFO] [stdout] test match_basic_87 ... ok [INFO] [stdout] test match_basic_85 ... ok [INFO] [stdout] test match_basic_79 ... ok [INFO] [stdout] test match_basic_86 ... ok [INFO] [stdout] test match_basic_88 ... ok [INFO] [stdout] test match_basic_9 ... ok [INFO] [stdout] test match_basic_91 ... ok [INFO] [stdout] test match_basic_92 ... ok [INFO] [stdout] test match_basic_89 ... ok [INFO] [stdout] test match_basic_90 ... ok [INFO] [stdout] test match_basic_94 ... ok [INFO] [stdout] test match_basic_93 ... ok [INFO] [stdout] test match_basic_96 ... ok [INFO] [stdout] test match_basic_95 ... ok [INFO] [stdout] test match_basic_98 ... ok [INFO] [stdout] test match_basic_97 ... ok [INFO] [stdout] test match_basic_99 ... ok [INFO] [stdout] test match_basic_72 ... ok [INFO] [stdout] test match_basic_73 ... ok [INFO] [stdout] test match_date1 ... ok [INFO] [stdout] test match_date2 ... ok [INFO] [stdout] test match_date3 ... ok [INFO] [stdout] test match_email_big ... ok [INFO] [stdout] test match_basic_71 ... ok [INFO] [stdout] test match_flag_case ... ok [INFO] [stdout] test match_basic_81 ... ok [INFO] [stdout] test match_flag_case_dotnl ... ok [INFO] [stdout] test match_flag_case_dotnl_cr ... ok [INFO] [stdout] test match_flag_ungreedy ... ok [INFO] [stdout] test match_flag_ungreedy_greedy ... ok [INFO] [stdout] test match_flag_ungreedy_noop ... ok [INFO] [stdout] test match_flag_weird_case ... ok [INFO] [stdout] test match_flag_weird_case_not ... ok [INFO] [stdout] test match_float1 ... ok [INFO] [stdout] test match_flag_case_dotnl_toggle_not ... ok [INFO] [stdout] test match_float2 ... ok [INFO] [stdout] test match_nullsubexpr_10 ... ok [INFO] [stdout] test match_nullsubexpr_11 ... ok [INFO] [stdout] test match_float4 ... ok [INFO] [stdout] test match_nullsubexpr_12 ... ok [INFO] [stdout] test match_nullsubexpr_13 ... ok [INFO] [stdout] test match_float3 ... ok [INFO] [stdout] test match_nullsubexpr_14 ... ok [INFO] [stdout] test match_nullsubexpr_16 ... ok [INFO] [stdout] test match_nullsubexpr_15 ... ok [INFO] [stdout] test match_flag_case_dotnl_toggle_ok ... ok [INFO] [stdout] test match_nullsubexpr_17 ... ok [INFO] [stdout] test match_nullsubexpr_19 ... ok [INFO] [stdout] test match_flag_case_dotnl_toggle ... ok [INFO] [stdout] test match_nullsubexpr_18 ... ok [INFO] [stdout] test match_nullsubexpr_21 ... ok [INFO] [stdout] test match_nullsubexpr_24 ... ok [INFO] [stdout] test match_nullsubexpr_27 ... ok [INFO] [stdout] test match_nullsubexpr_23 ... ok [INFO] [stdout] test match_nullsubexpr_28 ... ok [INFO] [stdout] test match_nullsubexpr_29 ... ok [INFO] [stdout] test match_nullsubexpr_26 ... ok [INFO] [stdout] test match_nullsubexpr_30 ... ok [INFO] [stdout] test match_nullsubexpr_25 ... ok [INFO] [stdout] test match_nullsubexpr_3 ... ok [INFO] [stdout] test match_nullsubexpr_33 ... ok [INFO] [stdout] test match_nullsubexpr_32 ... ok [INFO] [stdout] test match_nullsubexpr_35 ... ok [INFO] [stdout] test match_nullsubexpr_34 ... ok [INFO] [stdout] test match_nullsubexpr_36 ... ok [INFO] [stdout] test match_nullsubexpr_38 ... ok [INFO] [stdout] test match_nullsubexpr_40 ... ok [INFO] [stdout] test match_nullsubexpr_41 ... ok [INFO] [stdout] test match_nullsubexpr_37 ... ok [INFO] [stdout] test match_nullsubexpr_39 ... ok [INFO] [stdout] test match_nullsubexpr_42 ... ok [INFO] [stdout] test match_nullsubexpr_43 ... ok [INFO] [stdout] test match_nullsubexpr_45 ... ok [INFO] [stdout] test match_nullsubexpr_48 ... ok [INFO] [stdout] test match_nullsubexpr_69 ... ok [INFO] [stdout] test match_nullsubexpr_46 ... ok [INFO] [stdout] test match_nullsubexpr_5 ... ok [INFO] [stdout] test match_nullsubexpr_6 ... ok [INFO] [stdout] test match_nullsubexpr_50 ... ok [INFO] [stdout] test match_nullsubexpr_7 ... ok [INFO] [stdout] test match_flag_multi ... ok [INFO] [stdout] test match_nullsubexpr_75 ... ok [INFO] [stdout] test match_nullsubexpr_71 ... ok [INFO] [stdout] test match_nullsubexpr_70 ... ok [INFO] [stdout] test match_nullsubexpr_73 ... ok [INFO] [stdout] test match_nullsubexpr_8 ... ok [INFO] [stdout] test match_nullsubexpr_79 ... ok [INFO] [stdout] test match_nullsubexpr_74 ... ok [INFO] [stdout] test match_python_000 ... ok [INFO] [stdout] test match_python_002 ... ok [INFO] [stdout] test match_python_001 ... ok [INFO] [stdout] test match_nullsubexpr_77 ... ok [INFO] [stdout] test match_python_003 ... ok [INFO] [stdout] test match_python_005 ... ok [INFO] [stdout] test match_python_004 ... ok [INFO] [stdout] test match_python_006 ... ok [INFO] [stdout] test match_nullsubexpr_9 ... ok [INFO] [stdout] test match_nullsubexpr_78 ... ok [INFO] [stdout] test match_python_012 ... ok [INFO] [stdout] test match_python_011 ... ok [INFO] [stdout] test match_python_013 ... ok [INFO] [stdout] test match_python_014 ... ok [INFO] [stdout] test match_python_015 ... ok [INFO] [stdout] test match_python_017 ... ok [INFO] [stdout] test match_python_016 ... ok [INFO] [stdout] test match_python_018 ... ok [INFO] [stdout] test match_python_008 ... ok [INFO] [stdout] test match_python_019 ... ok [INFO] [stdout] test match_python_010 ... ok [INFO] [stdout] test match_python_007 ... ok [INFO] [stdout] test match_python_020 ... ok [INFO] [stdout] test match_python_022 ... ok [INFO] [stdout] test match_python_023 ... ok [INFO] [stdout] test match_python_021 ... ok [INFO] [stdout] test match_python_024 ... ok [INFO] [stdout] test match_python_027 ... ok [INFO] [stdout] test match_python_026 ... ok [INFO] [stdout] test match_python_025 ... ok [INFO] [stdout] test match_python_031 ... ok [INFO] [stdout] test match_python_032 ... ok [INFO] [stdout] test match_python_033 ... ok [INFO] [stdout] test match_python_034 ... ok [INFO] [stdout] test match_python_035 ... ok [INFO] [stdout] test match_python_036 ... ok [INFO] [stdout] test match_python_037 ... ok [INFO] [stdout] test match_python_028 ... ok [INFO] [stdout] test match_python_029 ... ok [INFO] [stdout] test match_python_030 ... ok [INFO] [stdout] test match_python_038 ... ok [INFO] [stdout] test match_python_039 ... ok [INFO] [stdout] test match_python_040 ... ok [INFO] [stdout] test match_python_009 ... ok [INFO] [stdout] test match_python_044 ... ok [INFO] [stdout] test match_python_045 ... ok [INFO] [stdout] test match_python_042 ... ok [INFO] [stdout] test match_python_049 ... ok [INFO] [stdout] test match_python_050 ... ok [INFO] [stdout] test match_python_051 ... ok [INFO] [stdout] test match_python_052 ... ok [INFO] [stdout] test match_python_053 ... ok [INFO] [stdout] test match_python_054 ... ok [INFO] [stdout] test match_python_055 ... ok [INFO] [stdout] test match_python_056 ... ok [INFO] [stdout] test match_python_057 ... ok [INFO] [stdout] test match_python_058 ... ok [INFO] [stdout] test match_python_059 ... ok [INFO] [stdout] test match_python_060 ... ok [INFO] [stdout] test match_python_061 ... ok [INFO] [stdout] test match_python_062 ... ok [INFO] [stdout] test match_python_063 ... ok [INFO] [stdout] test match_python_064 ... ok [INFO] [stdout] test match_python_065 ... ok [INFO] [stdout] test match_python_066 ... ok [INFO] [stdout] test match_python_067 ... ok [INFO] [stdout] test match_python_068 ... ok [INFO] [stdout] test match_python_041 ... ok [INFO] [stdout] test match_python_069 ... ok [INFO] [stdout] test match_python_070 ... ok [INFO] [stdout] test match_python_072 ... ok [INFO] [stdout] test match_python_073 ... ok [INFO] [stdout] test match_python_071 ... ok [INFO] [stdout] test match_python_074 ... ok [INFO] [stdout] test match_python_075 ... ok [INFO] [stdout] test match_python_077 ... ok [INFO] [stdout] test match_python_078 ... ok [INFO] [stdout] test match_python_047 ... ok [INFO] [stdout] test match_python_079 ... ok [INFO] [stdout] test match_python_076 ... ok [INFO] [stdout] test match_python_080 ... ok [INFO] [stdout] test match_python_082 ... ok [INFO] [stdout] test match_python_084 ... ok [INFO] [stdout] test match_python_043 ... ok [INFO] [stdout] test match_python_046 ... ok [INFO] [stdout] test match_python_085 ... ok [INFO] [stdout] test match_python_081 ... ok [INFO] [stdout] test match_python_088 ... ok [INFO] [stdout] test match_python_089 ... ok [INFO] [stdout] test match_python_086 ... ok [INFO] [stdout] test match_python_090 ... ok [INFO] [stdout] test match_python_091 ... ok [INFO] [stdout] test match_python_092 ... ok [INFO] [stdout] test match_python_087 ... ok [INFO] [stdout] test match_python_083 ... ok [INFO] [stdout] test match_python_097 ... ok [INFO] [stdout] test match_python_098 ... ok [INFO] [stdout] test match_python_095 ... ok [INFO] [stdout] test match_python_100 ... ok [INFO] [stdout] test match_python_102 ... ok [INFO] [stdout] test match_python_099 ... ok [INFO] [stdout] test match_python_103 ... ok [INFO] [stdout] test match_python_105 ... ok [INFO] [stdout] test match_python_104 ... ok [INFO] [stdout] test match_python_096 ... ok [INFO] [stdout] test match_python_107 ... ok [INFO] [stdout] test match_python_106 ... ok [INFO] [stdout] test match_python_108 ... ok [INFO] [stdout] test match_python_109 ... ok [INFO] [stdout] test match_python_110 ... ok [INFO] [stdout] test match_python_094 ... ok [INFO] [stdout] test match_python_112 ... ok [INFO] [stdout] test match_python_111 ... ok [INFO] [stdout] test match_python_115 ... ok [INFO] [stdout] test match_python_113 ... ok [INFO] [stdout] test match_python_114 ... ok [INFO] [stdout] test match_python_116 ... ok [INFO] [stdout] test match_python_118 ... ok [INFO] [stdout] test match_python_117 ... ok [INFO] [stdout] test match_python_119 ... ok [INFO] [stdout] test match_python_121 ... ok [INFO] [stdout] test match_python_120 ... ok [INFO] [stdout] test match_python_122 ... ok [INFO] [stdout] test match_python_125 ... ok [INFO] [stdout] test match_python_124 ... ok [INFO] [stdout] test match_python_123 ... ok [INFO] [stdout] test match_python_129 ... ok [INFO] [stdout] test match_python_130 ... ok [INFO] [stdout] test match_python_131 ... ok [INFO] [stdout] test match_python_127 ... ok [INFO] [stdout] test match_python_132 ... ok [INFO] [stdout] test match_python_133 ... ok [INFO] [stdout] test match_python_134 ... ok [INFO] [stdout] test match_python_135 ... ok [INFO] [stdout] test match_python_126 ... ok [INFO] [stdout] test match_python_128 ... ok [INFO] [stdout] test match_python_093 ... ok [INFO] [stdout] test match_python_137 ... ok [INFO] [stdout] test match_python_139 ... ok [INFO] [stdout] test match_python_140 ... ok [INFO] [stdout] test match_python_142 ... ok [INFO] [stdout] test match_python_141 ... ok [INFO] [stdout] test match_python_138 ... ok [INFO] [stdout] test match_python_145 ... ok [INFO] [stdout] test match_python_144 ... ok [INFO] [stdout] test match_python_136 ... ok [INFO] [stdout] test match_python_146 ... ok [INFO] [stdout] test match_python_148 ... ok [INFO] [stdout] test match_python_147 ... ok [INFO] [stdout] test match_python_152 ... ok [INFO] [stdout] test match_python_151 ... ok [INFO] [stdout] test match_python_154 ... ok [INFO] [stdout] test match_python_155 ... ok [INFO] [stdout] test match_python_143 ... ok [INFO] [stdout] test match_python_150 ... ok [INFO] [stdout] test match_python_157 ... ok [INFO] [stdout] test match_python_158 ... ok [INFO] [stdout] test match_python_159 ... ok [INFO] [stdout] test match_python_156 ... ok [INFO] [stdout] test match_python_153 ... ok [INFO] [stdout] test match_python_160 ... ok [INFO] [stdout] test match_python_163 ... ok [INFO] [stdout] test match_python_164 ... ok [INFO] [stdout] test match_python_161 ... ok [INFO] [stdout] test match_python_166 ... ok [INFO] [stdout] test match_python_167 ... ok [INFO] [stdout] test match_python_168 ... ok [INFO] [stdout] test match_python_162 ... ok [INFO] [stdout] test match_python_169 ... ok [INFO] [stdout] test match_python_170 ... ok [INFO] [stdout] test match_python_171 ... ok [INFO] [stdout] test match_python_165 ... ok [INFO] [stdout] test match_python_174 ... ok [INFO] [stdout] test match_python_149 ... ok [INFO] [stdout] test match_python_172 ... ok [INFO] [stdout] test match_python_176 ... ok [INFO] [stdout] test match_python_175 ... ok [INFO] [stdout] test match_python_173 ... ok [INFO] [stdout] test match_python_181 ... ok [INFO] [stdout] test match_python_182 ... ok [INFO] [stdout] test match_python_183 ... ok [INFO] [stdout] test match_python_177 ... ok [INFO] [stdout] test match_python_184 ... ok [INFO] [stdout] test match_python_186 ... ok [INFO] [stdout] test match_python_179 ... ok [INFO] [stdout] test match_python_187 ... ok [INFO] [stdout] test match_python_178 ... ok [INFO] [stdout] test match_python_189 ... ok [INFO] [stdout] test match_python_188 ... ok [INFO] [stdout] test match_python_180 ... ok [INFO] [stdout] test match_python_190 ... ok [INFO] [stdout] test match_python_193 ... ok [INFO] [stdout] test match_python_192 ... ok [INFO] [stdout] test match_python_191 ... ok [INFO] [stdout] test match_python_194 ... ok [INFO] [stdout] test match_python_196 ... ok [INFO] [stdout] test match_python_195 ... ok [INFO] [stdout] test match_python_185 ... ok [INFO] [stdout] test match_python_197 ... ok [INFO] [stdout] test match_python_200 ... ok [INFO] [stdout] test match_python_201 ... ok [INFO] [stdout] test match_python_203 ... ok [INFO] [stdout] test match_python_205 ... ok [INFO] [stdout] test match_python_206 ... ok [INFO] [stdout] test match_python_198 ... ok [INFO] [stdout] test match_python_202 ... ok [INFO] [stdout] test match_python_204 ... ok [INFO] [stdout] test match_python_199 ... ok [INFO] [stdout] test match_python_209 ... ok [INFO] [stdout] test match_python_208 ... ok [INFO] [stdout] test match_python_213 ... ok [INFO] [stdout] test match_python_207 ... ok [INFO] [stdout] test match_python_214 ... ok [INFO] [stdout] test match_python_210 ... ok [INFO] [stdout] test match_python_216 ... ok [INFO] [stdout] test match_python_215 ... ok [INFO] [stdout] test match_python_217 ... ok [INFO] [stdout] test match_python_218 ... ok [INFO] [stdout] test match_python_219 ... ok [INFO] [stdout] test match_python_211 ... ok [INFO] [stdout] test match_python_212 ... ok [INFO] [stdout] test match_python_223 ... ok [INFO] [stdout] test match_python_225 ... ok [INFO] [stdout] test match_python_224 ... ok [INFO] [stdout] test match_python_226 ... ok [INFO] [stdout] test match_python_228 ... ok [INFO] [stdout] test match_python_229 ... ok [INFO] [stdout] test match_python_221 ... ok [INFO] [stdout] test match_python_227 ... ok [INFO] [stdout] test match_python_230 ... ok [INFO] [stdout] test match_python_232 ... ok [INFO] [stdout] test match_python_231 ... ok [INFO] [stdout] test match_python_220 ... ok [INFO] [stdout] test match_python_222 ... ok [INFO] [stdout] test match_python_236 ... ok [INFO] [stdout] test match_python_237 ... ok [INFO] [stdout] test match_python_238 ... ok [INFO] [stdout] test match_python_240 ... ok [INFO] [stdout] test match_python_241 ... ok [INFO] [stdout] test match_python_242 ... ok [INFO] [stdout] test match_python_239 ... ok [INFO] [stdout] test match_python_244 ... ok [INFO] [stdout] test match_python_243 ... ok [INFO] [stdout] test match_python_245 ... ok [INFO] [stdout] test match_python_247 ... ok [INFO] [stdout] test match_python_246 ... ok [INFO] [stdout] test match_python_234 ... ok [INFO] [stdout] test match_python_233 ... ok [INFO] [stdout] test match_python_251 ... ok [INFO] [stdout] test match_python_250 ... ok [INFO] [stdout] test match_python_249 ... ok [INFO] [stdout] test match_python_252 ... ok [INFO] [stdout] test match_python_253 ... ok [INFO] [stdout] test match_python_254 ... ok [INFO] [stdout] test match_python_248 ... ok [INFO] [stdout] test match_python_256 ... ok [INFO] [stdout] test match_python_255 ... ok [INFO] [stdout] test match_python_258 ... ok [INFO] [stdout] test match_python_257 ... ok [INFO] [stdout] test match_python_259 ... ok [INFO] [stdout] test match_python_263 ... ok [INFO] [stdout] test match_python_261 ... ok [INFO] [stdout] test match_python_262 ... ok [INFO] [stdout] test match_python_260 ... ok [INFO] [stdout] test match_python_264 ... ok [INFO] [stdout] test match_python_268 ... ok [INFO] [stdout] test match_python_269 ... ok [INFO] [stdout] test match_python_270 ... ok [INFO] [stdout] test match_python_266 ... ok [INFO] [stdout] test match_python_265 ... ok [INFO] [stdout] test match_python_271 ... ok [INFO] [stdout] test match_python_267 ... ok [INFO] [stdout] test match_email ... ok [INFO] [stdout] test match_python_275 ... ok [INFO] [stdout] test match_email_not ... ok [INFO] [stdout] test match_python_277 ... ok [INFO] [stdout] test match_python_276 ... ok [INFO] [stdout] test match_python_272 ... ok [INFO] [stdout] test match_python_280 ... ok [INFO] [stdout] test match_python_273 ... ok [INFO] [stdout] test match_python_282 ... ok [INFO] [stdout] test match_python_281 ... ok [INFO] [stdout] test match_python_274 ... ok [INFO] [stdout] test match_python_278 ... ok [INFO] [stdout] test match_python_279 ... ok [INFO] [stdout] test match_python_235 ... ok [INFO] [stdout] test match_python_283 ... ok [INFO] [stdout] test match_python_048 ... ok [INFO] [stdout] test match_python_291 ... ok [INFO] [stdout] test match_python_289 ... ok [INFO] [stdout] test match_python_293 ... ok [INFO] [stdout] test match_python_292 ... ok [INFO] [stdout] test match_python_290 ... ok [INFO] [stdout] test match_python_295 ... ok [INFO] [stdout] test match_python_296 ... ok [INFO] [stdout] test match_python_297 ... ok [INFO] [stdout] test match_python_294 ... ok [INFO] [stdout] test match_python_299 ... ok [INFO] [stdout] test match_python_288 ... ok [INFO] [stdout] test match_python_302 ... ok [INFO] [stdout] test match_python_303 ... ok [INFO] [stdout] test match_python_304 ... ok [INFO] [stdout] test match_python_305 ... ok [INFO] [stdout] test match_python_306 ... ok [INFO] [stdout] test match_python_301 ... ok [INFO] [stdout] test match_python_307 ... ok [INFO] [stdout] test match_python_308 ... ok [INFO] [stdout] test match_python_286 ... ok [INFO] [stdout] test match_python_287 ... ok [INFO] [stdout] test match_python_300 ... ok [INFO] [stdout] test match_python_311 ... ok [INFO] [stdout] test match_repetition_10 ... ok [INFO] [stdout] test match_python_285 ... ok [INFO] [stdout] test match_python_284 ... ok [INFO] [stdout] test match_python_298 ... ok [INFO] [stdout] test match_ranges ... ok [INFO] [stdout] test match_repetition_102 ... ok [INFO] [stdout] test match_repetition_11 ... ok [INFO] [stdout] test match_ranges_not ... ok [INFO] [stdout] test match_repetition_100 ... ok [INFO] [stdout] test match_repetition_104 ... ok [INFO] [stdout] test match_repetition_106 ... ok [INFO] [stdout] test match_repetition_12 ... ok [INFO] [stdout] test match_repetition_126 ... ok [INFO] [stdout] test match_repetition_127 ... ok [INFO] [stdout] test match_repetition_128 ... ok [INFO] [stdout] test match_repetition_129 ... ok [INFO] [stdout] test match_repetition_130 ... ok [INFO] [stdout] test match_repetition_131 ... ok [INFO] [stdout] test match_repetition_132 ... ok [INFO] [stdout] test match_repetition_133 ... ok [INFO] [stdout] test match_repetition_134 ... ok [INFO] [stdout] test match_repetition_135 ... ok [INFO] [stdout] test match_repetition_136 ... ok [INFO] [stdout] test match_repetition_137 ... ok [INFO] [stdout] test match_repetition_14 ... ok [INFO] [stdout] test match_repetition_143 ... ok [INFO] [stdout] test match_repetition_145 ... ok [INFO] [stdout] test match_repetition_147 ... ok [INFO] [stdout] test match_repetition_149 ... ok [INFO] [stdout] test match_repetition_15 ... ok [INFO] [stdout] test match_repetition_150 ... ok [INFO] [stdout] test match_repetition_152 ... ok [INFO] [stdout] test match_repetition_154 ... ok [INFO] [stdout] test match_repetition_156 ... ok [INFO] [stdout] test match_repetition_158 ... ok [INFO] [stdout] test match_repetition_159 ... ok [INFO] [stdout] test match_repetition_16 ... ok [INFO] [stdout] test match_repetition_161 ... ok [INFO] [stdout] test match_repetition_163 ... ok [INFO] [stdout] test match_repetition_18 ... ok [INFO] [stdout] test match_repetition_20 ... ok [INFO] [stdout] test match_repetition_21 ... ok [INFO] [stdout] test match_repetition_22 ... ok [INFO] [stdout] test match_repetition_24 ... ok [INFO] [stdout] test match_repetition_25 ... ok [INFO] [stdout] test match_repetition_26 ... ok [INFO] [stdout] test match_repetition_28 ... ok [INFO] [stdout] test match_repetition_108 ... ok [INFO] [stdout] test match_repetition_30 ... ok [INFO] [stdout] test match_repetition_31 ... ok [INFO] [stdout] test match_repetition_34 ... ok [INFO] [stdout] test match_repetition_32 ... ok [INFO] [stdout] test match_repetition_35 ... ok [INFO] [stdout] test match_repetition_38 ... ok [INFO] [stdout] test match_repetition_36 ... ok [INFO] [stdout] test match_repetition_40 ... ok [INFO] [stdout] test match_repetition_41 ... ok [INFO] [stdout] test match_repetition_42 ... ok [INFO] [stdout] test match_repetition_44 ... ok [INFO] [stdout] test match_repetition_46 ... ok [INFO] [stdout] test match_repetition_50 ... ok [INFO] [stdout] test match_repetition_52 ... ok [INFO] [stdout] test match_repetition_47 ... ok [INFO] [stdout] test match_repetition_53 ... ok [INFO] [stdout] test match_repetition_54 ... ok [INFO] [stdout] test match_repetition_56 ... ok [INFO] [stdout] test match_repetition_57 ... ok [INFO] [stdout] test match_repetition_61 ... ok [INFO] [stdout] test match_repetition_63 ... ok [INFO] [stdout] test match_repetition_59 ... ok [INFO] [stdout] test match_repetition_64 ... ok [INFO] [stdout] test match_repetition_67 ... ok [INFO] [stdout] test match_repetition_68 ... ok [INFO] [stdout] test match_repetition_65 ... ok [INFO] [stdout] test match_repetition_110 ... ok [INFO] [stdout] test match_repetition_73 ... ok [INFO] [stdout] test match_repetition_75 ... ok [INFO] [stdout] test match_repetition_70 ... ok [INFO] [stdout] test match_repetition_76 ... ok [INFO] [stdout] test match_repetition_79 ... ok [INFO] [stdout] test match_repetition_77 ... ok [INFO] [stdout] test match_repetition_83 ... ok [INFO] [stdout] test match_repetition_80 ... ok [INFO] [stdout] test match_repetition_90 ... ok [INFO] [stdout] test match_repetition_91 ... ok [INFO] [stdout] test match_repetition_81 ... ok [INFO] [stdout] test match_repetition_92 ... ok [INFO] [stdout] test match_repetition_93 ... ok [INFO] [stdout] test match_repetition_112 ... ok [INFO] [stdout] test match_repetition_94 ... ok [INFO] [stdout] test match_repetition_95 ... ok [INFO] [stdout] test match_skip_1 ... ok [INFO] [stdout] test match_skip_2 ... ok [INFO] [stdout] test match_skip_3 ... ok [INFO] [stdout] test negclass_ascii ... ok [INFO] [stdout] test negclass_comma ... ok [INFO] [stdout] test negclass_comma_space ... ok [INFO] [stdout] test negclass_letter_comma ... ok [INFO] [stdout] test negclass_letter_space ... ok [INFO] [stdout] test negclass_letters ... ok [INFO] [stdout] test negclass_space ... ok [INFO] [stdout] test match_repetition_96 ... ok [INFO] [stdout] test negclass_space_comma ... ok [INFO] [stdout] test no_match_python_00 ... ok [INFO] [stdout] test no_match_python_02 ... ok [INFO] [stdout] test no_match_python_01 ... ok [INFO] [stdout] test no_match_python_03 ... ok [INFO] [stdout] test no_match_python_04 ... ok [INFO] [stdout] test no_match_python_05 ... ok [INFO] [stdout] test no_match_python_07 ... ok [INFO] [stdout] test no_match_python_08 ... ok [INFO] [stdout] test no_match_python_09 ... ok [INFO] [stdout] test no_match_python_10 ... ok [INFO] [stdout] test no_match_python_11 ... ok [INFO] [stdout] test no_match_python_12 ... ok [INFO] [stdout] test no_match_python_13 ... ok [INFO] [stdout] test no_match_python_14 ... ok [INFO] [stdout] test no_match_python_15 ... ok [INFO] [stdout] test no_match_python_16 ... ok [INFO] [stdout] test no_match_python_17 ... ok [INFO] [stdout] test no_match_python_18 ... ok [INFO] [stdout] test no_match_python_19 ... ok [INFO] [stdout] test no_match_python_20 ... ok [INFO] [stdout] test match_repetition_114 ... ok [INFO] [stdout] test match_repetition_97 ... ok [INFO] [stdout] test match_python_310 ... ok [INFO] [stdout] test no_match_python_06 ... ok [INFO] [stdout] test match_python_309 ... ok [INFO] [stdout] test match_repetition_115 ... ok [INFO] [stdout] test no_match_python_25 ... ok [INFO] [stdout] test no_match_python_24 ... ok [INFO] [stdout] test no_match_python_21 ... ok [INFO] [stdout] test no_match_python_26 ... ok [INFO] [stdout] test match_repetition_98 ... ok [INFO] [stdout] test no_match_python_32 ... ok [INFO] [stdout] test no_match_python_33 ... ok [INFO] [stdout] test no_match_python_34 ... ok [INFO] [stdout] test no_match_python_22 ... ok [INFO] [stdout] test no_match_python_35 ... ok [INFO] [stdout] test no_match_python_36 ... ok [INFO] [stdout] test no_match_python_37 ... ok [INFO] [stdout] test no_match_python_39 ... ok [INFO] [stdout] test no_match_python_40 ... ok [INFO] [stdout] test no_match_python_41 ... ok [INFO] [stdout] test no_match_python_38 ... ok [INFO] [stdout] test no_match_python_42 ... ok [INFO] [stdout] test no_match_python_44 ... ok [INFO] [stdout] test no_match_python_43 ... ok [INFO] [stdout] test no_match_python_45 ... ok [INFO] [stdout] test no_match_python_47 ... ok [INFO] [stdout] test no_match_python_48 ... ok [INFO] [stdout] test no_match_python_46 ... ok [INFO] [stdout] test no_match_python_50 ... ok [INFO] [stdout] test no_match_python_49 ... ok [INFO] [stdout] test no_match_python_52 ... ok [INFO] [stdout] test no_match_python_53 ... ok [INFO] [stdout] test no_match_python_51 ... ok [INFO] [stdout] test no_match_python_55 ... ok [INFO] [stdout] test no_match_python_54 ... ok [INFO] [stdout] test no_match_python_57 ... ok [INFO] [stdout] test no_match_python_58 ... ok [INFO] [stdout] test no_match_python_59 ... ok [INFO] [stdout] test no_match_python_60 ... ok [INFO] [stdout] test no_match_python_27 ... ok [INFO] [stdout] test no_match_python_56 ... ok [INFO] [stdout] test no_match_python_23 ... ok [INFO] [stdout] test no_match_python_64 ... ok [INFO] [stdout] test no_match_python_65 ... ok [INFO] [stdout] test no_match_python_66 ... ok [INFO] [stdout] test no_match_python_67 ... ok [INFO] [stdout] test no_match_python_68 ... ok [INFO] [stdout] test no_match_python_63 ... ok [INFO] [stdout] test no_match_python_61 ... ok [INFO] [stdout] test no_match_python_70 ... ok [INFO] [stdout] test no_match_python_69 ... ok [INFO] [stdout] test no_match_python_62 ... ok [INFO] [stdout] test no_match_python_74 ... ok [INFO] [stdout] test no_match_python_73 ... ok [INFO] [stdout] test no_match_python_72 ... ok [INFO] [stdout] test no_match_python_71 ... ok [INFO] [stdout] test no_match_python_76 ... ok [INFO] [stdout] test no_match_python_77 ... ok [INFO] [stdout] test no_match_python_78 ... ok [INFO] [stdout] test no_match_python_81 ... ok [INFO] [stdout] test no_match_python_75 ... ok [INFO] [stdout] test no_match_python_79 ... ok [INFO] [stdout] test no_match_python_80 ... ok [INFO] [stdout] test no_match_python_82 ... ok [INFO] [stdout] test no_match_python_83 ... ok [INFO] [stdout] test no_match_python_84 ... ok [INFO] [stdout] test no_match_python_88 ... ok [INFO] [stdout] test no_match_python_89 ... ok [INFO] [stdout] test no_match_python_29 ... ok [INFO] [stdout] test no_match_python_91 ... ok [INFO] [stdout] test no_match_python_92 ... ok [INFO] [stdout] test no_match_python_90 ... ok [INFO] [stdout] test no_match_python_94 ... ok [INFO] [stdout] test no_match_python_85 ... ok [INFO] [stdout] test regression_ascii_word_underscore ... ok [INFO] [stdout] test no_match_python_87 ... ok [INFO] [stdout] test regression_unsorted_binary_search_1 ... ok [INFO] [stdout] test no_match_python_86 ... ok [INFO] [stdout] test regression_unsorted_binary_search_2 ... ok [INFO] [stdout] test regression_negated_char_class_1 ... ok [INFO] [stdout] test regression_negated_char_class_2 ... ok [INFO] [stdout] test uni_case ... ok [INFO] [stdout] test no_match_python_93 ... ok [INFO] [stdout] test no_match_python_28 ... ok [INFO] [stdout] test uni_case_lower_nocase_flag ... ok [INFO] [stdout] test no_match_python_30 ... ok [INFO] [stdout] test uni_case_upper ... ok [INFO] [stdout] test uni_case_lower ... ok [INFO] [stdout] test uni_boundary_ogham ... ok [INFO] [stdout] test uni_mixed ... ok [INFO] [stdout] test uni_boundary_none ... ok [INFO] [stdout] test uni_one ... ok [INFO] [stdout] test uni_case_upper_nocase_flag ... ok [INFO] [stdout] test uni_not_class ... ok [INFO] [stdout] test uni_perl_s ... ok [INFO] [stdout] test uni_not_class_neg ... ok [INFO] [stdout] test uni_perl_d ... ok [INFO] [stdout] test uni_perl_s_not ... ok [INFO] [stdout] test uni_perl_s_neg ... ok [INFO] [stdout] test uni_perl_d_not ... ok [INFO] [stdout] test uni_perl_d_neg ... ok [INFO] [stdout] test uni_not ... ok [INFO] [stdout] test no_match_python_31 ... ok [INFO] [stdout] test uni_case_upper_nocase ... ok [INFO] [stdout] test uni_perl_w ... ok [INFO] [stdout] test uni_perl_w_neg ... ok [INFO] [stdout] test uni_perl_w_not ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 818 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/default-b02b7607f16ae53e [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test bench::anchored_literal_short_non_match ... ok [INFO] [stdout] test bench::backtrack ... ok [INFO] [stdout] test bench::anchored_literal_long_non_match ... ok [INFO] [stdout] test bench::anchored_literal_long_match ... ok [INFO] [stdout] test bench::anchored_literal_short_match ... ok [INFO] [stdout] test bench::easy0_32 ... ok [INFO] [stdout] test bench::easy0_1K ... ok [INFO] [stdout] test bench::hard_1K ... ok [INFO] [stdout] test bench::easy0_32K ... ok [INFO] [stdout] test bench::easy1_1K ... ok [INFO] [stdout] test bench::easy1_32 ... ok [INFO] [stdout] test bench::literal ... ok [INFO] [stdout] test bench::hard_32 ... ok [INFO] [stdout] test bench::longer_literal_no_regex ... ok [INFO] [stdout] test bench::match_class ... ok [INFO] [stdout] test bench::easy1_32K ... ok [INFO] [stdout] test bench::match_class_in_range ... ok [INFO] [stdout] test bench::longer_literal ... ok [INFO] [stdout] test bench::hard_32K ... ok [INFO] [stdout] test bench::medium_1K ... ok [INFO] [stdout] test bench::medium_32 ... ok [INFO] [stdout] test bench::not_literal ... ok [INFO] [stdout] test bench::one_pass_long_prefix ... ok [INFO] [stdout] test bench::one_pass_long_prefix_not ... ok [INFO] [stdout] test bench::one_pass_short_a ... ok [INFO] [stdout] test bench::one_pass_short_a_not ... ok [INFO] [stdout] test bench::one_pass_short_b ... ok [INFO] [stdout] test bench::one_pass_short_b_not ... ok [INFO] [stdout] test bench::skip ... ok [INFO] [stdout] test bench::medium_32K ... ok [INFO] [stdout] test bench::easy1_1MB ... ok [INFO] [stdout] test bench::easy0_1MB ... ok [INFO] [stdout] test bench::hard_1MB ... ok [INFO] [stdout] test bench::match_class_unicode ... ok [INFO] [stdout] test bench::medium_1MB ... ok [INFO] [stdout] test bench::compile_word_boundary ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests regex_dfa [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "d69cdef40d2ae52790f057bb78ca38168af18ff898dd9617fa082d6f979d466e"` [INFO] running `"docker" "rm" "-f" "d69cdef40d2ae52790f057bb78ca38168af18ff898dd9617fa082d6f979d466e"` [INFO] [stdout] d69cdef40d2ae52790f057bb78ca38168af18ff898dd9617fa082d6f979d466e