[INFO] updating cached repository https://github.com/spcan/common-regex
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 3238bc8ee85e0e000ea20913f09db6477edb2922
[INFO] checking spcan/common-regex against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspcan%2Fcommon-regex" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/spcan/common-regex on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/spcan/common-regex
[INFO] finished tweaking git repo https://github.com/spcan/common-regex
[INFO] tweaked toml for git repo https://github.com/spcan/common-regex written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/spcan/common-regex already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] b7234ee203559ac5aa5fae96662c53591cd2c0e4584cdeb6a7574edd0ae273b6
[INFO] running `"docker" "start" "-a" "b7234ee203559ac5aa5fae96662c53591cd2c0e4584cdeb6a7574edd0ae273b6"`
[INFO] [stderr]     Checking aho-corasick v0.6.6
[INFO] [stderr]     Checking regex v1.0.1
[INFO] [stderr]     Checking common-regex v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/lib.rs:343:3
[INFO] [stderr]     |
[INFO] [stderr] 343 |         /// JCB
[INFO] [stderr]     |         ^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/lib.rs:354:3
[INFO] [stderr]     |
[INFO] [stderr] 354 |         /// VISA
[INFO] [stderr]     |         ^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/lib.rs:365:3
[INFO] [stderr]     |
[INFO] [stderr] 365 |         /// VISA-ELECTRON
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/lib.rs:376:3
[INFO] [stderr]     |
[INFO] [stderr] 376 |         /// MASTERCARD
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/lib.rs:388:3
[INFO] [stderr]     |
[INFO] [stderr] 388 |         /// MAESTRO
[INFO] [stderr]     |         ^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/lib.rs:400:3
[INFO] [stderr]     |
[INFO] [stderr] 400 |         /// AMERICAN_EXPRESS
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:10:2
[INFO] [stderr]    |
[INFO] [stderr] 10 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 11 | |         pub static ref ALL: Regex = Regex::new(
[INFO] [stderr] 12 | |             r"\b(?:[\+-])?\s*(?:(?:\d+)(?:[\.,]\d+)?|(?:\d*)?(?:[\.,]\d+))\b").unwrap();
[INFO] [stderr] 13 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:15:2
[INFO] [stderr]    |
[INFO] [stderr] 15 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 16 | |         pub static ref INT: Regex = Regex::new(
[INFO] [stderr] 17 | |             r"(?:[\+-])?\s*(?:\d+)").unwrap();
[INFO] [stderr] 18 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:20:2
[INFO] [stderr]    |
[INFO] [stderr] 20 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 21 | |         pub static ref INT_WITH_SEPARATORS: Regex = Regex::new(
[INFO] [stderr] 22 | |             r"(?:[\+-])?\s*(?:[\d_]+)").unwrap();
[INFO] [stderr] 23 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:25:2
[INFO] [stderr]    |
[INFO] [stderr] 25 |       lazy_static! {   
[INFO] [stderr]    |  _____^
[INFO] [stderr] 26 | |         pub static ref FLOAT: Regex = Regex::new(
[INFO] [stderr] 27 | |             r"(?:(?:[\+-])?\s*(?:(?:[0-9]+[\.,][0-9]*)|(?:[0-9]*[\.,][0-9]+)))").unwrap();
[INFO] [stderr] 28 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:30:2
[INFO] [stderr]    |
[INFO] [stderr] 30 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 31 | |         pub static ref FLOAT_DOT: Regex = Regex::new(
[INFO] [stderr] 32 | |             r"(?:(?:[\+-])?\s*(?:(?:[0-9]+\.[0-9]*)|(?:[0-9]*\.[0-9]+)))").unwrap();
[INFO] [stderr] 33 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:35:2
[INFO] [stderr]    |
[INFO] [stderr] 35 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 36 | |         pub static ref FLOAT_COMMA: Regex = Regex::new(
[INFO] [stderr] 37 | |             r"(?:(?:[\+-])?\s*(?:(?:[0-9]+,[0-9]*)|(?:[0-9]*,[0-9]+)))").unwrap();
[INFO] [stderr] 38 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:40:2
[INFO] [stderr]    |
[INFO] [stderr] 40 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 41 | |         pub static ref ALL_WITH_SEPARATORS: Regex = Regex::new(
[INFO] [stderr] 42 | |             r"\b(?:[\+-])?\s*(?:[0-9_]+[\.,][0-9_]*|[0-9_]*[\.,][0-9_]+|[0-9_]+)\b").unwrap();
[INFO] [stderr] 43 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:45:2
[INFO] [stderr]    |
[INFO] [stderr] 45 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 46 | |         pub static ref COMPLEX: Regex = Regex::new(
[INFO] [stderr] 47 | |             r"(?:(?:[\+-])?\s*(?:(?:\d+)(?:[\.,]\d+)?))?\s*(?:(?:[\+-])\s*(?:(?:\d+)(?:[\.,]\d+)?))\s*[ij]").unwrap();
[INFO] [stderr] 48 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:50:2
[INFO] [stderr]    |
[INFO] [stderr] 50 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 51 | |         pub static ref HEX_NUMBER: Regex = Regex::new(
[INFO] [stderr] 52 | |             r"#?(?:[a-fA-F0-9]{6})").unwrap();
[INFO] [stderr] 53 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:55:2
[INFO] [stderr]    |
[INFO] [stderr] 55 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 56 | |         pub static ref HEX_NUMBER_SHORT: Regex = Regex::new(
[INFO] [stderr] 57 | |             r"#?(?:[a-fA-F0-9]{3})").unwrap();
[INFO] [stderr] 58 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:60:2
[INFO] [stderr]    |
[INFO] [stderr] 60 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 61 | |         pub static ref HEX_NUMBER_ALL: Regex = Regex::new(
[INFO] [stderr] 62 | |             r"#?(?:[a-fA-F0-9]{6}|[a-fA-F0-9]{3})").unwrap();
[INFO] [stderr] 63 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:65:2
[INFO] [stderr]    |
[INFO] [stderr] 65 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 66 | |         pub static ref HEX_MACHINE_CODE: Regex = Regex::new(
[INFO] [stderr] 67 | |             r"(?:[a-fA-F0-9]{2})(?:\s*[a-fA-F0-9]{2})*").unwrap();
[INFO] [stderr] 68 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:10:2
[INFO] [stderr]    |
[INFO] [stderr] 10 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 11 | |         pub static ref ALL: Regex = Regex::new(
[INFO] [stderr] 12 | |             r"\b(?:[\+-])?\s*(?:(?:\d+)(?:[\.,]\d+)?|(?:\d*)?(?:[\.,]\d+))\b").unwrap();
[INFO] [stderr] 13 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:70:2
[INFO] [stderr]    |
[INFO] [stderr] 70 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 71 | |         pub static ref BINARY: Regex = Regex::new(
[INFO] [stderr] 72 | |             r"\b(?:[01])+\b").unwrap();
[INFO] [stderr] 73 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:15:2
[INFO] [stderr]    |
[INFO] [stderr] 15 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 16 | |         pub static ref INT: Regex = Regex::new(
[INFO] [stderr] 17 | |             r"(?:[\+-])?\s*(?:\d+)").unwrap();
[INFO] [stderr] 18 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:75:2
[INFO] [stderr]    |
[INFO] [stderr] 75 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 76 | |         pub static ref BINARY_4: Regex = Regex::new(
[INFO] [stderr] 77 | |             r"(?:[01]{4})").unwrap();
[INFO] [stderr] 78 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:20:2
[INFO] [stderr]    |
[INFO] [stderr] 20 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 21 | |         pub static ref INT_WITH_SEPARATORS: Regex = Regex::new(
[INFO] [stderr] 22 | |             r"(?:[\+-])?\s*(?:[\d_]+)").unwrap();
[INFO] [stderr] 23 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:25:2
[INFO] [stderr]    |
[INFO] [stderr] 25 |       lazy_static! {   
[INFO] [stderr]    |  _____^
[INFO] [stderr] 26 | |         pub static ref FLOAT: Regex = Regex::new(
[INFO] [stderr] 27 | |             r"(?:(?:[\+-])?\s*(?:(?:[0-9]+[\.,][0-9]*)|(?:[0-9]*[\.,][0-9]+)))").unwrap();
[INFO] [stderr] 28 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:80:2
[INFO] [stderr]    |
[INFO] [stderr] 80 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 81 | |         pub static ref BINARY_8: Regex = Regex::new(
[INFO] [stderr] 82 | |             r"(?:[01]{8})").unwrap();
[INFO] [stderr] 83 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:30:2
[INFO] [stderr]    |
[INFO] [stderr] 30 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 31 | |         pub static ref FLOAT_DOT: Regex = Regex::new(
[INFO] [stderr] 32 | |             r"(?:(?:[\+-])?\s*(?:(?:[0-9]+\.[0-9]*)|(?:[0-9]*\.[0-9]+)))").unwrap();
[INFO] [stderr] 33 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:85:2
[INFO] [stderr]    |
[INFO] [stderr] 85 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 86 | |         pub static ref BINARY_16: Regex = Regex::new(
[INFO] [stderr] 87 | |             r"(?:[01]{16})|(?:[01]{8}_[01]{8})").unwrap();
[INFO] [stderr] 88 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:35:2
[INFO] [stderr]    |
[INFO] [stderr] 35 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 36 | |         pub static ref FLOAT_COMMA: Regex = Regex::new(
[INFO] [stderr] 37 | |             r"(?:(?:[\+-])?\s*(?:(?:[0-9]+,[0-9]*)|(?:[0-9]*,[0-9]+)))").unwrap();
[INFO] [stderr] 38 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:90:2
[INFO] [stderr]    |
[INFO] [stderr] 90 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 91 | |         pub static ref BINARY_32: Regex = Regex::new(
[INFO] [stderr] 92 | |             r"(?:[01]{32})|(?:[01]{8}(?:_(?:[01]{8})){3})").unwrap();
[INFO] [stderr] 93 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:40:2
[INFO] [stderr]    |
[INFO] [stderr] 40 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 41 | |         pub static ref ALL_WITH_SEPARATORS: Regex = Regex::new(
[INFO] [stderr] 42 | |             r"\b(?:[\+-])?\s*(?:[0-9_]+[\.,][0-9_]*|[0-9_]*[\.,][0-9_]+|[0-9_]+)\b").unwrap();
[INFO] [stderr] 43 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:95:2
[INFO] [stderr]    |
[INFO] [stderr] 95 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 96 | |         pub static ref BINARY_64: Regex = Regex::new(
[INFO] [stderr] 97 | |             r"(?:[01]{64})|(?:[01]{8}(?:_(?:[01]{8})){7})").unwrap();
[INFO] [stderr] 98 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:45:2
[INFO] [stderr]    |
[INFO] [stderr] 45 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 46 | |         pub static ref COMPLEX: Regex = Regex::new(
[INFO] [stderr] 47 | |             r"(?:(?:[\+-])?\s*(?:(?:\d+)(?:[\.,]\d+)?))?\s*(?:(?:[\+-])\s*(?:(?:\d+)(?:[\.,]\d+)?))\s*[ij]").unwrap();
[INFO] [stderr] 48 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:100:2
[INFO] [stderr]     |
[INFO] [stderr] 100 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 101 | |         pub static ref OCTAL: Regex = Regex::new(
[INFO] [stderr] 102 | |             r"\b(?:[0-7]+)\b").unwrap();
[INFO] [stderr] 103 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:50:2
[INFO] [stderr]    |
[INFO] [stderr] 50 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 51 | |         pub static ref HEX_NUMBER: Regex = Regex::new(
[INFO] [stderr] 52 | |             r"#?(?:[a-fA-F0-9]{6})").unwrap();
[INFO] [stderr] 53 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:110:2
[INFO] [stderr]     |
[INFO] [stderr] 110 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 111 | |         pub static ref CAPITALIZED: Regex = Regex::new(
[INFO] [stderr] 112 | |             r"\b(?:[A-Z][a-z]+)\b").unwrap();
[INFO] [stderr] 113 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:55:2
[INFO] [stderr]    |
[INFO] [stderr] 55 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 56 | |         pub static ref HEX_NUMBER_SHORT: Regex = Regex::new(
[INFO] [stderr] 57 | |             r"#?(?:[a-fA-F0-9]{3})").unwrap();
[INFO] [stderr] 58 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:115:2
[INFO] [stderr]     |
[INFO] [stderr] 115 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 116 | |         pub static ref CAMELCASE: Regex = Regex::new(
[INFO] [stderr] 117 | |             r"\b(?:[A-Za-z][A-Za-z]+)\b").unwrap();
[INFO] [stderr] 118 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:120:2
[INFO] [stderr]     |
[INFO] [stderr] 120 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 121 | |         pub static ref SNAKE_CASE: Regex = Regex::new(
[INFO] [stderr] 122 | |             r"\b(?:[a-z][a-z_]+)\b").unwrap();
[INFO] [stderr] 123 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:129:2
[INFO] [stderr]     |
[INFO] [stderr] 129 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 130 | |         pub static ref TIME_24H_A: Regex = Regex::new(
[INFO] [stderr] 131 | |             //r"\b\d\b|0\d|1\d|2[0-3]:[0-5]\d:?[0-5]?\d?\.?\d{3}").unwrap();
[INFO] [stderr] 132 | |             r"\b(?:[01]\d|\d|2[0123]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)?\b").unwrap();
[INFO] [stderr] 133 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:135:2
[INFO] [stderr]     |
[INFO] [stderr] 135 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 136 | |         pub static ref TIME_24H_B: Regex = Regex::new(
[INFO] [stderr] 137 | |             r"\b\d\b|0\d|1\d|2[0-3]:[0-5]\d:?[0-5]?\d?\.?\d{3}").unwrap();
[INFO] [stderr] 138 | |             //r"\b(?:[01]\d|\d|2[0123]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)?\b").unwrap();
[INFO] [stderr] 139 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:141:2
[INFO] [stderr]     |
[INFO] [stderr] 141 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 142 | |         pub static ref TIME_12H_A: Regex = Regex::new(
[INFO] [stderr] 143 | |             //r"\b\d\b|0\d|1[01]:[0-5]\d:?[0-5]?\d?\.?\d{3} pm|PM|am|AM").unwrap();
[INFO] [stderr] 144 | |             r"\b(?:0[1-9]|[1-9]|1[012]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)? pm|PM|am|AM\b").unwrap();
[INFO] [stderr] 145 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:147:2
[INFO] [stderr]     |
[INFO] [stderr] 147 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 148 | |         pub static ref TIME_12H_B: Regex = Regex::new(
[INFO] [stderr] 149 | |             r"\b\d\b|0\d|1[01]:[0-5]\d:?[0-5]?\d?\.?\d{3} pm|PM|am|AM").unwrap();
[INFO] [stderr] 150 | |             //r"\b(?:0[1-9]|[1-9]|1[012]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)?\b").unwrap();
[INFO] [stderr] 151 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:153:2
[INFO] [stderr]     |
[INFO] [stderr] 153 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 154 | |         pub static ref DATE_YMD: Regex = Regex::new(
[INFO] [stderr] 155 | |             r"\b(?:(?:(?:19|2\d)\d{2}|\d{2}|'\d{2})[/-](?:[1-9]|[0][1-9]|1[012])[/-](?:[1-9]|0[1-9]|[12]\d|3[01]))\b").unwrap();
[INFO] [stderr] 156 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:158:2
[INFO] [stderr]     |
[INFO] [stderr] 158 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 159 | |         pub static ref DATE_YDM: Regex = Regex::new(
[INFO] [stderr] 160 | |             r"\b(?:(?:(?:19|2\d)\d{2}|\d{2}|'\d{2})[/-](?:[1-9]|0[1-9]|[12]\d|3[01])[/-](?:[1-9]|[0][1-9]|1[012]))\b").unwrap();
[INFO] [stderr] 161 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:163:2
[INFO] [stderr]     |
[INFO] [stderr] 163 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 164 | |         pub static ref DATE_DMY: Regex = Regex::new(
[INFO] [stderr] 165 | |             r"\b(?:(?:[1-9]|0[1-9]|[12]\d|3[01])[/-](?:[1-9]|[0][1-9]|1[012])[/-](?:(?:19|2\d)\d{2}|\d{2}|'\d{2}))\b").unwrap();
[INFO] [stderr] 166 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:172:2
[INFO] [stderr]     |
[INFO] [stderr] 172 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 173 | |         pub static ref HTTPS_URL: Regex = Regex::new(
[INFO] [stderr] 174 | |             r"\bhttps://(?:www\d?)?(?:[\./\?=](?:[a-zA-Z0-9_-])*)+\b").unwrap();
[INFO] [stderr] 175 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:177:2
[INFO] [stderr]     |
[INFO] [stderr] 177 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 178 | |         pub static ref HTTP_URL: Regex = Regex::new(
[INFO] [stderr] 179 | |             r"\bhttp://(?:www\d?)?(?:[\./\?=](?:[a-zA-Z0-9_-])*)+\b").unwrap();
[INFO] [stderr] 180 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:182:2
[INFO] [stderr]     |
[INFO] [stderr] 182 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 183 | |         pub static ref URL: Regex = Regex::new(
[INFO] [stderr] 184 | |             r"\b(?:(?:[a-zA-Z])(?:\://)(?:www\d?)?)?(?:[\./\?=](?:[\w\d_-])*)+\b").unwrap();
[INFO] [stderr] 185 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:187:2
[INFO] [stderr]     |
[INFO] [stderr] 187 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 188 | |         pub static ref WWW_URL: Regex = Regex::new(
[INFO] [stderr] 189 | |             r"\b(?:www\d?)(?:[\./\?=](?:[a-zA-Z0-9_-])*)+\b").unwrap();
[INFO] [stderr] 190 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:192:2
[INFO] [stderr]     |
[INFO] [stderr] 192 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 193 | |         pub static ref EMAIL_ADDR: Regex = Regex::new(
[INFO] [stderr] 194 | |             r"\b(?:[a-zA-Z\d_\.-]+)@(?:(?:[\da-zA-Z\.-]+)\.(?:[a-zA-Z\.]*))\b").unwrap();
[INFO] [stderr] 195 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:197:2
[INFO] [stderr]     |
[INFO] [stderr] 197 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 198 | |         pub static ref IPV4_ADDR: Regex = Regex::new(
[INFO] [stderr] 199 | |             r"\b(?:(?:(?:\d{1,2})|(?:1[0-9][0-9])|(?:2(?:(?:[0-4][0-9])|(?:5[0-5]))))(?:[\.:](?:(?:\d{1,2})|(?:1[0-9][0-9])|(?:2(?:(?:[0-4][0-9])|(?:5[0-5]))))){3})\b").unwrap();
[INFO] [stderr] 200 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:202:2
[INFO] [stderr]     |
[INFO] [stderr] 202 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 203 | |         pub static ref JS_SCRIPT: Regex = Regex::new(
[INFO] [stderr] 204 | |             r#"<script(?:\s+(?:(?:[a-zA-Z]+)="(?:[a-zA-Z0-9\._-]+)"))*>(?:[\w|\n|\t|\r|\W]*)</script>"#).unwrap();
[INFO] [stderr] 205 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:60:2
[INFO] [stderr]    |
[INFO] [stderr] 60 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 61 | |         pub static ref HEX_NUMBER_ALL: Regex = Regex::new(
[INFO] [stderr] 62 | |             r"#?(?:[a-fA-F0-9]{6}|[a-fA-F0-9]{3})").unwrap();
[INFO] [stderr] 63 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:207:2
[INFO] [stderr]     |
[INFO] [stderr] 207 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 208 | |         pub static ref HTML_IMG_TAG: Regex = Regex::new(
[INFO] [stderr] 209 | |             r#"<(?:img|IMG)(?:\s+(?:(?:[a-zA-Z]+)="(?:[a-zA-Z0-9\._-]+)"))*>"#).unwrap();
[INFO] [stderr] 210 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:65:2
[INFO] [stderr]    |
[INFO] [stderr] 65 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 66 | |         pub static ref HEX_MACHINE_CODE: Regex = Regex::new(
[INFO] [stderr] 67 | |             r"(?:[a-fA-F0-9]{2})(?:\s*[a-fA-F0-9]{2})*").unwrap();
[INFO] [stderr] 68 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:70:2
[INFO] [stderr]    |
[INFO] [stderr] 70 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 71 | |         pub static ref BINARY: Regex = Regex::new(
[INFO] [stderr] 72 | |             r"\b(?:[01])+\b").unwrap();
[INFO] [stderr] 73 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:216:2
[INFO] [stderr]     |
[INFO] [stderr] 216 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 217 | |         pub static ref DOLLAR: Regex = Regex::new(
[INFO] [stderr] 218 | |             r"(?:(?:\$\s*\d+(?:[\.,]\d{1,10})?)|(?:\d+(?:[\.,]\d{1,10})?\s*\$))").unwrap();
[INFO] [stderr] 219 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:75:2
[INFO] [stderr]    |
[INFO] [stderr] 75 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 76 | |         pub static ref BINARY_4: Regex = Regex::new(
[INFO] [stderr] 77 | |             r"(?:[01]{4})").unwrap();
[INFO] [stderr] 78 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:221:2
[INFO] [stderr]     |
[INFO] [stderr] 221 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 222 | |         pub static ref EURO: Regex = Regex::new(
[INFO] [stderr] 223 | |             r"(?:(?:€\s*\d+(?:[\.,]\d{1,10})?)|(?:\d+(?:[\.,]\d{1,10})?\s*€))").unwrap();
[INFO] [stderr] 224 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:80:2
[INFO] [stderr]    |
[INFO] [stderr] 80 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 81 | |         pub static ref BINARY_8: Regex = Regex::new(
[INFO] [stderr] 82 | |             r"(?:[01]{8})").unwrap();
[INFO] [stderr] 83 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:226:2
[INFO] [stderr]     |
[INFO] [stderr] 226 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 227 | |         pub static ref YEN: Regex = Regex::new(
[INFO] [stderr] 228 | |             r"(?:(?:¥\s*\d+(?:[\.,]\d{1,10})?)|(?:\d+(?:[\.,]\d{1,10})?\s*¥))").unwrap();
[INFO] [stderr] 229 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:85:2
[INFO] [stderr]    |
[INFO] [stderr] 85 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 86 | |         pub static ref BINARY_16: Regex = Regex::new(
[INFO] [stderr] 87 | |             r"(?:[01]{16})|(?:[01]{8}_[01]{8})").unwrap();
[INFO] [stderr] 88 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:235:2
[INFO] [stderr]     |
[INFO] [stderr] 235 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 236 | |         pub static ref JCB: Regex = Regex::new(
[INFO] [stderr] 237 | |             r"\b(?:(?:2131|1800|35\d{3})(?:\d{11}|\d{14}))\b").unwrap();
[INFO] [stderr] 238 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:90:2
[INFO] [stderr]    |
[INFO] [stderr] 90 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 91 | |         pub static ref BINARY_32: Regex = Regex::new(
[INFO] [stderr] 92 | |             r"(?:[01]{32})|(?:[01]{8}(?:_(?:[01]{8})){3})").unwrap();
[INFO] [stderr] 93 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:240:2
[INFO] [stderr]     |
[INFO] [stderr] 240 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 241 | |         pub static ref VISA: Regex = Regex::new(
[INFO] [stderr] 242 | |             r"\b(?:4(?:\d{12}|\d{15}|\d{18}))\b").unwrap();
[INFO] [stderr] 243 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/common.rs:95:2
[INFO] [stderr]    |
[INFO] [stderr] 95 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 96 | |         pub static ref BINARY_64: Regex = Regex::new(
[INFO] [stderr] 97 | |             r"(?:[01]{64})|(?:[01]{8}(?:_(?:[01]{8})){7})").unwrap();
[INFO] [stderr] 98 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:245:2
[INFO] [stderr]     |
[INFO] [stderr] 245 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 246 | |         pub static ref VISA_ELECTRON: Regex = Regex::new(
[INFO] [stderr] 247 | |             r"\b(?:(?:(?:4026|4508|4844|4913|4917)(?:\d{12}))|(?:417500)(?:\d{10}))\b").unwrap();
[INFO] [stderr] 248 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:100:2
[INFO] [stderr]     |
[INFO] [stderr] 100 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 101 | |         pub static ref OCTAL: Regex = Regex::new(
[INFO] [stderr] 102 | |             r"\b(?:[0-7]+)\b").unwrap();
[INFO] [stderr] 103 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:110:2
[INFO] [stderr]     |
[INFO] [stderr] 110 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 111 | |         pub static ref CAPITALIZED: Regex = Regex::new(
[INFO] [stderr] 112 | |             r"\b(?:[A-Z][a-z]+)\b").unwrap();
[INFO] [stderr] 113 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:115:2
[INFO] [stderr]     |
[INFO] [stderr] 115 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 116 | |         pub static ref CAMELCASE: Regex = Regex::new(
[INFO] [stderr] 117 | |             r"\b(?:[A-Za-z][A-Za-z]+)\b").unwrap();
[INFO] [stderr] 118 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:120:2
[INFO] [stderr]     |
[INFO] [stderr] 120 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 121 | |         pub static ref SNAKE_CASE: Regex = Regex::new(
[INFO] [stderr] 122 | |             r"\b(?:[a-z][a-z_]+)\b").unwrap();
[INFO] [stderr] 123 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:250:2
[INFO] [stderr]     |
[INFO] [stderr] 250 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 251 | |         pub static ref MASTERCARD: Regex = Regex::new(
[INFO] [stderr] 252 | |             r"\b(?:(?:5[1-5])(?:\d{14}))\b|\b(?:(?:2(?:(?:2(?:(?:2)[1-9]\d{2}|(?:[3-9]\d{3})))|(?:[3-6]\d{4})|(?:7(?:(?:[01]\d{3})|(20\d{2})))))(?:\d{10}))\b").unwrap();
[INFO] [stderr] 253 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:129:2
[INFO] [stderr]     |
[INFO] [stderr] 129 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 130 | |         pub static ref TIME_24H_A: Regex = Regex::new(
[INFO] [stderr] 131 | |             //r"\b\d\b|0\d|1\d|2[0-3]:[0-5]\d:?[0-5]?\d?\.?\d{3}").unwrap();
[INFO] [stderr] 132 | |             r"\b(?:[01]\d|\d|2[0123]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)?\b").unwrap();
[INFO] [stderr] 133 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:255:2
[INFO] [stderr]     |
[INFO] [stderr] 255 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 256 | |         pub static ref MAESTRO: Regex = Regex::new(
[INFO] [stderr] 257 | |             r"\b(?:(?:5018|5020|5038|5893|6304|6759|6761|6762|6763)(?:\d{12}|\d{15}))\b").unwrap();
[INFO] [stderr] 258 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:135:2
[INFO] [stderr]     |
[INFO] [stderr] 135 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 136 | |         pub static ref TIME_24H_B: Regex = Regex::new(
[INFO] [stderr] 137 | |             r"\b\d\b|0\d|1\d|2[0-3]:[0-5]\d:?[0-5]?\d?\.?\d{3}").unwrap();
[INFO] [stderr] 138 | |             //r"\b(?:[01]\d|\d|2[0123]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)?\b").unwrap();
[INFO] [stderr] 139 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:260:2
[INFO] [stderr]     |
[INFO] [stderr] 260 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 261 | |         pub static ref AMERICAN_EXPRESS: Regex = Regex::new(
[INFO] [stderr] 262 | |             r"\b(?:(?:34|37)(?:\d{13}))\b").unwrap();
[INFO] [stderr] 263 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:141:2
[INFO] [stderr]     |
[INFO] [stderr] 141 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 142 | |         pub static ref TIME_12H_A: Regex = Regex::new(
[INFO] [stderr] 143 | |             //r"\b\d\b|0\d|1[01]:[0-5]\d:?[0-5]?\d?\.?\d{3} pm|PM|am|AM").unwrap();
[INFO] [stderr] 144 | |             r"\b(?:0[1-9]|[1-9]|1[012]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)? pm|PM|am|AM\b").unwrap();
[INFO] [stderr] 145 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:269:2
[INFO] [stderr]     |
[INFO] [stderr] 269 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 270 | |         pub static ref BRAINFUCK: Regex = Regex::new(
[INFO] [stderr] 271 | |             r"[+-<>.,\[\]\s\t\n\r]+");
[INFO] [stderr] 272 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:278:2
[INFO] [stderr]     |
[INFO] [stderr] 278 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 279 | |         pub static ref ISBN: Regex = Regex::new(
[INFO] [stderr] 280 | |             r"\b(?:(?:(?:ISBN([\s-]10)?(?::)?)?\s*(?:\d{1,5})[\s-](?:\d{1,7})[\s-](?:\d{1,5})[\s-](?:[\dX]))|(?:(?:ISBN(?:[\s-]13)?(?::)?)?\s*(?:(?:978|979)[\s-](?:\d{1,5})[\s-](?:\d{1,7})[\s-](?:\d{1,5})[\s-](?:[\dX]))))\b").unwrap();
[INFO] [stderr] 281 | |             //r"(ISBN([\s-]1(?:(0)|3))?:?)?\x20+(?(1)(?(2)(?:(?=.{13}$)\d{1,5}([ -])\d{1,7}\3\d{1,6}\3(?:\d|x)$)|(?:(?=.{17}$)97(?:8|9)([ -])\d{1,5}\4\d{1,7}\4\d{1,6}\4\d$))|(?(.{13}$)(?:\d{1,5}([ -])\d{1,7}\5\d{1,6}\5(?:\d|x)$)|(?:(?=.{17}$)97(?:8|9)([ -])\d{1,5}\6\d{1,7}\6\d{1,6}\6\d$)))").unwrap();
[INFO] [stderr] 282 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:147:2
[INFO] [stderr]     |
[INFO] [stderr] 147 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 148 | |         pub static ref TIME_12H_B: Regex = Regex::new(
[INFO] [stderr] 149 | |             r"\b\d\b|0\d|1[01]:[0-5]\d:?[0-5]?\d?\.?\d{3} pm|PM|am|AM").unwrap();
[INFO] [stderr] 150 | |             //r"\b(?:0[1-9]|[1-9]|1[012]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)?\b").unwrap();
[INFO] [stderr] 151 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:153:2
[INFO] [stderr]     |
[INFO] [stderr] 153 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 154 | |         pub static ref DATE_YMD: Regex = Regex::new(
[INFO] [stderr] 155 | |             r"\b(?:(?:(?:19|2\d)\d{2}|\d{2}|'\d{2})[/-](?:[1-9]|[0][1-9]|1[012])[/-](?:[1-9]|0[1-9]|[12]\d|3[01]))\b").unwrap();
[INFO] [stderr] 156 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:10:2
[INFO] [stderr]    |
[INFO] [stderr] 10 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 11 | |         pub static ref ALL: Regex = Regex::new(
[INFO] [stderr] 12 | |             r"\b([\+-])?\s*(?:(?:\d+)(?:[\.,]\d+)?|(?:\d*)?(?:[\.,]\d+))\b").unwrap();
[INFO] [stderr] 13 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:158:2
[INFO] [stderr]     |
[INFO] [stderr] 158 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 159 | |         pub static ref DATE_YDM: Regex = Regex::new(
[INFO] [stderr] 160 | |             r"\b(?:(?:(?:19|2\d)\d{2}|\d{2}|'\d{2})[/-](?:[1-9]|0[1-9]|[12]\d|3[01])[/-](?:[1-9]|[0][1-9]|1[012]))\b").unwrap();
[INFO] [stderr] 161 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:15:2
[INFO] [stderr]    |
[INFO] [stderr] 15 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 16 | |         pub static ref INT: Regex = Regex::new(
[INFO] [stderr] 17 | |             r"([\+-])?\s*(\d+)").unwrap();
[INFO] [stderr] 18 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:163:2
[INFO] [stderr]     |
[INFO] [stderr] 163 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 164 | |         pub static ref DATE_DMY: Regex = Regex::new(
[INFO] [stderr] 165 | |             r"\b(?:(?:[1-9]|0[1-9]|[12]\d|3[01])[/-](?:[1-9]|[0][1-9]|1[012])[/-](?:(?:19|2\d)\d{2}|\d{2}|'\d{2}))\b").unwrap();
[INFO] [stderr] 166 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:20:2
[INFO] [stderr]    |
[INFO] [stderr] 20 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 21 | |         pub static ref INT_WITH_SEPARATORS: Regex = Regex::new(
[INFO] [stderr] 22 | |             r"([\+-])?\s*([\d_]+)").unwrap();
[INFO] [stderr] 23 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:172:2
[INFO] [stderr]     |
[INFO] [stderr] 172 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 173 | |         pub static ref HTTPS_URL: Regex = Regex::new(
[INFO] [stderr] 174 | |             r"\bhttps://(?:www\d?)?(?:[\./\?=](?:[a-zA-Z0-9_-])*)+\b").unwrap();
[INFO] [stderr] 175 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:25:2
[INFO] [stderr]    |
[INFO] [stderr] 25 |       lazy_static! {   
[INFO] [stderr]    |  _____^
[INFO] [stderr] 26 | |         pub static ref FLOAT: Regex = Regex::new(
[INFO] [stderr] 27 | |             r"(([\+-])?\s*((?:[0-9]+[\.,][0-9]*)|(?:[0-9]*[\.,][0-9]+)))").unwrap();
[INFO] [stderr] 28 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:177:2
[INFO] [stderr]     |
[INFO] [stderr] 177 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 178 | |         pub static ref HTTP_URL: Regex = Regex::new(
[INFO] [stderr] 179 | |             r"\bhttp://(?:www\d?)?(?:[\./\?=](?:[a-zA-Z0-9_-])*)+\b").unwrap();
[INFO] [stderr] 180 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:30:2
[INFO] [stderr]    |
[INFO] [stderr] 30 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 31 | |         pub static ref FLOAT_DOT: Regex = Regex::new(
[INFO] [stderr] 32 | |             r"(([\+-])?\s*((?:[0-9]+\.[0-9]*)|(?:[0-9]*\.[0-9]+)))").unwrap();
[INFO] [stderr] 33 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:182:2
[INFO] [stderr]     |
[INFO] [stderr] 182 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 183 | |         pub static ref URL: Regex = Regex::new(
[INFO] [stderr] 184 | |             r"\b(?:(?:[a-zA-Z])(?:\://)(?:www\d?)?)?(?:[\./\?=](?:[\w\d_-])*)+\b").unwrap();
[INFO] [stderr] 185 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:35:2
[INFO] [stderr]    |
[INFO] [stderr] 35 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 36 | |         pub static ref FLOAT_COMMA: Regex = Regex::new(
[INFO] [stderr] 37 | |             r"(([\+-])?\s*((?:[0-9]+,[0-9]*)|(?:[0-9]*,[0-9]+)))").unwrap();
[INFO] [stderr] 38 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:187:2
[INFO] [stderr]     |
[INFO] [stderr] 187 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 188 | |         pub static ref WWW_URL: Regex = Regex::new(
[INFO] [stderr] 189 | |             r"\b(?:www\d?)(?:[\./\?=](?:[a-zA-Z0-9_-])*)+\b").unwrap();
[INFO] [stderr] 190 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:40:2
[INFO] [stderr]    |
[INFO] [stderr] 40 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 41 | |         pub static ref ALL_WITH_SEPARATORS: Regex = Regex::new(
[INFO] [stderr] 42 | |             r"\b([\+-])?\s*([0-9_]+[\.,][0-9_]*|[0-9_]*[\.,][0-9_]+|[0-9_]+)\b").unwrap();
[INFO] [stderr] 43 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:45:2
[INFO] [stderr]    |
[INFO] [stderr] 45 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 46 | |         pub static ref COMPLEX: Regex = Regex::new(
[INFO] [stderr] 47 | |             r"(([\+-])?\s*((?:\d+)(?:[\.,]\d+)?))?\s*(([\+-])\s*((?:\d+)(?:[\.,]\d+)?))\s*[ij]").unwrap();
[INFO] [stderr] 48 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:50:2
[INFO] [stderr]    |
[INFO] [stderr] 50 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 51 | |         pub static ref HEX_NUMBER: Regex = Regex::new(
[INFO] [stderr] 52 | |             r"#?([a-fA-F0-9]{6})").unwrap();
[INFO] [stderr] 53 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:55:2
[INFO] [stderr]    |
[INFO] [stderr] 55 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 56 | |         pub static ref HEX_NUMBER_SHORT: Regex = Regex::new(
[INFO] [stderr] 57 | |             r"#?([a-fA-F0-9]{3})").unwrap();
[INFO] [stderr] 58 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:192:2
[INFO] [stderr]     |
[INFO] [stderr] 192 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 193 | |         pub static ref EMAIL_ADDR: Regex = Regex::new(
[INFO] [stderr] 194 | |             r"\b(?:[a-zA-Z\d_\.-]+)@(?:(?:[\da-zA-Z\.-]+)\.(?:[a-zA-Z\.]*))\b").unwrap();
[INFO] [stderr] 195 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:60:2
[INFO] [stderr]    |
[INFO] [stderr] 60 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 61 | |         pub static ref HEX_NUMBER_ALL: Regex = Regex::new(
[INFO] [stderr] 62 | |             r"#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})").unwrap();
[INFO] [stderr] 63 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:197:2
[INFO] [stderr]     |
[INFO] [stderr] 197 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 198 | |         pub static ref IPV4_ADDR: Regex = Regex::new(
[INFO] [stderr] 199 | |             r"\b(?:(?:(?:\d{1,2})|(?:1[0-9][0-9])|(?:2(?:(?:[0-4][0-9])|(?:5[0-5]))))(?:[\.:](?:(?:\d{1,2})|(?:1[0-9][0-9])|(?:2(?:(?:[0-4][0-9])|(?:5[0-5]))))){3})\b").unwrap();
[INFO] [stderr] 200 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:202:2
[INFO] [stderr]     |
[INFO] [stderr] 202 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 203 | |         pub static ref JS_SCRIPT: Regex = Regex::new(
[INFO] [stderr] 204 | |             r#"<script(?:\s+(?:(?:[a-zA-Z]+)="(?:[a-zA-Z0-9\._-]+)"))*>(?:[\w|\n|\t|\r|\W]*)</script>"#).unwrap();
[INFO] [stderr] 205 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:65:2
[INFO] [stderr]    |
[INFO] [stderr] 65 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 66 | |         pub static ref HEX_MACHINE_CODE: Regex = Regex::new(
[INFO] [stderr] 67 | |             r"((?:\s*[a-fA-F0-9]{2})*)").unwrap();
[INFO] [stderr] 68 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:207:2
[INFO] [stderr]     |
[INFO] [stderr] 207 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 208 | |         pub static ref HTML_IMG_TAG: Regex = Regex::new(
[INFO] [stderr] 209 | |             r#"<(?:img|IMG)(?:\s+(?:(?:[a-zA-Z]+)="(?:[a-zA-Z0-9\._-]+)"))*>"#).unwrap();
[INFO] [stderr] 210 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:70:2
[INFO] [stderr]    |
[INFO] [stderr] 70 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 71 | |         pub static ref BINARY: Regex = Regex::new(
[INFO] [stderr] 72 | |             r"\b((?:[01])+)\b").unwrap();
[INFO] [stderr] 73 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:75:2
[INFO] [stderr]    |
[INFO] [stderr] 75 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 76 | |         pub static ref BINARY_4: Regex = Regex::new(
[INFO] [stderr] 77 | |             r"\b([01]{4})\b").unwrap();
[INFO] [stderr] 78 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:216:2
[INFO] [stderr]     |
[INFO] [stderr] 216 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 217 | |         pub static ref DOLLAR: Regex = Regex::new(
[INFO] [stderr] 218 | |             r"(?:(?:\$\s*\d+(?:[\.,]\d{1,10})?)|(?:\d+(?:[\.,]\d{1,10})?\s*\$))").unwrap();
[INFO] [stderr] 219 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:80:2
[INFO] [stderr]    |
[INFO] [stderr] 80 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 81 | |         pub static ref BINARY_8: Regex = Regex::new(
[INFO] [stderr] 82 | |             r"\b([01]{8})\b").unwrap();
[INFO] [stderr] 83 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:221:2
[INFO] [stderr]     |
[INFO] [stderr] 221 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 222 | |         pub static ref EURO: Regex = Regex::new(
[INFO] [stderr] 223 | |             r"(?:(?:€\s*\d+(?:[\.,]\d{1,10})?)|(?:\d+(?:[\.,]\d{1,10})?\s*€))").unwrap();
[INFO] [stderr] 224 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:85:2
[INFO] [stderr]    |
[INFO] [stderr] 85 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 86 | |         pub static ref BINARY_16: Regex = Regex::new(
[INFO] [stderr] 87 | |             r"\b((?:[01]{16})|(?:[01]{8}_[01]{8}))\b").unwrap();
[INFO] [stderr] 88 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:226:2
[INFO] [stderr]     |
[INFO] [stderr] 226 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 227 | |         pub static ref YEN: Regex = Regex::new(
[INFO] [stderr] 228 | |             r"(?:(?:¥\s*\d+(?:[\.,]\d{1,10})?)|(?:\d+(?:[\.,]\d{1,10})?\s*¥))").unwrap();
[INFO] [stderr] 229 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:90:2
[INFO] [stderr]    |
[INFO] [stderr] 90 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 91 | |         pub static ref BINARY_32: Regex = Regex::new(
[INFO] [stderr] 92 | |             r"\b((?:[01]{32})|(?:[01]{8}(?:_(?:[01]{8})){3}))\b").unwrap();
[INFO] [stderr] 93 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:95:2
[INFO] [stderr]    |
[INFO] [stderr] 95 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 96 | |         pub static ref BINARY_64: Regex = Regex::new(
[INFO] [stderr] 97 | |             r"\b((?:[01]{64})|(?:[01]{8}(?:_(?:[01]{8})){7}))\b").unwrap();
[INFO] [stderr] 98 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:100:2
[INFO] [stderr]     |
[INFO] [stderr] 100 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 101 | |         pub static ref OCTAL: Regex = Regex::new(
[INFO] [stderr] 102 | |             r"\b([0-7]+)\b").unwrap();
[INFO] [stderr] 103 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:110:2
[INFO] [stderr]     |
[INFO] [stderr] 110 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 111 | |         pub static ref CAPITALIZED: Regex = Regex::new(
[INFO] [stderr] 112 | |             r"\b([A-Z][a-z]+)\b").unwrap();
[INFO] [stderr] 113 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:115:2
[INFO] [stderr]     |
[INFO] [stderr] 115 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 116 | |         pub static ref CAMELCASE: Regex = Regex::new(
[INFO] [stderr] 117 | |             r"\b([A-Za-z][A-Za-z]+)\b").unwrap();
[INFO] [stderr] 118 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:120:2
[INFO] [stderr]     |
[INFO] [stderr] 120 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 121 | |         pub static ref SNAKE_CASE: Regex = Regex::new(
[INFO] [stderr] 122 | |             r"\b([a-z][a-z_]+)\b").unwrap();
[INFO] [stderr] 123 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:129:2
[INFO] [stderr]     |
[INFO] [stderr] 129 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 130 | |         pub static ref TIME_24H_A: Regex = Regex::new(
[INFO] [stderr] 131 | |             //r"\b\d\b|0\d|1\d|2[0-3]:[0-5]\d:?[0-5]?\d?\.?\d{3}").unwrap();
[INFO] [stderr] 132 | |             r"\b([01]\d|\d|2[0123]):([0-5]\d):?(?(?:[0-5]\d)(?:\.(?:\d{3}))?)?\b").unwrap();
[INFO] [stderr] 133 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:135:2
[INFO] [stderr]     |
[INFO] [stderr] 135 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 136 | |         pub static ref TIME_24H_B: Regex = Regex::new(
[INFO] [stderr] 137 | |             r"\b\d\b|0\d|1\d|2[0-3]:[0-5]\d:?[0-5]?\d?\.?\d{3}").unwrap();
[INFO] [stderr] 138 | |             //r"\b(?:[01]\d|\d|2[0123]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)?\b").unwrap();
[INFO] [stderr] 139 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:141:2
[INFO] [stderr]     |
[INFO] [stderr] 141 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 142 | |         pub static ref TIME_12H_A: Regex = Regex::new(
[INFO] [stderr] 143 | |             //r"\b\d\b|0\d|1[01]:[0-5]\d:?[0-5]?\d?\.?\d{3} pm|PM|am|AM").unwrap();
[INFO] [stderr] 144 | |             r"\b(?:0[1-9]|[1-9]|1[012]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)? pm|PM|am|AM\b").unwrap();
[INFO] [stderr] 145 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:235:2
[INFO] [stderr]     |
[INFO] [stderr] 235 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 236 | |         pub static ref JCB: Regex = Regex::new(
[INFO] [stderr] 237 | |             r"\b(?:(?:2131|1800|35\d{3})(?:\d{11}|\d{14}))\b").unwrap();
[INFO] [stderr] 238 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:147:2
[INFO] [stderr]     |
[INFO] [stderr] 147 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 148 | |         pub static ref TIME_12H_B: Regex = Regex::new(
[INFO] [stderr] 149 | |             r"\b\d\b|0\d|1[01]:[0-5]\d:?[0-5]?\d?\.?\d{3} pm|PM|am|AM").unwrap();
[INFO] [stderr] 150 | |             //r"\b(?:0[1-9]|[1-9]|1[012]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)?\b").unwrap();
[INFO] [stderr] 151 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:240:2
[INFO] [stderr]     |
[INFO] [stderr] 240 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 241 | |         pub static ref VISA: Regex = Regex::new(
[INFO] [stderr] 242 | |             r"\b(?:4(?:\d{12}|\d{15}|\d{18}))\b").unwrap();
[INFO] [stderr] 243 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:153:2
[INFO] [stderr]     |
[INFO] [stderr] 153 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 154 | |         pub static ref DATE_YMD: Regex = Regex::new(
[INFO] [stderr] 155 | |             r"\b(?:(?:(?:19|2\d)\d{2}|\d{2}|'\d{2})[/-](?:[1-9]|[0][1-9]|1[012])[/-](?:[1-9]|0[1-9]|[12]\d|3[01]))\b").unwrap();
[INFO] [stderr] 156 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:245:2
[INFO] [stderr]     |
[INFO] [stderr] 245 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 246 | |         pub static ref VISA_ELECTRON: Regex = Regex::new(
[INFO] [stderr] 247 | |             r"\b(?:(?:(?:4026|4508|4844|4913|4917)(?:\d{12}))|(?:417500)(?:\d{10}))\b").unwrap();
[INFO] [stderr] 248 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:158:2
[INFO] [stderr]     |
[INFO] [stderr] 158 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 159 | |         pub static ref DATE_YDM: Regex = Regex::new(
[INFO] [stderr] 160 | |             r"\b(?:(?:(?:19|2\d)\d{2}|\d{2}|'\d{2})[/-](?:[1-9]|0[1-9]|[12]\d|3[01])[/-](?:[1-9]|[0][1-9]|1[012]))\b").unwrap();
[INFO] [stderr] 161 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:250:2
[INFO] [stderr]     |
[INFO] [stderr] 250 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 251 | |         pub static ref MASTERCARD: Regex = Regex::new(
[INFO] [stderr] 252 | |             r"\b(?:(?:5[1-5])(?:\d{14}))\b|\b(?:(?:2(?:(?:2(?:(?:2)[1-9]\d{2}|(?:[3-9]\d{3})))|(?:[3-6]\d{4})|(?:7(?:(?:[01]\d{3})|(20\d{2})))))(?:\d{10}))\b").unwrap();
[INFO] [stderr] 253 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:163:2
[INFO] [stderr]     |
[INFO] [stderr] 163 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 164 | |         pub static ref DATE_DMY: Regex = Regex::new(
[INFO] [stderr] 165 | |             r"\b(?:(?:[1-9]|0[1-9]|[12]\d|3[01])[/-](?:[1-9]|[0][1-9]|1[012])[/-](?:(?:19|2\d)\d{2}|\d{2}|'\d{2}))\b").unwrap();
[INFO] [stderr] 166 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:255:2
[INFO] [stderr]     |
[INFO] [stderr] 255 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 256 | |         pub static ref MAESTRO: Regex = Regex::new(
[INFO] [stderr] 257 | |             r"\b(?:(?:5018|5020|5038|5893|6304|6759|6761|6762|6763)(?:\d{12}|\d{15}))\b").unwrap();
[INFO] [stderr] 258 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:172:2
[INFO] [stderr]     |
[INFO] [stderr] 172 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 173 | |         pub static ref HTTPS_URL: Regex = Regex::new(
[INFO] [stderr] 174 | |             r"\bhttps://(?:www\d?)?(?:[\./\?=](?:[a-zA-Z0-9_-])*)+\b").unwrap();
[INFO] [stderr] 175 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:260:2
[INFO] [stderr]     |
[INFO] [stderr] 260 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 261 | |         pub static ref AMERICAN_EXPRESS: Regex = Regex::new(
[INFO] [stderr] 262 | |             r"\b(?:(?:34|37)(?:\d{13}))\b").unwrap();
[INFO] [stderr] 263 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:177:2
[INFO] [stderr]     |
[INFO] [stderr] 177 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 178 | |         pub static ref HTTP_URL: Regex = Regex::new(
[INFO] [stderr] 179 | |             r"\bhttp://(?:www\d?)?(?:[\./\?=](?:[a-zA-Z0-9_-])*)+\b").unwrap();
[INFO] [stderr] 180 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:269:2
[INFO] [stderr]     |
[INFO] [stderr] 269 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 270 | |         pub static ref BRAINFUCK: Regex = Regex::new(
[INFO] [stderr] 271 | |             r"[+-<>.,\[\]\s\t\n\r]+");
[INFO] [stderr] 272 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:182:2
[INFO] [stderr]     |
[INFO] [stderr] 182 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 183 | |         pub static ref URL: Regex = Regex::new(
[INFO] [stderr] 184 | |             r"\b(?:(?:[a-zA-Z])(?:\://)(?:www\d?)?)?(?:[\./\?=](?:[\w\d_-])*)+\b").unwrap();
[INFO] [stderr] 185 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/common.rs:278:2
[INFO] [stderr]     |
[INFO] [stderr] 278 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 279 | |         pub static ref ISBN: Regex = Regex::new(
[INFO] [stderr] 280 | |             r"\b(?:(?:(?:ISBN([\s-]10)?(?::)?)?\s*(?:\d{1,5})[\s-](?:\d{1,7})[\s-](?:\d{1,5})[\s-](?:[\dX]))|(?:(?:ISBN(?:[\s-]13)?(?::)?)?\s*(?:(?:978|979)[\s-](?:\d{1,5})[\s-](?:\d{1,7})[\s-](?:\d{1,5})[\s-](?:[\dX]))))\b").unwrap();
[INFO] [stderr] 281 | |             //r"(ISBN([\s-]1(?:(0)|3))?:?)?\x20+(?(1)(?(2)(?:(?=.{13}$)\d{1,5}([ -])\d{1,7}\3\d{1,6}\3(?:\d|x)$)|(?:(?=.{17}$)97(?:8|9)([ -])\d{1,5}\4\d{1,7}\4\d{1,6}\4\d$))|(?(.{13}$)(?:\d{1,5}([ -])\d{1,7}\5\d{1,6}\5(?:\d|x)$)|(?:(?=.{17}$)97(?:8|9)([ -])\d{1,5}\6\d{1,7}\6\d{1,6}\6\d$)))").unwrap();
[INFO] [stderr] 282 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:10:2
[INFO] [stderr]    |
[INFO] [stderr] 10 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 11 | |         pub static ref ALL: Regex = Regex::new(
[INFO] [stderr] 12 | |             r"\b([\+-])?\s*(?:(?:\d+)(?:[\.,]\d+)?|(?:\d*)?(?:[\.,]\d+))\b").unwrap();
[INFO] [stderr] 13 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:15:2
[INFO] [stderr]    |
[INFO] [stderr] 15 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 16 | |         pub static ref INT: Regex = Regex::new(
[INFO] [stderr] 17 | |             r"([\+-])?\s*(\d+)").unwrap();
[INFO] [stderr] 18 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:20:2
[INFO] [stderr]    |
[INFO] [stderr] 20 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 21 | |         pub static ref INT_WITH_SEPARATORS: Regex = Regex::new(
[INFO] [stderr] 22 | |             r"([\+-])?\s*([\d_]+)").unwrap();
[INFO] [stderr] 23 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:25:2
[INFO] [stderr]    |
[INFO] [stderr] 25 |       lazy_static! {   
[INFO] [stderr]    |  _____^
[INFO] [stderr] 26 | |         pub static ref FLOAT: Regex = Regex::new(
[INFO] [stderr] 27 | |             r"(([\+-])?\s*((?:[0-9]+[\.,][0-9]*)|(?:[0-9]*[\.,][0-9]+)))").unwrap();
[INFO] [stderr] 28 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:30:2
[INFO] [stderr]    |
[INFO] [stderr] 30 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 31 | |         pub static ref FLOAT_DOT: Regex = Regex::new(
[INFO] [stderr] 32 | |             r"(([\+-])?\s*((?:[0-9]+\.[0-9]*)|(?:[0-9]*\.[0-9]+)))").unwrap();
[INFO] [stderr] 33 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:35:2
[INFO] [stderr]    |
[INFO] [stderr] 35 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 36 | |         pub static ref FLOAT_COMMA: Regex = Regex::new(
[INFO] [stderr] 37 | |             r"(([\+-])?\s*((?:[0-9]+,[0-9]*)|(?:[0-9]*,[0-9]+)))").unwrap();
[INFO] [stderr] 38 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:187:2
[INFO] [stderr]     |
[INFO] [stderr] 187 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 188 | |         pub static ref WWW_URL: Regex = Regex::new(
[INFO] [stderr] 189 | |             r"\b(?:www\d?)(?:[\./\?=](?:[a-zA-Z0-9_-])*)+\b").unwrap();
[INFO] [stderr] 190 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:40:2
[INFO] [stderr]    |
[INFO] [stderr] 40 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 41 | |         pub static ref ALL_WITH_SEPARATORS: Regex = Regex::new(
[INFO] [stderr] 42 | |             r"\b([\+-])?\s*([0-9_]+[\.,][0-9_]*|[0-9_]*[\.,][0-9_]+|[0-9_]+)\b").unwrap();
[INFO] [stderr] 43 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:192:2
[INFO] [stderr]     |
[INFO] [stderr] 192 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 193 | |         pub static ref EMAIL_ADDR: Regex = Regex::new(
[INFO] [stderr] 194 | |             r"\b(?:[a-zA-Z\d_\.-]+)@(?:(?:[\da-zA-Z\.-]+)\.(?:[a-zA-Z\.]*))\b").unwrap();
[INFO] [stderr] 195 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:45:2
[INFO] [stderr]    |
[INFO] [stderr] 45 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 46 | |         pub static ref COMPLEX: Regex = Regex::new(
[INFO] [stderr] 47 | |             r"(([\+-])?\s*((?:\d+)(?:[\.,]\d+)?))?\s*(([\+-])\s*((?:\d+)(?:[\.,]\d+)?))\s*[ij]").unwrap();
[INFO] [stderr] 48 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:197:2
[INFO] [stderr]     |
[INFO] [stderr] 197 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 198 | |         pub static ref IPV4_ADDR: Regex = Regex::new(
[INFO] [stderr] 199 | |             r"\b(?:(?:(?:\d{1,2})|(?:1[0-9][0-9])|(?:2(?:(?:[0-4][0-9])|(?:5[0-5]))))(?:[\.:](?:(?:\d{1,2})|(?:1[0-9][0-9])|(?:2(?:(?:[0-4][0-9])|(?:5[0-5]))))){3})\b").unwrap();
[INFO] [stderr] 200 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:50:2
[INFO] [stderr]    |
[INFO] [stderr] 50 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 51 | |         pub static ref HEX_NUMBER: Regex = Regex::new(
[INFO] [stderr] 52 | |             r"#?([a-fA-F0-9]{6})").unwrap();
[INFO] [stderr] 53 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:202:2
[INFO] [stderr]     |
[INFO] [stderr] 202 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 203 | |         pub static ref JS_SCRIPT: Regex = Regex::new(
[INFO] [stderr] 204 | |             r#"<script(?:\s+(?:(?:[a-zA-Z]+)="(?:[a-zA-Z0-9\._-]+)"))*>(?:[\w|\n|\t|\r|\W]*)</script>"#).unwrap();
[INFO] [stderr] 205 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:207:2
[INFO] [stderr]     |
[INFO] [stderr] 207 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 208 | |         pub static ref HTML_IMG_TAG: Regex = Regex::new(
[INFO] [stderr] 209 | |             r#"<(?:img|IMG)(?:\s+(?:(?:[a-zA-Z]+)="(?:[a-zA-Z0-9\._-]+)"))*>"#).unwrap();
[INFO] [stderr] 210 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:216:2
[INFO] [stderr]     |
[INFO] [stderr] 216 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 217 | |         pub static ref DOLLAR: Regex = Regex::new(
[INFO] [stderr] 218 | |             r"(?:(?:\$\s*\d+(?:[\.,]\d{1,10})?)|(?:\d+(?:[\.,]\d{1,10})?\s*\$))").unwrap();
[INFO] [stderr] 219 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:221:2
[INFO] [stderr]     |
[INFO] [stderr] 221 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 222 | |         pub static ref EURO: Regex = Regex::new(
[INFO] [stderr] 223 | |             r"(?:(?:€\s*\d+(?:[\.,]\d{1,10})?)|(?:\d+(?:[\.,]\d{1,10})?\s*€))").unwrap();
[INFO] [stderr] 224 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:226:2
[INFO] [stderr]     |
[INFO] [stderr] 226 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 227 | |         pub static ref YEN: Regex = Regex::new(
[INFO] [stderr] 228 | |             r"(?:(?:¥\s*\d+(?:[\.,]\d{1,10})?)|(?:\d+(?:[\.,]\d{1,10})?\s*¥))").unwrap();
[INFO] [stderr] 229 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:235:2
[INFO] [stderr]     |
[INFO] [stderr] 235 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 236 | |         pub static ref JCB: Regex = Regex::new(
[INFO] [stderr] 237 | |             r"\b(?:(?:2131|1800|35\d{3})(?:\d{11}|\d{14}))\b").unwrap();
[INFO] [stderr] 238 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:240:2
[INFO] [stderr]     |
[INFO] [stderr] 240 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 241 | |         pub static ref VISA: Regex = Regex::new(
[INFO] [stderr] 242 | |             r"\b(?:4(?:\d{12}|\d{15}|\d{18}))\b").unwrap();
[INFO] [stderr] 243 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:55:2
[INFO] [stderr]    |
[INFO] [stderr] 55 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 56 | |         pub static ref HEX_NUMBER_SHORT: Regex = Regex::new(
[INFO] [stderr] 57 | |             r"#?([a-fA-F0-9]{3})").unwrap();
[INFO] [stderr] 58 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:245:2
[INFO] [stderr]     |
[INFO] [stderr] 245 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 246 | |         pub static ref VISA_ELECTRON: Regex = Regex::new(
[INFO] [stderr] 247 | |             r"\b(?:(?:(?:4026|4508|4844|4913|4917)(?:\d{12}))|(?:417500)(?:\d{10}))\b").unwrap();
[INFO] [stderr] 248 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:60:2
[INFO] [stderr]    |
[INFO] [stderr] 60 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 61 | |         pub static ref HEX_NUMBER_ALL: Regex = Regex::new(
[INFO] [stderr] 62 | |             r"#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})").unwrap();
[INFO] [stderr] 63 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:250:2
[INFO] [stderr]     |
[INFO] [stderr] 250 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 251 | |         pub static ref MASTERCARD: Regex = Regex::new(
[INFO] [stderr] 252 | |             r"\b(?:(?:5[1-5])(?:\d{14}))\b|\b(?:(?:2(?:(?:2(?:(?:2)[1-9]\d{2}|(?:[3-9]\d{3})))|(?:[3-6]\d{4})|(?:7(?:(?:[01]\d{3})|(20\d{2})))))(?:\d{10}))\b").unwrap();
[INFO] [stderr] 253 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:255:2
[INFO] [stderr]     |
[INFO] [stderr] 255 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 256 | |         pub static ref MAESTRO: Regex = Regex::new(
[INFO] [stderr] 257 | |             r"\b(?:(?:5018|5020|5038|5893|6304|6759|6761|6762|6763)(?:\d{12}|\d{15}))\b").unwrap();
[INFO] [stderr] 258 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:260:2
[INFO] [stderr]     |
[INFO] [stderr] 260 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 261 | |         pub static ref AMERICAN_EXPRESS: Regex = Regex::new(
[INFO] [stderr] 262 | |             r"\b(?:(?:34|37)(?:\d{13}))\b").unwrap();
[INFO] [stderr] 263 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:269:2
[INFO] [stderr]     |
[INFO] [stderr] 269 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 270 | |         pub static ref BRAINFUCK: Regex = Regex::new(
[INFO] [stderr] 271 | |             r"[+-<>.,\[\]\s\t\n\r]+");
[INFO] [stderr] 272 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:278:2
[INFO] [stderr]     |
[INFO] [stderr] 278 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 279 | |         pub static ref ISBN: Regex = Regex::new(
[INFO] [stderr] 280 | |             r"\b(?:(?:(?:ISBN([\s-]10)?(?::)?)?\s*(?:\d{1,5})[\s-](?:\d{1,7})[\s-](?:\d{1,5})[\s-](?:[\dX]))|(?:(?:ISBN(?:[\s-]13)?(?::)?)?\s*(?:(?:978|979)[\s-](?:\d{1,5})[\s-](?:\d{1,7})[\s-](?:\d{1,5})[\s-](?:[\dX]))))\b").unwrap();
[INFO] [stderr] 281 | |             //r"(ISBN([\s-]1(?:(0)|3))?:?)?\x20+(?(1)(?(2)(?:(?=.{13}$)\d{1,5}([ -])\d{1,7}\3\d{1,6}\3(?:\d|x)$)|(?:(?=.{17}$)97(?:8|9)([ -])\d{1,5}\4\d{1,7}\4\d{1,6}\4\d$))|(?(.{13}$)(?:\d{1,5}([ -])\d{1,7}\5\d{1,6}\5(?:\d|x)$)|(?:(?=.{17}$)97(?:8|9)([ -])\d{1,5}\6\d{1,7}\6\d{1,6}\6\d$)))").unwrap();
[INFO] [stderr] 282 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:65:2
[INFO] [stderr]    |
[INFO] [stderr] 65 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 66 | |         pub static ref HEX_MACHINE_CODE: Regex = Regex::new(
[INFO] [stderr] 67 | |             r"((?:\s*[a-fA-F0-9]{2})*)").unwrap();
[INFO] [stderr] 68 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:70:2
[INFO] [stderr]    |
[INFO] [stderr] 70 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 71 | |         pub static ref BINARY: Regex = Regex::new(
[INFO] [stderr] 72 | |             r"\b((?:[01])+)\b").unwrap();
[INFO] [stderr] 73 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:75:2
[INFO] [stderr]    |
[INFO] [stderr] 75 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 76 | |         pub static ref BINARY_4: Regex = Regex::new(
[INFO] [stderr] 77 | |             r"\b([01]{4})\b").unwrap();
[INFO] [stderr] 78 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:80:2
[INFO] [stderr]    |
[INFO] [stderr] 80 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 81 | |         pub static ref BINARY_8: Regex = Regex::new(
[INFO] [stderr] 82 | |             r"\b([01]{8})\b").unwrap();
[INFO] [stderr] 83 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:85:2
[INFO] [stderr]    |
[INFO] [stderr] 85 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 86 | |         pub static ref BINARY_16: Regex = Regex::new(
[INFO] [stderr] 87 | |             r"\b((?:[01]{16})|(?:[01]{8}_[01]{8}))\b").unwrap();
[INFO] [stderr] 88 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:90:2
[INFO] [stderr]    |
[INFO] [stderr] 90 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 91 | |         pub static ref BINARY_32: Regex = Regex::new(
[INFO] [stderr] 92 | |             r"\b((?:[01]{32})|(?:[01]{8}(?:_(?:[01]{8})){3}))\b").unwrap();
[INFO] [stderr] 93 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/capture.rs:95:2
[INFO] [stderr]    |
[INFO] [stderr] 95 |       lazy_static! {
[INFO] [stderr]    |  _____^
[INFO] [stderr] 96 | |         pub static ref BINARY_64: Regex = Regex::new(
[INFO] [stderr] 97 | |             r"\b((?:[01]{64})|(?:[01]{8}(?:_(?:[01]{8})){7}))\b").unwrap();
[INFO] [stderr] 98 | |     }
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:100:2
[INFO] [stderr]     |
[INFO] [stderr] 100 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 101 | |         pub static ref OCTAL: Regex = Regex::new(
[INFO] [stderr] 102 | |             r"\b([0-7]+)\b").unwrap();
[INFO] [stderr] 103 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:110:2
[INFO] [stderr]     |
[INFO] [stderr] 110 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 111 | |         pub static ref CAPITALIZED: Regex = Regex::new(
[INFO] [stderr] 112 | |             r"\b([A-Z][a-z]+)\b").unwrap();
[INFO] [stderr] 113 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:115:2
[INFO] [stderr]     |
[INFO] [stderr] 115 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 116 | |         pub static ref CAMELCASE: Regex = Regex::new(
[INFO] [stderr] 117 | |             r"\b([A-Za-z][A-Za-z]+)\b").unwrap();
[INFO] [stderr] 118 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:120:2
[INFO] [stderr]     |
[INFO] [stderr] 120 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 121 | |         pub static ref SNAKE_CASE: Regex = Regex::new(
[INFO] [stderr] 122 | |             r"\b([a-z][a-z_]+)\b").unwrap();
[INFO] [stderr] 123 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:129:2
[INFO] [stderr]     |
[INFO] [stderr] 129 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 130 | |         pub static ref TIME_24H_A: Regex = Regex::new(
[INFO] [stderr] 131 | |             //r"\b\d\b|0\d|1\d|2[0-3]:[0-5]\d:?[0-5]?\d?\.?\d{3}").unwrap();
[INFO] [stderr] 132 | |             r"\b([01]\d|\d|2[0123]):([0-5]\d):?(?(?:[0-5]\d)(?:\.(?:\d{3}))?)?\b").unwrap();
[INFO] [stderr] 133 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:135:2
[INFO] [stderr]     |
[INFO] [stderr] 135 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 136 | |         pub static ref TIME_24H_B: Regex = Regex::new(
[INFO] [stderr] 137 | |             r"\b\d\b|0\d|1\d|2[0-3]:[0-5]\d:?[0-5]?\d?\.?\d{3}").unwrap();
[INFO] [stderr] 138 | |             //r"\b(?:[01]\d|\d|2[0123]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)?\b").unwrap();
[INFO] [stderr] 139 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:141:2
[INFO] [stderr]     |
[INFO] [stderr] 141 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 142 | |         pub static ref TIME_12H_A: Regex = Regex::new(
[INFO] [stderr] 143 | |             //r"\b\d\b|0\d|1[01]:[0-5]\d:?[0-5]?\d?\.?\d{3} pm|PM|am|AM").unwrap();
[INFO] [stderr] 144 | |             r"\b(?:0[1-9]|[1-9]|1[012]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)? pm|PM|am|AM\b").unwrap();
[INFO] [stderr] 145 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:147:2
[INFO] [stderr]     |
[INFO] [stderr] 147 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 148 | |         pub static ref TIME_12H_B: Regex = Regex::new(
[INFO] [stderr] 149 | |             r"\b\d\b|0\d|1[01]:[0-5]\d:?[0-5]?\d?\.?\d{3} pm|PM|am|AM").unwrap();
[INFO] [stderr] 150 | |             //r"\b(?:0[1-9]|[1-9]|1[012]):(?:[0-5]\d):?(?:(?:[0-5]\d)(?:\.(?:\d{3}))?)?\b").unwrap();
[INFO] [stderr] 151 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:153:2
[INFO] [stderr]     |
[INFO] [stderr] 153 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 154 | |         pub static ref DATE_YMD: Regex = Regex::new(
[INFO] [stderr] 155 | |             r"\b(?:(?:(?:19|2\d)\d{2}|\d{2}|'\d{2})[/-](?:[1-9]|[0][1-9]|1[012])[/-](?:[1-9]|0[1-9]|[12]\d|3[01]))\b").unwrap();
[INFO] [stderr] 156 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:158:2
[INFO] [stderr]     |
[INFO] [stderr] 158 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 159 | |         pub static ref DATE_YDM: Regex = Regex::new(
[INFO] [stderr] 160 | |             r"\b(?:(?:(?:19|2\d)\d{2}|\d{2}|'\d{2})[/-](?:[1-9]|0[1-9]|[12]\d|3[01])[/-](?:[1-9]|[0][1-9]|1[012]))\b").unwrap();
[INFO] [stderr] 161 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:163:2
[INFO] [stderr]     |
[INFO] [stderr] 163 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 164 | |         pub static ref DATE_DMY: Regex = Regex::new(
[INFO] [stderr] 165 | |             r"\b(?:(?:[1-9]|0[1-9]|[12]\d|3[01])[/-](?:[1-9]|[0][1-9]|1[012])[/-](?:(?:19|2\d)\d{2}|\d{2}|'\d{2}))\b").unwrap();
[INFO] [stderr] 166 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:172:2
[INFO] [stderr]     |
[INFO] [stderr] 172 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 173 | |         pub static ref HTTPS_URL: Regex = Regex::new(
[INFO] [stderr] 174 | |             r"\bhttps://(?:www\d?)?(?:[\./\?=](?:[a-zA-Z0-9_-])*)+\b").unwrap();
[INFO] [stderr] 175 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:177:2
[INFO] [stderr]     |
[INFO] [stderr] 177 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 178 | |         pub static ref HTTP_URL: Regex = Regex::new(
[INFO] [stderr] 179 | |             r"\bhttp://(?:www\d?)?(?:[\./\?=](?:[a-zA-Z0-9_-])*)+\b").unwrap();
[INFO] [stderr] 180 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:182:2
[INFO] [stderr]     |
[INFO] [stderr] 182 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 183 | |         pub static ref URL: Regex = Regex::new(
[INFO] [stderr] 184 | |             r"\b(?:(?:[a-zA-Z])(?:\://)(?:www\d?)?)?(?:[\./\?=](?:[\w\d_-])*)+\b").unwrap();
[INFO] [stderr] 185 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:187:2
[INFO] [stderr]     |
[INFO] [stderr] 187 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 188 | |         pub static ref WWW_URL: Regex = Regex::new(
[INFO] [stderr] 189 | |             r"\b(?:www\d?)(?:[\./\?=](?:[a-zA-Z0-9_-])*)+\b").unwrap();
[INFO] [stderr] 190 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:192:2
[INFO] [stderr]     |
[INFO] [stderr] 192 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 193 | |         pub static ref EMAIL_ADDR: Regex = Regex::new(
[INFO] [stderr] 194 | |             r"\b(?:[a-zA-Z\d_\.-]+)@(?:(?:[\da-zA-Z\.-]+)\.(?:[a-zA-Z\.]*))\b").unwrap();
[INFO] [stderr] 195 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:197:2
[INFO] [stderr]     |
[INFO] [stderr] 197 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 198 | |         pub static ref IPV4_ADDR: Regex = Regex::new(
[INFO] [stderr] 199 | |             r"\b(?:(?:(?:\d{1,2})|(?:1[0-9][0-9])|(?:2(?:(?:[0-4][0-9])|(?:5[0-5]))))(?:[\.:](?:(?:\d{1,2})|(?:1[0-9][0-9])|(?:2(?:(?:[0-4][0-9])|(?:5[0-5]))))){3})\b").unwrap();
[INFO] [stderr] 200 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:202:2
[INFO] [stderr]     |
[INFO] [stderr] 202 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 203 | |         pub static ref JS_SCRIPT: Regex = Regex::new(
[INFO] [stderr] 204 | |             r#"<script(?:\s+(?:(?:[a-zA-Z]+)="(?:[a-zA-Z0-9\._-]+)"))*>(?:[\w|\n|\t|\r|\W]*)</script>"#).unwrap();
[INFO] [stderr] 205 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:207:2
[INFO] [stderr]     |
[INFO] [stderr] 207 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 208 | |         pub static ref HTML_IMG_TAG: Regex = Regex::new(
[INFO] [stderr] 209 | |             r#"<(?:img|IMG)(?:\s+(?:(?:[a-zA-Z]+)="(?:[a-zA-Z0-9\._-]+)"))*>"#).unwrap();
[INFO] [stderr] 210 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:216:2
[INFO] [stderr]     |
[INFO] [stderr] 216 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 217 | |         pub static ref DOLLAR: Regex = Regex::new(
[INFO] [stderr] 218 | |             r"(?:(?:\$\s*\d+(?:[\.,]\d{1,10})?)|(?:\d+(?:[\.,]\d{1,10})?\s*\$))").unwrap();
[INFO] [stderr] 219 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:221:2
[INFO] [stderr]     |
[INFO] [stderr] 221 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 222 | |         pub static ref EURO: Regex = Regex::new(
[INFO] [stderr] 223 | |             r"(?:(?:€\s*\d+(?:[\.,]\d{1,10})?)|(?:\d+(?:[\.,]\d{1,10})?\s*€))").unwrap();
[INFO] [stderr] 224 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:226:2
[INFO] [stderr]     |
[INFO] [stderr] 226 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 227 | |         pub static ref YEN: Regex = Regex::new(
[INFO] [stderr] 228 | |             r"(?:(?:¥\s*\d+(?:[\.,]\d{1,10})?)|(?:\d+(?:[\.,]\d{1,10})?\s*¥))").unwrap();
[INFO] [stderr] 229 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:235:2
[INFO] [stderr]     |
[INFO] [stderr] 235 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 236 | |         pub static ref JCB: Regex = Regex::new(
[INFO] [stderr] 237 | |             r"\b(?:(?:2131|1800|35\d{3})(?:\d{11}|\d{14}))\b").unwrap();
[INFO] [stderr] 238 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:240:2
[INFO] [stderr]     |
[INFO] [stderr] 240 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 241 | |         pub static ref VISA: Regex = Regex::new(
[INFO] [stderr] 242 | |             r"\b(?:4(?:\d{12}|\d{15}|\d{18}))\b").unwrap();
[INFO] [stderr] 243 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:245:2
[INFO] [stderr]     |
[INFO] [stderr] 245 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 246 | |         pub static ref VISA_ELECTRON: Regex = Regex::new(
[INFO] [stderr] 247 | |             r"\b(?:(?:(?:4026|4508|4844|4913|4917)(?:\d{12}))|(?:417500)(?:\d{10}))\b").unwrap();
[INFO] [stderr] 248 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:250:2
[INFO] [stderr]     |
[INFO] [stderr] 250 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 251 | |         pub static ref MASTERCARD: Regex = Regex::new(
[INFO] [stderr] 252 | |             r"\b(?:(?:5[1-5])(?:\d{14}))\b|\b(?:(?:2(?:(?:2(?:(?:2)[1-9]\d{2}|(?:[3-9]\d{3})))|(?:[3-6]\d{4})|(?:7(?:(?:[01]\d{3})|(20\d{2})))))(?:\d{10}))\b").unwrap();
[INFO] [stderr] 253 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:255:2
[INFO] [stderr]     |
[INFO] [stderr] 255 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 256 | |         pub static ref MAESTRO: Regex = Regex::new(
[INFO] [stderr] 257 | |             r"\b(?:(?:5018|5020|5038|5893|6304|6759|6761|6762|6763)(?:\d{12}|\d{15}))\b").unwrap();
[INFO] [stderr] 258 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:260:2
[INFO] [stderr]     |
[INFO] [stderr] 260 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 261 | |         pub static ref AMERICAN_EXPRESS: Regex = Regex::new(
[INFO] [stderr] 262 | |             r"\b(?:(?:34|37)(?:\d{13}))\b").unwrap();
[INFO] [stderr] 263 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:269:2
[INFO] [stderr]     |
[INFO] [stderr] 269 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 270 | |         pub static ref BRAINFUCK: Regex = Regex::new(
[INFO] [stderr] 271 | |             r"[+-<>.,\[\]\s\t\n\r]+");
[INFO] [stderr] 272 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]    --> src/capture.rs:278:2
[INFO] [stderr]     |
[INFO] [stderr] 278 |       lazy_static! {
[INFO] [stderr]     |  _____^
[INFO] [stderr] 279 | |         pub static ref ISBN: Regex = Regex::new(
[INFO] [stderr] 280 | |             r"\b(?:(?:(?:ISBN([\s-]10)?(?::)?)?\s*(?:\d{1,5})[\s-](?:\d{1,7})[\s-](?:\d{1,5})[\s-](?:[\dX]))|(?:(?:ISBN(?:[\s-]13)?(?::)?)?\s*(?:(?:978|979)[\s-](?:\d{1,5})[\s-](?:\d{1,7})[\s-](?:\d{1,5})[\s-](?:[\dX]))))\b").unwrap();
[INFO] [stderr] 281 | |             //r"(ISBN([\s-]1(?:(0)|3))?:?)?\x20+(?(1)(?(2)(?:(?=.{13}$)\d{1,5}([ -])\d{1,7}\3\d{1,6}\3(?:\d|x)$)|(?:(?=.{17}$)97(?:8|9)([ -])\d{1,5}\4\d{1,7}\4\d{1,6}\4\d$))|(?(.{13}$)(?:\d{1,5}([ -])\d{1,7}\5\d{1,6}\5(?:\d|x)$)|(?:(?=.{17}$)97(?:8|9)([ -])\d{1,5}\6\d{1,7}\6\d{1,6}\6\d$)))").unwrap();
[INFO] [stderr] 282 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/common.rs:270:37
[INFO] [stderr]     |
[INFO] [stderr] 270 |           pub static ref BRAINFUCK: Regex = Regex::new(
[INFO] [stderr]     |  ___________________________________-----___^
[INFO] [stderr]     | |                                   |
[INFO] [stderr]     | |                                   expected `regex::Regex` because of return type
[INFO] [stderr] 271 | |             r"[+-<>.,\[\]\s\t\n\r]+");
[INFO] [stderr]     | |_____________________________________^ expected struct `regex::Regex`, found enum `std::result::Result`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected struct `regex::Regex`
[INFO] [stderr]                  found enum `std::result::Result<regex::Regex, regex::Error>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/common.rs:270:37
[INFO] [stderr]     |
[INFO] [stderr] 270 |           pub static ref BRAINFUCK: Regex = Regex::new(
[INFO] [stderr]     |  ___________________________________-----___^
[INFO] [stderr]     | |                                   |
[INFO] [stderr]     | |                                   expected `regex::Regex` because of return type
[INFO] [stderr] 271 | |             r"[+-<>.,\[\]\s\t\n\r]+");
[INFO] [stderr]     | |_____________________________________^ expected struct `regex::Regex`, found enum `std::result::Result`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected struct `regex::Regex`
[INFO] [stderr]                  found enum `std::result::Result<regex::Regex, regex::Error>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/capture.rs:270:37
[INFO] [stderr]     |
[INFO] [stderr] 270 |           pub static ref BRAINFUCK: Regex = Regex::new(
[INFO] [stderr]     |  ___________________________________-----___^
[INFO] [stderr]     | |                                   |
[INFO] [stderr]     | |                                   expected `regex::Regex` because of return type
[INFO] [stderr] 271 | |             r"[+-<>.,\[\]\s\t\n\r]+");
[INFO] [stderr]     | |_____________________________________^ expected struct `regex::Regex`, found enum `std::result::Result`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected struct `regex::Regex`
[INFO] [stderr]                  found enum `std::result::Result<regex::Regex, regex::Error>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/capture.rs:270:37
[INFO] [stderr]     |
[INFO] [stderr] 270 |           pub static ref BRAINFUCK: Regex = Regex::new(
[INFO] [stderr]     |  ___________________________________-----___^
[INFO] [stderr]     | |                                   |
[INFO] [stderr]     | |                                   expected `regex::Regex` because of return type
[INFO] [stderr] 271 | |             r"[+-<>.,\[\]\s\t\n\r]+");
[INFO] [stderr]     | |_____________________________________^ expected struct `regex::Regex`, found enum `std::result::Result`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected struct `regex::Regex`
[INFO] [stderr]                  found enum `std::result::Result<regex::Regex, regex::Error>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `common-regex`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `common-regex`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b7234ee203559ac5aa5fae96662c53591cd2c0e4584cdeb6a7574edd0ae273b6"`
[INFO] running `"docker" "rm" "-f" "b7234ee203559ac5aa5fae96662c53591cd2c0e4584cdeb6a7574edd0ae273b6"`
[INFO] [stdout] b7234ee203559ac5aa5fae96662c53591cd2c0e4584cdeb6a7574edd0ae273b6
