Sep 19 18:52:36.905 INFO checking s3rs-0.1.8 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 18:52:36.905 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 18:52:36.905 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-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:37.283 INFO blam! 7c450b494f72ab207f1a366c6ca5fae9f074bf0ab53f5af302df18ccaefedd72 Sep 19 18:52:37.285 INFO running `"docker" "start" "-a" "7c450b494f72ab207f1a366c6ca5fae9f074bf0ab53f5af302df18ccaefedd72"` Sep 19 18:52:39.512 INFO kablam! usermod: no changes Sep 19 18:52:40.049 INFO kablam! Checking hmac-sha1 v0.1.3 Sep 19 18:52:40.054 INFO kablam! Checking interactor v0.1.1 Sep 19 18:52:40.077 INFO kablam! Checking generic-array v0.8.3 Sep 19 18:52:40.079 INFO kablam! Checking quick-xml v0.12.4 Sep 19 18:52:40.079 INFO kablam! Checking reqwest v0.8.8 Sep 19 18:52:41.864 INFO kablam! Checking crypto-mac v0.4.0 Sep 19 18:52:41.866 INFO kablam! Checking block-buffer v0.2.0 Sep 19 18:52:41.868 INFO kablam! Checking digest v0.6.2 Sep 19 18:52:42.726 INFO kablam! Checking hmac v0.4.2 Sep 19 18:52:43.105 INFO kablam! Checking sha2 v0.6.0 Sep 19 18:52:45.496 INFO kablam! Checking s3rs v0.1.8 (/source) Sep 19 18:52:48.635 INFO kablam! warning: unused import: `interactor::read_from_tty` Sep 19 18:52:48.635 INFO kablam! --> src/main.rs:5:5 Sep 19 18:52:48.635 INFO kablam! | Sep 19 18:52:48.635 INFO kablam! 5 | use interactor::read_from_tty; Sep 19 18:52:48.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:52:48.635 INFO kablam! | Sep 19 18:52:48.635 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:52:48.635 INFO kablam! Sep 19 18:52:48.692 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:48.692 INFO kablam! --> src/main.rs:165:23 Sep 19 18:52:48.692 INFO kablam! | Sep 19 18:52:48.692 INFO kablam! 165 | let mut s3rscfg = std::env::home_dir().unwrap(); Sep 19 18:52:48.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 18:52:48.692 INFO kablam! | Sep 19 18:52:48.692 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:52:48.692 INFO kablam! Sep 19 18:52:49.099 INFO kablam! warning: unused import: `interactor::read_from_tty` Sep 19 18:52:49.100 INFO kablam! --> src/main.rs:5:5 Sep 19 18:52:49.100 INFO kablam! | Sep 19 18:52:49.101 INFO kablam! 5 | use interactor::read_from_tty; Sep 19 18:52:49.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:52:49.102 INFO kablam! | Sep 19 18:52:49.102 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:52:49.102 INFO kablam! Sep 19 18:52:49.150 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:49.151 INFO kablam! --> src/main.rs:165:23 Sep 19 18:52:49.151 INFO kablam! | Sep 19 18:52:49.152 INFO kablam! 165 | let mut s3rscfg = std::env::home_dir().unwrap(); Sep 19 18:52:49.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 18:52:49.153 INFO kablam! | Sep 19 18:52:49.153 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:52:49.153 INFO kablam! Sep 19 18:52:49.239 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 19 18:52:49.239 INFO kablam! --> src/handler/aws.rs:101:93 Sep 19 18:52:49.239 INFO kablam! | Sep 19 18:52:49.239 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:49.239 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 18:52:49.239 INFO kablam! Sep 19 18:52:49.241 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 19 18:52:49.241 INFO kablam! --> src/handler/aws.rs:102:97 Sep 19 18:52:49.241 INFO kablam! | Sep 19 18:52:49.242 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:49.242 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 18:52:49.242 INFO kablam! Sep 19 18:52:49.344 INFO kablam! warning: variable `count` is assigned to, but never used Sep 19 18:52:49.345 INFO kablam! --> src/main.rs:254:13 Sep 19 18:52:49.345 INFO kablam! | Sep 19 18:52:49.346 INFO kablam! 254 | let mut count = 0u32; Sep 19 18:52:49.346 INFO kablam! | ^^^^^ Sep 19 18:52:49.346 INFO kablam! | Sep 19 18:52:49.347 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 18:52:49.347 INFO kablam! = note: consider using `_count` instead Sep 19 18:52:49.347 INFO kablam! Sep 19 18:52:49.446 INFO kablam! warning: variable does not need to be mutable Sep 19 18:52:49.447 INFO kablam! --> src/main.rs:260:13 Sep 19 18:52:49.447 INFO kablam! | Sep 19 18:52:49.447 INFO kablam! 260 | let mut reader = BufReader::new(&tty); Sep 19 18:52:49.448 INFO kablam! | ----^^^^^^ Sep 19 18:52:49.448 INFO kablam! | | Sep 19 18:52:49.449 INFO kablam! | help: remove this `mut` Sep 19 18:52:49.455 INFO kablam! | Sep 19 18:52:49.455 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 18:52:49.456 INFO kablam! Sep 19 18:52:49.843 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 19 18:52:49.843 INFO kablam! --> src/handler/aws.rs:101:93 Sep 19 18:52:49.843 INFO kablam! | Sep 19 18:52:49.843 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:49.843 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 18:52:49.843 INFO kablam! Sep 19 18:52:49.845 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 19 18:52:49.845 INFO kablam! --> src/handler/aws.rs:102:97 Sep 19 18:52:49.845 INFO kablam! | Sep 19 18:52:49.845 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:49.845 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 18:52:49.845 INFO kablam! Sep 19 18:52:50.029 INFO kablam! warning: variable `count` is assigned to, but never used Sep 19 18:52:50.029 INFO kablam! --> src/main.rs:254:13 Sep 19 18:52:50.029 INFO kablam! | Sep 19 18:52:50.029 INFO kablam! 254 | let mut count = 0u32; Sep 19 18:52:50.029 INFO kablam! | ^^^^^ Sep 19 18:52:50.029 INFO kablam! | Sep 19 18:52:50.030 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 18:52:50.030 INFO kablam! = note: consider using `_count` instead Sep 19 18:52:50.030 INFO kablam! Sep 19 18:52:50.117 INFO kablam! warning: variable does not need to be mutable Sep 19 18:52:50.117 INFO kablam! --> src/main.rs:260:13 Sep 19 18:52:50.117 INFO kablam! | Sep 19 18:52:50.117 INFO kablam! 260 | let mut reader = BufReader::new(&tty); Sep 19 18:52:50.117 INFO kablam! | ----^^^^^^ Sep 19 18:52:50.117 INFO kablam! | | Sep 19 18:52:50.117 INFO kablam! | help: remove this `mut` Sep 19 18:52:50.117 INFO kablam! | Sep 19 18:52:50.117 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 18:52:50.117 INFO kablam! Sep 19 18:52:50.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.86s Sep 19 18:52:50.444 INFO kablam! su: No module specific data is present Sep 19 18:52:51.734 INFO running `"docker" "rm" "-f" "7c450b494f72ab207f1a366c6ca5fae9f074bf0ab53f5af302df18ccaefedd72"` Sep 19 18:52:52.011 INFO blam! 7c450b494f72ab207f1a366c6ca5fae9f074bf0ab53f5af302df18ccaefedd72