Sep 21 13:10:22.033 INFO checking aws-sdk-rust-0.1.42 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 13:10:22.033 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 13:10:22.033 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 13:10:22.567 INFO blam! 441c2aaaecd583e6fa601cb58031b4f8b7a3e773e2c3ecaa3d2e8497d4ce2109 Sep 21 13:10:22.569 INFO running `"docker" "start" "-a" "441c2aaaecd583e6fa601cb58031b4f8b7a3e773e2c3ecaa3d2e8497d4ce2109"` Sep 21 13:10:24.361 INFO kablam! usermod: no changes Sep 21 13:10:24.580 INFO kablam! Checking aws-sdk-rust v0.1.42 (/source) Sep 21 13:10:28.446 INFO kablam! error[E0432]: unresolved import `region` Sep 21 13:10:28.446 INFO kablam! --> src/aws/common/signature.rs:688:9 Sep 21 13:10:28.446 INFO kablam! | Sep 21 13:10:28.446 INFO kablam! 688 | use region::Region; Sep 21 13:10:28.446 INFO kablam! | ^^^^^^ Did you mean `aws::common::region`? Sep 21 13:10:28.446 INFO kablam! Sep 21 13:10:28.446 INFO kablam! error[E0432]: unresolved import `super::super::ProfileProvider` Sep 21 13:10:28.446 INFO kablam! --> src/aws/common/signature.rs:692:9 Sep 21 13:10:28.446 INFO kablam! | Sep 21 13:10:28.446 INFO kablam! 692 | use super::super::ProfileProvider; Sep 21 13:10:28.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ProfileProvider` in `aws::common` Sep 21 13:10:28.446 INFO kablam! Sep 21 13:10:28.446 INFO kablam! error[E0432]: unresolved import `super::super::credential` Sep 21 13:10:28.446 INFO kablam! --> src/aws/common/signature.rs:693:23 Sep 21 13:10:28.446 INFO kablam! | Sep 21 13:10:28.446 INFO kablam! 693 | use super::super::credential::ProvideAwsCredentials; Sep 21 13:10:28.446 INFO kablam! | ^^^^^^^^^^ Could not find `credential` in `super` Sep 21 13:10:28.446 INFO kablam! Sep 21 13:10:28.598 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 13:10:28.598 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 21 13:10:28.598 INFO kablam! | Sep 21 13:10:28.598 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 21 13:10:28.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 13:10:28.598 INFO kablam! | Sep 21 13:10:28.598 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 13:10:28.598 INFO kablam! Sep 21 13:10:28.598 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 13:10:28.598 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 21 13:10:28.598 INFO kablam! | Sep 21 13:10:28.598 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 21 13:10:28.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 13:10:28.598 INFO kablam! Sep 21 13:10:28.598 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 13:10:28.598 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 21 13:10:28.598 INFO kablam! | Sep 21 13:10:28.598 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 21 13:10:28.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 13:10:28.598 INFO kablam! Sep 21 13:10:28.616 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 21 13:10:28.616 INFO kablam! --> src/aws/common/credentials.rs:288:30 Sep 21 13:10:28.616 INFO kablam! | Sep 21 13:10:28.616 INFO kablam! 288 | let location = match env::home_dir() { Sep 21 13:10:28.616 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 13:10:28.616 INFO kablam! Sep 21 13:10:29.144 INFO kablam! warning: unused import: `super::super::credential::ProvideAwsCredentials` Sep 21 13:10:29.144 INFO kablam! --> src/aws/common/signature.rs:693:9 Sep 21 13:10:29.144 INFO kablam! | Sep 21 13:10:29.144 INFO kablam! 693 | use super::super::credential::ProvideAwsCredentials; Sep 21 13:10:29.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:10:29.144 INFO kablam! | Sep 21 13:10:29.144 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:10:29.144 INFO kablam! Sep 21 13:10:29.702 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 13:10:29.702 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 21 13:10:29.702 INFO kablam! | Sep 21 13:10:29.702 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 21 13:10:29.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 13:10:29.702 INFO kablam! | Sep 21 13:10:29.702 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 13:10:29.702 INFO kablam! Sep 21 13:10:29.703 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 13:10:29.703 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 21 13:10:29.703 INFO kablam! | Sep 21 13:10:29.703 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 21 13:10:29.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 13:10:29.703 INFO kablam! Sep 21 13:10:29.715 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 13:10:29.715 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 21 13:10:29.715 INFO kablam! | Sep 21 13:10:29.715 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 21 13:10:29.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 13:10:29.715 INFO kablam! Sep 21 13:10:29.719 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 21 13:10:29.719 INFO kablam! --> src/aws/common/credentials.rs:288:30 Sep 21 13:10:29.719 INFO kablam! | Sep 21 13:10:29.719 INFO kablam! 288 | let location = match env::home_dir() { Sep 21 13:10:29.719 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 13:10:29.719 INFO kablam! Sep 21 13:10:29.806 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 21 13:10:29.806 INFO kablam! --> src/aws/common/signature.rs:354:18 Sep 21 13:10:29.806 INFO kablam! | Sep 21 13:10:29.806 INFO kablam! 354 | hmac.finish().unwrap().to_base64(STANDARD) Sep 21 13:10:29.806 INFO kablam! | ^^^^^^ Sep 21 13:10:29.806 INFO kablam! Sep 21 13:10:29.858 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 21 13:10:29.858 INFO kablam! --> src/aws/common/signature.rs:474:10 Sep 21 13:10:29.858 INFO kablam! | Sep 21 13:10:29.858 INFO kablam! 474 | hmac.finish().unwrap().to_hex().to_string() Sep 21 13:10:29.858 INFO kablam! | ^^^^^^ Sep 21 13:10:29.858 INFO kablam! Sep 21 13:10:29.858 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 21 13:10:29.858 INFO kablam! --> src/aws/common/signature.rs:481:23 Sep 21 13:10:29.858 INFO kablam! | Sep 21 13:10:29.858 INFO kablam! 481 | let k_date = hmac.finish().unwrap(); Sep 21 13:10:29.858 INFO kablam! | ^^^^^^ Sep 21 13:10:29.858 INFO kablam! Sep 21 13:10:29.858 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 21 13:10:29.858 INFO kablam! --> src/aws/common/signature.rs:486:25 Sep 21 13:10:29.858 INFO kablam! | Sep 21 13:10:29.858 INFO kablam! 486 | let k_region = hmac.finish().unwrap(); Sep 21 13:10:29.858 INFO kablam! | ^^^^^^ Sep 21 13:10:29.858 INFO kablam! Sep 21 13:10:29.858 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 21 13:10:29.858 INFO kablam! --> src/aws/common/signature.rs:491:26 Sep 21 13:10:29.858 INFO kablam! | Sep 21 13:10:29.858 INFO kablam! 491 | let k_service = hmac.finish().unwrap(); Sep 21 13:10:29.858 INFO kablam! | ^^^^^^ Sep 21 13:10:29.858 INFO kablam! Sep 21 13:10:29.859 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 21 13:10:29.859 INFO kablam! --> src/aws/common/signature.rs:496:10 Sep 21 13:10:29.859 INFO kablam! | Sep 21 13:10:29.859 INFO kablam! 496 | hmac.finish().unwrap() Sep 21 13:10:29.859 INFO kablam! | ^^^^^^ Sep 21 13:10:29.859 INFO kablam! Sep 21 13:10:31.314 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 21 13:10:31.314 INFO kablam! --> src/aws/common/xmlutil.rs:378:34 Sep 21 13:10:31.314 INFO kablam! | Sep 21 13:10:31.314 INFO kablam! 378 | let my_stack = my_parser.events().peekable(); Sep 21 13:10:31.314 INFO kablam! | ^^^^^^ Sep 21 13:10:31.314 INFO kablam! Sep 21 13:10:31.318 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 21 13:10:31.318 INFO kablam! --> src/aws/common/xmlutil.rs:400:34 Sep 21 13:10:31.318 INFO kablam! | Sep 21 13:10:31.318 INFO kablam! 400 | let my_stack = my_parser.events().peekable(); Sep 21 13:10:31.318 INFO kablam! | ^^^^^^ Sep 21 13:10:31.318 INFO kablam! Sep 21 13:10:31.323 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 21 13:10:31.323 INFO kablam! --> src/aws/common/xmlutil.rs:419:34 Sep 21 13:10:31.323 INFO kablam! | Sep 21 13:10:31.323 INFO kablam! 419 | let my_stack = my_parser.events().peekable(); Sep 21 13:10:31.323 INFO kablam! | ^^^^^^ Sep 21 13:10:31.323 INFO kablam! Sep 21 13:10:31.344 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 21 13:10:31.344 INFO kablam! --> src/aws/common/xmlutil.rs:439:34 Sep 21 13:10:31.344 INFO kablam! | Sep 21 13:10:31.344 INFO kablam! 439 | let my_stack = my_parser.events().peekable(); Sep 21 13:10:31.344 INFO kablam! | ^^^^^^ Sep 21 13:10:31.344 INFO kablam! Sep 21 13:10:31.406 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 21 13:10:31.406 INFO kablam! --> src/aws/common/signature.rs:354:18 Sep 21 13:10:31.406 INFO kablam! | Sep 21 13:10:31.406 INFO kablam! 354 | hmac.finish().unwrap().to_base64(STANDARD) Sep 21 13:10:31.406 INFO kablam! | ^^^^^^ Sep 21 13:10:31.407 INFO kablam! Sep 21 13:10:31.453 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 21 13:10:31.453 INFO kablam! --> src/aws/common/signature.rs:474:10 Sep 21 13:10:31.453 INFO kablam! | Sep 21 13:10:31.453 INFO kablam! 474 | hmac.finish().unwrap().to_hex().to_string() Sep 21 13:10:31.453 INFO kablam! | ^^^^^^ Sep 21 13:10:31.453 INFO kablam! Sep 21 13:10:31.456 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 21 13:10:31.456 INFO kablam! --> src/aws/common/signature.rs:481:23 Sep 21 13:10:31.456 INFO kablam! | Sep 21 13:10:31.456 INFO kablam! 481 | let k_date = hmac.finish().unwrap(); Sep 21 13:10:31.456 INFO kablam! | ^^^^^^ Sep 21 13:10:31.456 INFO kablam! Sep 21 13:10:31.456 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 21 13:10:31.456 INFO kablam! --> src/aws/common/signature.rs:486:25 Sep 21 13:10:31.456 INFO kablam! | Sep 21 13:10:31.456 INFO kablam! 486 | let k_region = hmac.finish().unwrap(); Sep 21 13:10:31.456 INFO kablam! | ^^^^^^ Sep 21 13:10:31.456 INFO kablam! Sep 21 13:10:31.461 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 21 13:10:31.461 INFO kablam! --> src/aws/common/signature.rs:491:26 Sep 21 13:10:31.461 INFO kablam! | Sep 21 13:10:31.461 INFO kablam! 491 | let k_service = hmac.finish().unwrap(); Sep 21 13:10:31.461 INFO kablam! | ^^^^^^ Sep 21 13:10:31.461 INFO kablam! Sep 21 13:10:31.462 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 21 13:10:31.462 INFO kablam! --> src/aws/common/signature.rs:496:10 Sep 21 13:10:31.462 INFO kablam! | Sep 21 13:10:31.462 INFO kablam! 496 | hmac.finish().unwrap() Sep 21 13:10:31.462 INFO kablam! | ^^^^^^ Sep 21 13:10:31.462 INFO kablam! Sep 21 13:10:31.530 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 21 13:10:31.530 INFO kablam! --> src/aws/common/signature.rs:697:23 Sep 21 13:10:31.530 INFO kablam! | Sep 21 13:10:31.530 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 21 13:10:31.530 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 21 13:10:31.530 INFO kablam! 81 | | SignedRequest { Sep 21 13:10:31.530 INFO kablam! 82 | | method: method.to_string(), Sep 21 13:10:31.530 INFO kablam! ... | Sep 21 13:10:31.530 INFO kablam! 96 | | } Sep 21 13:10:31.530 INFO kablam! 97 | | } Sep 21 13:10:31.530 INFO kablam! | |_____- defined here Sep 21 13:10:31.530 INFO kablam! ... Sep 21 13:10:31.530 INFO kablam! 697 | let request = SignedRequest::new("POST", "sqs", Region::UsEast1, "/"); Sep 21 13:10:31.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 21 13:10:31.530 INFO kablam! Sep 21 13:10:31.533 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 21 13:10:31.533 INFO kablam! --> src/aws/common/signature.rs:703:27 Sep 21 13:10:31.533 INFO kablam! | Sep 21 13:10:31.533 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 21 13:10:31.533 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 21 13:10:31.533 INFO kablam! 81 | | SignedRequest { Sep 21 13:10:31.533 INFO kablam! 82 | | method: method.to_string(), Sep 21 13:10:31.533 INFO kablam! ... | Sep 21 13:10:31.533 INFO kablam! 96 | | } Sep 21 13:10:31.533 INFO kablam! 97 | | } Sep 21 13:10:31.533 INFO kablam! | |_____- defined here Sep 21 13:10:31.533 INFO kablam! ... Sep 21 13:10:31.533 INFO kablam! 703 | let mut request = SignedRequest::new("POST", "sqs", Region::UsEast1, "/"); Sep 21 13:10:31.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 21 13:10:31.533 INFO kablam! Sep 21 13:10:31.540 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 21 13:10:31.540 INFO kablam! --> src/aws/common/signature.rs:710:27 Sep 21 13:10:31.540 INFO kablam! | Sep 21 13:10:31.540 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 21 13:10:31.540 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 21 13:10:31.540 INFO kablam! 81 | | SignedRequest { Sep 21 13:10:31.540 INFO kablam! 82 | | method: method.to_string(), Sep 21 13:10:31.540 INFO kablam! ... | Sep 21 13:10:31.541 INFO kablam! 96 | | } Sep 21 13:10:31.541 INFO kablam! 97 | | } Sep 21 13:10:31.541 INFO kablam! | |_____- defined here Sep 21 13:10:31.541 INFO kablam! ... Sep 21 13:10:31.541 INFO kablam! 710 | let mut request = SignedRequest::new("GET", "s3", Region::UsEast1, "/path with spaces"); Sep 21 13:10:31.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 21 13:10:31.541 INFO kablam! Sep 21 13:10:34.101 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 13:10:34.101 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 21 13:10:34.101 INFO kablam! | Sep 21 13:10:34.101 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 21 13:10:34.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 13:10:34.101 INFO kablam! | Sep 21 13:10:34.101 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:10:34.101 INFO kablam! Sep 21 13:10:34.101 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 13:10:34.101 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 21 13:10:34.101 INFO kablam! | Sep 21 13:10:34.101 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 21 13:10:34.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 13:10:34.101 INFO kablam! Sep 21 13:10:34.101 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 13:10:34.101 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 21 13:10:34.101 INFO kablam! | Sep 21 13:10:34.101 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 21 13:10:34.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 13:10:34.101 INFO kablam! Sep 21 13:10:35.690 INFO kablam! error: aborting due to 10 previous errors Sep 21 13:10:35.690 INFO kablam! Sep 21 13:10:35.690 INFO kablam! Some errors occurred: E0061, E0432, E0599. Sep 21 13:10:35.690 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 21 13:10:35.710 INFO kablam! error: Could not compile `aws-sdk-rust`. Sep 21 13:10:35.710 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 13:10:37.903 INFO kablam! error: build failed Sep 21 13:10:37.905 INFO kablam! su: No module specific data is present Sep 21 13:10:39.903 INFO running `"docker" "rm" "-f" "441c2aaaecd583e6fa601cb58031b4f8b7a3e773e2c3ecaa3d2e8497d4ce2109"` Sep 21 13:10:40.020 INFO blam! 441c2aaaecd583e6fa601cb58031b4f8b7a3e773e2c3ecaa3d2e8497d4ce2109