Oct 27 16:15:22.127 INFO checking s_app_dir-0.0.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:15:22.128 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 16:15:22.579 INFO blam! 9666e713135e80761fa2ab621da99c3a1dc728291b566a8eba76851bd2856e5e Oct 27 16:15:22.588 INFO running `"docker" "start" "-a" "9666e713135e80761fa2ab621da99c3a1dc728291b566a8eba76851bd2856e5e"` Oct 27 16:15:23.851 INFO kablam! usermod: no changes Oct 27 16:15:23.931 INFO kablam! Checking s_app_dir v0.0.0 (/source) Oct 27 16:15:25.059 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 27 16:15:25.059 INFO kablam! --> src/lib.rs:146:22 Oct 27 16:15:25.059 INFO kablam! | Oct 27 16:15:25.059 INFO kablam! 146 | let expect = env::home_dir().map(|p| p.join(".local/share").join(APP_NAME)); Oct 27 16:15:25.059 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:15:25.059 INFO kablam! | Oct 27 16:15:25.059 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:15:25.059 INFO kablam! Oct 27 16:15:25.059 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 27 16:15:25.059 INFO kablam! --> src/lib.rs:178:22 Oct 27 16:15:25.059 INFO kablam! | Oct 27 16:15:25.059 INFO kablam! 178 | let expect = env::home_dir().map(|p| p.join(".config").join(APP_NAME)); Oct 27 16:15:25.059 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:15:25.059 INFO kablam! Oct 27 16:15:25.059 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 27 16:15:25.059 INFO kablam! --> src/lib.rs:209:22 Oct 27 16:15:25.059 INFO kablam! | Oct 27 16:15:25.059 INFO kablam! 209 | let expect = env::home_dir().map(|p| p.join(".cache").join(APP_NAME)); Oct 27 16:15:25.059 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:15:25.059 INFO kablam! Oct 27 16:15:25.063 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 27 16:15:25.063 INFO kablam! --> src/lib.rs:240:22 Oct 27 16:15:25.063 INFO kablam! | Oct 27 16:15:25.063 INFO kablam! 240 | let expect = env::home_dir().map(|p| p.join(".".to_string() + APP_NAME)); Oct 27 16:15:25.063 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:15:25.063 INFO kablam! Oct 27 16:15:25.063 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 27 16:15:25.063 INFO kablam! --> src/lib.rs:84:17 Oct 27 16:15:25.063 INFO kablam! | Oct 27 16:15:25.063 INFO kablam! 84 | .or(env::home_dir().map(|p| p.join(fallback))) Oct 27 16:15:25.063 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:15:25.064 INFO kablam! Oct 27 16:15:25.064 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 27 16:15:25.064 INFO kablam! --> src/lib.rs:107:9 Oct 27 16:15:25.064 INFO kablam! | Oct 27 16:15:25.064 INFO kablam! 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Oct 27 16:15:25.064 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:15:25.064 INFO kablam! Oct 27 16:15:25.259 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 27 16:15:25.259 INFO kablam! --> src/lib.rs:84:17 Oct 27 16:15:25.259 INFO kablam! | Oct 27 16:15:25.259 INFO kablam! 84 | .or(env::home_dir().map(|p| p.join(fallback))) Oct 27 16:15:25.259 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:15:25.259 INFO kablam! | Oct 27 16:15:25.259 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:15:25.259 INFO kablam! Oct 27 16:15:25.259 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 27 16:15:25.259 INFO kablam! --> src/lib.rs:107:9 Oct 27 16:15:25.259 INFO kablam! | Oct 27 16:15:25.259 INFO kablam! 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Oct 27 16:15:25.259 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:15:25.259 INFO kablam! Oct 27 16:15:25.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Oct 27 16:15:25.379 INFO kablam! su: No module specific data is present Oct 27 16:15:26.397 INFO running `"docker" "rm" "-f" "9666e713135e80761fa2ab621da99c3a1dc728291b566a8eba76851bd2856e5e"` Oct 27 16:15:26.711 INFO blam! 9666e713135e80761fa2ab621da99c3a1dc728291b566a8eba76851bd2856e5e