[INFO] fetching crate snooker 0.1.0...
[INFO] testing snooker-0.1.0 against beta-2022-02-22 for beta-1.60-1
[INFO] extracting crate snooker 0.1.0 into /workspace/builds/worker-25/source
[INFO] validating manifest of crates.io crate snooker 0.1.0 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 snooker 0.1.0
[INFO] finished tweaking crates.io crate snooker 0.1.0
[INFO] tweaked toml for crates.io crate snooker 0.1.0 written to /workspace/builds/worker-25/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-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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] a972f0aca20ea5fad55ae06fc0dfea67ae9a2520590905e273bf1e25260ebf97
[INFO] running `Command { std: "docker" "start" "-a" "a972f0aca20ea5fad55ae06fc0dfea67ae9a2520590905e273bf1e25260ebf97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a972f0aca20ea5fad55ae06fc0dfea67ae9a2520590905e273bf1e25260ebf97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a972f0aca20ea5fad55ae06fc0dfea67ae9a2520590905e273bf1e25260ebf97", kill_on_drop: false }`
[INFO] [stdout] a972f0aca20ea5fad55ae06fc0dfea67ae9a2520590905e273bf1e25260ebf97
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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] b8244331f9bed3396437a72f0ef57767cafb583f8537f1b3f4773b412543fcb5
[INFO] running `Command { std: "docker" "start" "-a" "b8244331f9bed3396437a72f0ef57767cafb583f8537f1b3f4773b412543fcb5", kill_on_drop: false }`
[INFO] [stderr] Compiling memchr v2.4.1
[INFO] [stderr] Compiling ucd-util v0.1.8
[INFO] [stderr] Compiling regex v0.2.11
[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 regex-syntax v0.5.6
[INFO] [stderr] Compiling aho-corasick v0.6.10
[INFO] [stderr] Compiling snooker v0.1.0 (/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:125:1
[INFO] [stdout] |
[INFO] [stdout] 125 | / lazy_static! {
[INFO] [stdout] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stdout] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stdout] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stdout] 135 | | }
[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:125:1
[INFO] [stdout] |
[INFO] [stdout] 125 | / lazy_static! {
[INFO] [stdout] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stdout] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stdout] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stdout] 135 | | }
[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/lib.rs:125:1
[INFO] [stdout] |
[INFO] [stdout] 125 | / lazy_static! {
[INFO] [stdout] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stdout] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stdout] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stdout] 135 | | }
[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/lib.rs:125:1
[INFO] [stdout] |
[INFO] [stdout] 125 | / lazy_static! {
[INFO] [stdout] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stdout] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stdout] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stdout] 135 | | }
[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: 4 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.83s
[INFO] running `Command { std: "docker" "inspect" "b8244331f9bed3396437a72f0ef57767cafb583f8537f1b3f4773b412543fcb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8244331f9bed3396437a72f0ef57767cafb583f8537f1b3f4773b412543fcb5", kill_on_drop: false }`
[INFO] [stdout] b8244331f9bed3396437a72f0ef57767cafb583f8537f1b3f4773b412543fcb5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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] 9b65398d9e45172f63343080f23552b497fd1fdd2b3d67e126db2b44f5461e80
[INFO] running `Command { std: "docker" "start" "-a" "9b65398d9e45172f63343080f23552b497fd1fdd2b3d67e126db2b44f5461e80", kill_on_drop: false }`
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/lib.rs:125:1
[INFO] [stdout] |
[INFO] [stdout] 125 | / lazy_static! {
[INFO] [stdout] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stdout] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stdout] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stdout] 135 | | }
[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:125:1
[INFO] [stdout] |
[INFO] [stdout] 125 | / lazy_static! {
[INFO] [stdout] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stdout] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stdout] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stdout] 135 | | }
[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/lib.rs:125:1
[INFO] [stdout] |
[INFO] [stdout] 125 | / lazy_static! {
[INFO] [stdout] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stdout] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stdout] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stdout] 135 | | }
[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] [stderr] Compiling snooker v0.1.0 (/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:125:1
[INFO] [stdout] |
[INFO] [stdout] 125 | / lazy_static! {
[INFO] [stdout] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stdout] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stdout] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stdout] 135 | | }
[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: 4 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:125:1
[INFO] [stdout] |
[INFO] [stdout] 125 | / lazy_static! {
[INFO] [stdout] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stdout] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stdout] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stdout] 135 | | }
[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:125:1
[INFO] [stdout] |
[INFO] [stdout] 125 | / lazy_static! {
[INFO] [stdout] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stdout] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stdout] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stdout] 135 | | }
[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/lib.rs:125:1
[INFO] [stdout] |
[INFO] [stdout] 125 | / lazy_static! {
[INFO] [stdout] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stdout] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stdout] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stdout] 135 | | }
[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/lib.rs:125:1
[INFO] [stdout] |
[INFO] [stdout] 125 | / lazy_static! {
[INFO] [stdout] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stdout] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stdout] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stdout] 135 | | }
[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: 4 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.09s
[INFO] running `Command { std: "docker" "inspect" "9b65398d9e45172f63343080f23552b497fd1fdd2b3d67e126db2b44f5461e80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b65398d9e45172f63343080f23552b497fd1fdd2b3d67e126db2b44f5461e80", kill_on_drop: false }`
[INFO] [stdout] 9b65398d9e45172f63343080f23552b497fd1fdd2b3d67e126db2b44f5461e80
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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] a925ac603856c6b98de39fdb9e45781caf73bcac85fc7e1d9b587020b90ba645
[INFO] running `Command { std: "docker" "start" "-a" "a925ac603856c6b98de39fdb9e45781caf73bcac85fc7e1d9b587020b90ba645", 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:125:1
[INFO] [stderr] |
[INFO] [stderr] 125 | / lazy_static! {
[INFO] [stderr] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stderr] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stderr] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stderr] ... |
[INFO] [stderr] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stderr] 135 | | }
[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:125:1
[INFO] [stderr] |
[INFO] [stderr] 125 | / lazy_static! {
[INFO] [stderr] 126 | | // Matches links, capturing the value in their `href`:
[INFO] [stderr] 127 | | static ref A_TAG_RE: Regex = Regex::new(r#"]*href=["']((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))["'][^>]*>"#...
[INFO] [stderr] 128 | | static ref URL_RE: Regex = Regex::new(r#"((https?://)?([\da-zA-Z.-]+)\.([a-zA-Z]{2,10})[/]?([?]?[\S]*))"#).unwrap();
[INFO] [stderr] ... |
[INFO] [stderr] 134 | | static ref HTML_TAGS_RE: Regex = Regex::new(r#"<[^>]*>"#).unwrap();
[INFO] [stderr] 135 | | }
[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: `snooker` (lib) generated 4 warnings (2 duplicates)
[INFO] [stderr] warning: `snooker` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/snooker-7a84d7c32e38182c)
[INFO] [stdout]
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::spam_2 ... ok
[INFO] [stdout] test tests::spam_1 ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s
[INFO] [stdout]
[INFO] [stderr] Doc-tests snooker
[INFO] [stdout]
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 38) ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.97s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "a925ac603856c6b98de39fdb9e45781caf73bcac85fc7e1d9b587020b90ba645", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a925ac603856c6b98de39fdb9e45781caf73bcac85fc7e1d9b587020b90ba645", kill_on_drop: false }`
[INFO] [stdout] a925ac603856c6b98de39fdb9e45781caf73bcac85fc7e1d9b587020b90ba645