[INFO] crate textile 0.2.1 is already in cache [INFO] testing textile-0.2.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate textile 0.2.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate textile 0.2.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [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-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6ca023a3dbbc400c003dcfe4ee222bb17b0dcab54776d18005282b631ca157df [INFO] running `"docker" "start" "-a" "6ca023a3dbbc400c003dcfe4ee222bb17b0dcab54776d18005282b631ca157df"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling textile v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser/block/mod.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stderr] 34 | | parse_block_quotation, [INFO] [stderr] 35 | | parse_code_block, [INFO] [stderr] ... | [INFO] [stderr] 41 | | ]; [INFO] [stderr] 42 | | } [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/parser/inline/mod.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | / lazy_static! { [INFO] [stderr] 67 | | static ref FNS: Vec Option<(Inline, usize)>> = vec![ [INFO] [stderr] 68 | | parse_abbreviation, [INFO] [stderr] 69 | | parse_bold_text, [INFO] [stderr] ... | [INFO] [stderr] 81 | | ]; [INFO] [stderr] 82 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/parser/block/code_block.rs:50:42 [INFO] [stderr] | [INFO] [stderr] 50 | code: strings.join("\n").trim_right().to_string(), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: 34 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.65s [INFO] running `"docker" "inspect" "6ca023a3dbbc400c003dcfe4ee222bb17b0dcab54776d18005282b631ca157df"` [INFO] running `"docker" "rm" "-f" "6ca023a3dbbc400c003dcfe4ee222bb17b0dcab54776d18005282b631ca157df"` [INFO] [stdout] 6ca023a3dbbc400c003dcfe4ee222bb17b0dcab54776d18005282b631ca157df [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8004934426be6be91e1e9608bdb9d56a2c288c0f5e0b99295c53aebc514666c6 [INFO] running `"docker" "start" "-a" "8004934426be6be91e1e9608bdb9d56a2c288c0f5e0b99295c53aebc514666c6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling maplit v0.1.6 [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser/block/mod.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stderr] 34 | | parse_block_quotation, [INFO] [stderr] 35 | | parse_code_block, [INFO] [stderr] ... | [INFO] [stderr] 41 | | ]; [INFO] [stderr] 42 | | } [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/parser/inline/mod.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | / lazy_static! { [INFO] [stderr] 67 | | static ref FNS: Vec Option<(Inline, usize)>> = vec![ [INFO] [stderr] 68 | | parse_abbreviation, [INFO] [stderr] 69 | | parse_bold_text, [INFO] [stderr] ... | [INFO] [stderr] 81 | | ]; [INFO] [stderr] 82 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/parser/block/code_block.rs:50:42 [INFO] [stderr] | [INFO] [stderr] 50 | code: strings.join("\n").trim_right().to_string(), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: 34 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling textile v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser/block/mod.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stderr] 34 | | parse_block_quotation, [INFO] [stderr] 35 | | parse_code_block, [INFO] [stderr] ... | [INFO] [stderr] 41 | | ]; [INFO] [stderr] 42 | | } [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/parser/inline/mod.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | / lazy_static! { [INFO] [stderr] 67 | | static ref FNS: Vec Option<(Inline, usize)>> = vec![ [INFO] [stderr] 68 | | parse_abbreviation, [INFO] [stderr] 69 | | parse_bold_text, [INFO] [stderr] ... | [INFO] [stderr] 81 | | ]; [INFO] [stderr] 82 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/parser/block/code_block.rs:50:42 [INFO] [stderr] | [INFO] [stderr] 50 | code: strings.join("\n").trim_right().to_string(), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: 34 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.25s [INFO] running `"docker" "inspect" "8004934426be6be91e1e9608bdb9d56a2c288c0f5e0b99295c53aebc514666c6"` [INFO] running `"docker" "rm" "-f" "8004934426be6be91e1e9608bdb9d56a2c288c0f5e0b99295c53aebc514666c6"` [INFO] [stdout] 8004934426be6be91e1e9608bdb9d56a2c288c0f5e0b99295c53aebc514666c6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6cd195a59eeef3261bd8c36084a09042206b7597b34bb4202853f95f3e00a44e [INFO] running `"docker" "start" "-a" "6cd195a59eeef3261bd8c36084a09042206b7597b34bb4202853f95f3e00a44e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser/block/mod.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stderr] 34 | | parse_block_quotation, [INFO] [stderr] 35 | | parse_code_block, [INFO] [stderr] ... | [INFO] [stderr] 41 | | ]; [INFO] [stderr] 42 | | } [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/parser/inline/mod.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | / lazy_static! { [INFO] [stderr] 67 | | static ref FNS: Vec Option<(Inline, usize)>> = vec![ [INFO] [stderr] 68 | | parse_abbreviation, [INFO] [stderr] 69 | | parse_bold_text, [INFO] [stderr] ... | [INFO] [stderr] 81 | | ]; [INFO] [stderr] 82 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/block/mod.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stderr] 34 | | parse_block_quotation, [INFO] [stderr] 35 | | parse_code_block, [INFO] [stderr] ... | [INFO] [stderr] 41 | | ]; [INFO] [stderr] 42 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/inline/mod.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | / lazy_static! { [INFO] [stderr] 67 | | static ref FNS: Vec Option<(Inline, usize)>> = vec![ [INFO] [stderr] 68 | | parse_abbreviation, [INFO] [stderr] 69 | | parse_bold_text, [INFO] [stderr] ... | [INFO] [stderr] 81 | | ]; [INFO] [stderr] 82 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/parser/block/code_block.rs:50:42 [INFO] [stderr] | [INFO] [stderr] 50 | code: strings.join("\n").trim_right().to_string(), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: 34 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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/parser/patterns.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stderr] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stderr] 37 | | } [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 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/parser/block/code_block.rs:50:42 [INFO] [stderr] | [INFO] [stderr] 50 | code: strings.join("\n").trim_right().to_string(), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: 34 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/textile-f00e6d51dd81a8c9 [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test parser::block::no_textile::tests::parses_no_textile_block_correclty ... ok [INFO] [stdout] test parser::block::comment::tests::parses_comment_block_correctly ... ok [INFO] [stdout] test parser::inline::abbreviation::tests::not_parse_if_abbr_less_than_3_chars ... ok [INFO] [stdout] test parser::inline::abbreviation::tests::parses_uppercase_word_correctly ... ok [INFO] [stdout] test parser::inline::code::tests::parses_code_correctly ... ok [INFO] [stdout] test parser::block::pre::tests::parses_pre_block_correctly ... ok [INFO] [stdout] test parser::block::code_block::tests::parses_code_correctly ... ok [INFO] [stdout] test parser::attributes::tests::parses_block_attributes_correctly ... ok [INFO] [stdout] test parser::inline::abbreviation::tests::parses_abbreviation_correctly ... ok [INFO] [stdout] test parser::inline::link::tests::parses_link_correctly ... ok [INFO] [stdout] test parser::inline::link::tests::parses_link_with_dollar_shorthand_correctly ... ok [INFO] [stdout] test parser::block::paragraph::tests::parses_paragraph_correctly ... ok [INFO] [stdout] test parser::inline::link::tests::parses_link_with_title_correctly ... ok [INFO] [stdout] test parser::inline::citation::tests::parses_citation_correctly ... ok [INFO] [stdout] test parser::inline::italic::tests::parses_italic_text_correctly ... ok [INFO] [stdout] test parser::inline::no_textile::tests::parses_no_textile_inline_element_correctly ... ok [INFO] [stdout] test parser::block::block_quotation::tests::parses_block_quotation_with_cite_correctly ... ok [INFO] [stdout] test parser::inline::span::tests::parses_span_correctly ... ok [INFO] [stdout] test parser::block::block_quotation::tests::parses_multiline_block_quotation_correctly ... ok [INFO] [stdout] test parser::inline::subscript::tests::parses_subscript_text_correctly ... ok [INFO] [stdout] test parser::block::block_quotation::tests::parses_block_quotation_correctly ... ok [INFO] [stdout] test parser::inline::strikethrough::tests::parses_strikethrough_text_correctly ... ok [INFO] [stdout] test parser::inline::superscript::tests::parses_superscript_text_correctly ... ok [INFO] [stdout] test parser::attributes::tests::parses_inline_attributes_correctly ... ok [INFO] [stdout] test parser::inline::bold::tests::parses_bold_text_correctly ... ok [INFO] [stdout] test parser::block::heading::tests::parses_heading_correctly ... ok [INFO] [stdout] test parser::block::comment::tests::parses_multiline_comment_block_correctly ... ok [INFO] [stdout] test parser::block::code_block::tests::parses_multiline_code_block_correctly ... ok [INFO] [stdout] test parser::inline::image::tests::parses_image_with_align_correctly ... ok [INFO] [stdout] test parser::inline::image::tests::parses_image_with_alt_text_correctly ... ok [INFO] [stdout] test parser::inline::image::tests::parses_image_without_alt_text_correctly ... ok [INFO] [stdout] test parser::inline::image::tests::parses_image_with_link_correctly ... ok [INFO] [stdout] test parser::inline::underlined::tests::parses_underlined_text_correctly ... ok [INFO] [stderr] Doc-tests textile [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/renderer.rs - renderer::render (line 25) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] test src/renderer.rs - renderer::render_with (line 38) ... ok [INFO] [stdout] test src/parser/mod.rs - parser::parse (line 165) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6cd195a59eeef3261bd8c36084a09042206b7597b34bb4202853f95f3e00a44e"` [INFO] running `"docker" "rm" "-f" "6cd195a59eeef3261bd8c36084a09042206b7597b34bb4202853f95f3e00a44e"` [INFO] [stdout] 6cd195a59eeef3261bd8c36084a09042206b7597b34bb4202853f95f3e00a44e