[INFO] crate heliotrope 0.1.0 is already in cache [INFO] testing heliotrope-0.1.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate heliotrope 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate heliotrope 0.1.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate heliotrope 0.1.0 [INFO] finished tweaking crates.io crate heliotrope 0.1.0 [INFO] tweaked toml for crates.io crate heliotrope 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ca9682328e6a18e54cfdb0a673f44d59d90cbc1c92eb97ee9d16647da706628 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9ca9682328e6a18e54cfdb0a673f44d59d90cbc1c92eb97ee9d16647da706628", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ca9682328e6a18e54cfdb0a673f44d59d90cbc1c92eb97ee9d16647da706628", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ca9682328e6a18e54cfdb0a673f44d59d90cbc1c92eb97ee9d16647da706628", kill_on_drop: false }` [INFO] [stdout] 9ca9682328e6a18e54cfdb0a673f44d59d90cbc1c92eb97ee9d16647da706628 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6355be0c4b38edadf4f244d6e0b9ca18e70a8584a5f57c275045a7014c4c9fc1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6355be0c4b38edadf4f244d6e0b9ca18e70a8584a5f57c275045a7014c4c9fc1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling hyper v0.13.7 [INFO] [stderr] Compiling heliotrope v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `url::UrlParser` [INFO] [stdout] --> src/lib.rs:160:16 [INFO] [stdout] | [INFO] [stdout] 160 | use url::{Url, 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] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::header::ContentType` [INFO] [stdout] --> src/http_utils.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 3 | use hyper::header::{ContentType}; [INFO] [stdout] | ^^^^^^^^^^^ no `ContentType` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::status` [INFO] [stdout] --> src/http_utils.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | use hyper::status::StatusCode; [INFO] [stdout] | ^^^^^^ could not find `status` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/document.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | try!(e.emit_struct_field(&field.name, i, |e| field.value.encode(e))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/response.rs:25:30 [INFO] [stdout] | [INFO] [stdout] 25 | message: try!(d.read_struct_field("msg", 0, Decodable::decode)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/response.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 26 | status: try!(d.read_struct_field("code", 1, Decodable::decode)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/response.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | status: try!(d.read_struct_field("status", 0, Decodable::decode)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/response.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 50 | time: try!(d.read_struct_field("QTime", 1, Decodable::decode)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `json` [INFO] [stdout] --> src/response.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | use rustc_serialize::{json, Decodable, Decoder}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_query_from_pairs` found for struct `url::Url` in the current scope [INFO] [stdout] --> src/lib.rs:251:19 [INFO] [stdout] | [INFO] [stdout] 251 | query_url.set_query_from_pairs(query.to_pairs().iter().map(|&(ref x, ref y)| (&x[..], &y[..]))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ method not found in `url::Url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/http_utils.rs:16:38 [INFO] [stdout] | [INFO] [stdout] 16 | let result_response = client.get(&url.to_string()).send(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected struct `hyper::Uri`, found `&std::string::String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `send` found for struct `hyper::client::ResponseFuture` in the current scope [INFO] [stdout] --> src/http_utils.rs:16:56 [INFO] [stdout] | [INFO] [stdout] 16 | let result_response = client.get(&url.to_string()).send(); [INFO] [stdout] | ^^^^ method not found in `hyper::client::ResponseFuture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `Io` found for struct `hyper::Error` in the current scope [INFO] [stdout] --> src/http_utils.rs:28:32 [INFO] [stdout] | [INFO] [stdout] 28 | Err(Error::Io(err)) [INFO] [stdout] | ^^ associated item not found in `hyper::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `post` found for struct `hyper::Client` in the current scope [INFO] [stdout] --> src/http_utils.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 39 | let result_response = client.post(&url.to_string()) [INFO] [stdout] | ^^^^ method not found in `hyper::Client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `Io` found for struct `hyper::Error` in the current scope [INFO] [stdout] --> src/http_utils.rs:52:32 [INFO] [stdout] | [INFO] [stdout] 52 | Err(Error::Io(err)) [INFO] [stdout] | ^^ associated item not found in `hyper::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Read` [INFO] [stdout] --> src/http_utils.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::Read; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `heliotrope`. [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: build failed [INFO] running `Command { std: "docker" "inspect" "6355be0c4b38edadf4f244d6e0b9ca18e70a8584a5f57c275045a7014c4c9fc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6355be0c4b38edadf4f244d6e0b9ca18e70a8584a5f57c275045a7014c4c9fc1", kill_on_drop: false }` [INFO] [stdout] 6355be0c4b38edadf4f244d6e0b9ca18e70a8584a5f57c275045a7014c4c9fc1