Sep 20 04:27:05.069 INFO checking bitcheck-0.2.8 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 04:27:05.069 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 04:27:05.069 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/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 20 04:27:05.311 INFO blam! f13410b0f814b03793535bf46b3e70649dcbc1663e29dff7f3c1356f8313a61d Sep 20 04:27:05.311 INFO running `"docker" "start" "-a" "f13410b0f814b03793535bf46b3e70649dcbc1663e29dff7f3c1356f8313a61d"` Sep 20 04:27:06.454 INFO kablam! usermod: no changes Sep 20 04:27:06.583 INFO kablam! Checking arrayref v0.3.5 Sep 20 04:27:06.583 INFO kablam! Checking fake-simd v0.1.2 Sep 20 04:27:06.583 INFO kablam! Checking same-file v1.0.3 Sep 20 04:27:06.595 INFO kablam! Checking home v0.3.3 Sep 20 04:27:06.768 INFO kablam! Checking block-buffer v0.3.3 Sep 20 04:27:07.275 INFO kablam! Checking walkdir v2.2.5 Sep 20 04:27:07.519 INFO kablam! Checking sha-1 v0.7.0 Sep 20 04:27:07.519 INFO kablam! Checking md-5 v0.7.0 Sep 20 04:27:08.483 INFO kablam! Checking bitcheck v0.2.8 (/source) Sep 20 04:27:09.178 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 20 04:27:09.179 INFO kablam! --> src/main.rs:6:5 Sep 20 04:27:09.179 INFO kablam! | Sep 20 04:27:09.179 INFO kablam! 6 | use std::env::home_dir; Sep 20 04:27:09.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 04:27:09.179 INFO kablam! | Sep 20 04:27:09.179 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:27:09.179 INFO kablam! Sep 20 04:27:09.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 20 04:27:09.179 INFO kablam! --> src/main.rs:26:10 Sep 20 04:27:09.179 INFO kablam! | Sep 20 04:27:09.179 INFO kablam! 26 | (home_dir().unwrap()).into_iter().filter_map Sep 20 04:27:09.179 INFO kablam! | ^^^^^^^^ Sep 20 04:27:09.179 INFO kablam! Sep 20 04:27:09.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 20 04:27:09.179 INFO kablam! --> src/main.rs:39:14 Sep 20 04:27:09.179 INFO kablam! | Sep 20 04:27:09.179 INFO kablam! 39 | (home_dir().unwrap()).into_iter().filter_map(|e| e.ok()) { Sep 20 04:27:09.179 INFO kablam! | ^^^^^^^^ Sep 20 04:27:09.179 INFO kablam! Sep 20 04:27:09.233 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 20 04:27:09.234 INFO kablam! --> src/main.rs:6:5 Sep 20 04:27:09.234 INFO kablam! | Sep 20 04:27:09.247 INFO kablam! 6 | use std::env::home_dir; Sep 20 04:27:09.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 04:27:09.247 INFO kablam! | Sep 20 04:27:09.247 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:27:09.247 INFO kablam! Sep 20 04:27:09.248 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 20 04:27:09.248 INFO kablam! --> src/main.rs:26:10 Sep 20 04:27:09.248 INFO kablam! | Sep 20 04:27:09.248 INFO kablam! 26 | (home_dir().unwrap()).into_iter().filter_map Sep 20 04:27:09.248 INFO kablam! | ^^^^^^^^ Sep 20 04:27:09.248 INFO kablam! Sep 20 04:27:09.248 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 20 04:27:09.248 INFO kablam! --> src/main.rs:39:14 Sep 20 04:27:09.248 INFO kablam! | Sep 20 04:27:09.248 INFO kablam! 39 | (home_dir().unwrap()).into_iter().filter_map(|e| e.ok()) { Sep 20 04:27:09.248 INFO kablam! | ^^^^^^^^ Sep 20 04:27:09.248 INFO kablam! Sep 20 04:27:09.371 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 2.88s Sep 20 04:27:09.375 INFO kablam! su: No module specific data is present Sep 20 04:27:10.146 INFO running `"docker" "rm" "-f" "f13410b0f814b03793535bf46b3e70649dcbc1663e29dff7f3c1356f8313a61d"` Sep 20 04:27:10.427 INFO blam! f13410b0f814b03793535bf46b3e70649dcbc1663e29dff7f3c1356f8313a61d