[INFO] fetching crate textile 0.2.1... [INFO] testing textile-0.2.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate textile 0.2.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate textile 0.2.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate textile 0.2.1 [INFO] finished tweaking crates.io crate textile 0.2.1 [INFO] tweaked toml for crates.io crate textile 0.2.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b4a843b5ae7e8231895046b8c4485fcf210a79d45562be85c84feda2dcb4a419 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b4a843b5ae7e8231895046b8c4485fcf210a79d45562be85c84feda2dcb4a419", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4a843b5ae7e8231895046b8c4485fcf210a79d45562be85c84feda2dcb4a419", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4a843b5ae7e8231895046b8c4485fcf210a79d45562be85c84feda2dcb4a419", kill_on_drop: false }` [INFO] [stdout] b4a843b5ae7e8231895046b8c4485fcf210a79d45562be85c84feda2dcb4a419 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6567a859568b361a59cd25691d503780cc6678aa6fca767908820d63ceddf06e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6567a859568b361a59cd25691d503780cc6678aa6fca767908820d63ceddf06e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling textile v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/block/mod.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stdout] 34 | | parse_block_quotation, [INFO] [stdout] 35 | | parse_code_block, [INFO] [stdout] ... | [INFO] [stdout] 41 | | ]; [INFO] [stdout] 42 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/inline/mod.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | / lazy_static! { [INFO] [stdout] 67 | | static ref FNS: Vec Option<(Inline, usize)>> = vec![ [INFO] [stdout] 68 | | parse_abbreviation, [INFO] [stdout] 69 | | parse_bold_text, [INFO] [stdout] ... | [INFO] [stdout] 81 | | ]; [INFO] [stdout] 82 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/parser/block/code_block.rs:50:42 [INFO] [stdout] | [INFO] [stdout] 50 | code: strings.join("\n").trim_right().to_string(), [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.24s [INFO] running `Command { std: "docker" "inspect" "6567a859568b361a59cd25691d503780cc6678aa6fca767908820d63ceddf06e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6567a859568b361a59cd25691d503780cc6678aa6fca767908820d63ceddf06e", kill_on_drop: false }` [INFO] [stdout] 6567a859568b361a59cd25691d503780cc6678aa6fca767908820d63ceddf06e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 800032c4eec9a89340457f0ee37584817b95f6d4721bd8f1fe2b01c0f1dc4cb2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "800032c4eec9a89340457f0ee37584817b95f6d4721bd8f1fe2b01c0f1dc4cb2", kill_on_drop: false }` [INFO] [stderr] Compiling maplit v0.1.6 [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/block/mod.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stdout] 34 | | parse_block_quotation, [INFO] [stdout] 35 | | parse_code_block, [INFO] [stdout] ... | [INFO] [stdout] 41 | | ]; [INFO] [stdout] 42 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/inline/mod.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | / lazy_static! { [INFO] [stdout] 67 | | static ref FNS: Vec Option<(Inline, usize)>> = vec![ [INFO] [stdout] 68 | | parse_abbreviation, [INFO] [stdout] 69 | | parse_bold_text, [INFO] [stdout] ... | [INFO] [stdout] 81 | | ]; [INFO] [stdout] 82 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/parser/block/code_block.rs:50:42 [INFO] [stdout] | [INFO] [stdout] 50 | code: strings.join("\n").trim_right().to_string(), [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textile v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/block/mod.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stdout] 34 | | parse_block_quotation, [INFO] [stdout] 35 | | parse_code_block, [INFO] [stdout] ... | [INFO] [stdout] 41 | | ]; [INFO] [stdout] 42 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/inline/mod.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | / lazy_static! { [INFO] [stdout] 67 | | static ref FNS: Vec Option<(Inline, usize)>> = vec![ [INFO] [stdout] 68 | | parse_abbreviation, [INFO] [stdout] 69 | | parse_bold_text, [INFO] [stdout] ... | [INFO] [stdout] 81 | | ]; [INFO] [stdout] 82 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parser/patterns.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | pub static ref BLOCK_QUOTATION_PATTERN: Regex = Regex::new("^bq(?P.*?)(?P\\.{1,2})(?::(?P.+?))? ").unwrap(); [INFO] [stdout] 5 | | pub static ref CODE_BLOCK_PATTERN: Regex = Regex::new("^bc(?P.*?)(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] 6 | | pub static ref COMMENT_PATTERN: Regex = Regex::new("^#{3}(?P\\.{1,2}) ").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 36 | | pub static ref CSS_PROP_STR_PATTERN: Regex = Regex::new("(?P[a-z-_]+): *(?P.+)").unwrap(); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/parser/block/code_block.rs:50:42 [INFO] [stdout] | [INFO] [stdout] 50 | code: strings.join("\n").trim_right().to_string(), [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.93s [INFO] running `Command { std: "docker" "inspect" "800032c4eec9a89340457f0ee37584817b95f6d4721bd8f1fe2b01c0f1dc4cb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "800032c4eec9a89340457f0ee37584817b95f6d4721bd8f1fe2b01c0f1dc4cb2", kill_on_drop: false }` [INFO] [stdout] 800032c4eec9a89340457f0ee37584817b95f6d4721bd8f1fe2b01c0f1dc4cb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 438f25255839be53550a5ba0c4d3df29decf1e96588ce451240afdef5ce7cc4c [INFO] running `Command { std: "docker" "start" "-a" "438f25255839be53550a5ba0c4d3df29decf1e96588ce451240afdef5ce7cc4c", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated constant `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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `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 associated function: `trim_end` [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: `textile` (lib) generated 34 warnings (30 duplicates) [INFO] [stdout] running 33 tests [INFO] [stderr] warning: `textile` (lib test) generated 34 warnings (34 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/textile-01e22e30da3bb7f8) [INFO] [stdout] test parser::block::comment::tests::parses_comment_block_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::inline::code::tests::parses_code_correctly ... ok [INFO] [stdout] test parser::inline::image::tests::parses_image_with_align_correctly ... ok [INFO] [stdout] test parser::block::no_textile::tests::parses_no_textile_block_correclty ... ok [INFO] [stdout] test parser::inline::image::tests::parses_image_with_alt_text_correctly ... ok [INFO] [stdout] test parser::inline::image::tests::parses_image_with_link_correctly ... ok [INFO] [stdout] test parser::inline::image::tests::parses_image_without_alt_text_correctly ... ok [INFO] [stdout] test parser::attributes::tests::parses_block_attributes_correctly ... ok [INFO] [stdout] test parser::block::block_quotation::tests::parses_block_quotation_with_cite_correctly ... ok [INFO] [stdout] test parser::inline::abbreviation::tests::not_parse_if_abbr_less_than_3_chars ... ok [INFO] [stdout] test parser::inline::no_textile::tests::parses_no_textile_inline_element_correctly ... ok [INFO] [stdout] test parser::inline::citation::tests::parses_citation_correctly ... ok [INFO] [stdout] test parser::inline::span::tests::parses_span_correctly ... ok [INFO] [stdout] test parser::block::heading::tests::parses_heading_correctly ... ok [INFO] [stdout] test parser::inline::italic::tests::parses_italic_text_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::block::block_quotation::tests::parses_block_quotation_correctly ... ok [INFO] [stdout] test parser::inline::link::tests::parses_link_with_dollar_shorthand_correctly ... ok [INFO] [stdout] test parser::inline::superscript::tests::parses_superscript_text_correctly ... ok [INFO] [stdout] test parser::inline::underlined::tests::parses_underlined_text_correctly ... ok [INFO] [stdout] test parser::inline::bold::tests::parses_bold_text_correctly ... ok [INFO] [stdout] test parser::inline::link::tests::parses_link_correctly ... ok [INFO] [stdout] test parser::inline::subscript::tests::parses_subscript_text_correctly ... ok [INFO] [stdout] test parser::inline::strikethrough::tests::parses_strikethrough_text_correctly ... ok [INFO] [stdout] test parser::inline::abbreviation::tests::parses_uppercase_word_correctly ... ok [INFO] [stdout] test parser::attributes::tests::parses_inline_attributes_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] [stderr] Doc-tests textile [INFO] [stdout] test parser::inline::abbreviation::tests::parses_abbreviation_correctly ... ok [INFO] [stdout] test parser::block::block_quotation::tests::parses_multiline_block_quotation_correctly ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s [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; finished in 3.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "438f25255839be53550a5ba0c4d3df29decf1e96588ce451240afdef5ce7cc4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "438f25255839be53550a5ba0c4d3df29decf1e96588ce451240afdef5ce7cc4c", kill_on_drop: false }` [INFO] [stdout] 438f25255839be53550a5ba0c4d3df29decf1e96588ce451240afdef5ce7cc4c