[INFO] crate phoronix-reader 0.2.3 is already in cache
[INFO] checking phoronix-reader-0.2.3 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate phoronix-reader 0.2.3 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate phoronix-reader 0.2.3 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 7bf2dfa313e2f8e8487064976ea4d6cc7e907b27c228f9e0c8296356a906078c
[INFO] running `"docker" "start" "-a" "7bf2dfa313e2f8e8487064976ea4d6cc7e907b27c228f9e0c8296356a906078c"`
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling serde_json v1.0.51
[INFO] [stderr]     Checking hyper v0.13.4
[INFO] [stderr]     Checking string_cache v0.7.5
[INFO] [stderr]    Compiling markup5ever v0.8.1
[INFO] [stderr]    Compiling html5ever v0.23.0
[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 `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[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: 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[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" "7bf2dfa313e2f8e8487064976ea4d6cc7e907b27c228f9e0c8296356a906078c"`
[INFO] running `"docker" "rm" "-f" "7bf2dfa313e2f8e8487064976ea4d6cc7e907b27c228f9e0c8296356a906078c"`
[INFO] [stdout] 7bf2dfa313e2f8e8487064976ea4d6cc7e907b27c228f9e0c8296356a906078c
