[INFO] fetching crate textile 0.2.1... [INFO] checking textile-0.2.1 against try#6f12b8fe67b4eed2e838dab803ed9493b9d62c0f for pr-79073 [INFO] extracting crate textile 0.2.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate textile 0.2.1 on toolchain 6f12b8fe67b4eed2e838dab803ed9493b9d62c0f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate textile 0.2.1 [INFO] finished tweaking crates.io crate textile 0.2.1 [INFO] tweaked toml for crates.io crate textile 0.2.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded maplit v0.1.6 [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5810ed2ef9852dc23922d69e9de039f2f293a86f7ecac2672dbe3259bc8258e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c5810ed2ef9852dc23922d69e9de039f2f293a86f7ecac2672dbe3259bc8258e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5810ed2ef9852dc23922d69e9de039f2f293a86f7ecac2672dbe3259bc8258e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5810ed2ef9852dc23922d69e9de039f2f293a86f7ecac2672dbe3259bc8258e", kill_on_drop: false }` [INFO] [stdout] c5810ed2ef9852dc23922d69e9de039f2f293a86f7ecac2672dbe3259bc8258e [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 641fd8a087de32ec6e0cbbf8e33be546c695355a6d57e664d40cb856f84ac1d7 [INFO] running `Command { std: "docker" "start" "-a" "641fd8a087de32ec6e0cbbf8e33be546c695355a6d57e664d40cb856f84ac1d7", kill_on_drop: false }` [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking maplit v0.1.6 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking tinyvec v1.1.0 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking unicode-normalization v0.1.16 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking textile v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/block/mod.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stdout] 34 | | parse_block_quotation, [INFO] [stdout] 35 | | parse_code_block, [INFO] [stdout] ... | [INFO] [stdout] 41 | | ]; [INFO] [stdout] 42 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/inline/mod.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | / lazy_static! { [INFO] [stdout] 67 | | static ref FNS: Vec Option<(Inline, usize)>> = vec![ [INFO] [stdout] 68 | | parse_abbreviation, [INFO] [stdout] 69 | | parse_bold_text, [INFO] [stdout] ... | [INFO] [stdout] 81 | | ]; [INFO] [stdout] 82 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/block/mod.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stdout] 34 | | parse_block_quotation, [INFO] [stdout] 35 | | parse_code_block, [INFO] [stdout] ... | [INFO] [stdout] 41 | | ]; [INFO] [stdout] 42 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/inline/mod.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | / lazy_static! { [INFO] [stdout] 67 | | static ref FNS: Vec Option<(Inline, usize)>> = vec![ [INFO] [stdout] 68 | | parse_abbreviation, [INFO] [stdout] 69 | | parse_bold_text, [INFO] [stdout] ... | [INFO] [stdout] 81 | | ]; [INFO] [stdout] 82 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/parser/block/code_block.rs:50:42 [INFO] [stdout] | [INFO] [stdout] 50 | code: strings.join("\n").trim_right().to_string(), [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/parser/block/code_block.rs:50:42 [INFO] [stdout] | [INFO] [stdout] 50 | code: strings.join("\n").trim_right().to_string(), [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.54s [INFO] running `Command { std: "docker" "inspect" "641fd8a087de32ec6e0cbbf8e33be546c695355a6d57e664d40cb856f84ac1d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "641fd8a087de32ec6e0cbbf8e33be546c695355a6d57e664d40cb856f84ac1d7", kill_on_drop: false }` [INFO] [stdout] 641fd8a087de32ec6e0cbbf8e33be546c695355a6d57e664d40cb856f84ac1d7