Oct 21 23:22:02.553 INFO checking standard_paths-0.4.6 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:22:02.553 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 23:22:02.978 INFO blam! ec2700c56651eaa3108c7dda4b934161f93247fdf867af604de970beb0beecaf Oct 21 23:22:03.008 INFO running `"docker" "start" "-a" "ec2700c56651eaa3108c7dda4b934161f93247fdf867af604de970beb0beecaf"` Oct 21 23:22:04.240 INFO kablam! usermod: no changes Oct 21 23:22:04.321 INFO kablam! Checking users v0.5.3 Oct 21 23:22:05.212 INFO kablam! Checking standard_paths v0.4.6 (/source) Oct 21 23:22:06.212 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 21 23:22:06.212 INFO kablam! --> src/linux.rs:80:43 Oct 21 23:22:06.212 INFO kablam! | Oct 21 23:22:06.212 INFO kablam! 80 | LocationType::HomeLocation => env::home_dir().ok_or(StandardPaths::home_dir_err()), Oct 21 23:22:06.212 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.212 INFO kablam! | Oct 21 23:22:06.212 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:22:06.212 INFO kablam! Oct 21 23:22:06.212 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 21 23:22:06.212 INFO kablam! --> src/linux.rs:24:24 Oct 21 23:22:06.212 INFO kablam! | Oct 21 23:22:06.212 INFO kablam! 24 | _ => match env::home_dir() { Oct 21 23:22:06.212 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.212 INFO kablam! ... Oct 21 23:22:06.212 INFO kablam! 84 | let mut path = get_var_or_home!("XDG_CACHE_HOME", ".cache"); Oct 21 23:22:06.212 INFO kablam! | -------------------------------------------- in this macro invocation Oct 21 23:22:06.212 INFO kablam! Oct 21 23:22:06.212 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 21 23:22:06.212 INFO kablam! --> src/linux.rs:24:24 Oct 21 23:22:06.212 INFO kablam! | Oct 21 23:22:06.212 INFO kablam! 24 | _ => match env::home_dir() { Oct 21 23:22:06.212 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.212 INFO kablam! ... Oct 21 23:22:06.212 INFO kablam! 94 | let mut path = get_var_or_home!("XDG_DATA_HOME", ".local", "share"); Oct 21 23:22:06.212 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 21 23:22:06.212 INFO kablam! Oct 21 23:22:06.212 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 21 23:22:06.212 INFO kablam! --> src/linux.rs:24:24 Oct 21 23:22:06.212 INFO kablam! | Oct 21 23:22:06.212 INFO kablam! 24 | _ => match env::home_dir() { Oct 21 23:22:06.212 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.212 INFO kablam! ... Oct 21 23:22:06.212 INFO kablam! 106 | let mut path = get_var_or_home!("XDG_CONFIG_HOME", ".config"); Oct 21 23:22:06.212 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 21 23:22:06.212 INFO kablam! Oct 21 23:22:06.212 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 21 23:22:06.212 INFO kablam! --> src/linux.rs:24:24 Oct 21 23:22:06.212 INFO kablam! | Oct 21 23:22:06.212 INFO kablam! 24 | _ => match env::home_dir() { Oct 21 23:22:06.212 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.212 INFO kablam! ... Oct 21 23:22:06.213 INFO kablam! 166 | let mut config = get_var_or_home!("XDG_CONFIG_HOME", ".config"); Oct 21 23:22:06.213 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 21 23:22:06.213 INFO kablam! Oct 21 23:22:06.213 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 21 23:22:06.213 INFO kablam! --> src/linux.rs:198:46 Oct 21 23:22:06.213 INFO kablam! | Oct 21 23:22:06.213 INFO kablam! 198 | let mut path = match env::home_dir() { Oct 21 23:22:06.213 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.213 INFO kablam! Oct 21 23:22:06.213 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 21 23:22:06.213 INFO kablam! --> src/linux.rs:218:38 Oct 21 23:22:06.213 INFO kablam! | Oct 21 23:22:06.213 INFO kablam! 218 | let mut path = match env::home_dir() { Oct 21 23:22:06.213 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.213 INFO kablam! Oct 21 23:22:06.213 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 21 23:22:06.213 INFO kablam! --> src/linux.rs:262:50 Oct 21 23:22:06.213 INFO kablam! | Oct 21 23:22:06.213 INFO kablam! 262 | LocationType::FontsLocation => match env::home_dir() { Oct 21 23:22:06.213 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.213 INFO kablam! Oct 21 23:22:06.640 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 21 23:22:06.640 INFO kablam! --> src/linux.rs:80:43 Oct 21 23:22:06.640 INFO kablam! | Oct 21 23:22:06.640 INFO kablam! 80 | LocationType::HomeLocation => env::home_dir().ok_or(StandardPaths::home_dir_err()), Oct 21 23:22:06.640 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.640 INFO kablam! | Oct 21 23:22:06.640 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:22:06.640 INFO kablam! Oct 21 23:22:06.640 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 21 23:22:06.640 INFO kablam! --> src/linux.rs:24:24 Oct 21 23:22:06.641 INFO kablam! | Oct 21 23:22:06.641 INFO kablam! 24 | _ => match env::home_dir() { Oct 21 23:22:06.641 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.641 INFO kablam! ... Oct 21 23:22:06.641 INFO kablam! 84 | let mut path = get_var_or_home!("XDG_CACHE_HOME", ".cache"); Oct 21 23:22:06.641 INFO kablam! | -------------------------------------------- in this macro invocation Oct 21 23:22:06.641 INFO kablam! Oct 21 23:22:06.641 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 21 23:22:06.641 INFO kablam! --> src/linux.rs:24:24 Oct 21 23:22:06.641 INFO kablam! | Oct 21 23:22:06.641 INFO kablam! 24 | _ => match env::home_dir() { Oct 21 23:22:06.641 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.641 INFO kablam! ... Oct 21 23:22:06.641 INFO kablam! 94 | let mut path = get_var_or_home!("XDG_DATA_HOME", ".local", "share"); Oct 21 23:22:06.641 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 21 23:22:06.641 INFO kablam! Oct 21 23:22:06.641 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 21 23:22:06.641 INFO kablam! --> src/linux.rs:24:24 Oct 21 23:22:06.641 INFO kablam! | Oct 21 23:22:06.641 INFO kablam! 24 | _ => match env::home_dir() { Oct 21 23:22:06.641 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.641 INFO kablam! ... Oct 21 23:22:06.641 INFO kablam! 106 | let mut path = get_var_or_home!("XDG_CONFIG_HOME", ".config"); Oct 21 23:22:06.642 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 21 23:22:06.642 INFO kablam! Oct 21 23:22:06.642 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 21 23:22:06.642 INFO kablam! --> src/linux.rs:24:24 Oct 21 23:22:06.642 INFO kablam! | Oct 21 23:22:06.642 INFO kablam! 24 | _ => match env::home_dir() { Oct 21 23:22:06.642 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.642 INFO kablam! ... Oct 21 23:22:06.642 INFO kablam! 166 | let mut config = get_var_or_home!("XDG_CONFIG_HOME", ".config"); Oct 21 23:22:06.642 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 21 23:22:06.642 INFO kablam! Oct 21 23:22:06.642 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 21 23:22:06.642 INFO kablam! --> src/linux.rs:198:46 Oct 21 23:22:06.642 INFO kablam! | Oct 21 23:22:06.642 INFO kablam! 198 | let mut path = match env::home_dir() { Oct 21 23:22:06.642 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.642 INFO kablam! Oct 21 23:22:06.642 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 21 23:22:06.642 INFO kablam! --> src/linux.rs:218:38 Oct 21 23:22:06.642 INFO kablam! | Oct 21 23:22:06.642 INFO kablam! 218 | let mut path = match env::home_dir() { Oct 21 23:22:06.642 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.642 INFO kablam! Oct 21 23:22:06.642 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 21 23:22:06.643 INFO kablam! --> src/linux.rs:262:50 Oct 21 23:22:06.643 INFO kablam! | Oct 21 23:22:06.643 INFO kablam! 262 | LocationType::FontsLocation => match env::home_dir() { Oct 21 23:22:06.643 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:22:06.643 INFO kablam! Oct 21 23:22:08.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.10s Oct 21 23:22:08.408 INFO kablam! su: No module specific data is present Oct 21 23:22:09.465 INFO running `"docker" "rm" "-f" "ec2700c56651eaa3108c7dda4b934161f93247fdf867af604de970beb0beecaf"` Oct 21 23:22:09.737 INFO blam! ec2700c56651eaa3108c7dda4b934161f93247fdf867af604de970beb0beecaf