Sep 14 19:12:24.745 INFO checking bitcheck-0.2.8 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:12:24.746 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:12:24.746 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:12:24.970 INFO blam! 8296f34d12a020c5bb50d6f7ffb89a6dd42cdf57e12dad5ae67a089fcea837f9 Sep 14 19:12:24.971 INFO running `"docker" "start" "-a" "8296f34d12a020c5bb50d6f7ffb89a6dd42cdf57e12dad5ae67a089fcea837f9"` Sep 14 19:12:26.062 INFO kablam! usermod: no changes Sep 14 19:12:26.189 INFO kablam! Compiling typenum v1.10.0 Sep 14 19:12:26.189 INFO kablam! Checking arrayref v0.3.5 Sep 14 19:12:26.189 INFO kablam! Checking byte-tools v0.2.0 Sep 14 19:12:26.189 INFO kablam! Checking fake-simd v0.1.2 Sep 14 19:12:26.189 INFO kablam! Checking same-file v1.0.3 Sep 14 19:12:26.189 INFO kablam! Checking home v0.3.3 Sep 14 19:12:27.077 INFO kablam! Checking walkdir v2.2.5 Sep 14 19:12:27.271 INFO kablam! Checking block-buffer v0.3.3 Sep 14 19:12:31.243 INFO kablam! Checking generic-array v0.9.0 Sep 14 19:12:31.887 INFO kablam! Checking digest v0.7.5 Sep 14 19:12:32.045 INFO kablam! Checking sha-1 v0.7.0 Sep 14 19:12:32.045 INFO kablam! Checking md-5 v0.7.0 Sep 14 19:12:32.363 INFO kablam! Checking bitcheck v0.2.8 (file:///source) Sep 14 19:12:32.920 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 14 19:12:32.920 INFO kablam! --> src/main.rs:6:5 Sep 14 19:12:32.920 INFO kablam! | Sep 14 19:12:32.920 INFO kablam! 6 | use std::env::home_dir; Sep 14 19:12:32.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 19:12:32.920 INFO kablam! | Sep 14 19:12:32.920 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 19:12:32.920 INFO kablam! Sep 14 19:12:32.923 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 14 19:12:32.923 INFO kablam! --> src/main.rs:26:10 Sep 14 19:12:32.923 INFO kablam! | Sep 14 19:12:32.923 INFO kablam! 26 | (home_dir().unwrap()).into_iter().filter_map Sep 14 19:12:32.923 INFO kablam! | ^^^^^^^^ Sep 14 19:12:32.923 INFO kablam! Sep 14 19:12:32.923 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 14 19:12:32.923 INFO kablam! --> src/main.rs:39:14 Sep 14 19:12:32.923 INFO kablam! | Sep 14 19:12:32.923 INFO kablam! 39 | (home_dir().unwrap()).into_iter().filter_map(|e| e.ok()) { Sep 14 19:12:32.923 INFO kablam! | ^^^^^^^^ Sep 14 19:12:32.923 INFO kablam! Sep 14 19:12:33.006 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 14 19:12:33.006 INFO kablam! --> src/main.rs:6:5 Sep 14 19:12:33.006 INFO kablam! | Sep 14 19:12:33.006 INFO kablam! 6 | use std::env::home_dir; Sep 14 19:12:33.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 19:12:33.007 INFO kablam! | Sep 14 19:12:33.007 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 19:12:33.007 INFO kablam! Sep 14 19:12:33.007 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 14 19:12:33.007 INFO kablam! --> src/main.rs:26:10 Sep 14 19:12:33.007 INFO kablam! | Sep 14 19:12:33.007 INFO kablam! 26 | (home_dir().unwrap()).into_iter().filter_map Sep 14 19:12:33.007 INFO kablam! | ^^^^^^^^ Sep 14 19:12:33.010 INFO kablam! Sep 14 19:12:33.010 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 14 19:12:33.010 INFO kablam! --> src/main.rs:39:14 Sep 14 19:12:33.010 INFO kablam! | Sep 14 19:12:33.010 INFO kablam! 39 | (home_dir().unwrap()).into_iter().filter_map(|e| e.ok()) { Sep 14 19:12:33.010 INFO kablam! | ^^^^^^^^ Sep 14 19:12:33.010 INFO kablam! Sep 14 19:12:33.097 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 7.00s Sep 14 19:12:33.099 INFO kablam! su: No module specific data is present Sep 14 19:12:33.777 INFO running `"docker" "rm" "-f" "8296f34d12a020c5bb50d6f7ffb89a6dd42cdf57e12dad5ae67a089fcea837f9"` Sep 14 19:12:33.886 INFO blam! 8296f34d12a020c5bb50d6f7ffb89a6dd42cdf57e12dad5ae67a089fcea837f9