Oct 13 17:39:56.113 INFO checking bitcheck-0.2.8 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:39:56.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 17:39:56.420 INFO blam! 95e0d45294b3e62f6e600be717fca1d499c3c99a47ae88612b3c98964fff27fd Oct 13 17:39:56.426 INFO running `"docker" "start" "-a" "95e0d45294b3e62f6e600be717fca1d499c3c99a47ae88612b3c98964fff27fd"` Oct 13 17:39:58.140 INFO kablam! usermod: no changes Oct 13 17:39:58.277 INFO kablam! Compiling typenum v1.10.0 Oct 13 17:39:58.279 INFO kablam! Checking arrayref v0.3.5 Oct 13 17:39:58.280 INFO kablam! Checking byte-tools v0.2.0 Oct 13 17:39:58.280 INFO kablam! Checking same-file v1.0.3 Oct 13 17:39:58.281 INFO kablam! Checking fake-simd v0.1.2 Oct 13 17:39:58.281 INFO kablam! Checking home v0.3.3 Oct 13 17:39:59.184 INFO kablam! Checking block-buffer v0.3.3 Oct 13 17:40:00.924 INFO kablam! Checking walkdir v2.2.5 Oct 13 17:40:04.424 INFO kablam! Checking generic-array v0.9.0 Oct 13 17:40:04.960 INFO kablam! Checking digest v0.7.6 Oct 13 17:40:05.163 INFO kablam! Checking sha-1 v0.7.0 Oct 13 17:40:05.163 INFO kablam! Checking md-5 v0.7.0 Oct 13 17:40:05.732 INFO kablam! Checking bitcheck v0.2.8 (/source) Oct 13 17:40:07.444 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. Oct 13 17:40:07.444 INFO kablam! --> src/main.rs:6:5 Oct 13 17:40:07.444 INFO kablam! | Oct 13 17:40:07.444 INFO kablam! 6 | use std::env::home_dir; Oct 13 17:40:07.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 17:40:07.444 INFO kablam! | Oct 13 17:40:07.444 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:40:07.444 INFO kablam! Oct 13 17:40:07.444 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. Oct 13 17:40:07.444 INFO kablam! --> src/main.rs:26:10 Oct 13 17:40:07.444 INFO kablam! | Oct 13 17:40:07.444 INFO kablam! 26 | (home_dir().unwrap()).into_iter().filter_map Oct 13 17:40:07.444 INFO kablam! | ^^^^^^^^ Oct 13 17:40:07.444 INFO kablam! Oct 13 17:40:07.444 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. Oct 13 17:40:07.445 INFO kablam! --> src/main.rs:39:14 Oct 13 17:40:07.445 INFO kablam! | Oct 13 17:40:07.445 INFO kablam! 39 | (home_dir().unwrap()).into_iter().filter_map(|e| e.ok()) { Oct 13 17:40:07.445 INFO kablam! | ^^^^^^^^ Oct 13 17:40:07.445 INFO kablam! Oct 13 17:40:07.544 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. Oct 13 17:40:07.544 INFO kablam! --> src/main.rs:6:5 Oct 13 17:40:07.544 INFO kablam! | Oct 13 17:40:07.544 INFO kablam! 6 | use std::env::home_dir; Oct 13 17:40:07.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 17:40:07.544 INFO kablam! | Oct 13 17:40:07.544 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:40:07.544 INFO kablam! Oct 13 17:40:07.544 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. Oct 13 17:40:07.544 INFO kablam! --> src/main.rs:26:10 Oct 13 17:40:07.544 INFO kablam! | Oct 13 17:40:07.544 INFO kablam! 26 | (home_dir().unwrap()).into_iter().filter_map Oct 13 17:40:07.545 INFO kablam! | ^^^^^^^^ Oct 13 17:40:07.545 INFO kablam! Oct 13 17:40:07.545 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. Oct 13 17:40:07.545 INFO kablam! --> src/main.rs:39:14 Oct 13 17:40:07.545 INFO kablam! | Oct 13 17:40:07.545 INFO kablam! 39 | (home_dir().unwrap()).into_iter().filter_map(|e| e.ok()) { Oct 13 17:40:07.545 INFO kablam! | ^^^^^^^^ Oct 13 17:40:07.545 INFO kablam! Oct 13 17:40:07.631 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 9.46s Oct 13 17:40:07.635 INFO kablam! su: No module specific data is present Oct 13 17:40:08.057 INFO running `"docker" "rm" "-f" "95e0d45294b3e62f6e600be717fca1d499c3c99a47ae88612b3c98964fff27fd"` Oct 13 17:40:08.213 INFO blam! 95e0d45294b3e62f6e600be717fca1d499c3c99a47ae88612b3c98964fff27fd