[INFO] crate heliotrope 0.1.0 is already in cache [INFO] extracting crate heliotrope 0.1.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/heliotrope/0.1.0 [INFO] extracting crate heliotrope 0.1.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/heliotrope/0.1.0 [INFO] validating manifest of heliotrope-0.1.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of heliotrope-0.1.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing heliotrope-0.1.0 [INFO] finished frobbing heliotrope-0.1.0 [INFO] frobbed toml for heliotrope-0.1.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/heliotrope/0.1.0/Cargo.toml [INFO] started frobbing heliotrope-0.1.0 [INFO] finished frobbing heliotrope-0.1.0 [INFO] frobbed toml for heliotrope-0.1.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/heliotrope/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking heliotrope-0.1.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-4/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/heliotrope/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8fbb25131d687b904cf4048d5b0f54eff1575eed3622f56e05955d413e73bd60 [INFO] running `"docker" "start" "-a" "8fbb25131d687b904cf4048d5b0f54eff1575eed3622f56e05955d413e73bd60"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking heliotrope v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `url::UrlParser` [INFO] [stderr] --> src/lib.rs:160:16 [INFO] [stderr] | [INFO] [stderr] 160 | use url::{Url, UrlParser}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `UrlParser` in the root [INFO] [stderr] | help: a similar name exists in the module: `Parser` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::header::ContentType` [INFO] [stderr] --> src/http_utils.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use hyper::header::{ContentType}; [INFO] [stderr] | ^^^^^^^^^^^ no `ContentType` in `header` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::status` [INFO] [stderr] --> src/http_utils.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | use hyper::status::StatusCode; [INFO] [stderr] | ^^^^^^ could not find `status` in `hyper` [INFO] [stderr] [INFO] [stderr] warning: unused import: `json` [INFO] [stderr] --> src/response.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | use rustc_serialize::{json, Decodable, Decoder}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `url::UrlParser` [INFO] [stderr] --> src/lib.rs:160:16 [INFO] [stderr] | [INFO] [stderr] 160 | use url::{Url, UrlParser}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `UrlParser` in the root [INFO] [stderr] | help: a similar name exists in the module: `Parser` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::header::ContentType` [INFO] [stderr] --> src/http_utils.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use hyper::header::{ContentType}; [INFO] [stderr] | ^^^^^^^^^^^ no `ContentType` in `header` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::status` [INFO] [stderr] --> src/http_utils.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | use hyper::status::StatusCode; [INFO] [stderr] | ^^^^^^ could not find `status` in `hyper` [INFO] [stderr] [INFO] [stderr] warning: unused import: `json` [INFO] [stderr] --> src/response.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | use rustc_serialize::{json, Decodable, Decoder}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_query_from_pairs` found for type `url::Url` in the current scope [INFO] [stderr] --> src/lib.rs:251:19 [INFO] [stderr] | [INFO] [stderr] 251 | query_url.set_query_from_pairs(query.to_pairs().iter().map(|&(ref x, ref y)| (&x[..], &y[..]))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_query_from_pairs` found for type `url::Url` in the current scope [INFO] [stderr] --> src/lib.rs:251:19 [INFO] [stderr] | [INFO] [stderr] 251 | query_url.set_query_from_pairs(query.to_pairs().iter().map(|&(ref x, ref y)| (&x[..], &y[..]))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/http_utils.rs:16:38 [INFO] [stderr] | [INFO] [stderr] 16 | let result_response = client.get(&url.to_string()).send(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ expected struct `hyper::Uri`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `hyper::Uri` [INFO] [stderr] found type `&std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `send` found for type `hyper::client::ResponseFuture` in the current scope [INFO] [stderr] --> src/http_utils.rs:16:56 [INFO] [stderr] | [INFO] [stderr] 16 | let result_response = client.get(&url.to_string()).send(); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Io` found for type `hyper::Error` in the current scope [INFO] [stderr] --> src/http_utils.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | Err(Error::Io(err)) [INFO] [stderr] | ^^ associated item not found in `hyper::Error` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `post` found for type `hyper::Client` in the current scope [INFO] [stderr] --> src/http_utils.rs:39:34 [INFO] [stderr] | [INFO] [stderr] 39 | let result_response = client.post(&url.to_string()) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Io` found for type `hyper::Error` in the current scope [INFO] [stderr] --> src/http_utils.rs:52:32 [INFO] [stderr] | [INFO] [stderr] 52 | Err(Error::Io(err)) [INFO] [stderr] | ^^ associated item not found in `hyper::Error` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/http_utils.rs:16:38 [INFO] [stderr] | [INFO] [stderr] 16 | let result_response = client.get(&url.to_string()).send(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ expected struct `hyper::Uri`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `hyper::Uri` [INFO] [stderr] found type `&std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `send` found for type `hyper::client::ResponseFuture` in the current scope [INFO] [stderr] --> src/http_utils.rs:16:56 [INFO] [stderr] | [INFO] [stderr] 16 | let result_response = client.get(&url.to_string()).send(); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Io` found for type `hyper::Error` in the current scope [INFO] [stderr] --> src/http_utils.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | Err(Error::Io(err)) [INFO] [stderr] | ^^ associated item not found in `hyper::Error` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `post` found for type `hyper::Client` in the current scope [INFO] [stderr] --> src/http_utils.rs:39:34 [INFO] [stderr] | [INFO] [stderr] 39 | let result_response = client.post(&url.to_string()) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Io` found for type `hyper::Error` in the current scope [INFO] [stderr] --> src/http_utils.rs:52:32 [INFO] [stderr] | [INFO] [stderr] 52 | Err(Error::Io(err)) [INFO] [stderr] | ^^ associated item not found in `hyper::Error` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/http_utils.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 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] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/http_utils.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 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 `heliotrope`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `heliotrope`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8fbb25131d687b904cf4048d5b0f54eff1575eed3622f56e05955d413e73bd60"` [INFO] running `"docker" "rm" "-f" "8fbb25131d687b904cf4048d5b0f54eff1575eed3622f56e05955d413e73bd60"` [INFO] [stdout] 8fbb25131d687b904cf4048d5b0f54eff1575eed3622f56e05955d413e73bd60