Sep 06 09:44:16.207 INFO checking aws-sdk-rust-0.1.42 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 09:44:16.207 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 09:44:16.207 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 09:44:16.500 INFO blam! c28f9f539c303b1f3e34e80ba83eed3119d947982628f547e7bc859185decafe Sep 06 09:44:16.506 INFO running `"docker" "start" "-a" "c28f9f539c303b1f3e34e80ba83eed3119d947982628f547e7bc859185decafe"` Sep 06 09:44:18.138 INFO kablam! usermod: no changes Sep 06 09:44:18.340 INFO kablam! Checking hyper-openssl v0.2.7 Sep 06 09:44:18.346 INFO kablam! Checking lsio v0.1.18 Sep 06 09:44:20.279 INFO kablam! Checking aws-sdk-rust v0.1.42 (file:///source) Sep 06 09:44:23.794 INFO kablam! error[E0432]: unresolved import `region` Sep 06 09:44:23.794 INFO kablam! --> src/aws/common/signature.rs:688:9 Sep 06 09:44:23.794 INFO kablam! | Sep 06 09:44:23.794 INFO kablam! 688 | use region::Region; Sep 06 09:44:23.794 INFO kablam! | ^^^^^^ Did you mean `aws::common::region`? Sep 06 09:44:23.794 INFO kablam! Sep 06 09:44:23.794 INFO kablam! error[E0432]: unresolved import `super::super::ProfileProvider` Sep 06 09:44:23.794 INFO kablam! --> src/aws/common/signature.rs:692:9 Sep 06 09:44:23.794 INFO kablam! | Sep 06 09:44:23.794 INFO kablam! 692 | use super::super::ProfileProvider; Sep 06 09:44:23.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ProfileProvider` in `aws::common` Sep 06 09:44:23.794 INFO kablam! Sep 06 09:44:23.794 INFO kablam! error[E0432]: unresolved import `super::super::credential` Sep 06 09:44:23.794 INFO kablam! --> src/aws/common/signature.rs:693:23 Sep 06 09:44:23.794 INFO kablam! | Sep 06 09:44:23.794 INFO kablam! 693 | use super::super::credential::ProvideAwsCredentials; Sep 06 09:44:23.794 INFO kablam! | ^^^^^^^^^^ Could not find `credential` in `super` Sep 06 09:44:23.794 INFO kablam! Sep 06 09:44:23.981 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 09:44:23.981 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 06 09:44:23.981 INFO kablam! | Sep 06 09:44:23.981 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 06 09:44:23.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 09:44:23.986 INFO kablam! | Sep 06 09:44:23.986 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 09:44:23.986 INFO kablam! Sep 06 09:44:23.987 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 09:44:23.987 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 06 09:44:23.987 INFO kablam! | Sep 06 09:44:23.987 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 06 09:44:23.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 09:44:23.987 INFO kablam! Sep 06 09:44:23.987 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 09:44:23.987 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 06 09:44:23.987 INFO kablam! | Sep 06 09:44:23.987 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 06 09:44:23.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 09:44:23.987 INFO kablam! Sep 06 09:44:23.991 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 06 09:44:23.991 INFO kablam! --> src/aws/common/credentials.rs:288:30 Sep 06 09:44:23.991 INFO kablam! | Sep 06 09:44:23.991 INFO kablam! 288 | let location = match env::home_dir() { Sep 06 09:44:23.991 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 09:44:23.991 INFO kablam! Sep 06 09:44:24.288 INFO kablam! warning: unused import: `super::super::credential::ProvideAwsCredentials` Sep 06 09:44:24.288 INFO kablam! --> src/aws/common/signature.rs:693:9 Sep 06 09:44:24.288 INFO kablam! | Sep 06 09:44:24.288 INFO kablam! 693 | use super::super::credential::ProvideAwsCredentials; Sep 06 09:44:24.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:44:24.288 INFO kablam! | Sep 06 09:44:24.288 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 09:44:24.288 INFO kablam! Sep 06 09:44:24.695 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 09:44:24.695 INFO kablam! --> src/aws/common/signature.rs:354:18 Sep 06 09:44:24.695 INFO kablam! | Sep 06 09:44:24.695 INFO kablam! 354 | hmac.finish().unwrap().to_base64(STANDARD) Sep 06 09:44:24.695 INFO kablam! | ^^^^^^ Sep 06 09:44:24.695 INFO kablam! Sep 06 09:44:24.715 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 09:44:24.715 INFO kablam! --> src/aws/common/signature.rs:474:10 Sep 06 09:44:24.715 INFO kablam! | Sep 06 09:44:24.715 INFO kablam! 474 | hmac.finish().unwrap().to_hex().to_string() Sep 06 09:44:24.715 INFO kablam! | ^^^^^^ Sep 06 09:44:24.715 INFO kablam! Sep 06 09:44:24.717 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 09:44:24.717 INFO kablam! --> src/aws/common/signature.rs:481:23 Sep 06 09:44:24.717 INFO kablam! | Sep 06 09:44:24.717 INFO kablam! 481 | let k_date = hmac.finish().unwrap(); Sep 06 09:44:24.717 INFO kablam! | ^^^^^^ Sep 06 09:44:24.717 INFO kablam! Sep 06 09:44:24.718 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 09:44:24.718 INFO kablam! --> src/aws/common/signature.rs:486:25 Sep 06 09:44:24.718 INFO kablam! | Sep 06 09:44:24.718 INFO kablam! 486 | let k_region = hmac.finish().unwrap(); Sep 06 09:44:24.718 INFO kablam! | ^^^^^^ Sep 06 09:44:24.718 INFO kablam! Sep 06 09:44:24.718 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 09:44:24.718 INFO kablam! --> src/aws/common/signature.rs:491:26 Sep 06 09:44:24.718 INFO kablam! | Sep 06 09:44:24.718 INFO kablam! 491 | let k_service = hmac.finish().unwrap(); Sep 06 09:44:24.718 INFO kablam! | ^^^^^^ Sep 06 09:44:24.719 INFO kablam! Sep 06 09:44:24.719 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 09:44:24.719 INFO kablam! --> src/aws/common/signature.rs:496:10 Sep 06 09:44:24.719 INFO kablam! | Sep 06 09:44:24.719 INFO kablam! 496 | hmac.finish().unwrap() Sep 06 09:44:24.719 INFO kablam! | ^^^^^^ Sep 06 09:44:24.719 INFO kablam! Sep 06 09:44:24.822 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 09:44:24.822 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 06 09:44:24.822 INFO kablam! | Sep 06 09:44:24.822 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 06 09:44:24.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 09:44:24.822 INFO kablam! | Sep 06 09:44:24.822 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 09:44:24.822 INFO kablam! Sep 06 09:44:24.822 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 09:44:24.822 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 06 09:44:24.822 INFO kablam! | Sep 06 09:44:24.822 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 06 09:44:24.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 09:44:24.822 INFO kablam! Sep 06 09:44:24.822 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 09:44:24.822 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 06 09:44:24.822 INFO kablam! | Sep 06 09:44:24.822 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 06 09:44:24.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 09:44:24.822 INFO kablam! Sep 06 09:44:24.834 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 06 09:44:24.834 INFO kablam! --> src/aws/common/credentials.rs:288:30 Sep 06 09:44:24.834 INFO kablam! | Sep 06 09:44:24.834 INFO kablam! 288 | let location = match env::home_dir() { Sep 06 09:44:24.834 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 09:44:24.834 INFO kablam! Sep 06 09:44:25.794 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 06 09:44:25.794 INFO kablam! --> src/aws/common/xmlutil.rs:378:34 Sep 06 09:44:25.794 INFO kablam! | Sep 06 09:44:25.794 INFO kablam! 378 | let my_stack = my_parser.events().peekable(); Sep 06 09:44:25.794 INFO kablam! | ^^^^^^ Sep 06 09:44:25.794 INFO kablam! Sep 06 09:44:25.810 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 06 09:44:25.810 INFO kablam! --> src/aws/common/xmlutil.rs:400:34 Sep 06 09:44:25.810 INFO kablam! | Sep 06 09:44:25.810 INFO kablam! 400 | let my_stack = my_parser.events().peekable(); Sep 06 09:44:25.810 INFO kablam! | ^^^^^^ Sep 06 09:44:25.810 INFO kablam! Sep 06 09:44:25.810 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 06 09:44:25.810 INFO kablam! --> src/aws/common/xmlutil.rs:419:34 Sep 06 09:44:25.810 INFO kablam! | Sep 06 09:44:25.810 INFO kablam! 419 | let my_stack = my_parser.events().peekable(); Sep 06 09:44:25.810 INFO kablam! | ^^^^^^ Sep 06 09:44:25.810 INFO kablam! Sep 06 09:44:25.826 INFO kablam! error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope Sep 06 09:44:25.826 INFO kablam! --> src/aws/common/xmlutil.rs:439:34 Sep 06 09:44:25.826 INFO kablam! | Sep 06 09:44:25.826 INFO kablam! 439 | let my_stack = my_parser.events().peekable(); Sep 06 09:44:25.826 INFO kablam! | ^^^^^^ Sep 06 09:44:25.826 INFO kablam! Sep 06 09:44:25.862 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 09:44:25.862 INFO kablam! --> src/aws/common/signature.rs:354:18 Sep 06 09:44:25.862 INFO kablam! | Sep 06 09:44:25.862 INFO kablam! 354 | hmac.finish().unwrap().to_base64(STANDARD) Sep 06 09:44:25.862 INFO kablam! | ^^^^^^ Sep 06 09:44:25.862 INFO kablam! Sep 06 09:44:25.882 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 09:44:25.882 INFO kablam! --> src/aws/common/signature.rs:474:10 Sep 06 09:44:25.882 INFO kablam! | Sep 06 09:44:25.882 INFO kablam! 474 | hmac.finish().unwrap().to_hex().to_string() Sep 06 09:44:25.882 INFO kablam! | ^^^^^^ Sep 06 09:44:25.882 INFO kablam! Sep 06 09:44:25.890 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 09:44:25.890 INFO kablam! --> src/aws/common/signature.rs:481:23 Sep 06 09:44:25.890 INFO kablam! | Sep 06 09:44:25.890 INFO kablam! 481 | let k_date = hmac.finish().unwrap(); Sep 06 09:44:25.890 INFO kablam! | ^^^^^^ Sep 06 09:44:25.890 INFO kablam! Sep 06 09:44:25.890 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 09:44:25.890 INFO kablam! --> src/aws/common/signature.rs:486:25 Sep 06 09:44:25.890 INFO kablam! | Sep 06 09:44:25.890 INFO kablam! 486 | let k_region = hmac.finish().unwrap(); Sep 06 09:44:25.890 INFO kablam! | ^^^^^^ Sep 06 09:44:25.890 INFO kablam! Sep 06 09:44:25.890 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 09:44:25.890 INFO kablam! --> src/aws/common/signature.rs:491:26 Sep 06 09:44:25.890 INFO kablam! | Sep 06 09:44:25.890 INFO kablam! 491 | let k_service = hmac.finish().unwrap(); Sep 06 09:44:25.890 INFO kablam! | ^^^^^^ Sep 06 09:44:25.890 INFO kablam! Sep 06 09:44:25.890 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 09:44:25.890 INFO kablam! --> src/aws/common/signature.rs:496:10 Sep 06 09:44:25.890 INFO kablam! | Sep 06 09:44:25.890 INFO kablam! 496 | hmac.finish().unwrap() Sep 06 09:44:25.890 INFO kablam! | ^^^^^^ Sep 06 09:44:25.890 INFO kablam! Sep 06 09:44:25.922 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 06 09:44:25.922 INFO kablam! --> src/aws/common/signature.rs:697:23 Sep 06 09:44:25.922 INFO kablam! | Sep 06 09:44:25.922 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 06 09:44:25.922 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 06 09:44:25.922 INFO kablam! 81 | | SignedRequest { Sep 06 09:44:25.922 INFO kablam! 82 | | method: method.to_string(), Sep 06 09:44:25.922 INFO kablam! ... | Sep 06 09:44:25.922 INFO kablam! 96 | | } Sep 06 09:44:25.922 INFO kablam! 97 | | } Sep 06 09:44:25.922 INFO kablam! | |_____- defined here Sep 06 09:44:25.922 INFO kablam! ... Sep 06 09:44:25.922 INFO kablam! 697 | let request = SignedRequest::new("POST", "sqs", Region::UsEast1, "/"); Sep 06 09:44:25.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 06 09:44:25.922 INFO kablam! Sep 06 09:44:25.938 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 06 09:44:25.938 INFO kablam! --> src/aws/common/signature.rs:703:27 Sep 06 09:44:25.938 INFO kablam! | Sep 06 09:44:25.938 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 06 09:44:25.938 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 06 09:44:25.938 INFO kablam! 81 | | SignedRequest { Sep 06 09:44:25.938 INFO kablam! 82 | | method: method.to_string(), Sep 06 09:44:25.938 INFO kablam! ... | Sep 06 09:44:25.938 INFO kablam! 96 | | } Sep 06 09:44:25.938 INFO kablam! 97 | | } Sep 06 09:44:25.938 INFO kablam! | |_____- defined here Sep 06 09:44:25.938 INFO kablam! ... Sep 06 09:44:25.938 INFO kablam! 703 | let mut request = SignedRequest::new("POST", "sqs", Region::UsEast1, "/"); Sep 06 09:44:25.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 06 09:44:25.938 INFO kablam! Sep 06 09:44:25.938 INFO kablam! error[E0061]: this function takes 6 parameters but 4 parameters were supplied Sep 06 09:44:25.938 INFO kablam! --> src/aws/common/signature.rs:710:27 Sep 06 09:44:25.938 INFO kablam! | Sep 06 09:44:25.938 INFO kablam! 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) Sep 06 09:44:25.938 INFO kablam! 80 | | -> SignedRequest<'a> { Sep 06 09:44:25.938 INFO kablam! 81 | | SignedRequest { Sep 06 09:44:25.938 INFO kablam! 82 | | method: method.to_string(), Sep 06 09:44:25.938 INFO kablam! ... | Sep 06 09:44:25.938 INFO kablam! 96 | | } Sep 06 09:44:25.938 INFO kablam! 97 | | } Sep 06 09:44:25.938 INFO kablam! | |_____- defined here Sep 06 09:44:25.938 INFO kablam! ... Sep 06 09:44:25.938 INFO kablam! 710 | let mut request = SignedRequest::new("GET", "s3", Region::UsEast1, "/path with spaces"); Sep 06 09:44:25.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters Sep 06 09:44:25.938 INFO kablam! Sep 06 09:44:28.600 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 09:44:28.600 INFO kablam! --> src/aws/common/credentials.rs:27:5 Sep 06 09:44:28.600 INFO kablam! | Sep 06 09:44:28.600 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 06 09:44:28.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 09:44:28.600 INFO kablam! | Sep 06 09:44:28.600 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 09:44:28.600 INFO kablam! Sep 06 09:44:28.600 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 09:44:28.600 INFO kablam! --> src/aws/common/signature.rs:30:5 Sep 06 09:44:28.600 INFO kablam! | Sep 06 09:44:28.600 INFO kablam! 30 | use std::ascii::AsciiExt; Sep 06 09:44:28.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 09:44:28.600 INFO kablam! Sep 06 09:44:28.600 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 09:44:28.600 INFO kablam! --> src/aws/s3/s3client.rs:18:5 Sep 06 09:44:28.600 INFO kablam! | Sep 06 09:44:28.600 INFO kablam! 18 | use std::ascii::AsciiExt; Sep 06 09:44:28.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 09:44:28.600 INFO kablam! Sep 06 09:44:30.046 INFO kablam! error: aborting due to 10 previous errors Sep 06 09:44:30.046 INFO kablam! Sep 06 09:44:30.046 INFO kablam! Some errors occurred: E0061, E0432, E0599. Sep 06 09:44:30.047 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 06 09:44:30.059 INFO kablam! error: Could not compile `aws-sdk-rust`. Sep 06 09:44:30.059 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 09:44:32.700 INFO kablam! error: build failed Sep 06 09:44:32.700 INFO kablam! su: No module specific data is present Sep 06 09:44:33.776 INFO running `"docker" "rm" "-f" "c28f9f539c303b1f3e34e80ba83eed3119d947982628f547e7bc859185decafe"` Sep 06 09:44:33.898 INFO blam! c28f9f539c303b1f3e34e80ba83eed3119d947982628f547e7bc859185decafe