Sep 05 02:28:10.440 INFO checking aws-sdk-rust-0.1.42 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 02:28:10.440 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 02:28:10.440 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 02:28:10.697 INFO blam! 3c3128b5792a6cb83f816910a93b06984530b4a5e204493efcc6a156061a587a Sep 05 02:28:10.697 INFO running `"docker" "start" "-a" "3c3128b5792a6cb83f816910a93b06984530b4a5e204493efcc6a156061a587a"` Sep 05 02:28:11.772 INFO kablam! Checking rpassword v0.2.3 Sep 05 02:28:12.815 INFO kablam! Checking lsio v0.1.18 Sep 05 02:28:14.608 INFO kablam! Checking aws-sdk-rust v0.1.42 (file:///source) Sep 05 02:28:19.377 INFO kablam! error[E0432]: unresolved import `region` Sep 05 02:28:19.377 INFO kablam! --> src/aws/common/signature.rs:688:9 Sep 05 02:28:19.377 INFO kablam! | Sep 05 02:28:19.377 INFO kablam! 688 | use region::Region; Sep 05 02:28:19.377 INFO kablam! | ^^^^^^ Did you mean `aws::common::region`? Sep 05 02:28:19.377 INFO kablam! Sep 05 02:28:19.378 INFO kablam! error[E0432]: unresolved import `super::super::ProfileProvider` Sep 05 02:28:19.378 INFO kablam! --> src/aws/common/signature.rs:692:9 Sep 05 02:28:19.378 INFO kablam! | Sep 05 02:28:19.378 INFO kablam! 692 | use super::super::ProfileProvider; Sep 05 02:28:19.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ProfileProvider` in `aws::common` Sep 05 02:28:19.378 INFO kablam! Sep 05 02:28:19.378 INFO kablam! error[E0432]: unresolved import `super::super::credential` Sep 05 02:28:19.378 INFO kablam! --> src/aws/common/signature.rs:693:23 Sep 05 02:28:19.378 INFO kablam! | Sep 05 02:28:19.378 INFO kablam! 693 | use super::super::credential::ProvideAwsCredentials; Sep 05 02:28:19.378 INFO kablam! | ^^^^^^^^^^ Could not find `credential` in `super` Sep 05 02:28:19.378 INFO kablam! Sep 05 02:28:19.799 INFO kablam! warning: unused import: `super::super::credential::ProvideAwsCredentials` Sep 05 02:28:19.799 INFO kablam! --> src/aws/common/signature.rs:693:9 Sep 05 02:28:19.799 INFO kablam! | Sep 05 02:28:19.799 INFO kablam! 693 | use super::super::credential::ProvideAwsCredentials; Sep 05 02:28:19.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 02:28:19.799 INFO kablam! | Sep 05 02:28:19.799 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 02:28:19.799 INFO kablam! Sep 05 02:28:19.833 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 02:28:19.833 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 05 02:28:19.833 INFO kablam! | Sep 05 02:28:19.833 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 05 02:28:19.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 02:28:19.833 INFO kablam! | Sep 05 02:28:19.834 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 02:28:19.834 INFO kablam! Sep 05 02:28:19.834 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 02:28:19.834 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 05 02:28:19.834 INFO kablam! | Sep 05 02:28:19.834 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 05 02:28:19.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 02:28:19.834 INFO kablam! Sep 05 02:28:19.835 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 02:28:19.835 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 05 02:28:19.835 INFO kablam! | Sep 05 02:28:19.835 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 05 02:28:19.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 02:28:19.835 INFO kablam! Sep 05 02:28:19.839 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 05 02:28:19.839 INFO kablam! --> src/aws/common/credentials.rs:288:30 Sep 05 02:28:19.839 INFO kablam! | Sep 05 02:28:19.839 INFO kablam! 288 | let location = match env::home_dir() { Sep 05 02:28:19.839 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 02:28:19.839 INFO kablam! Sep 05 02:28:20.165 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 02:28:20.166 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 05 02:28:20.166 INFO kablam! | Sep 05 02:28:20.166 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 05 02:28:20.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 02:28:20.166 INFO kablam! | Sep 05 02:28:20.166 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 02:28:20.166 INFO kablam! Sep 05 02:28:20.167 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 02:28:20.167 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 05 02:28:20.167 INFO kablam! | Sep 05 02:28:20.167 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 05 02:28:20.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 02:28:20.167 INFO kablam! Sep 05 02:28:20.168 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 02:28:20.168 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 05 02:28:20.168 INFO kablam! | Sep 05 02:28:20.168 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 05 02:28:20.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 02:28:20.168 INFO kablam! Sep 05 02:28:20.173 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 05 02:28:20.173 INFO kablam! --> src/aws/common/credentials.rs:288:30 Sep 05 02:28:20.173 INFO kablam! | Sep 05 02:28:20.173 INFO kablam! 288 | let location = match env::home_dir() { Sep 05 02:28:20.173 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 02:28:20.173 INFO kablam! Sep 05 02:28:21.215 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 05 02:28:21.215 INFO kablam! --> src/aws/common/signature.rs:354:18 Sep 05 02:28:21.215 INFO kablam! | Sep 05 02:28:21.215 INFO kablam! 354 | hmac.finish().unwrap().to_base64(STANDARD) Sep 05 02:28:21.215 INFO kablam! | ^^^^^^ Sep 05 02:28:21.215 INFO kablam! Sep 05 02:28:21.258 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 05 02:28:21.258 INFO kablam! --> src/aws/common/signature.rs:474:10 Sep 05 02:28:21.258 INFO kablam! | Sep 05 02:28:21.258 INFO kablam! 474 | hmac.finish().unwrap().to_hex().to_string() Sep 05 02:28:21.258 INFO kablam! | ^^^^^^ Sep 05 02:28:21.258 INFO kablam! Sep 05 02:28:21.262 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 05 02:28:21.262 INFO kablam! --> src/aws/common/signature.rs:481:23 Sep 05 02:28:21.262 INFO kablam! | Sep 05 02:28:21.262 INFO kablam! 481 | let k_date = hmac.finish().unwrap(); Sep 05 02:28:21.262 INFO kablam! | ^^^^^^ Sep 05 02:28:21.262 INFO kablam! Sep 05 02:28:21.263 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 05 02:28:21.263 INFO kablam! --> src/aws/common/signature.rs:486:25 Sep 05 02:28:21.263 INFO kablam! | Sep 05 02:28:21.263 INFO kablam! 486 | let k_region = hmac.finish().unwrap(); Sep 05 02:28:21.263 INFO kablam! | ^^^^^^ Sep 05 02:28:21.264 INFO kablam! Sep 05 02:28:21.265 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 05 02:28:21.265 INFO kablam! --> src/aws/common/signature.rs:491:26 Sep 05 02:28:21.265 INFO kablam! | Sep 05 02:28:21.265 INFO kablam! 491 | let k_service = hmac.finish().unwrap(); Sep 05 02:28:21.265 INFO kablam! | ^^^^^^ Sep 05 02:28:21.265 INFO kablam! Sep 05 02:28:21.267 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 05 02:28:21.267 INFO kablam! --> src/aws/common/signature.rs:496:10 Sep 05 02:28:21.267 INFO kablam! | Sep 05 02:28:21.267 INFO kablam! 496 | hmac.finish().unwrap() Sep 05 02:28:21.267 INFO kablam! | ^^^^^^ Sep 05 02:28:21.267 INFO kablam! Sep 05 02:28:21.816 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 05 02:28:21.816 INFO kablam! --> src/aws/common/xmlutil.rs:378:34 Sep 05 02:28:21.816 INFO kablam! | Sep 05 02:28:21.816 INFO kablam! 378 | let my_stack = my_parser.events().peekable(); Sep 05 02:28:21.816 INFO kablam! | ^^^^^^ Sep 05 02:28:21.816 INFO kablam! Sep 05 02:28:21.828 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 05 02:28:21.828 INFO kablam! --> src/aws/common/xmlutil.rs:400:34 Sep 05 02:28:21.828 INFO kablam! | Sep 05 02:28:21.828 INFO kablam! 400 | let my_stack = my_parser.events().peekable(); Sep 05 02:28:21.828 INFO kablam! | ^^^^^^ Sep 05 02:28:21.828 INFO kablam! Sep 05 02:28:21.830 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 05 02:28:21.830 INFO kablam! --> src/aws/common/xmlutil.rs:419:34 Sep 05 02:28:21.830 INFO kablam! | Sep 05 02:28:21.830 INFO kablam! 419 | let my_stack = my_parser.events().peekable(); Sep 05 02:28:21.830 INFO kablam! | ^^^^^^ Sep 05 02:28:21.830 INFO kablam! Sep 05 02:28:21.839 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 05 02:28:21.839 INFO kablam! --> src/aws/common/xmlutil.rs:439:34 Sep 05 02:28:21.839 INFO kablam! | Sep 05 02:28:21.839 INFO kablam! 439 | let my_stack = my_parser.events().peekable(); Sep 05 02:28:21.839 INFO kablam! | ^^^^^^ Sep 05 02:28:21.839 INFO kablam! Sep 05 02:28:21.946 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 05 02:28:21.946 INFO kablam! --> src/aws/common/signature.rs:354:18 Sep 05 02:28:21.946 INFO kablam! | Sep 05 02:28:21.946 INFO kablam! 354 | hmac.finish().unwrap().to_base64(STANDARD) Sep 05 02:28:21.946 INFO kablam! | ^^^^^^ Sep 05 02:28:21.946 INFO kablam! Sep 05 02:28:21.995 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 05 02:28:21.995 INFO kablam! --> src/aws/common/signature.rs:474:10 Sep 05 02:28:21.995 INFO kablam! | Sep 05 02:28:21.995 INFO kablam! 474 | hmac.finish().unwrap().to_hex().to_string() Sep 05 02:28:21.995 INFO kablam! | ^^^^^^ Sep 05 02:28:22.000 INFO kablam! Sep 05 02:28:22.005 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 05 02:28:22.005 INFO kablam! --> src/aws/common/signature.rs:481:23 Sep 05 02:28:22.005 INFO kablam! | Sep 05 02:28:22.005 INFO kablam! 481 | let k_date = hmac.finish().unwrap(); Sep 05 02:28:22.005 INFO kablam! | ^^^^^^ Sep 05 02:28:22.005 INFO kablam! Sep 05 02:28:22.006 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 05 02:28:22.006 INFO kablam! --> src/aws/common/signature.rs:486:25 Sep 05 02:28:22.006 INFO kablam! | Sep 05 02:28:22.007 INFO kablam! 486 | let k_region = hmac.finish().unwrap(); Sep 05 02:28:22.007 INFO kablam! | ^^^^^^ Sep 05 02:28:22.007 INFO kablam! Sep 05 02:28:22.008 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 05 02:28:22.008 INFO kablam! --> src/aws/common/signature.rs:491:26 Sep 05 02:28:22.008 INFO kablam! | Sep 05 02:28:22.008 INFO kablam! 491 | let k_service = hmac.finish().unwrap(); Sep 05 02:28:22.008 INFO kablam! | ^^^^^^ Sep 05 02:28:22.008 INFO kablam! Sep 05 02:28:22.009 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 05 02:28:22.009 INFO kablam! --> src/aws/common/signature.rs:496:10 Sep 05 02:28:22.009 INFO kablam! | Sep 05 02:28:22.009 INFO kablam! 496 | hmac.finish().unwrap() Sep 05 02:28:22.009 INFO kablam! | ^^^^^^ Sep 05 02:28:22.009 INFO kablam! Sep 05 02:28:22.089 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 05 02:28:22.089 INFO kablam! --> src/aws/common/signature.rs:697:23 Sep 05 02:28:22.089 INFO kablam! | Sep 05 02:28:22.089 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 05 02:28:22.089 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 05 02:28:22.089 INFO kablam! 81 | | SignedRequest { Sep 05 02:28:22.090 INFO kablam! 82 | | method: method.to_string(), Sep 05 02:28:22.090 INFO kablam! ... | Sep 05 02:28:22.090 INFO kablam! 96 | | } Sep 05 02:28:22.090 INFO kablam! 97 | | } Sep 05 02:28:22.090 INFO kablam! | |_____- defined here Sep 05 02:28:22.090 INFO kablam! ... Sep 05 02:28:22.090 INFO kablam! 697 | let request = SignedRequest::new("POST", "sqs", Region::UsEast1, "/"); Sep 05 02:28:22.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 05 02:28:22.093 INFO kablam! Sep 05 02:28:22.097 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 05 02:28:22.097 INFO kablam! --> src/aws/common/signature.rs:703:27 Sep 05 02:28:22.098 INFO kablam! | Sep 05 02:28:22.098 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 05 02:28:22.098 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 05 02:28:22.098 INFO kablam! 81 | | SignedRequest { Sep 05 02:28:22.098 INFO kablam! 82 | | method: method.to_string(), Sep 05 02:28:22.098 INFO kablam! ... | Sep 05 02:28:22.098 INFO kablam! 96 | | } Sep 05 02:28:22.098 INFO kablam! 97 | | } Sep 05 02:28:22.098 INFO kablam! | |_____- defined here Sep 05 02:28:22.098 INFO kablam! ... Sep 05 02:28:22.098 INFO kablam! 703 | let mut request = SignedRequest::new("POST", "sqs", Region::UsEast1, "/"); Sep 05 02:28:22.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 05 02:28:22.101 INFO kablam! Sep 05 02:28:22.104 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 05 02:28:22.104 INFO kablam! --> src/aws/common/signature.rs:710:27 Sep 05 02:28:22.104 INFO kablam! | Sep 05 02:28:22.104 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 05 02:28:22.104 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 05 02:28:22.104 INFO kablam! 81 | | SignedRequest { Sep 05 02:28:22.104 INFO kablam! 82 | | method: method.to_string(), Sep 05 02:28:22.104 INFO kablam! ... | Sep 05 02:28:22.104 INFO kablam! 96 | | } Sep 05 02:28:22.104 INFO kablam! 97 | | } Sep 05 02:28:22.104 INFO kablam! | |_____- defined here Sep 05 02:28:22.104 INFO kablam! ... Sep 05 02:28:22.104 INFO kablam! 710 | let mut request = SignedRequest::new("GET", "s3", Region::UsEast1, "/path with spaces"); Sep 05 02:28:22.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 05 02:28:22.127 INFO kablam! Sep 05 02:28:28.914 INFO kablam! error: aborting due to 10 previous errors Sep 05 02:28:28.920 INFO kablam! Sep 05 02:28:28.920 INFO kablam! Some errors occurred: E0061, E0432, E0599. Sep 05 02:28:28.920 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 05 02:28:28.933 INFO kablam! error: Could not compile `aws-sdk-rust`. Sep 05 02:28:28.933 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 02:28:29.350 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 02:28:29.351 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 05 02:28:29.351 INFO kablam! | Sep 05 02:28:29.351 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 05 02:28:29.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 02:28:29.351 INFO kablam! | Sep 05 02:28:29.352 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 02:28:29.352 INFO kablam! Sep 05 02:28:29.352 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 02:28:29.352 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 05 02:28:29.353 INFO kablam! | Sep 05 02:28:29.353 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 05 02:28:29.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 02:28:29.353 INFO kablam! Sep 05 02:28:29.354 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 02:28:29.354 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 05 02:28:29.354 INFO kablam! | Sep 05 02:28:29.354 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 05 02:28:29.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 02:28:29.354 INFO kablam! Sep 05 02:28:36.177 INFO kablam! error: build failed Sep 05 02:28:36.179 INFO kablam! su: No module specific data is present Sep 05 02:28:37.418 INFO running `"docker" "rm" "-f" "3c3128b5792a6cb83f816910a93b06984530b4a5e204493efcc6a156061a587a"` Sep 05 02:28:37.579 INFO blam! 3c3128b5792a6cb83f816910a93b06984530b4a5e204493efcc6a156061a587a