Sep 02 01:51:30.739 INFO checking rusoto_credential-0.7.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 01:51:30.740 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 01:51:30.740 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:51:30.906 INFO blam! 265da151860ffbd2a5642ebf76222a1a7477a79bdee11cb95e9da4c50851b926 Sep 02 01:51:30.908 INFO running `"docker" "start" "-a" "265da151860ffbd2a5642ebf76222a1a7477a79bdee11cb95e9da4c50851b926"` Sep 02 01:51:31.662 INFO kablam! Checking rusoto_credential v0.7.0 (file:///source) Sep 02 01:51:33.542 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 01:51:33.542 INFO kablam! --> src/profile.rs:4:5 Sep 02 01:51:33.542 INFO kablam! | Sep 02 01:51:33.542 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 02 01:51:33.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 01:51:33.542 INFO kablam! | Sep 02 01:51:33.542 INFO kablam! note: lint level defined here Sep 02 01:51:33.542 INFO kablam! --> src/lib.rs:3:45 Sep 02 01:51:33.542 INFO kablam! | Sep 02 01:51:33.542 INFO kablam! 3 | #![cfg_attr(not(feature = "unstable"), deny(warnings))] Sep 02 01:51:33.542 INFO kablam! | ^^^^^^^^ Sep 02 01:51:33.542 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 02 01:51:33.542 INFO kablam! Sep 02 01:51:33.542 INFO kablam! error: 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 02 01:51:33.543 INFO kablam! --> src/profile.rs:6:16 Sep 02 01:51:33.543 INFO kablam! | Sep 02 01:51:33.543 INFO kablam! 6 | use std::env::{home_dir, var as env_var}; Sep 02 01:51:33.543 INFO kablam! | ^^^^^^^^ Sep 02 01:51:33.543 INFO kablam! Sep 02 01:51:33.543 INFO kablam! error: 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 02 01:51:33.543 INFO kablam! --> src/profile.rs:46:15 Sep 02 01:51:33.543 INFO kablam! | Sep 02 01:51:33.543 INFO kablam! 46 | match home_dir() { Sep 02 01:51:33.543 INFO kablam! | ^^^^^^^^ Sep 02 01:51:33.543 INFO kablam! Sep 02 01:51:33.836 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 01:51:33.837 INFO kablam! --> src/profile.rs:4:5 Sep 02 01:51:33.837 INFO kablam! | Sep 02 01:51:33.837 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 02 01:51:33.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 01:51:33.837 INFO kablam! | Sep 02 01:51:33.837 INFO kablam! note: lint level defined here Sep 02 01:51:33.837 INFO kablam! --> src/lib.rs:3:45 Sep 02 01:51:33.837 INFO kablam! | Sep 02 01:51:33.837 INFO kablam! 3 | #![cfg_attr(not(feature = "unstable"), deny(warnings))] Sep 02 01:51:33.837 INFO kablam! | ^^^^^^^^ Sep 02 01:51:33.837 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 02 01:51:33.837 INFO kablam! Sep 02 01:51:33.837 INFO kablam! error: 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 02 01:51:33.837 INFO kablam! --> src/profile.rs:6:16 Sep 02 01:51:33.837 INFO kablam! | Sep 02 01:51:33.837 INFO kablam! 6 | use std::env::{home_dir, var as env_var}; Sep 02 01:51:33.837 INFO kablam! | ^^^^^^^^ Sep 02 01:51:33.837 INFO kablam! Sep 02 01:51:33.837 INFO kablam! error: 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 02 01:51:33.838 INFO kablam! --> src/profile.rs:46:15 Sep 02 01:51:33.838 INFO kablam! | Sep 02 01:51:33.838 INFO kablam! 46 | match home_dir() { Sep 02 01:51:33.838 INFO kablam! | ^^^^^^^^ Sep 02 01:51:33.838 INFO kablam! Sep 02 01:51:33.864 INFO kablam! error: unused import: `std::ascii::AsciiExt` Sep 02 01:51:33.864 INFO kablam! --> src/profile.rs:4:5 Sep 02 01:51:33.864 INFO kablam! | Sep 02 01:51:33.864 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 02 01:51:33.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 01:51:33.864 INFO kablam! | Sep 02 01:51:33.864 INFO kablam! note: lint level defined here Sep 02 01:51:33.864 INFO kablam! --> src/lib.rs:3:45 Sep 02 01:51:33.864 INFO kablam! | Sep 02 01:51:33.865 INFO kablam! 3 | #![cfg_attr(not(feature = "unstable"), deny(warnings))] Sep 02 01:51:33.865 INFO kablam! | ^^^^^^^^ Sep 02 01:51:33.865 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 02 01:51:33.865 INFO kablam! Sep 02 01:51:33.872 INFO kablam! error: aborting due to 4 previous errors Sep 02 01:51:33.872 INFO kablam! Sep 02 01:51:33.884 INFO kablam! error: Could not compile `rusoto_credential`. Sep 02 01:51:33.884 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:51:34.257 INFO kablam! error: unused import: `std::ascii::AsciiExt` Sep 02 01:51:34.257 INFO kablam! --> src/profile.rs:4:5 Sep 02 01:51:34.257 INFO kablam! | Sep 02 01:51:34.257 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 02 01:51:34.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 01:51:34.257 INFO kablam! | Sep 02 01:51:34.257 INFO kablam! note: lint level defined here Sep 02 01:51:34.257 INFO kablam! --> src/lib.rs:3:45 Sep 02 01:51:34.257 INFO kablam! | Sep 02 01:51:34.257 INFO kablam! 3 | #![cfg_attr(not(feature = "unstable"), deny(warnings))] Sep 02 01:51:34.257 INFO kablam! | ^^^^^^^^ Sep 02 01:51:34.257 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 02 01:51:34.258 INFO kablam! Sep 02 01:51:34.264 INFO kablam! error: aborting due to 4 previous errors Sep 02 01:51:34.264 INFO kablam! Sep 02 01:51:34.286 INFO kablam! error: Could not compile `rusoto_credential`. Sep 02 01:51:34.286 INFO kablam! Sep 02 01:51:34.286 INFO kablam! To learn more, run the command again with --verbose. Sep 02 01:51:34.288 INFO kablam! su: No module specific data is present Sep 02 01:51:34.864 INFO running `"docker" "rm" "-f" "265da151860ffbd2a5642ebf76222a1a7477a79bdee11cb95e9da4c50851b926"` Sep 02 01:51:34.965 INFO blam! 265da151860ffbd2a5642ebf76222a1a7477a79bdee11cb95e9da4c50851b926