[INFO] fetching crate bbcode 1.0.2...
[INFO] testing bbcode-1.0.2 against beta-2022-02-22 for beta-1.60-1
[INFO] extracting crate bbcode 1.0.2 into /workspace/builds/worker-22/source
[INFO] validating manifest of crates.io crate bbcode 1.0.2 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 bbcode 1.0.2
[INFO] finished tweaking crates.io crate bbcode 1.0.2
[INFO] tweaked toml for crates.io crate bbcode 1.0.2 written to /workspace/builds/worker-22/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] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 93c175c12a1c83aa8fb8a2f9ad282f8cb9bbffce88f6e1ecb781d6c6f8b0800f
[INFO] running `Command { std: "docker" "start" "-a" "93c175c12a1c83aa8fb8a2f9ad282f8cb9bbffce88f6e1ecb781d6c6f8b0800f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "93c175c12a1c83aa8fb8a2f9ad282f8cb9bbffce88f6e1ecb781d6c6f8b0800f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93c175c12a1c83aa8fb8a2f9ad282f8cb9bbffce88f6e1ecb781d6c6f8b0800f", kill_on_drop: false }`
[INFO] [stdout] 93c175c12a1c83aa8fb8a2f9ad282f8cb9bbffce88f6e1ecb781d6c6f8b0800f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 1e6ac4b36f4403f2c3cb772b4ed3170fbbbbb73af0246b9c6b57819d0663aac8
[INFO] running `Command { std: "docker" "start" "-a" "1e6ac4b36f4403f2c3cb772b4ed3170fbbbbb73af0246b9c6b57819d0663aac8", kill_on_drop: false }`
[INFO] [stderr] Compiling regex v0.2.11
[INFO] [stderr] Compiling ucd-util v0.1.8
[INFO] [stderr] Compiling utf8-ranges v1.0.4
[INFO] [stderr] Compiling thread_local v0.3.6
[INFO] [stderr] Compiling aho-corasick v0.6.10
[INFO] [stderr] Compiling regex-syntax v0.5.6
[INFO] [stderr] Compiling bbcode v1.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/lib.rs:260:5
[INFO] [stdout] |
[INFO] [stdout] 260 | / lazy_static!{
[INFO] [stdout] 261 | | static ref CODE: Regex = Regex::new(
[INFO] [stdout] 262 | | r"(?s)\[(code|preformatted)\](.*?)\[/(code|preformatted)\]"
[INFO] [stdout] 263 | | ).unwrap();
[INFO] [stdout] 264 | | }
[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/lib.rs:283:5
[INFO] [stdout] |
[INFO] [stdout] 283 | / lazy_static!{
[INFO] [stdout] 284 | | static ref PATTERNS: [(Regex, &'static str); 26] = [
[INFO] [stdout] 285 | | // Font changes
[INFO] [stdout] 286 | | (Regex::new(r"(?s)\[b\](.*?)\[/b\]").unwrap(), "$1"),
[INFO] [stdout] ... |
[INFO] [stdout] 335 | |
[INFO] [stdout] 336 | | }
[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: 2 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.12s
[INFO] running `Command { std: "docker" "inspect" "1e6ac4b36f4403f2c3cb772b4ed3170fbbbbb73af0246b9c6b57819d0663aac8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e6ac4b36f4403f2c3cb772b4ed3170fbbbbb73af0246b9c6b57819d0663aac8", kill_on_drop: false }`
[INFO] [stdout] 1e6ac4b36f4403f2c3cb772b4ed3170fbbbbb73af0246b9c6b57819d0663aac8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 98f8f1001700ba5af746366f225f13f1b74258f3117a57d647388f61364b5ed3
[INFO] running `Command { std: "docker" "start" "-a" "98f8f1001700ba5af746366f225f13f1b74258f3117a57d647388f61364b5ed3", kill_on_drop: false }`
[INFO] [stderr] Compiling bbcode v1.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/lib.rs:260:5
[INFO] [stdout] |
[INFO] [stdout] 260 | / lazy_static!{
[INFO] [stdout] 261 | | static ref CODE: Regex = Regex::new(
[INFO] [stdout] 262 | | r"(?s)\[(code|preformatted)\](.*?)\[/(code|preformatted)\]"
[INFO] [stdout] 263 | | ).unwrap();
[INFO] [stdout] 264 | | }
[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/lib.rs:283:5
[INFO] [stdout] |
[INFO] [stdout] 283 | / lazy_static!{
[INFO] [stdout] 284 | | static ref PATTERNS: [(Regex, &'static str); 26] = [
[INFO] [stdout] 285 | | // Font changes
[INFO] [stdout] 286 | | (Regex::new(r"(?s)\[b\](.*?)\[/b\]").unwrap(), "$1"),
[INFO] [stdout] ... |
[INFO] [stdout] 335 | |
[INFO] [stdout] 336 | | }
[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: 2 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/lib.rs:260:5
[INFO] [stdout] |
[INFO] [stdout] 260 | / lazy_static!{
[INFO] [stdout] 261 | | static ref CODE: Regex = Regex::new(
[INFO] [stdout] 262 | | r"(?s)\[(code|preformatted)\](.*?)\[/(code|preformatted)\]"
[INFO] [stdout] 263 | | ).unwrap();
[INFO] [stdout] 264 | | }
[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/lib.rs:283:5
[INFO] [stdout] |
[INFO] [stdout] 283 | / lazy_static!{
[INFO] [stdout] 284 | | static ref PATTERNS: [(Regex, &'static str); 26] = [
[INFO] [stdout] 285 | | // Font changes
[INFO] [stdout] 286 | | (Regex::new(r"(?s)\[b\](.*?)\[/b\]").unwrap(), "$1"),
[INFO] [stdout] ... |
[INFO] [stdout] 335 | |
[INFO] [stdout] 336 | | }
[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: 2 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.15s
[INFO] running `Command { std: "docker" "inspect" "98f8f1001700ba5af746366f225f13f1b74258f3117a57d647388f61364b5ed3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98f8f1001700ba5af746366f225f13f1b74258f3117a57d647388f61364b5ed3", kill_on_drop: false }`
[INFO] [stdout] 98f8f1001700ba5af746366f225f13f1b74258f3117a57d647388f61364b5ed3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] [stdout] 41cf3c8d85a68a1289061c51f4f2d050ddf82a82845954c561989d30f8f474b2
[INFO] running `Command { std: "docker" "start" "-a" "41cf3c8d85a68a1289061c51f4f2d050ddf82a82845954c561989d30f8f474b2", kill_on_drop: false }`
[INFO] [stdout]
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] running 31 tests
[INFO] [stderr] --> src/lib.rs:260:5
[INFO] [stderr] |
[INFO] [stderr] 260 | / lazy_static!{
[INFO] [stderr] 261 | | static ref CODE: Regex = Regex::new(
[INFO] [stderr] 262 | | r"(?s)\[(code|preformatted)\](.*?)\[/(code|preformatted)\]"
[INFO] [stderr] 263 | | ).unwrap();
[INFO] [stderr] 264 | | }
[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/lib.rs:283:5
[INFO] [stderr] |
[INFO] [stderr] 283 | / lazy_static!{
[INFO] [stderr] 284 | | static ref PATTERNS: [(Regex, &'static str); 26] = [
[INFO] [stderr] 285 | | // Font changes
[INFO] [stderr] 286 | | (Regex::new(r"(?s)\[b\](.*?)\[/b\]").unwrap(), "$1"),
[INFO] [stderr] ... |
[INFO] [stderr] 335 | |
[INFO] [stderr] 336 | | }
[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: `bbcode` (lib) generated 2 warnings
[INFO] [stderr] warning: `bbcode` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bbcode-2a9187ea593e9225)
[INFO] [stdout] test tests::alignment::right ... ok
[INFO] [stdout] test tests::list::plain ... ok
[INFO] [stdout] test tests::preformatted ... ok
[INFO] [stdout] test tests::link ... ok
[INFO] [stdout] test tests::list::ordered ... ok
[INFO] [stdout] test tests::table::content::header ... ok
[INFO] [stdout] test tests::alignment::center ... ok
[INFO] [stdout] test tests::youtube_video_with_size ... ok
[INFO] [stdout] test tests::named_quote ... ok
[INFO] [stdout] test tests::font_manipulation::color ... ok
[INFO] [stdout] test tests::image::resized_image ... ok
[INFO] [stdout] test tests::font_manipulation::strikethrough ... ok
[INFO] [stdout] test tests::youtube_video ... ok
[INFO] [stdout] test tests::code ... ok
[INFO] [stdout] test tests::font_manipulation::underline ... ok
[INFO] [stdout] test tests::alignment::left ... ok
[INFO] [stdout] test tests::table::table ... ok
[INFO] [stdout] test tests::list::full_ordered_list ... ok
[INFO] [stdout] test tests::font_manipulation::bold ... ok
[INFO] [stdout] test tests::quote ... ok
[INFO] [stdout] test tests::font_manipulation::size ... ok
[INFO] [stdout] test tests::named_link ... ok
[INFO] [stdout] test tests::list::full_unordered_list ... ok
[INFO] [stdout] test tests::list::unordered ... ok
[INFO] [stdout] test tests::image::plain ... ok
[INFO] [stdout] test tests::table::content::cell ... ok
[INFO] [stdout] test tests::table::row ... ok
[INFO] [stdout] test tests::font_manipulation::italic ... ok
[INFO] [stdout] test tests::image::named_image ... ok
[INFO] [stdout] test tests::image::with_metadata ... ok
[INFO] [stdout] test tests::table::complex_table ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout]
[INFO] [stderr] Doc-tests bbcode
[INFO] [stdout]
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - BBCode (line 249) ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.67s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "41cf3c8d85a68a1289061c51f4f2d050ddf82a82845954c561989d30f8f474b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41cf3c8d85a68a1289061c51f4f2d050ddf82a82845954c561989d30f8f474b2", kill_on_drop: false }`
[INFO] [stdout] 41cf3c8d85a68a1289061c51f4f2d050ddf82a82845954c561989d30f8f474b2