[INFO] fetching crate bbcode 1.0.2... [INFO] testing bbcode-1.0.2 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate bbcode 1.0.2 into /workspace/builds/worker-111/source [INFO] validating manifest of crates.io crate bbcode 1.0.2 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-111/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e2c83755eeb9d7d15c3c80e4d906fb68805ae456c6cb5371b89933fb222a5a2 [INFO] running `Command { std: "docker" "start" "-a" "0e2c83755eeb9d7d15c3c80e4d906fb68805ae456c6cb5371b89933fb222a5a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e2c83755eeb9d7d15c3c80e4d906fb68805ae456c6cb5371b89933fb222a5a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e2c83755eeb9d7d15c3c80e4d906fb68805ae456c6cb5371b89933fb222a5a2", kill_on_drop: false }` [INFO] [stdout] 0e2c83755eeb9d7d15c3c80e4d906fb68805ae456c6cb5371b89933fb222a5a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 39bed25a313e0bb4563cf2172d68050eb3d8f67f906ade46cca60b77fbb3a433 [INFO] running `Command { std: "docker" "start" "-a" "39bed25a313e0bb4563cf2172d68050eb3d8f67f906ade46cca60b77fbb3a433", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 lazy_static v0.2.11 [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 11.56s [INFO] running `Command { std: "docker" "inspect" "39bed25a313e0bb4563cf2172d68050eb3d8f67f906ade46cca60b77fbb3a433", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39bed25a313e0bb4563cf2172d68050eb3d8f67f906ade46cca60b77fbb3a433", kill_on_drop: false }` [INFO] [stdout] 39bed25a313e0bb4563cf2172d68050eb3d8f67f906ade46cca60b77fbb3a433 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2bf5eec60a066faae9df65f34ebdf14cb8a246ca03e3047ec2f9aca5fc4adfd3 [INFO] running `Command { std: "docker" "start" "-a" "2bf5eec60a066faae9df65f34ebdf14cb8a246ca03e3047ec2f9aca5fc4adfd3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] 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 test [unoptimized + debuginfo] target(s) in 2.17s [INFO] running `Command { std: "docker" "inspect" "2bf5eec60a066faae9df65f34ebdf14cb8a246ca03e3047ec2f9aca5fc4adfd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bf5eec60a066faae9df65f34ebdf14cb8a246ca03e3047ec2f9aca5fc4adfd3", kill_on_drop: false }` [INFO] [stdout] 2bf5eec60a066faae9df65f34ebdf14cb8a246ca03e3047ec2f9aca5fc4adfd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0336c3e0714d725bb0379be2dd97ec44b41757ca5b93994552003c715eb64b59 [INFO] running `Command { std: "docker" "start" "-a" "0336c3e0714d725bb0379be2dd97ec44b41757ca5b93994552003c715eb64b59", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [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.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bbcode-63b5133c85bd1fcb) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test tests::preformatted ... ok [INFO] [stdout] test tests::alignment::left ... ok [INFO] [stdout] test tests::link ... ok [INFO] [stdout] test tests::table::complex_table ... ok [INFO] [stdout] test tests::list::plain ... ok [INFO] [stdout] test tests::alignment::right ... ok [INFO] [stdout] test tests::quote ... ok [INFO] [stdout] test tests::font_manipulation::underline ... ok [INFO] [stdout] test tests::list::ordered ... ok [INFO] [stdout] test tests::font_manipulation::strikethrough ... ok [INFO] [stdout] test tests::youtube_video ... ok [INFO] [stdout] test tests::image::named_image ... ok [INFO] [stdout] test tests::list::unordered ... ok [INFO] [stdout] test tests::font_manipulation::italic ... ok [INFO] [stdout] test tests::code ... ok [INFO] [stdout] test tests::table::content::cell ... ok [INFO] [stdout] test tests::table::row ... ok [INFO] [stdout] test tests::image::with_metadata ... ok [INFO] [stdout] test tests::font_manipulation::color ... ok [INFO] [stdout] test tests::font_manipulation::size ... ok [INFO] [stdout] test tests::font_manipulation::bold ... ok [INFO] [stdout] test tests::youtube_video_with_size ... ok [INFO] [stdout] test tests::list::full_unordered_list ... ok [INFO] [stdout] test tests::named_link ... ok [INFO] [stdout] test tests::named_quote ... ok [INFO] [stdout] test tests::table::content::header ... ok [INFO] [stdout] test tests::list::full_ordered_list ... ok [INFO] [stdout] test tests::alignment::center ... ok [INFO] [stdout] test tests::table::table ... ok [INFO] [stdout] test tests::image::plain ... ok [INFO] [stdout] test tests::image::resized_image ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [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 1.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0336c3e0714d725bb0379be2dd97ec44b41757ca5b93994552003c715eb64b59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0336c3e0714d725bb0379be2dd97ec44b41757ca5b93994552003c715eb64b59", kill_on_drop: false }` [INFO] [stdout] 0336c3e0714d725bb0379be2dd97ec44b41757ca5b93994552003c715eb64b59