[INFO] crate phoronix-reader 0.2.3 is already in cache [INFO] testing phoronix-reader-0.2.3 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate phoronix-reader 0.2.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate phoronix-reader 0.2.3 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "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-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 70e1e77f9ffcd101678dfd35ac206558491667fc83d33b41ab9c083cd662faa7 [INFO] running `"docker" "start" "-a" "70e1e77f9ffcd101678dfd35ac206558491667fc83d33b41ab9c083cd662faa7"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling tokio v0.2.18 [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 tokio-util v0.3.1 [INFO] [stderr] Compiling h2 v0.2.4 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling pin-project-internal v0.4.9 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling html5ever v0.23.0 [INFO] [stderr] Compiling pin-project v0.4.9 [INFO] [stderr] Compiling hyper v0.13.5 [INFO] [stderr] Compiling markup5ever v0.8.1 [INFO] [stderr] Compiling select v0.4.3 [INFO] [stderr] Compiling 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[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; 1 warning emitted [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" "70e1e77f9ffcd101678dfd35ac206558491667fc83d33b41ab9c083cd662faa7"` [INFO] running `"docker" "rm" "-f" "70e1e77f9ffcd101678dfd35ac206558491667fc83d33b41ab9c083cd662faa7"` [INFO] [stdout] 70e1e77f9ffcd101678dfd35ac206558491667fc83d33b41ab9c083cd662faa7