[INFO] updating cached repository https://github.com/krakatoa/rs-glacier [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c525bd63d0beeb905f5a7f8ae23372cc5b2ea7ec [INFO] testing krakatoa/rs-glacier against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrakatoa%2Frs-glacier" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/krakatoa/rs-glacier on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/krakatoa/rs-glacier [INFO] finished tweaking git repo https://github.com/krakatoa/rs-glacier [INFO] tweaked toml for git repo https://github.com/krakatoa/rs-glacier written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/krakatoa/rs-glacier already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/krakatoa/aws-rs` [INFO] [stderr] Updating git repository `https://github.com/zonyitoo/rust-ini.git` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 53b69869560b3874ac2e97a48f3ff226be0b3683f1f967007bac5b4ff1a2b08a [INFO] running `"docker" "start" "-a" "53b69869560b3874ac2e97a48f3ff226be0b3683f1f967007bac5b4ff1a2b08a"` [INFO] [stderr] Compiling liblmdb-sys v0.2.2 [INFO] [stderr] Compiling libsqlite3-sys v0.16.0 [INFO] [stderr] Compiling multimap v0.5.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling rust-ini v0.14.0 (https://github.com/zonyitoo/rust-ini.git#477b32a3) [INFO] [stderr] Compiling rusqlite v0.20.0 [INFO] [stderr] Compiling lmdb-rs v0.7.6 [INFO] [stderr] Compiling aws v0.0.1 (https://github.com/krakatoa/aws-rs#0a5a83f7) [INFO] [stderr] error[E0433]: failed to resolve: could not find `crypto` in `openssl` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:4:14 [INFO] [stderr] | [INFO] [stderr] 4 | use openssl::crypto::hash::hash; [INFO] [stderr] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `crypto` in `openssl` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:5:14 [INFO] [stderr] | [INFO] [stderr] 5 | use openssl::crypto::hmac::hmac; [INFO] [stderr] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `crypto` in `openssl` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:6:14 [INFO] [stderr] | [INFO] [stderr] 6 | use openssl::crypto::hash::Type::SHA256; [INFO] [stderr] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `url::percent_encoding::percent_encode_to`, `url::percent_encoding::FORM_URLENCODED_ENCODE_SET` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:10:29 [INFO] [stderr] | [INFO] [stderr] 10 | use url::percent_encoding::{percent_encode_to, FORM_URLENCODED_ENCODE_SET}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `FORM_URLENCODED_ENCODE_SET` in `percent_encoding` [INFO] [stderr] | | [INFO] [stderr] | no `percent_encode_to` in `percent_encoding` [INFO] [stderr] | help: a similar name exists in the module: `percent_encode` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::header::Headers` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use hyper::header::Headers; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Headers` in `header` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `header` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/http_headers.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | header! { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `header` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/http_headers.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | header! { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `hmac` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:126:9 [INFO] [stderr] | [INFO] [stderr] 126 | hmac(SHA256, &self.derived_signing_key(), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SHA256` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:126:14 [INFO] [stderr] | [INFO] [stderr] 126 | hmac(SHA256, &self.derived_signing_key(), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `hmac` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:133:21 [INFO] [stderr] | [INFO] [stderr] 133 | let kDate = hmac(SHA256, format!("AWS4{}", kSecret).as_bytes(), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SHA256` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:133:26 [INFO] [stderr] | [INFO] [stderr] 133 | let kDate = hmac(SHA256, format!("AWS4{}", kSecret).as_bytes(), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `hmac` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:135:23 [INFO] [stderr] | [INFO] [stderr] 135 | let kRegion = hmac(SHA256, &kDate, expand_string(&self.region).as_bytes()); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SHA256` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:135:28 [INFO] [stderr] | [INFO] [stderr] 135 | let kRegion = hmac(SHA256, &kDate, expand_string(&self.region).as_bytes()); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `hmac` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:136:24 [INFO] [stderr] | [INFO] [stderr] 136 | let kService = hmac(SHA256, &kRegion, expand_string(&self.service).as_bytes()); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SHA256` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:136:29 [INFO] [stderr] | [INFO] [stderr] 136 | let kService = hmac(SHA256, &kRegion, expand_string(&self.service).as_bytes()); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `hmac` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | hmac(SHA256, &kService, "aws4_request".as_bytes()) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SHA256` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:137:14 [INFO] [stderr] | [INFO] [stderr] 137 | hmac(SHA256, &kService, "aws4_request".as_bytes()) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `hash` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:267:13 [INFO] [stderr] | [INFO] [stderr] 267 | let h = hash(SHA256, val.as_bytes()); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use openssl::hash::hash; [INFO] [stderr] | [INFO] [stderr] 1 | use std::ptr::hash; [INFO] [stderr] | [INFO] [stderr] 1 | use url::quirks::hash; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SHA256` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:267:18 [INFO] [stderr] | [INFO] [stderr] 267 | let h = hash(SHA256, val.as_bytes()); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Response` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/request.rs:2:20 [INFO] [stderr] | [INFO] [stderr] 2 | use hyper::client::Response; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: crate `percent_encoding` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:10:10 [INFO] [stderr] | [INFO] [stderr] 10 | use url::percent_encoding::{percent_encode_to, FORM_URLENCODED_ENCODE_SET}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #![feature(collections)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #![feature(convert)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/credentials.rs:38:37 [INFO] [stderr] | [INFO] [stderr] 38 | self.profile = Some(String::from_str(profile)); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/request.rs:65:30 [INFO] [stderr] | [INFO] [stderr] 65 | let res = client.get(&url).headers(headers).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 `headers` found for type `hyper::client::ResponseFuture` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/request.rs:65:36 [INFO] [stderr] | [INFO] [stderr] 65 | let res = client.get(&url).headers(headers).send(); [INFO] [stderr] | ^^^^^^^ method not found in `hyper::client::ResponseFuture` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:56:28 [INFO] [stderr] | [INFO] [stderr] 56 | let path = String::from_str(path); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:62:30 [INFO] [stderr] | [INFO] [stderr] 62 | let method = String::from_str(method); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:68:29 [INFO] [stderr] | [INFO] [stderr] 68 | let query = String::from_str(query); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:74:31 [INFO] [stderr] | [INFO] [stderr] 74 | let payload = String::from_str(payload); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:80:30 [INFO] [stderr] | [INFO] [stderr] 80 | let region = String::from_str(region); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:86:31 [INFO] [stderr] | [INFO] [stderr] 86 | let service = String::from_str(service); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 32 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0432, E0433, E0554, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `aws`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "53b69869560b3874ac2e97a48f3ff226be0b3683f1f967007bac5b4ff1a2b08a"` [INFO] running `"docker" "rm" "-f" "53b69869560b3874ac2e97a48f3ff226be0b3683f1f967007bac5b4ff1a2b08a"` [INFO] [stdout] 53b69869560b3874ac2e97a48f3ff226be0b3683f1f967007bac5b4ff1a2b08a