Sep 04 07:31:13.558 INFO checking s3rs-0.1.8 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:31:13.558 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:31:13.558 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/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 04 07:31:13.744 INFO blam! 45d02bf5a11dff4fcfb3cbd27000e3e6709ada13c7a757e3b887da2e19703ea1 Sep 04 07:31:13.745 INFO running `"docker" "start" "-a" "45d02bf5a11dff4fcfb3cbd27000e3e6709ada13c7a757e3b887da2e19703ea1"` Sep 04 07:31:14.708 INFO kablam! Checking termios v0.3.0 Sep 04 07:31:14.709 INFO kablam! Checking hmac-sha1 v0.1.3 Sep 04 07:31:14.716 INFO kablam! Checking digest v0.6.2 Sep 04 07:31:14.716 INFO kablam! Checking block-buffer v0.2.0 Sep 04 07:31:14.717 INFO kablam! Checking crypto-mac v0.4.0 Sep 04 07:31:14.721 INFO kablam! Checking quick-xml v0.12.3 Sep 04 07:31:15.284 INFO kablam! Checking hmac v0.4.2 Sep 04 07:31:15.371 INFO kablam! Checking sha2 v0.6.0 Sep 04 07:31:15.630 INFO kablam! Checking interactor v0.1.1 Sep 04 07:31:17.160 INFO kablam! Checking s3rs v0.1.8 (file:///source) Sep 04 07:31:22.282 INFO kablam! warning: unused import: `interactor::read_from_tty` Sep 04 07:31:22.282 INFO kablam! --> src/main.rs:5:5 Sep 04 07:31:22.282 INFO kablam! | Sep 04 07:31:22.282 INFO kablam! 5 | use interactor::read_from_tty; Sep 04 07:31:22.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:31:22.283 INFO kablam! | Sep 04 07:31:22.283 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 07:31:22.283 INFO kablam! Sep 04 07:31:22.335 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 04 07:31:22.335 INFO kablam! --> src/main.rs:165:23 Sep 04 07:31:22.335 INFO kablam! | Sep 04 07:31:22.335 INFO kablam! 165 | let mut s3rscfg = std::env::home_dir().unwrap(); Sep 04 07:31:22.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 07:31:22.335 INFO kablam! | Sep 04 07:31:22.335 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 07:31:22.335 INFO kablam! Sep 04 07:31:22.364 INFO kablam! warning: unused import: `interactor::read_from_tty` Sep 04 07:31:22.365 INFO kablam! --> src/main.rs:5:5 Sep 04 07:31:22.365 INFO kablam! | Sep 04 07:31:22.365 INFO kablam! 5 | use interactor::read_from_tty; Sep 04 07:31:22.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:31:22.365 INFO kablam! | Sep 04 07:31:22.365 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 07:31:22.365 INFO kablam! Sep 04 07:31:22.418 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 04 07:31:22.418 INFO kablam! --> src/main.rs:165:23 Sep 04 07:31:22.418 INFO kablam! | Sep 04 07:31:22.418 INFO kablam! 165 | let mut s3rscfg = std::env::home_dir().unwrap(); Sep 04 07:31:22.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 07:31:22.418 INFO kablam! | Sep 04 07:31:22.418 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 07:31:22.418 INFO kablam! Sep 04 07:31:23.161 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 04 07:31:23.161 INFO kablam! --> src/handler/aws.rs:101:93 Sep 04 07:31:23.161 INFO kablam! | Sep 04 07:31:23.162 INFO kablam! 101 | Some(r) => string_to_signed.push_str(&format!("{}/{}/{}/aws4_request", time_str.slice_unchecked(0,8), r, endpoint_type)), Sep 04 07:31:23.162 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 07:31:23.162 INFO kablam! Sep 04 07:31:23.164 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 04 07:31:23.164 INFO kablam! --> src/handler/aws.rs:102:97 Sep 04 07:31:23.164 INFO kablam! | Sep 04 07:31:23.164 INFO kablam! 102 | None => string_to_signed.push_str(&format!("{}/us-east-1/{}/aws4_request", time_str.slice_unchecked(0,8), endpoint_type)) Sep 04 07:31:23.164 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 07:31:23.164 INFO kablam! Sep 04 07:31:23.187 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 04 07:31:23.187 INFO kablam! --> src/handler/aws.rs:101:93 Sep 04 07:31:23.187 INFO kablam! | Sep 04 07:31:23.187 INFO kablam! 101 | Some(r) => string_to_signed.push_str(&format!("{}/{}/{}/aws4_request", time_str.slice_unchecked(0,8), r, endpoint_type)), Sep 04 07:31:23.187 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 07:31:23.187 INFO kablam! Sep 04 07:31:23.190 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 04 07:31:23.190 INFO kablam! --> src/handler/aws.rs:102:97 Sep 04 07:31:23.190 INFO kablam! | Sep 04 07:31:23.190 INFO kablam! 102 | None => string_to_signed.push_str(&format!("{}/us-east-1/{}/aws4_request", time_str.slice_unchecked(0,8), endpoint_type)) Sep 04 07:31:23.190 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 07:31:23.190 INFO kablam! Sep 04 07:31:23.350 INFO kablam! warning: variable `count` is assigned to, but never used Sep 04 07:31:23.350 INFO kablam! --> src/main.rs:254:13 Sep 04 07:31:23.350 INFO kablam! | Sep 04 07:31:23.350 INFO kablam! 254 | let mut count = 0u32; Sep 04 07:31:23.350 INFO kablam! | ^^^^^ Sep 04 07:31:23.350 INFO kablam! | Sep 04 07:31:23.350 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 07:31:23.350 INFO kablam! = note: consider using `_count` instead Sep 04 07:31:23.350 INFO kablam! Sep 04 07:31:23.393 INFO kablam! warning: variable `count` is assigned to, but never used Sep 04 07:31:23.393 INFO kablam! --> src/main.rs:254:13 Sep 04 07:31:23.393 INFO kablam! | Sep 04 07:31:23.393 INFO kablam! 254 | let mut count = 0u32; Sep 04 07:31:23.393 INFO kablam! | ^^^^^ Sep 04 07:31:23.393 INFO kablam! | Sep 04 07:31:23.393 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 07:31:23.393 INFO kablam! = note: consider using `_count` instead Sep 04 07:31:23.393 INFO kablam! Sep 04 07:31:23.479 INFO kablam! warning: variable does not need to be mutable Sep 04 07:31:23.479 INFO kablam! --> src/main.rs:260:13 Sep 04 07:31:23.479 INFO kablam! | Sep 04 07:31:23.479 INFO kablam! 260 | let mut reader = BufReader::new(&tty); Sep 04 07:31:23.479 INFO kablam! | ----^^^^^^ Sep 04 07:31:23.479 INFO kablam! | | Sep 04 07:31:23.479 INFO kablam! | help: remove this `mut` Sep 04 07:31:23.479 INFO kablam! | Sep 04 07:31:23.479 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:31:23.479 INFO kablam! Sep 04 07:31:23.508 INFO kablam! warning: variable does not need to be mutable Sep 04 07:31:23.508 INFO kablam! --> src/main.rs:260:13 Sep 04 07:31:23.508 INFO kablam! | Sep 04 07:31:23.508 INFO kablam! 260 | let mut reader = BufReader::new(&tty); Sep 04 07:31:23.508 INFO kablam! | ----^^^^^^ Sep 04 07:31:23.508 INFO kablam! | | Sep 04 07:31:23.508 INFO kablam! | help: remove this `mut` Sep 04 07:31:23.508 INFO kablam! | Sep 04 07:31:23.508 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:31:23.508 INFO kablam! Sep 04 07:31:23.778 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.44s Sep 04 07:31:23.795 INFO kablam! su: No module specific data is present Sep 04 07:31:24.247 INFO running `"docker" "rm" "-f" "45d02bf5a11dff4fcfb3cbd27000e3e6709ada13c7a757e3b887da2e19703ea1"` Sep 04 07:31:24.351 INFO blam! 45d02bf5a11dff4fcfb3cbd27000e3e6709ada13c7a757e3b887da2e19703ea1