Sep 20 04:41:54.037 INFO checking aws-sdk-rust-0.1.42 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 04:41:54.037 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 04:41:54.038 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:41:54.455 INFO blam! ef38df24dee37e8c8d0c7a153ccce5542d24efadd389fdea84e149cc8aab45df Sep 20 04:41:54.455 INFO running `"docker" "start" "-a" "ef38df24dee37e8c8d0c7a153ccce5542d24efadd389fdea84e149cc8aab45df"` Sep 20 04:41:56.174 INFO kablam! usermod: no changes Sep 20 04:41:56.450 INFO kablam! Checking rpassword v0.2.3 Sep 20 04:41:56.872 INFO kablam! Checking lsio v0.1.18 Sep 20 04:41:57.743 INFO kablam! Checking aws-sdk-rust v0.1.42 (/source) Sep 20 04:42:01.363 INFO kablam! error[E0432]: unresolved import `region` Sep 20 04:42:01.363 INFO kablam! --> src/aws/common/signature.rs:688:9 Sep 20 04:42:01.363 INFO kablam! | Sep 20 04:42:01.363 INFO kablam! 688 | use region::Region; Sep 20 04:42:01.363 INFO kablam! | ^^^^^^ Did you mean `aws::common::region`? Sep 20 04:42:01.363 INFO kablam! Sep 20 04:42:01.363 INFO kablam! error[E0432]: unresolved import `super::super::ProfileProvider` Sep 20 04:42:01.363 INFO kablam! --> src/aws/common/signature.rs:692:9 Sep 20 04:42:01.363 INFO kablam! | Sep 20 04:42:01.363 INFO kablam! 692 | use super::super::ProfileProvider; Sep 20 04:42:01.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ProfileProvider` in `aws::common` Sep 20 04:42:01.363 INFO kablam! Sep 20 04:42:01.363 INFO kablam! error[E0432]: unresolved import `super::super::credential` Sep 20 04:42:01.363 INFO kablam! --> src/aws/common/signature.rs:693:23 Sep 20 04:42:01.363 INFO kablam! | Sep 20 04:42:01.363 INFO kablam! 693 | use super::super::credential::ProvideAwsCredentials; Sep 20 04:42:01.363 INFO kablam! | ^^^^^^^^^^ Could not find `credential` in `super` Sep 20 04:42:01.364 INFO kablam! Sep 20 04:42:01.707 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 04:42:01.707 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 20 04:42:01.707 INFO kablam! | Sep 20 04:42:01.707 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 20 04:42:01.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:42:01.707 INFO kablam! | Sep 20 04:42:01.707 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:42:01.707 INFO kablam! Sep 20 04:42:01.707 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 04:42:01.707 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 20 04:42:01.707 INFO kablam! | Sep 20 04:42:01.707 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 20 04:42:01.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:42:01.707 INFO kablam! Sep 20 04:42:01.707 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 04:42:01.707 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 20 04:42:01.707 INFO kablam! | Sep 20 04:42:01.707 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 20 04:42:01.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:42:01.707 INFO kablam! Sep 20 04:42:01.715 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 04:42:01.715 INFO kablam! --> src/aws/common/credentials.rs:288:30 Sep 20 04:42:01.715 INFO kablam! | Sep 20 04:42:01.715 INFO kablam! 288 | let location = match env::home_dir() { Sep 20 04:42:01.715 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:42:01.715 INFO kablam! Sep 20 04:42:02.051 INFO kablam! warning: unused import: `super::super::credential::ProvideAwsCredentials` Sep 20 04:42:02.051 INFO kablam! --> src/aws/common/signature.rs:693:9 Sep 20 04:42:02.051 INFO kablam! | Sep 20 04:42:02.051 INFO kablam! 693 | use super::super::credential::ProvideAwsCredentials; Sep 20 04:42:02.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:42:02.051 INFO kablam! | Sep 20 04:42:02.051 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:42:02.051 INFO kablam! Sep 20 04:42:02.407 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 04:42:02.407 INFO kablam! --> src/aws/common/signature.rs:354:18 Sep 20 04:42:02.407 INFO kablam! | Sep 20 04:42:02.407 INFO kablam! 354 | hmac.finish().unwrap().to_base64(STANDARD) Sep 20 04:42:02.407 INFO kablam! | ^^^^^^ Sep 20 04:42:02.407 INFO kablam! Sep 20 04:42:02.434 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 04:42:02.434 INFO kablam! --> src/aws/common/signature.rs:474:10 Sep 20 04:42:02.434 INFO kablam! | Sep 20 04:42:02.434 INFO kablam! 474 | hmac.finish().unwrap().to_hex().to_string() Sep 20 04:42:02.434 INFO kablam! | ^^^^^^ Sep 20 04:42:02.434 INFO kablam! Sep 20 04:42:02.436 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 04:42:02.436 INFO kablam! --> src/aws/common/signature.rs:481:23 Sep 20 04:42:02.436 INFO kablam! | Sep 20 04:42:02.436 INFO kablam! 481 | let k_date = hmac.finish().unwrap(); Sep 20 04:42:02.436 INFO kablam! | ^^^^^^ Sep 20 04:42:02.436 INFO kablam! Sep 20 04:42:02.436 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 04:42:02.436 INFO kablam! --> src/aws/common/signature.rs:486:25 Sep 20 04:42:02.437 INFO kablam! | Sep 20 04:42:02.437 INFO kablam! 486 | let k_region = hmac.finish().unwrap(); Sep 20 04:42:02.437 INFO kablam! | ^^^^^^ Sep 20 04:42:02.437 INFO kablam! Sep 20 04:42:02.439 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 04:42:02.439 INFO kablam! --> src/aws/common/signature.rs:491:26 Sep 20 04:42:02.439 INFO kablam! | Sep 20 04:42:02.439 INFO kablam! 491 | let k_service = hmac.finish().unwrap(); Sep 20 04:42:02.439 INFO kablam! | ^^^^^^ Sep 20 04:42:02.439 INFO kablam! Sep 20 04:42:02.439 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 04:42:02.439 INFO kablam! --> src/aws/common/signature.rs:496:10 Sep 20 04:42:02.439 INFO kablam! | Sep 20 04:42:02.439 INFO kablam! 496 | hmac.finish().unwrap() Sep 20 04:42:02.439 INFO kablam! | ^^^^^^ Sep 20 04:42:02.439 INFO kablam! Sep 20 04:42:02.523 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 04:42:02.523 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 20 04:42:02.523 INFO kablam! | Sep 20 04:42:02.523 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 20 04:42:02.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:42:02.523 INFO kablam! | Sep 20 04:42:02.524 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:42:02.524 INFO kablam! Sep 20 04:42:02.527 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 04:42:02.527 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 20 04:42:02.527 INFO kablam! | Sep 20 04:42:02.527 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 20 04:42:02.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:42:02.527 INFO kablam! Sep 20 04:42:02.527 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 04:42:02.527 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 20 04:42:02.527 INFO kablam! | Sep 20 04:42:02.527 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 20 04:42:02.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:42:02.527 INFO kablam! Sep 20 04:42:02.531 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 04:42:02.531 INFO kablam! --> src/aws/common/credentials.rs:288:30 Sep 20 04:42:02.531 INFO kablam! | Sep 20 04:42:02.531 INFO kablam! 288 | let location = match env::home_dir() { Sep 20 04:42:02.531 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:42:02.531 INFO kablam! Sep 20 04:42:03.627 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 20 04:42:03.627 INFO kablam! --> src/aws/common/xmlutil.rs:378:34 Sep 20 04:42:03.627 INFO kablam! | Sep 20 04:42:03.627 INFO kablam! 378 | let my_stack = my_parser.events().peekable(); Sep 20 04:42:03.627 INFO kablam! | ^^^^^^ Sep 20 04:42:03.627 INFO kablam! Sep 20 04:42:03.639 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 20 04:42:03.639 INFO kablam! --> src/aws/common/xmlutil.rs:400:34 Sep 20 04:42:03.639 INFO kablam! | Sep 20 04:42:03.639 INFO kablam! 400 | let my_stack = my_parser.events().peekable(); Sep 20 04:42:03.639 INFO kablam! | ^^^^^^ Sep 20 04:42:03.639 INFO kablam! Sep 20 04:42:03.647 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 20 04:42:03.647 INFO kablam! --> src/aws/common/xmlutil.rs:419:34 Sep 20 04:42:03.647 INFO kablam! | Sep 20 04:42:03.647 INFO kablam! 419 | let my_stack = my_parser.events().peekable(); Sep 20 04:42:03.647 INFO kablam! | ^^^^^^ Sep 20 04:42:03.647 INFO kablam! Sep 20 04:42:03.659 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 20 04:42:03.659 INFO kablam! --> src/aws/common/xmlutil.rs:439:34 Sep 20 04:42:03.659 INFO kablam! | Sep 20 04:42:03.659 INFO kablam! 439 | let my_stack = my_parser.events().peekable(); Sep 20 04:42:03.659 INFO kablam! | ^^^^^^ Sep 20 04:42:03.659 INFO kablam! Sep 20 04:42:03.723 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 04:42:03.723 INFO kablam! --> src/aws/common/signature.rs:354:18 Sep 20 04:42:03.723 INFO kablam! | Sep 20 04:42:03.723 INFO kablam! 354 | hmac.finish().unwrap().to_base64(STANDARD) Sep 20 04:42:03.723 INFO kablam! | ^^^^^^ Sep 20 04:42:03.723 INFO kablam! Sep 20 04:42:03.798 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 04:42:03.798 INFO kablam! --> src/aws/common/signature.rs:474:10 Sep 20 04:42:03.798 INFO kablam! | Sep 20 04:42:03.798 INFO kablam! 474 | hmac.finish().unwrap().to_hex().to_string() Sep 20 04:42:03.798 INFO kablam! | ^^^^^^ Sep 20 04:42:03.798 INFO kablam! Sep 20 04:42:03.799 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 04:42:03.799 INFO kablam! --> src/aws/common/signature.rs:481:23 Sep 20 04:42:03.799 INFO kablam! | Sep 20 04:42:03.799 INFO kablam! 481 | let k_date = hmac.finish().unwrap(); Sep 20 04:42:03.799 INFO kablam! | ^^^^^^ Sep 20 04:42:03.799 INFO kablam! Sep 20 04:42:03.801 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 04:42:03.801 INFO kablam! --> src/aws/common/signature.rs:486:25 Sep 20 04:42:03.801 INFO kablam! | Sep 20 04:42:03.801 INFO kablam! 486 | let k_region = hmac.finish().unwrap(); Sep 20 04:42:03.801 INFO kablam! | ^^^^^^ Sep 20 04:42:03.801 INFO kablam! Sep 20 04:42:03.802 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 04:42:03.802 INFO kablam! --> src/aws/common/signature.rs:491:26 Sep 20 04:42:03.802 INFO kablam! | Sep 20 04:42:03.802 INFO kablam! 491 | let k_service = hmac.finish().unwrap(); Sep 20 04:42:03.802 INFO kablam! | ^^^^^^ Sep 20 04:42:03.802 INFO kablam! Sep 20 04:42:03.806 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 20 04:42:03.806 INFO kablam! --> src/aws/common/signature.rs:496:10 Sep 20 04:42:03.806 INFO kablam! | Sep 20 04:42:03.806 INFO kablam! 496 | hmac.finish().unwrap() Sep 20 04:42:03.806 INFO kablam! | ^^^^^^ Sep 20 04:42:03.806 INFO kablam! Sep 20 04:42:03.879 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 20 04:42:03.879 INFO kablam! --> src/aws/common/signature.rs:697:23 Sep 20 04:42:03.879 INFO kablam! | Sep 20 04:42:03.879 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 20 04:42:03.879 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 20 04:42:03.879 INFO kablam! 81 | | SignedRequest { Sep 20 04:42:03.879 INFO kablam! 82 | | method: method.to_string(), Sep 20 04:42:03.879 INFO kablam! ... | Sep 20 04:42:03.879 INFO kablam! 96 | | } Sep 20 04:42:03.879 INFO kablam! 97 | | } Sep 20 04:42:03.879 INFO kablam! | |_____- defined here Sep 20 04:42:03.879 INFO kablam! ... Sep 20 04:42:03.879 INFO kablam! 697 | let request = SignedRequest::new("POST", "sqs", Region::UsEast1, "/"); Sep 20 04:42:03.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 20 04:42:03.879 INFO kablam! Sep 20 04:42:03.879 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 20 04:42:03.879 INFO kablam! --> src/aws/common/signature.rs:703:27 Sep 20 04:42:03.879 INFO kablam! | Sep 20 04:42:03.879 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 20 04:42:03.879 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 20 04:42:03.879 INFO kablam! 81 | | SignedRequest { Sep 20 04:42:03.879 INFO kablam! 82 | | method: method.to_string(), Sep 20 04:42:03.879 INFO kablam! ... | Sep 20 04:42:03.879 INFO kablam! 96 | | } Sep 20 04:42:03.879 INFO kablam! 97 | | } Sep 20 04:42:03.879 INFO kablam! | |_____- defined here Sep 20 04:42:03.879 INFO kablam! ... Sep 20 04:42:03.879 INFO kablam! 703 | let mut request = SignedRequest::new("POST", "sqs", Region::UsEast1, "/"); Sep 20 04:42:03.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 20 04:42:03.879 INFO kablam! Sep 20 04:42:03.879 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 20 04:42:03.879 INFO kablam! --> src/aws/common/signature.rs:710:27 Sep 20 04:42:03.879 INFO kablam! | Sep 20 04:42:03.879 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 20 04:42:03.879 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 20 04:42:03.879 INFO kablam! 81 | | SignedRequest { Sep 20 04:42:03.879 INFO kablam! 82 | | method: method.to_string(), Sep 20 04:42:03.879 INFO kablam! ... | Sep 20 04:42:03.879 INFO kablam! 96 | | } Sep 20 04:42:03.879 INFO kablam! 97 | | } Sep 20 04:42:03.880 INFO kablam! | |_____- defined here Sep 20 04:42:03.880 INFO kablam! ... Sep 20 04:42:03.880 INFO kablam! 710 | let mut request = SignedRequest::new("GET", "s3", Region::UsEast1, "/path with spaces"); Sep 20 04:42:03.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 20 04:42:03.880 INFO kablam! Sep 20 04:42:06.937 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 04:42:06.937 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 20 04:42:06.937 INFO kablam! | Sep 20 04:42:06.937 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 20 04:42:06.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:42:06.938 INFO kablam! | Sep 20 04:42:06.938 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:42:06.938 INFO kablam! Sep 20 04:42:06.939 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 04:42:06.939 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 20 04:42:06.939 INFO kablam! | Sep 20 04:42:06.939 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 20 04:42:06.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:42:06.940 INFO kablam! Sep 20 04:42:06.940 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 04:42:06.940 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 20 04:42:06.940 INFO kablam! | Sep 20 04:42:06.940 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 20 04:42:06.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:42:06.941 INFO kablam! Sep 20 04:42:08.622 INFO kablam! error: aborting due to 10 previous errors Sep 20 04:42:08.622 INFO kablam! Sep 20 04:42:08.623 INFO kablam! Some errors occurred: E0061, E0432, E0599. Sep 20 04:42:08.623 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 04:42:08.637 INFO kablam! error: Could not compile `aws-sdk-rust`. Sep 20 04:42:08.637 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:42:11.143 INFO kablam! error: build failed Sep 20 04:42:11.145 INFO kablam! su: No module specific data is present Sep 20 04:42:12.249 INFO running `"docker" "rm" "-f" "ef38df24dee37e8c8d0c7a153ccce5542d24efadd389fdea84e149cc8aab45df"` Sep 20 04:42:12.550 INFO blam! ef38df24dee37e8c8d0c7a153ccce5542d24efadd389fdea84e149cc8aab45df