Oct 13 17:39:55.934 INFO checking bitcheck-0.2.8 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 17:39:55.934 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.201 INFO blam! 1f7f7aae9a1eb4c59539b88b1eea1cc68233e698e3852743a63574cb644a6df9 Oct 13 17:39:56.213 INFO running `"docker" "start" "-a" "1f7f7aae9a1eb4c59539b88b1eea1cc68233e698e3852743a63574cb644a6df9"` Oct 13 17:39:57.807 INFO kablam! usermod: no changes Oct 13 17:39:57.941 INFO kablam! Compiling typenum v1.10.0 Oct 13 17:39:57.952 INFO kablam! Checking arrayref v0.3.5 Oct 13 17:39:57.952 INFO kablam! Checking byte-tools v0.2.0 Oct 13 17:39:57.976 INFO kablam! Checking same-file v1.0.3 Oct 13 17:39:57.980 INFO kablam! Checking fake-simd v0.1.2 Oct 13 17:39:57.984 INFO kablam! Checking home v0.3.3 Oct 13 17:39:58.954 INFO kablam! Checking block-buffer v0.3.3 Oct 13 17:40:00.732 INFO kablam! Checking walkdir v2.2.5 Oct 13 17:40:04.240 INFO kablam! Checking generic-array v0.9.0 Oct 13 17:40:04.708 INFO kablam! Checking digest v0.7.6 Oct 13 17:40:04.896 INFO kablam! Checking sha-1 v0.7.0 Oct 13 17:40:04.903 INFO kablam! Checking md-5 v0.7.0 Oct 13 17:40:05.597 INFO kablam! Checking bitcheck v0.2.8 (/source) Oct 13 17:40:07.356 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.356 INFO kablam! --> src/main.rs:6:5 Oct 13 17:40:07.356 INFO kablam! | Oct 13 17:40:07.356 INFO kablam! 6 | use std::env::home_dir; Oct 13 17:40:07.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 17:40:07.356 INFO kablam! | Oct 13 17:40:07.356 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:40:07.356 INFO kablam! Oct 13 17:40:07.356 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.356 INFO kablam! --> src/main.rs:26:10 Oct 13 17:40:07.356 INFO kablam! | Oct 13 17:40:07.356 INFO kablam! 26 | (home_dir().unwrap()).into_iter().filter_map Oct 13 17:40:07.356 INFO kablam! | ^^^^^^^^ Oct 13 17:40:07.356 INFO kablam! Oct 13 17:40:07.356 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.356 INFO kablam! --> src/main.rs:39:14 Oct 13 17:40:07.356 INFO kablam! | Oct 13 17:40:07.357 INFO kablam! 39 | (home_dir().unwrap()).into_iter().filter_map(|e| e.ok()) { Oct 13 17:40:07.357 INFO kablam! | ^^^^^^^^ Oct 13 17:40:07.357 INFO kablam! Oct 13 17:40:07.372 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.372 INFO kablam! --> src/main.rs:6:5 Oct 13 17:40:07.372 INFO kablam! | Oct 13 17:40:07.372 INFO kablam! 6 | use std::env::home_dir; Oct 13 17:40:07.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 17:40:07.372 INFO kablam! | Oct 13 17:40:07.372 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:40:07.372 INFO kablam! Oct 13 17:40:07.372 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.372 INFO kablam! --> src/main.rs:26:10 Oct 13 17:40:07.372 INFO kablam! | Oct 13 17:40:07.372 INFO kablam! 26 | (home_dir().unwrap()).into_iter().filter_map Oct 13 17:40:07.372 INFO kablam! | ^^^^^^^^ Oct 13 17:40:07.372 INFO kablam! Oct 13 17:40:07.372 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.372 INFO kablam! --> src/main.rs:39:14 Oct 13 17:40:07.372 INFO kablam! | Oct 13 17:40:07.372 INFO kablam! 39 | (home_dir().unwrap()).into_iter().filter_map(|e| e.ok()) { Oct 13 17:40:07.372 INFO kablam! | ^^^^^^^^ Oct 13 17:40:07.372 INFO kablam! Oct 13 17:40:07.481 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 9.64s Oct 13 17:40:07.485 INFO kablam! su: No module specific data is present Oct 13 17:40:07.866 INFO running `"docker" "rm" "-f" "1f7f7aae9a1eb4c59539b88b1eea1cc68233e698e3852743a63574cb644a6df9"` Oct 13 17:40:08.004 INFO blam! 1f7f7aae9a1eb4c59539b88b1eea1cc68233e698e3852743a63574cb644a6df9