Sep 19 18:52:35.970 INFO checking s3rs-0.1.8 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 18:52:35.970 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 18:52:35.971 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:52:36.324 INFO blam! f28f50bec1371293f11fb233269215219e178c2b7323503bf30c9b749e4202f9 Sep 19 18:52:36.327 INFO running `"docker" "start" "-a" "f28f50bec1371293f11fb233269215219e178c2b7323503bf30c9b749e4202f9"` Sep 19 18:52:37.599 INFO kablam! usermod: no changes Sep 19 18:52:38.111 INFO kablam! Checking hmac-sha1 v0.1.3 Sep 19 18:52:38.118 INFO kablam! Checking interactor v0.1.1 Sep 19 18:52:38.135 INFO kablam! Checking block-buffer v0.2.0 Sep 19 18:52:38.135 INFO kablam! Checking digest v0.6.2 Sep 19 18:52:38.135 INFO kablam! Checking crypto-mac v0.4.0 Sep 19 18:52:38.135 INFO kablam! Checking quick-xml v0.12.4 Sep 19 18:52:38.136 INFO kablam! Checking reqwest v0.8.8 Sep 19 18:52:39.112 INFO kablam! Checking hmac v0.4.2 Sep 19 18:52:39.239 INFO kablam! Checking sha2 v0.6.0 Sep 19 18:52:42.755 INFO kablam! Checking s3rs v0.1.8 (/source) Sep 19 18:52:45.972 INFO kablam! warning: unused import: `interactor::read_from_tty` Sep 19 18:52:45.972 INFO kablam! --> src/main.rs:5:5 Sep 19 18:52:45.973 INFO kablam! | Sep 19 18:52:45.973 INFO kablam! 5 | use interactor::read_from_tty; Sep 19 18:52:45.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:52:45.974 INFO kablam! | Sep 19 18:52:45.974 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:52:45.975 INFO kablam! Sep 19 18:52:46.047 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 18:52:46.048 INFO kablam! --> src/main.rs:165:23 Sep 19 18:52:46.048 INFO kablam! | Sep 19 18:52:46.049 INFO kablam! 165 | let mut s3rscfg = std::env::home_dir().unwrap(); Sep 19 18:52:46.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 18:52:46.049 INFO kablam! | Sep 19 18:52:46.050 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:52:46.050 INFO kablam! Sep 19 18:52:46.223 INFO kablam! warning: unused import: `interactor::read_from_tty` Sep 19 18:52:46.223 INFO kablam! --> src/main.rs:5:5 Sep 19 18:52:46.223 INFO kablam! | Sep 19 18:52:46.223 INFO kablam! 5 | use interactor::read_from_tty; Sep 19 18:52:46.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:52:46.223 INFO kablam! | Sep 19 18:52:46.231 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:52:46.231 INFO kablam! Sep 19 18:52:46.313 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 18:52:46.314 INFO kablam! --> src/main.rs:165:23 Sep 19 18:52:46.314 INFO kablam! | Sep 19 18:52:46.314 INFO kablam! 165 | let mut s3rscfg = std::env::home_dir().unwrap(); Sep 19 18:52:46.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 18:52:46.314 INFO kablam! | Sep 19 18:52:46.315 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:52:46.315 INFO kablam! Sep 19 18:52:46.747 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 19 18:52:46.748 INFO kablam! --> src/handler/aws.rs:101:93 Sep 19 18:52:46.748 INFO kablam! | Sep 19 18:52:46.748 INFO kablam! 101 | Some(r) => string_to_signed.push_str(&format!("{}/{}/{}/aws4_request", time_str.slice_unchecked(0,8), r, endpoint_type)), Sep 19 18:52:46.748 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 18:52:46.748 INFO kablam! Sep 19 18:52:46.750 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 19 18:52:46.750 INFO kablam! --> src/handler/aws.rs:102:97 Sep 19 18:52:46.750 INFO kablam! | Sep 19 18:52:46.750 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 18:52:46.750 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 18:52:46.750 INFO kablam! Sep 19 18:52:46.932 INFO kablam! warning: variable `count` is assigned to, but never used Sep 19 18:52:46.932 INFO kablam! --> src/main.rs:254:13 Sep 19 18:52:46.932 INFO kablam! | Sep 19 18:52:46.932 INFO kablam! 254 | let mut count = 0u32; Sep 19 18:52:46.933 INFO kablam! | ^^^^^ Sep 19 18:52:46.933 INFO kablam! | Sep 19 18:52:46.933 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 18:52:46.933 INFO kablam! = note: consider using `_count` instead Sep 19 18:52:46.933 INFO kablam! Sep 19 18:52:47.047 INFO kablam! warning: variable does not need to be mutable Sep 19 18:52:47.047 INFO kablam! --> src/main.rs:260:13 Sep 19 18:52:47.047 INFO kablam! | Sep 19 18:52:47.048 INFO kablam! 260 | let mut reader = BufReader::new(&tty); Sep 19 18:52:47.048 INFO kablam! | ----^^^^^^ Sep 19 18:52:47.048 INFO kablam! | | Sep 19 18:52:47.049 INFO kablam! | help: remove this `mut` Sep 19 18:52:47.049 INFO kablam! | Sep 19 18:52:47.049 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 18:52:47.050 INFO kablam! Sep 19 18:52:47.205 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 19 18:52:47.206 INFO kablam! --> src/handler/aws.rs:101:93 Sep 19 18:52:47.206 INFO kablam! | Sep 19 18:52:47.206 INFO kablam! 101 | Some(r) => string_to_signed.push_str(&format!("{}/{}/{}/aws4_request", time_str.slice_unchecked(0,8), r, endpoint_type)), Sep 19 18:52:47.206 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 18:52:47.207 INFO kablam! Sep 19 18:52:47.211 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 19 18:52:47.211 INFO kablam! --> src/handler/aws.rs:102:97 Sep 19 18:52:47.212 INFO kablam! | Sep 19 18:52:47.212 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 18:52:47.212 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 18:52:47.212 INFO kablam! Sep 19 18:52:47.418 INFO kablam! warning: variable `count` is assigned to, but never used Sep 19 18:52:47.419 INFO kablam! --> src/main.rs:254:13 Sep 19 18:52:47.419 INFO kablam! | Sep 19 18:52:47.420 INFO kablam! 254 | let mut count = 0u32; Sep 19 18:52:47.420 INFO kablam! | ^^^^^ Sep 19 18:52:47.420 INFO kablam! | Sep 19 18:52:47.421 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 18:52:47.421 INFO kablam! = note: consider using `_count` instead Sep 19 18:52:47.421 INFO kablam! Sep 19 18:52:47.507 INFO kablam! warning: variable does not need to be mutable Sep 19 18:52:47.507 INFO kablam! --> src/main.rs:260:13 Sep 19 18:52:47.507 INFO kablam! | Sep 19 18:52:47.508 INFO kablam! 260 | let mut reader = BufReader::new(&tty); Sep 19 18:52:47.508 INFO kablam! | ----^^^^^^ Sep 19 18:52:47.508 INFO kablam! | | Sep 19 18:52:47.509 INFO kablam! | help: remove this `mut` Sep 19 18:52:47.509 INFO kablam! | Sep 19 18:52:47.509 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 18:52:47.510 INFO kablam! Sep 19 18:52:47.718 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.08s Sep 19 18:52:47.760 INFO kablam! su: No module specific data is present Sep 19 18:52:49.222 INFO running `"docker" "rm" "-f" "f28f50bec1371293f11fb233269215219e178c2b7323503bf30c9b749e4202f9"` Sep 19 18:52:49.503 INFO blam! f28f50bec1371293f11fb233269215219e178c2b7323503bf30c9b749e4202f9