[INFO] fetching crate sss 0.0.0... [INFO] checking sss-0.0.0 against beta for pr-78714 [INFO] extracting crate sss 0.0.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate sss 0.0.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sss 0.0.0 [INFO] finished tweaking crates.io crate sss 0.0.0 [INFO] tweaked toml for crates.io crate sss 0.0.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] baad3b65fa4e3bd255fc341eda085d5d77154805f3ca3cc525bfe5cd16bf6164 [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" "baad3b65fa4e3bd255fc341eda085d5d77154805f3ca3cc525bfe5cd16bf6164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "baad3b65fa4e3bd255fc341eda085d5d77154805f3ca3cc525bfe5cd16bf6164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "baad3b65fa4e3bd255fc341eda085d5d77154805f3ca3cc525bfe5cd16bf6164", kill_on_drop: false }` [INFO] [stdout] baad3b65fa4e3bd255fc341eda085d5d77154805f3ca3cc525bfe5cd16bf6164 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf476c921ea0ce9ea9d1d154636eb0d4cd37ad631eadc2b2cc58d5f8f7ef4fb6 [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" "bf476c921ea0ce9ea9d1d154636eb0d4cd37ad631eadc2b2cc58d5f8f7ef4fb6", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking tokio v0.2.23 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Checking pin-project v1.0.1 [INFO] [stderr] Checking futures-util v0.3.8 [INFO] [stderr] Checking pin-project v0.4.27 [INFO] [stderr] Checking tracing-futures v0.2.4 [INFO] [stderr] Checking h2 v0.2.7 [INFO] [stderr] Checking hyper v0.13.9 [INFO] [stderr] Checking sss v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `hyper::client::request` [INFO] [stdout] --> src/connection.rs:1:20 [INFO] [stdout] | [INFO] [stdout] 1 | use hyper::client::request::Request; [INFO] [stdout] | ^^^^^^^ could not find `request` in `client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::header::Headers` [INFO] [stdout] --> src/connection.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use hyper::header::Headers; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::header::HeaderView` [INFO] [stdout] --> src/connection.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hyper::header::HeaderView; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `HeaderView` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::net` [INFO] [stdout] --> src/connection.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | use hyper::net::Fresh; [INFO] [stdout] | ^^^ could not find `net` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::Url` [INFO] [stdout] --> src/connection.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use hyper::Url; [INFO] [stdout] | ^^^^^^^--- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Uri` [INFO] [stdout] | no `Url` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `chrono::UTC` [INFO] [stdout] --> src/connection.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use chrono::UTC; [INFO] [stdout] | ^^^^^^^^^^^ no `UTC` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `openssl::crypto` [INFO] [stdout] --> src/connection.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | use openssl::crypto::hash; [INFO] [stdout] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `openssl::crypto` [INFO] [stdout] --> src/connection.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | use openssl::crypto::hmac; [INFO] [stdout] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `header` in this scope [INFO] [stdout] --> src/connection.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | header! { (XAMZHash, "x-amz-content-sha256") => [String] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `header` in this scope [INFO] [stdout] --> src/connection.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | header! { (XAMZDate, "x-amz-date") => [String] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `header` in this scope [INFO] [stdout] --> src/connection.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | header! { (Authorization, "Authorization") => [String] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `status` in `hyper` [INFO] [stdout] --> src/bucket.rs:63:38 [INFO] [stdout] | [INFO] [stdout] 63 | if response.status == hyper::status::StatusCode::Ok { [INFO] [stdout] | ^^^^^^ could not find `status` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `net` in `hyper` [INFO] [stdout] --> src/bucket.rs:77:63 [INFO] [stdout] | [INFO] [stdout] 77 | fn request(&self) -> Result, Error> { [INFO] [stdout] | ^^^ could not find `net` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Url` in `hyper` [INFO] [stdout] --> src/bucket.rs:78:26 [INFO] [stdout] | [INFO] [stdout] 78 | let url = hyper::Url::parse(&self.bucket.object_url(&self.path)) [INFO] [stdout] | ^^^ could not find `Url` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `method` in `hyper` [INFO] [stdout] --> src/bucket.rs:80:62 [INFO] [stdout] | [INFO] [stdout] 80 | let mut request = hyper::client::Request::new(hyper::method::Method::Get, url).ok().expect("could not create request"); [INFO] [stdout] | ^^^^^^ could not find `method` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `XAMZHash` in this scope [INFO] [stdout] --> src/connection.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | headers.set(XAMZHash(payload_hash.to_owned())); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `XAMZDate` in this scope [INFO] [stdout] --> src/connection.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | headers.set(XAMZDate(self.timestamp(&dt))); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Authorization` in this scope [INFO] [stdout] --> src/connection.rs:99:25 [INFO] [stdout] | [INFO] [stdout] 99 | headers.set(Authorization(auth.to_owned())); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Headers` in module `hyper::header` [INFO] [stdout] --> src/bucket.rs:86:57 [INFO] [stdout] | [INFO] [stdout] 86 | fn fill_headers(&self, headers: &mut hyper::header::Headers) { [INFO] [stdout] | ^^^^^^^ not found in `hyper::header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: struct `Response` is private [INFO] [stdout] --> src/connection.rs:2:20 [INFO] [stdout] | [INFO] [stdout] 2 | use hyper::client::Response; [INFO] [stdout] | ^^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `Response` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.9/src/client/mod.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | use http::{Method, Request, Response, Uri, Version}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: struct `Response` is private [INFO] [stdout] --> src/bucket.rs:56:49 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn send(&self) -> Result { [INFO] [stdout] | ^^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `Response` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.9/src/client/mod.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | use http::{Method, Request, Response, Uri, Version}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: struct `Request` is private [INFO] [stdout] --> src/bucket.rs:77:48 [INFO] [stdout] | [INFO] [stdout] 77 | fn request(&self) -> Result, Error> { [INFO] [stdout] | ^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `Request` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.9/src/client/mod.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | use http::{Method, Request, Response, Uri, Version}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::client::request` [INFO] [stdout] --> src/connection.rs:1:20 [INFO] [stdout] | [INFO] [stdout] 1 | use hyper::client::request::Request; [INFO] [stdout] | ^^^^^^^ could not find `request` in `client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: struct `Request` is private [INFO] [stdout] --> src/bucket.rs:80:42 [INFO] [stdout] | [INFO] [stdout] 80 | let mut request = hyper::client::Request::new(hyper::method::Method::Get, url).ok().expect("could not create request"); [INFO] [stdout] | ^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `Request` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.9/src/client/mod.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | use http::{Method, Request, Response, Uri, Version}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::header::Headers` [INFO] [stdout] --> src/connection.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use hyper::header::Headers; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::header::HeaderView` [INFO] [stdout] --> src/connection.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hyper::header::HeaderView; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `HeaderView` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::net` [INFO] [stdout] --> src/connection.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | use hyper::net::Fresh; [INFO] [stdout] | ^^^ could not find `net` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::Url` [INFO] [stdout] --> src/connection.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use hyper::Url; [INFO] [stdout] | ^^^^^^^--- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Uri` [INFO] [stdout] | no `Url` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `chrono::UTC` [INFO] [stdout] --> src/connection.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use chrono::UTC; [INFO] [stdout] | ^^^^^^^^^^^ no `UTC` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `openssl::crypto` [INFO] [stdout] --> src/connection.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | use openssl::crypto::hash; [INFO] [stdout] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `openssl::crypto` [INFO] [stdout] --> src/connection.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | use openssl::crypto::hmac; [INFO] [stdout] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `header` in this scope [INFO] [stdout] --> src/connection.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | header! { (XAMZHash, "x-amz-content-sha256") => [String] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `header` in this scope [INFO] [stdout] --> src/connection.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | header! { (XAMZDate, "x-amz-date") => [String] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `header` in this scope [INFO] [stdout] --> src/connection.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | header! { (Authorization, "Authorization") => [String] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stdout] --> src/connection.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stdout] --> src/bucket.rs:56:34 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn send(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected 1 type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0412, E0425, E0432, E0433, E0603. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sss` [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] [stdout] error[E0433]: failed to resolve: could not find `status` in `hyper` [INFO] [stdout] --> src/bucket.rs:63:38 [INFO] [stdout] | [INFO] [stdout] 63 | if response.status == hyper::status::StatusCode::Ok { [INFO] [stdout] | ^^^^^^ could not find `status` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `net` in `hyper` [INFO] [stdout] --> src/bucket.rs:77:63 [INFO] [stdout] | [INFO] [stdout] 77 | fn request(&self) -> Result, Error> { [INFO] [stdout] | ^^^ could not find `net` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Url` in `hyper` [INFO] [stdout] --> src/bucket.rs:78:26 [INFO] [stdout] | [INFO] [stdout] 78 | let url = hyper::Url::parse(&self.bucket.object_url(&self.path)) [INFO] [stdout] | ^^^ could not find `Url` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `method` in `hyper` [INFO] [stdout] --> src/bucket.rs:80:62 [INFO] [stdout] | [INFO] [stdout] 80 | let mut request = hyper::client::Request::new(hyper::method::Method::Get, url).ok().expect("could not create request"); [INFO] [stdout] | ^^^^^^ could not find `method` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `XAMZHash` in this scope [INFO] [stdout] --> src/connection.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | headers.set(XAMZHash(payload_hash.to_owned())); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `XAMZDate` in this scope [INFO] [stdout] --> src/connection.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | headers.set(XAMZDate(self.timestamp(&dt))); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Authorization` in this scope [INFO] [stdout] --> src/connection.rs:99:25 [INFO] [stdout] | [INFO] [stdout] 99 | headers.set(Authorization(auth.to_owned())); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Headers` in module `hyper::header` [INFO] [stdout] --> src/bucket.rs:86:57 [INFO] [stdout] | [INFO] [stdout] 86 | fn fill_headers(&self, headers: &mut hyper::header::Headers) { [INFO] [stdout] | ^^^^^^^ not found in `hyper::header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: struct `Response` is private [INFO] [stdout] --> src/connection.rs:2:20 [INFO] [stdout] | [INFO] [stdout] 2 | use hyper::client::Response; [INFO] [stdout] | ^^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `Response` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.9/src/client/mod.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | use http::{Method, Request, Response, Uri, Version}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: struct `Response` is private [INFO] [stdout] --> src/bucket.rs:56:49 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn send(&self) -> Result { [INFO] [stdout] | ^^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `Response` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.9/src/client/mod.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | use http::{Method, Request, Response, Uri, Version}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: struct `Request` is private [INFO] [stdout] --> src/bucket.rs:77:48 [INFO] [stdout] | [INFO] [stdout] 77 | fn request(&self) -> Result, Error> { [INFO] [stdout] | ^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `Request` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.9/src/client/mod.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | use http::{Method, Request, Response, Uri, Version}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: struct `Request` is private [INFO] [stdout] --> src/bucket.rs:80:42 [INFO] [stdout] | [INFO] [stdout] 80 | let mut request = hyper::client::Request::new(hyper::method::Method::Get, url).ok().expect("could not create request"); [INFO] [stdout] | ^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `Request` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.9/src/client/mod.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | use http::{Method, Request, Response, Uri, Version}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stdout] --> src/connection.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stdout] --> src/bucket.rs:56:34 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn send(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected 1 type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0412, E0425, E0432, E0433, E0603. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "bf476c921ea0ce9ea9d1d154636eb0d4cd37ad631eadc2b2cc58d5f8f7ef4fb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf476c921ea0ce9ea9d1d154636eb0d4cd37ad631eadc2b2cc58d5f8f7ef4fb6", kill_on_drop: false }` [INFO] [stdout] bf476c921ea0ce9ea9d1d154636eb0d4cd37ad631eadc2b2cc58d5f8f7ef4fb6