[INFO] crate phoronix-reader 0.2.3 is already in cache
[INFO] checking phoronix-reader-0.2.3 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate phoronix-reader 0.2.3 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate phoronix-reader 0.2.3 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate phoronix-reader 0.2.3
[INFO] finished tweaking crates.io crate phoronix-reader 0.2.3
[INFO] tweaked toml for crates.io crate phoronix-reader 0.2.3 written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 011b5c96c6472b40e7708c60d7c0a66d16fd5dca790bbad489bea1084083954d
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "011b5c96c6472b40e7708c60d7c0a66d16fd5dca790bbad489bea1084083954d"`
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]    Compiling string_cache_codegen v0.4.4
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]    Compiling string_cache v0.7.5
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]    Compiling html5ever v0.23.0
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]     Checking hyper v0.13.4
[INFO] [stderr]    Compiling markup5ever v0.8.1
[INFO] [stderr]     Checking select v0.4.3
[INFO] [stderr]     Checking phoronix-reader v0.2.3 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `hyper::header::Connection`
[INFO] [stderr]  --> src/phoronix/homepage.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use hyper::header::Connection;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Connection` in `header`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `hyper::header::Connection`
[INFO] [stderr]  --> src/phoronix/homepage.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use hyper::header::Connection;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Connection` in `header`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `iter` found for struct `select::document::Find<'_, select::predicate::Name<&str>>` in the current scope
[INFO] [stderr]   --> src/phoronix/article.rs:17:52
[INFO] [stderr]    |
[INFO] [stderr] 17 |         Document::from(html).find(Name("article")).iter()
[INFO] [stderr]    |                                                    ^^^^ method not found in `select::document::Find<'_, select::predicate::Name<&str>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `first` found for struct `select::node::Find<'_, select::predicate::Name<&str>>` in the current scope
[INFO] [stderr]   --> src/phoronix/article.rs:24:43
[INFO] [stderr]    |
[INFO] [stderr] 24 |         let header = node.find(Name("a")).first().unwrap();
[INFO] [stderr]    |                                           ^^^^^ method not found in `select::node::Find<'_, select::predicate::Name<&str>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `first` found for struct `select::node::Find<'_, select::predicate::Class<&str>>` in the current scope
[INFO] [stderr]   --> src/phoronix/article.rs:27:55
[INFO] [stderr]    |
[INFO] [stderr] 27 |         let mut details = node.find(Class("details")).first().unwrap().text();
[INFO] [stderr]    |                                                       ^^^^^ method not found in `select::node::Find<'_, select::predicate::Class<&str>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `first` found for struct `select::node::Find<'_, select::predicate::Name<&str>>` in the current scope
[INFO] [stderr]   --> src/phoronix/article.rs:29:44
[INFO] [stderr]    |
[INFO] [stderr] 29 |         let summary = node.find(Name("p")).first().unwrap().text();
[INFO] [stderr]    |                                            ^^^^^ method not found in `select::node::Find<'_, select::predicate::Name<&str>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]  --> src/phoronix/homepage.rs:8:42
[INFO] [stderr]   |
[INFO] [stderr] 8 |     let mut response = Client::new().get("https://www.phoronix.com/").
[INFO] [stderr]   |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `hyper::Uri`, found `&str`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `header` found for struct `hyper::client::ResponseFuture` in the current scope
[INFO] [stderr]  --> src/phoronix/homepage.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 |         header(Connection::close()).send().unwrap();
[INFO] [stderr]   |         ^^^^^^ method not found in `hyper::client::ResponseFuture`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::io::Read`
[INFO] [stderr]  --> src/phoronix/homepage.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::io::Read;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error[E0599]: no method named `iter` found for struct `select::document::Find<'_, select::predicate::Name<&str>>` in the current scope
[INFO] [stderr]   --> src/phoronix/article.rs:17:52
[INFO] [stderr]    |
[INFO] [stderr] 17 |         Document::from(html).find(Name("article")).iter()
[INFO] [stderr]    |                                                    ^^^^ method not found in `select::document::Find<'_, select::predicate::Name<&str>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `first` found for struct `select::node::Find<'_, select::predicate::Name<&str>>` in the current scope
[INFO] [stderr]   --> src/phoronix/article.rs:24:43
[INFO] [stderr]    |
[INFO] [stderr] 24 |         let header = node.find(Name("a")).first().unwrap();
[INFO] [stderr]    |                                           ^^^^^ method not found in `select::node::Find<'_, select::predicate::Name<&str>>`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `phoronix-reader`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no method named `first` found for struct `select::node::Find<'_, select::predicate::Class<&str>>` in the current scope
[INFO] [stderr]   --> src/phoronix/article.rs:27:55
[INFO] [stderr]    |
[INFO] [stderr] 27 |         let mut details = node.find(Class("details")).first().unwrap().text();
[INFO] [stderr]    |                                                       ^^^^^ method not found in `select::node::Find<'_, select::predicate::Class<&str>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `first` found for struct `select::node::Find<'_, select::predicate::Name<&str>>` in the current scope
[INFO] [stderr]   --> src/phoronix/article.rs:29:44
[INFO] [stderr]    |
[INFO] [stderr] 29 |         let summary = node.find(Name("p")).first().unwrap().text();
[INFO] [stderr]    |                                            ^^^^^ method not found in `select::node::Find<'_, select::predicate::Name<&str>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]  --> src/phoronix/homepage.rs:8:42
[INFO] [stderr]   |
[INFO] [stderr] 8 |     let mut response = Client::new().get("https://www.phoronix.com/").
[INFO] [stderr]   |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `hyper::Uri`, found `&str`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `header` found for struct `hyper::client::ResponseFuture` in the current scope
[INFO] [stderr]  --> src/phoronix/homepage.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 |         header(Connection::close()).send().unwrap();
[INFO] [stderr]   |         ^^^^^^ method not found in `hyper::client::ResponseFuture`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::io::Read`
[INFO] [stderr]  --> src/phoronix/homepage.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::io::Read;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `phoronix-reader`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "011b5c96c6472b40e7708c60d7c0a66d16fd5dca790bbad489bea1084083954d"`
[INFO] running `"docker" "rm" "-f" "011b5c96c6472b40e7708c60d7c0a66d16fd5dca790bbad489bea1084083954d"`
[INFO] [stdout] 011b5c96c6472b40e7708c60d7c0a66d16fd5dca790bbad489bea1084083954d
