Sep 20 06:20:15.606 INFO checking aws-sdk-rust-0.1.42 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 06:20:15.606 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 06:20:15.606 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:20:15.986 INFO blam! c53455efa4728c1e20cd36a30aad1e7e1147b9510d6a0284fd40e86414f10b18 Sep 20 06:20:15.988 INFO running `"docker" "start" "-a" "c53455efa4728c1e20cd36a30aad1e7e1147b9510d6a0284fd40e86414f10b18"` Sep 20 06:20:17.261 INFO kablam! usermod: no changes Sep 20 06:20:17.623 INFO kablam! Checking aws-sdk-rust v0.1.42 (/source) Sep 20 06:20:21.255 INFO kablam! error[E0432]: unresolved import `region` Sep 20 06:20:21.255 INFO kablam! --> src/aws/common/signature.rs:688:9 Sep 20 06:20:21.255 INFO kablam! | Sep 20 06:20:21.255 INFO kablam! 688 | use region::Region; Sep 20 06:20:21.255 INFO kablam! | ^^^^^^ Did you mean `aws::common::region`? Sep 20 06:20:21.255 INFO kablam! Sep 20 06:20:21.258 INFO kablam! error[E0432]: unresolved import `super::super::ProfileProvider` Sep 20 06:20:21.258 INFO kablam! --> src/aws/common/signature.rs:692:9 Sep 20 06:20:21.258 INFO kablam! | Sep 20 06:20:21.258 INFO kablam! 692 | use super::super::ProfileProvider; Sep 20 06:20:21.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ProfileProvider` in `aws::common` Sep 20 06:20:21.258 INFO kablam! Sep 20 06:20:21.258 INFO kablam! error[E0432]: unresolved import `super::super::credential` Sep 20 06:20:21.258 INFO kablam! --> src/aws/common/signature.rs:693:23 Sep 20 06:20:21.258 INFO kablam! | Sep 20 06:20:21.258 INFO kablam! 693 | use super::super::credential::ProvideAwsCredentials; Sep 20 06:20:21.258 INFO kablam! | ^^^^^^^^^^ Could not find `credential` in `super` Sep 20 06:20:21.258 INFO kablam! Sep 20 06:20:21.590 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 06:20:21.590 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 20 06:20:21.591 INFO kablam! | Sep 20 06:20:21.591 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 20 06:20:21.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 06:20:21.592 INFO kablam! | Sep 20 06:20:21.592 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 06:20:21.593 INFO kablam! Sep 20 06:20:21.593 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 06:20:21.594 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 20 06:20:21.594 INFO kablam! | Sep 20 06:20:21.594 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 20 06:20:21.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 06:20:21.595 INFO kablam! Sep 20 06:20:21.595 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 06:20:21.596 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 20 06:20:21.596 INFO kablam! | Sep 20 06:20:21.596 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 20 06:20:21.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 06:20:21.597 INFO kablam! Sep 20 06:20:21.600 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 20 06:20:21.600 INFO kablam! --> src/aws/common/credentials.rs:288:30 Sep 20 06:20:21.600 INFO kablam! | Sep 20 06:20:21.601 INFO kablam! 288 | let location = match env::home_dir() { Sep 20 06:20:21.601 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 06:20:21.601 INFO kablam! Sep 20 06:20:21.706 INFO kablam! warning: unused import: `super::super::credential::ProvideAwsCredentials` Sep 20 06:20:21.707 INFO kablam! --> src/aws/common/signature.rs:693:9 Sep 20 06:20:21.707 INFO kablam! | Sep 20 06:20:21.707 INFO kablam! 693 | use super::super::credential::ProvideAwsCredentials; Sep 20 06:20:21.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:20:21.708 INFO kablam! | Sep 20 06:20:21.709 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:20:21.709 INFO kablam! Sep 20 06:20:22.101 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 06:20:22.101 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 20 06:20:22.102 INFO kablam! | Sep 20 06:20:22.102 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 20 06:20:22.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 06:20:22.103 INFO kablam! | Sep 20 06:20:22.103 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 06:20:22.104 INFO kablam! Sep 20 06:20:22.105 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 06:20:22.105 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 20 06:20:22.106 INFO kablam! | Sep 20 06:20:22.106 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 20 06:20:22.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 06:20:22.107 INFO kablam! Sep 20 06:20:22.108 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 06:20:22.108 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 20 06:20:22.108 INFO kablam! | Sep 20 06:20:22.109 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 20 06:20:22.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 06:20:22.109 INFO kablam! Sep 20 06:20:22.118 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 20 06:20:22.119 INFO kablam! --> src/aws/common/credentials.rs:288:30 Sep 20 06:20:22.119 INFO kablam! | Sep 20 06:20:22.120 INFO kablam! 288 | let location = match env::home_dir() { Sep 20 06:20:22.120 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 06:20:22.120 INFO kablam! Sep 20 06:20:22.466 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 06:20:22.466 INFO kablam! --> src/aws/common/signature.rs:354:18 Sep 20 06:20:22.466 INFO kablam! | Sep 20 06:20:22.466 INFO kablam! 354 | hmac.finish().unwrap().to_base64(STANDARD) Sep 20 06:20:22.466 INFO kablam! | ^^^^^^ Sep 20 06:20:22.466 INFO kablam! Sep 20 06:20:22.506 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 06:20:22.506 INFO kablam! --> src/aws/common/signature.rs:474:10 Sep 20 06:20:22.510 INFO kablam! | Sep 20 06:20:22.510 INFO kablam! 474 | hmac.finish().unwrap().to_hex().to_string() Sep 20 06:20:22.510 INFO kablam! | ^^^^^^ Sep 20 06:20:22.510 INFO kablam! Sep 20 06:20:22.520 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 06:20:22.520 INFO kablam! --> src/aws/common/signature.rs:481:23 Sep 20 06:20:22.520 INFO kablam! | Sep 20 06:20:22.520 INFO kablam! 481 | let k_date = hmac.finish().unwrap(); Sep 20 06:20:22.520 INFO kablam! | ^^^^^^ Sep 20 06:20:22.520 INFO kablam! Sep 20 06:20:22.521 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 06:20:22.521 INFO kablam! --> src/aws/common/signature.rs:486:25 Sep 20 06:20:22.521 INFO kablam! | Sep 20 06:20:22.521 INFO kablam! 486 | let k_region = hmac.finish().unwrap(); Sep 20 06:20:22.521 INFO kablam! | ^^^^^^ Sep 20 06:20:22.521 INFO kablam! Sep 20 06:20:22.522 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 06:20:22.522 INFO kablam! --> src/aws/common/signature.rs:491:26 Sep 20 06:20:22.522 INFO kablam! | Sep 20 06:20:22.522 INFO kablam! 491 | let k_service = hmac.finish().unwrap(); Sep 20 06:20:22.522 INFO kablam! | ^^^^^^ Sep 20 06:20:22.522 INFO kablam! Sep 20 06:20:22.522 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 06:20:22.522 INFO kablam! --> src/aws/common/signature.rs:496:10 Sep 20 06:20:22.522 INFO kablam! | Sep 20 06:20:22.522 INFO kablam! 496 | hmac.finish().unwrap() Sep 20 06:20:22.522 INFO kablam! | ^^^^^^ Sep 20 06:20:22.522 INFO kablam! Sep 20 06:20:23.352 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 20 06:20:23.352 INFO kablam! --> src/aws/common/xmlutil.rs:378:34 Sep 20 06:20:23.352 INFO kablam! | Sep 20 06:20:23.352 INFO kablam! 378 | let my_stack = my_parser.events().peekable(); Sep 20 06:20:23.352 INFO kablam! | ^^^^^^ Sep 20 06:20:23.352 INFO kablam! Sep 20 06:20:23.357 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 20 06:20:23.357 INFO kablam! --> src/aws/common/xmlutil.rs:400:34 Sep 20 06:20:23.357 INFO kablam! | Sep 20 06:20:23.357 INFO kablam! 400 | let my_stack = my_parser.events().peekable(); Sep 20 06:20:23.357 INFO kablam! | ^^^^^^ Sep 20 06:20:23.357 INFO kablam! Sep 20 06:20:23.361 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 20 06:20:23.361 INFO kablam! --> src/aws/common/xmlutil.rs:419:34 Sep 20 06:20:23.361 INFO kablam! | Sep 20 06:20:23.361 INFO kablam! 419 | let my_stack = my_parser.events().peekable(); Sep 20 06:20:23.361 INFO kablam! | ^^^^^^ Sep 20 06:20:23.361 INFO kablam! Sep 20 06:20:23.372 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 20 06:20:23.372 INFO kablam! --> src/aws/common/xmlutil.rs:439:34 Sep 20 06:20:23.372 INFO kablam! | Sep 20 06:20:23.372 INFO kablam! 439 | let my_stack = my_parser.events().peekable(); Sep 20 06:20:23.372 INFO kablam! | ^^^^^^ Sep 20 06:20:23.372 INFO kablam! Sep 20 06:20:23.414 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 06:20:23.414 INFO kablam! --> src/aws/common/signature.rs:354:18 Sep 20 06:20:23.414 INFO kablam! | Sep 20 06:20:23.414 INFO kablam! 354 | hmac.finish().unwrap().to_base64(STANDARD) Sep 20 06:20:23.414 INFO kablam! | ^^^^^^ Sep 20 06:20:23.414 INFO kablam! Sep 20 06:20:23.435 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 06:20:23.436 INFO kablam! --> src/aws/common/signature.rs:474:10 Sep 20 06:20:23.436 INFO kablam! | Sep 20 06:20:23.436 INFO kablam! 474 | hmac.finish().unwrap().to_hex().to_string() Sep 20 06:20:23.436 INFO kablam! | ^^^^^^ Sep 20 06:20:23.436 INFO kablam! Sep 20 06:20:23.455 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 06:20:23.455 INFO kablam! --> src/aws/common/signature.rs:481:23 Sep 20 06:20:23.455 INFO kablam! | Sep 20 06:20:23.456 INFO kablam! 481 | let k_date = hmac.finish().unwrap(); Sep 20 06:20:23.456 INFO kablam! | ^^^^^^ Sep 20 06:20:23.456 INFO kablam! Sep 20 06:20:23.456 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 06:20:23.456 INFO kablam! --> src/aws/common/signature.rs:486:25 Sep 20 06:20:23.456 INFO kablam! | Sep 20 06:20:23.456 INFO kablam! 486 | let k_region = hmac.finish().unwrap(); Sep 20 06:20:23.456 INFO kablam! | ^^^^^^ Sep 20 06:20:23.456 INFO kablam! Sep 20 06:20:23.457 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 06:20:23.457 INFO kablam! --> src/aws/common/signature.rs:491:26 Sep 20 06:20:23.457 INFO kablam! | Sep 20 06:20:23.457 INFO kablam! 491 | let k_service = hmac.finish().unwrap(); Sep 20 06:20:23.457 INFO kablam! | ^^^^^^ Sep 20 06:20:23.457 INFO kablam! Sep 20 06:20:23.458 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 06:20:23.458 INFO kablam! --> src/aws/common/signature.rs:496:10 Sep 20 06:20:23.458 INFO kablam! | Sep 20 06:20:23.458 INFO kablam! 496 | hmac.finish().unwrap() Sep 20 06:20:23.458 INFO kablam! | ^^^^^^ Sep 20 06:20:23.458 INFO kablam! Sep 20 06:20:23.494 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 20 06:20:23.494 INFO kablam! --> src/aws/common/signature.rs:697:23 Sep 20 06:20:23.494 INFO kablam! | Sep 20 06:20:23.494 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 20 06:20:23.494 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 20 06:20:23.494 INFO kablam! 81 | | SignedRequest { Sep 20 06:20:23.494 INFO kablam! 82 | | method: method.to_string(), Sep 20 06:20:23.495 INFO kablam! ... | Sep 20 06:20:23.495 INFO kablam! 96 | | } Sep 20 06:20:23.495 INFO kablam! 97 | | } Sep 20 06:20:23.495 INFO kablam! | |_____- defined here Sep 20 06:20:23.495 INFO kablam! ... Sep 20 06:20:23.495 INFO kablam! 697 | let request = SignedRequest::new("POST", "sqs", Region::UsEast1, "/"); Sep 20 06:20:23.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 20 06:20:23.495 INFO kablam! Sep 20 06:20:23.497 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 20 06:20:23.497 INFO kablam! --> src/aws/common/signature.rs:703:27 Sep 20 06:20:23.498 INFO kablam! | Sep 20 06:20:23.498 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 20 06:20:23.498 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 20 06:20:23.498 INFO kablam! 81 | | SignedRequest { Sep 20 06:20:23.498 INFO kablam! 82 | | method: method.to_string(), Sep 20 06:20:23.498 INFO kablam! ... | Sep 20 06:20:23.498 INFO kablam! 96 | | } Sep 20 06:20:23.498 INFO kablam! 97 | | } Sep 20 06:20:23.498 INFO kablam! | |_____- defined here Sep 20 06:20:23.498 INFO kablam! ... Sep 20 06:20:23.498 INFO kablam! 703 | let mut request = SignedRequest::new("POST", "sqs", Region::UsEast1, "/"); Sep 20 06:20:23.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 20 06:20:23.498 INFO kablam! Sep 20 06:20:23.504 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 20 06:20:23.504 INFO kablam! --> src/aws/common/signature.rs:710:27 Sep 20 06:20:23.504 INFO kablam! | Sep 20 06:20:23.504 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 20 06:20:23.504 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 20 06:20:23.504 INFO kablam! 81 | | SignedRequest { Sep 20 06:20:23.504 INFO kablam! 82 | | method: method.to_string(), Sep 20 06:20:23.504 INFO kablam! ... | Sep 20 06:20:23.504 INFO kablam! 96 | | } Sep 20 06:20:23.504 INFO kablam! 97 | | } Sep 20 06:20:23.504 INFO kablam! | |_____- defined here Sep 20 06:20:23.504 INFO kablam! ... Sep 20 06:20:23.504 INFO kablam! 710 | let mut request = SignedRequest::new("GET", "s3", Region::UsEast1, "/path with spaces"); Sep 20 06:20:23.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 20 06:20:23.504 INFO kablam! Sep 20 06:20:26.762 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 06:20:26.762 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 20 06:20:26.763 INFO kablam! | Sep 20 06:20:26.763 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 20 06:20:26.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 06:20:26.764 INFO kablam! | Sep 20 06:20:26.764 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:20:26.765 INFO kablam! Sep 20 06:20:26.765 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 06:20:26.765 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 20 06:20:26.766 INFO kablam! | Sep 20 06:20:26.766 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 20 06:20:26.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 06:20:26.767 INFO kablam! Sep 20 06:20:26.767 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 06:20:26.768 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 20 06:20:26.768 INFO kablam! | Sep 20 06:20:26.768 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 20 06:20:26.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 06:20:26.769 INFO kablam! Sep 20 06:20:27.366 INFO kablam! error: aborting due to 10 previous errors Sep 20 06:20:27.366 INFO kablam! Sep 20 06:20:27.367 INFO kablam! Some errors occurred: E0061, E0432, E0599. Sep 20 06:20:27.367 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 06:20:27.390 INFO kablam! error: Could not compile `aws-sdk-rust`. Sep 20 06:20:27.391 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:20:30.258 INFO kablam! error: build failed Sep 20 06:20:30.260 INFO kablam! su: No module specific data is present Sep 20 06:20:31.180 INFO running `"docker" "rm" "-f" "c53455efa4728c1e20cd36a30aad1e7e1147b9510d6a0284fd40e86414f10b18"` Sep 20 06:20:31.291 INFO blam! c53455efa4728c1e20cd36a30aad1e7e1147b9510d6a0284fd40e86414f10b18