Sep 19 20:49:38.277 INFO checking s3rs-0.1.8 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 20:49:38.277 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 20:49:38.277 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:49:38.461 INFO blam! 0fd9ef0e69ab42d432a29a53c5128c600bd1a2fa8d4709562e87618a508de5a6 Sep 19 20:49:38.466 INFO running `"docker" "start" "-a" "0fd9ef0e69ab42d432a29a53c5128c600bd1a2fa8d4709562e87618a508de5a6"` Sep 19 20:49:39.494 INFO kablam! usermod: no changes Sep 19 20:49:39.922 INFO kablam! Checking interactor v0.1.1 Sep 19 20:49:39.922 INFO kablam! Checking crypto-mac v0.4.0 Sep 19 20:49:39.934 INFO kablam! Checking quick-xml v0.12.4 Sep 19 20:49:40.518 INFO kablam! Checking hmac v0.4.2 Sep 19 20:49:41.734 INFO kablam! Checking s3rs v0.1.8 (/source) Sep 19 20:49:44.919 INFO kablam! warning: unused import: `interactor::read_from_tty` Sep 19 20:49:44.919 INFO kablam! --> src/main.rs:5:5 Sep 19 20:49:44.919 INFO kablam! | Sep 19 20:49:44.919 INFO kablam! 5 | use interactor::read_from_tty; Sep 19 20:49:44.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:49:44.920 INFO kablam! | Sep 19 20:49:44.920 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 20:49:44.920 INFO kablam! Sep 19 20:49:44.971 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 19 20:49:44.971 INFO kablam! --> src/main.rs:165:23 Sep 19 20:49:44.971 INFO kablam! | Sep 19 20:49:44.971 INFO kablam! 165 | let mut s3rscfg = std::env::home_dir().unwrap(); Sep 19 20:49:44.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 20:49:44.971 INFO kablam! | Sep 19 20:49:44.971 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 20:49:44.971 INFO kablam! Sep 19 20:49:45.264 INFO kablam! warning: unused import: `interactor::read_from_tty` Sep 19 20:49:45.264 INFO kablam! --> src/main.rs:5:5 Sep 19 20:49:45.264 INFO kablam! | Sep 19 20:49:45.264 INFO kablam! 5 | use interactor::read_from_tty; Sep 19 20:49:45.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:49:45.264 INFO kablam! | Sep 19 20:49:45.264 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 20:49:45.264 INFO kablam! Sep 19 20:49:45.350 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 19 20:49:45.350 INFO kablam! --> src/main.rs:165:23 Sep 19 20:49:45.350 INFO kablam! | Sep 19 20:49:45.350 INFO kablam! 165 | let mut s3rscfg = std::env::home_dir().unwrap(); Sep 19 20:49:45.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 20:49:45.350 INFO kablam! | Sep 19 20:49:45.350 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 20:49:45.350 INFO kablam! Sep 19 20:49:45.586 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 19 20:49:45.587 INFO kablam! --> src/handler/aws.rs:101:93 Sep 19 20:49:45.587 INFO kablam! | Sep 19 20:49:45.587 INFO kablam! 101 | Some(r) => string_to_signed.push_str(&format!("{}/{}/{}/aws4_request", time_str.slice_unchecked(0,8), r, endpoint_type)), Sep 19 20:49:45.588 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 20:49:45.588 INFO kablam! Sep 19 20:49:45.591 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 19 20:49:45.591 INFO kablam! --> src/handler/aws.rs:102:97 Sep 19 20:49:45.591 INFO kablam! | Sep 19 20:49:45.592 INFO kablam! 102 | None => string_to_signed.push_str(&format!("{}/us-east-1/{}/aws4_request", time_str.slice_unchecked(0,8), endpoint_type)) Sep 19 20:49:45.592 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 20:49:45.592 INFO kablam! Sep 19 20:49:45.758 INFO kablam! warning: variable `count` is assigned to, but never used Sep 19 20:49:45.758 INFO kablam! --> src/main.rs:254:13 Sep 19 20:49:45.758 INFO kablam! | Sep 19 20:49:45.759 INFO kablam! 254 | let mut count = 0u32; Sep 19 20:49:45.759 INFO kablam! | ^^^^^ Sep 19 20:49:45.760 INFO kablam! | Sep 19 20:49:45.760 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 20:49:45.760 INFO kablam! = note: consider using `_count` instead Sep 19 20:49:45.760 INFO kablam! Sep 19 20:49:45.902 INFO kablam! warning: variable does not need to be mutable Sep 19 20:49:45.903 INFO kablam! --> src/main.rs:260:13 Sep 19 20:49:45.903 INFO kablam! | Sep 19 20:49:45.903 INFO kablam! 260 | let mut reader = BufReader::new(&tty); Sep 19 20:49:45.904 INFO kablam! | ----^^^^^^ Sep 19 20:49:45.904 INFO kablam! | | Sep 19 20:49:45.904 INFO kablam! | help: remove this `mut` Sep 19 20:49:45.905 INFO kablam! | Sep 19 20:49:45.905 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 20:49:45.905 INFO kablam! Sep 19 20:49:45.958 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 19 20:49:45.958 INFO kablam! --> src/handler/aws.rs:101:93 Sep 19 20:49:45.959 INFO kablam! | Sep 19 20:49:45.959 INFO kablam! 101 | Some(r) => string_to_signed.push_str(&format!("{}/{}/{}/aws4_request", time_str.slice_unchecked(0,8), r, endpoint_type)), Sep 19 20:49:45.960 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 20:49:45.960 INFO kablam! Sep 19 20:49:45.962 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 19 20:49:45.962 INFO kablam! --> src/handler/aws.rs:102:97 Sep 19 20:49:45.963 INFO kablam! | Sep 19 20:49:45.963 INFO kablam! 102 | None => string_to_signed.push_str(&format!("{}/us-east-1/{}/aws4_request", time_str.slice_unchecked(0,8), endpoint_type)) Sep 19 20:49:45.963 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 20:49:45.964 INFO kablam! Sep 19 20:49:46.108 INFO kablam! warning: variable `count` is assigned to, but never used Sep 19 20:49:46.109 INFO kablam! --> src/main.rs:254:13 Sep 19 20:49:46.109 INFO kablam! | Sep 19 20:49:46.109 INFO kablam! 254 | let mut count = 0u32; Sep 19 20:49:46.109 INFO kablam! | ^^^^^ Sep 19 20:49:46.110 INFO kablam! | Sep 19 20:49:46.110 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 20:49:46.110 INFO kablam! = note: consider using `_count` instead Sep 19 20:49:46.111 INFO kablam! Sep 19 20:49:46.190 INFO kablam! warning: variable does not need to be mutable Sep 19 20:49:46.191 INFO kablam! --> src/main.rs:260:13 Sep 19 20:49:46.191 INFO kablam! | Sep 19 20:49:46.192 INFO kablam! 260 | let mut reader = BufReader::new(&tty); Sep 19 20:49:46.192 INFO kablam! | ----^^^^^^ Sep 19 20:49:46.193 INFO kablam! | | Sep 19 20:49:46.193 INFO kablam! | help: remove this `mut` Sep 19 20:49:46.193 INFO kablam! | Sep 19 20:49:46.194 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 20:49:46.194 INFO kablam! Sep 19 20:49:46.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.89s Sep 19 20:49:46.450 INFO kablam! su: No module specific data is present Sep 19 20:49:47.887 INFO running `"docker" "rm" "-f" "0fd9ef0e69ab42d432a29a53c5128c600bd1a2fa8d4709562e87618a508de5a6"` Sep 19 20:49:47.996 INFO blam! 0fd9ef0e69ab42d432a29a53c5128c600bd1a2fa8d4709562e87618a508de5a6