[INFO] updating cached repository https://github.com/krakatoa/rs-glacier
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] checking krakatoa/rs-glacier against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrakatoa%2Frs-glacier" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/krakatoa/rs-glacier on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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 /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/krakatoa/rs-glacier already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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 `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"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=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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 5d1b4a6242163c3082528037f5f7dd10d067ac2648b8cac2cf27678d45833e8b
[INFO] running `"docker" "start" "-a" "5d1b4a6242163c3082528037f5f7dd10d067ac2648b8cac2cf27678d45833e8b"`
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling standback v0.2.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.17.3
[INFO] [stderr]    Compiling liblmdb-sys v0.2.2
[INFO] [stderr]    Compiling const-random-macro v0.1.8
[INFO] [stderr]     Checking dlv-list v0.2.2
[INFO] [stderr]     Checking openssl v0.10.29
[INFO] [stderr]     Checking const-random v0.1.8
[INFO] [stderr]     Checking ahash v0.3.2
[INFO] [stderr]     Checking rusqlite v0.22.0
[INFO] [stderr]     Checking hashbrown v0.7.1
[INFO] [stderr]     Checking ordered-multimap v0.2.4
[INFO] [stderr]     Checking rust-ini v0.15.2 (https://github.com/zonyitoo/rust-ini.git#37144141)
[INFO] [stderr]     Checking lmdb-rs v0.7.6
[INFO] [stderr]    Compiling rustversion v1.0.2
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]    Compiling time-macros-impl v0.1.0
[INFO] [stderr]     Checking time-macros v0.1.0
[INFO] [stderr]    Compiling time v0.2.9
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]     Checking hyper v0.13.4
[INFO] [stderr]     Checking aws v0.0.1 (https://github.com/krakatoa/aws-rs#0a5a83f7)
[INFO] [stderr] error[E0432]: unresolved import `time::now_utc`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use time::now_utc;
[INFO] [stderr]   |     ^^^^^^^^^^^^^ no `now_utc` in the root
[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: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 import `time::Tm`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/signers/sigv4.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use time::Tm;
[INFO] [stderr]   |     ^^^^^^^^ no `Tm` in the root
[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_byte`
[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]     |
[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]    |                    ^^^^^^^^ private struct
[INFO] [stderr]    |
[INFO] [stderr] note: the struct `Response` is defined here
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.4/src/client/mod.rs:59:29
[INFO] [stderr]    |
[INFO] [stderr] 59 | use http::{Method, Request, Response, Uri, Version};
[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]     |          ^^^^^^^^^^^^^^^^ private crate
[INFO] [stderr]     |
[INFO] [stderr] note: the crate `percent_encoding` is defined here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-2.1.1/src/lib.rs:113:1
[INFO] [stderr]     |
[INFO] [stderr] 113 | extern crate percent_encoding;
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for struct `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/credentials.rs:48:25
[INFO] [stderr]    |
[INFO] [stderr] 48 |         self.key = Some(key.clone());
[INFO] [stderr]    |                         ^^^^^^^^^^^
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         expected struct `std::string::String`, found `&str`
[INFO] [stderr]    |                         help: try using a conversion method: `key.to_string()`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/aws-rs-56347bbce84903e6/0a5a83f/src/credentials.rs:49:28
[INFO] [stderr]    |
[INFO] [stderr] 49 |         self.secret = Some(secret.clone());
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^
[INFO] [stderr]    |                            |
[INFO] [stderr]    |                            expected struct `std::string::String`, found `&str`
[INFO] [stderr]    |                            help: try using a conversion method: `secret.to_string()`
[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 `&std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `headers` found for struct `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 struct `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 struct `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 struct `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 struct `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 struct `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 struct `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 34 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0432, E0433, 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" "5d1b4a6242163c3082528037f5f7dd10d067ac2648b8cac2cf27678d45833e8b"`
[INFO] running `"docker" "rm" "-f" "5d1b4a6242163c3082528037f5f7dd10d067ac2648b8cac2cf27678d45833e8b"`
[INFO] [stdout] 5d1b4a6242163c3082528037f5f7dd10d067ac2648b8cac2cf27678d45833e8b
