[INFO] cloning repository https://github.com/mod7ex/rust-crawler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mod7ex/rust-crawler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmod7ex%2Frust-crawler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmod7ex%2Frust-crawler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f16481e1a609efa16148ae22a741b3c178a22c96
[INFO] testing mod7ex/rust-crawler against 1.90.0 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmod7ex%2Frust-crawler" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mod7ex/rust-crawler
[INFO] finished tweaking git repo https://github.com/mod7ex/rust-crawler
[INFO] tweaked toml for git repo https://github.com/mod7ex/rust-crawler written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mod7ex/rust-crawler on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mod7ex/rust-crawler already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded parking_lot_core v0.9.6
[INFO] [stderr]   Downloaded tokio v1.24.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 41039b65301f48f91db7ea6f621a6971add10f14ea0f5dd33edc0d7ddf67631c
[INFO] running `Command { std: "docker" "start" "-a" "41039b65301f48f91db7ea6f621a6971add10f14ea0f5dd33edc0d7ddf67631c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41039b65301f48f91db7ea6f621a6971add10f14ea0f5dd33edc0d7ddf67631c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41039b65301f48f91db7ea6f621a6971add10f14ea0f5dd33edc0d7ddf67631c", kill_on_drop: false }`
[INFO] [stdout] 41039b65301f48f91db7ea6f621a6971add10f14ea0f5dd33edc0d7ddf67631c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 52f2d4cde70aa6556c8d8b7f4f659c1c699da01731ed620be93b359026d8f2a3
[INFO] running `Command { std: "docker" "start" "-a" "52f2d4cde70aa6556c8d8b7f4f659c1c699da01731ed620be93b359026d8f2a3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling proc-macro2 v1.0.50
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.6
[INFO] [stderr]    Compiling once_cell v1.17.0
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling tokio v1.24.2
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling hyper v0.14.23
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling string_cache v0.8.4
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling crawler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `hyper::status`, `hyper::Client`
[INFO] [stdout]    --> src/fetch.rs:9:13
[INFO] [stdout]     |
[INFO] [stdout]   9 | use hyper::{status::StatusCode, Client };
[INFO] [stdout]     |             ^^^^^^              ^^^^^^ no `Client` in the root
[INFO] [stdout]     |             |
[INFO] [stdout]     |             could not find `status` in `hyper`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.23/src/lib.rs:100:28
[INFO] [stdout]     |
[INFO] [stdout]  95 |     #![feature = "client"]
[INFO] [stdout]     |        ------------------ the item is gated behind the `client` feature
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub use crate::client::Client;
[INFO] [stdout]     |                            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `url::ParseResult`, `url::UrlParser`
[INFO] [stdout]   --> src/fetch.rs:10:16
[INFO] [stdout]    |
[INFO] [stdout] 10 | use url::{Url, ParseResult, UrlParser};
[INFO] [stdout]    |                ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout]    |                |            |
[INFO] [stdout]    |                |            no `UrlParser` in the root
[INFO] [stdout]    |                |            help: a similar name exists in the module: `Parser`
[INFO] [stdout]    |                no `ParseResult` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RcDom` in this scope
[INFO] [stdout]   --> src/parse.rs:10:36
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_html(source: &str) -> RcDom {
[INFO] [stdout]    |                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stdout]   --> src/parse.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn get_urls(handle: Handle) -> Vec<String> {
[INFO] [stdout]    |                         ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stdout]   --> src/parse.rs:40:33
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn get_elements_by_name(handle: Handle, element_name: &str, out: &mut Vec<NodeData>) {
[INFO] [stdout]    |                                 ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `NodeData` in this scope
[INFO] [stdout]   --> src/parse.rs:40:75
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn get_elements_by_name(handle: Handle, element_name: &str, out: &mut Vec<NodeData>) {
[INFO] [stdout]    |                                                                           ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn get_elements_by_name<NodeData>(handle: Handle, element_name: &str, out: &mut Vec<NodeData>) {
[INFO] [stdout]    |                        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TreeSink`
[INFO] [stdout]  --> src/parse.rs:5:28
[INFO] [stdout]   |
[INFO] [stdout] 5 |     interface::{Attribute, TreeSink},
[INFO] [stdout]   |                            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RcDom`
[INFO] [stdout]   --> src/parse.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 |     parse_document(RcDom::default(), Default::default())
[INFO] [stdout]    |                    ^^^^^ use of undeclared type `RcDom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `serialize` found for reference `&Url` in the current scope
[INFO] [stdout]   --> src/fetch.rs:85:26
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let url_string = url.serialize();
[INFO] [stdout]    |                          ^^^^^^^^^ method not found in `&Url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `serialize` found for reference `&Url` in the current scope
[INFO] [stdout]    --> src/crawler.rs:101:55
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let to_visit = Arc::new(Mutex::new(vec![start_url.serialize()]));
[INFO] [stdout]     |                                                       ^^^^^^^^^ method not found in `&Url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crawler` (bin "crawler") due to 12 previous errors; 1 warning emitted
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeData`
[INFO] [stdout]   --> src/parse.rs:51:22
[INFO] [stdout]    |
[INFO] [stdout] 51 |             out.push(NodeData::Element {
[INFO] [stdout]    |                      ^^^^^^^^ use of undeclared type `NodeData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeData`
[INFO] [stdout]   --> src/parse.rs:24:16
[INFO] [stdout]    |
[INFO] [stdout] 24 |         if let NodeData::Element { ref attrs, .. } = node {
[INFO] [stdout]    |                ^^^^^^^^ use of undeclared type `NodeData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeData`
[INFO] [stdout]   --> src/parse.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 |     if let NodeData::Element {
[INFO] [stdout]    |            ^^^^^^^^ use of undeclared type `NodeData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "52f2d4cde70aa6556c8d8b7f4f659c1c699da01731ed620be93b359026d8f2a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52f2d4cde70aa6556c8d8b7f4f659c1c699da01731ed620be93b359026d8f2a3", kill_on_drop: false }`
[INFO] [stdout] 52f2d4cde70aa6556c8d8b7f4f659c1c699da01731ed620be93b359026d8f2a3
