Sep 04 04:20:03.948 INFO checking s3rs-0.1.8 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 04:20:03.948 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 04:20:03.948 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:20:04.183 INFO blam! bc66db83c66742ae994b04ab558ee718a043b24e22578596f2d18fb8ac07c7a2 Sep 04 04:20:04.185 INFO running `"docker" "start" "-a" "bc66db83c66742ae994b04ab558ee718a043b24e22578596f2d18fb8ac07c7a2"` Sep 04 04:20:05.534 INFO kablam! Checking hmac-sha1 v0.1.3 Sep 04 04:20:05.536 INFO kablam! Checking interactor v0.1.1 Sep 04 04:20:05.543 INFO kablam! Checking quick-xml v0.12.3 Sep 04 04:20:07.541 INFO kablam! Checking s3rs v0.1.8 (file:///source) Sep 04 04:20:11.131 INFO kablam! warning: unused import: `interactor::read_from_tty` Sep 04 04:20:11.131 INFO kablam! --> src/main.rs:5:5 Sep 04 04:20:11.131 INFO kablam! | Sep 04 04:20:11.131 INFO kablam! 5 | use interactor::read_from_tty; Sep 04 04:20:11.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:20:11.132 INFO kablam! | Sep 04 04:20:11.132 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:20:11.132 INFO kablam! Sep 04 04:20:11.179 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 04:20:11.180 INFO kablam! --> src/main.rs:165:23 Sep 04 04:20:11.180 INFO kablam! | Sep 04 04:20:11.180 INFO kablam! 165 | let mut s3rscfg = std::env::home_dir().unwrap(); Sep 04 04:20:11.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 04:20:11.180 INFO kablam! | Sep 04 04:20:11.180 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 04:20:11.180 INFO kablam! Sep 04 04:20:11.990 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 04 04:20:11.990 INFO kablam! --> src/handler/aws.rs:101:93 Sep 04 04:20:11.990 INFO kablam! | Sep 04 04:20:11.990 INFO kablam! 101 | Some(r) => string_to_signed.push_str(&format!("{}/{}/{}/aws4_request", time_str.slice_unchecked(0,8), r, endpoint_type)), Sep 04 04:20:11.990 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 04:20:11.990 INFO kablam! Sep 04 04:20:11.992 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 04 04:20:11.992 INFO kablam! --> src/handler/aws.rs:102:97 Sep 04 04:20:11.992 INFO kablam! | Sep 04 04:20:11.993 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 04:20:11.993 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 04:20:11.993 INFO kablam! Sep 04 04:20:12.118 INFO kablam! warning: variable `count` is assigned to, but never used Sep 04 04:20:12.118 INFO kablam! --> src/main.rs:254:13 Sep 04 04:20:12.118 INFO kablam! | Sep 04 04:20:12.118 INFO kablam! 254 | let mut count = 0u32; Sep 04 04:20:12.118 INFO kablam! | ^^^^^ Sep 04 04:20:12.118 INFO kablam! | Sep 04 04:20:12.118 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 04:20:12.118 INFO kablam! = note: consider using `_count` instead Sep 04 04:20:12.118 INFO kablam! Sep 04 04:20:12.201 INFO kablam! warning: variable does not need to be mutable Sep 04 04:20:12.201 INFO kablam! --> src/main.rs:260:13 Sep 04 04:20:12.201 INFO kablam! | Sep 04 04:20:12.201 INFO kablam! 260 | let mut reader = BufReader::new(&tty); Sep 04 04:20:12.201 INFO kablam! | ----^^^^^^ Sep 04 04:20:12.202 INFO kablam! | | Sep 04 04:20:12.202 INFO kablam! | help: remove this `mut` Sep 04 04:20:12.202 INFO kablam! | Sep 04 04:20:12.202 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:20:12.202 INFO kablam! Sep 04 04:20:12.296 INFO kablam! warning: unused import: `interactor::read_from_tty` Sep 04 04:20:12.296 INFO kablam! --> src/main.rs:5:5 Sep 04 04:20:12.296 INFO kablam! | Sep 04 04:20:12.296 INFO kablam! 5 | use interactor::read_from_tty; Sep 04 04:20:12.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:20:12.296 INFO kablam! | Sep 04 04:20:12.296 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:20:12.296 INFO kablam! Sep 04 04:20:12.349 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 04:20:12.349 INFO kablam! --> src/main.rs:165:23 Sep 04 04:20:12.349 INFO kablam! | Sep 04 04:20:12.349 INFO kablam! 165 | let mut s3rscfg = std::env::home_dir().unwrap(); Sep 04 04:20:12.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 04:20:12.350 INFO kablam! | Sep 04 04:20:12.350 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 04:20:12.350 INFO kablam! Sep 04 04:20:12.947 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 04 04:20:12.947 INFO kablam! --> src/handler/aws.rs:101:93 Sep 04 04:20:12.947 INFO kablam! | Sep 04 04:20:12.947 INFO kablam! 101 | Some(r) => string_to_signed.push_str(&format!("{}/{}/{}/aws4_request", time_str.slice_unchecked(0,8), r, endpoint_type)), Sep 04 04:20:12.947 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 04:20:12.947 INFO kablam! Sep 04 04:20:12.949 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 04 04:20:12.949 INFO kablam! --> src/handler/aws.rs:102:97 Sep 04 04:20:12.949 INFO kablam! | Sep 04 04:20:12.949 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 04:20:12.949 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 04:20:12.949 INFO kablam! Sep 04 04:20:13.089 INFO kablam! warning: variable `count` is assigned to, but never used Sep 04 04:20:13.089 INFO kablam! --> src/main.rs:254:13 Sep 04 04:20:13.089 INFO kablam! | Sep 04 04:20:13.089 INFO kablam! 254 | let mut count = 0u32; Sep 04 04:20:13.089 INFO kablam! | ^^^^^ Sep 04 04:20:13.089 INFO kablam! | Sep 04 04:20:13.089 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 04:20:13.089 INFO kablam! = note: consider using `_count` instead Sep 04 04:20:13.089 INFO kablam! Sep 04 04:20:13.175 INFO kablam! warning: variable does not need to be mutable Sep 04 04:20:13.175 INFO kablam! --> src/main.rs:260:13 Sep 04 04:20:13.175 INFO kablam! | Sep 04 04:20:13.175 INFO kablam! 260 | let mut reader = BufReader::new(&tty); Sep 04 04:20:13.175 INFO kablam! | ----^^^^^^ Sep 04 04:20:13.175 INFO kablam! | | Sep 04 04:20:13.175 INFO kablam! | help: remove this `mut` Sep 04 04:20:13.175 INFO kablam! | Sep 04 04:20:13.175 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:20:13.175 INFO kablam! Sep 04 04:20:13.363 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.29s Sep 04 04:20:13.381 INFO kablam! su: No module specific data is present Sep 04 04:20:13.812 INFO running `"docker" "rm" "-f" "bc66db83c66742ae994b04ab558ee718a043b24e22578596f2d18fb8ac07c7a2"` Sep 04 04:20:13.914 INFO blam! bc66db83c66742ae994b04ab558ee718a043b24e22578596f2d18fb8ac07c7a2