Sep 19 18:52:23.676 INFO checking s_app_dir-0.0.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 18:52:23.676 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 18:52:23.676 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:52:24.080 INFO blam! 9c26d57380bc6960999eb7f3eb500840e24ad3364acc281b1e4001520fc981ad Sep 19 18:52:24.083 INFO running `"docker" "start" "-a" "9c26d57380bc6960999eb7f3eb500840e24ad3364acc281b1e4001520fc981ad"` Sep 19 18:52:25.363 INFO kablam! usermod: no changes Sep 19 18:52:25.427 INFO kablam! Checking s_app_dir v0.0.0 (/source) Sep 19 18:52:25.743 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 19 18:52:25.743 INFO kablam! --> src/lib.rs:84:17 Sep 19 18:52:25.743 INFO kablam! | Sep 19 18:52:25.743 INFO kablam! 84 | .or(env::home_dir().map(|p| p.join(fallback))) Sep 19 18:52:25.743 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:52:25.743 INFO kablam! | Sep 19 18:52:25.743 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:52:25.743 INFO kablam! Sep 19 18:52:25.743 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 19 18:52:25.743 INFO kablam! --> src/lib.rs:107:9 Sep 19 18:52:25.743 INFO kablam! | Sep 19 18:52:25.743 INFO kablam! 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Sep 19 18:52:25.743 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:52:25.743 INFO kablam! Sep 19 18:52:25.978 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 19 18:52:25.979 INFO kablam! --> src/lib.rs:146:22 Sep 19 18:52:25.979 INFO kablam! | Sep 19 18:52:25.979 INFO kablam! 146 | let expect = env::home_dir().map(|p| p.join(".local/share").join(APP_NAME)); Sep 19 18:52:25.979 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:52:25.979 INFO kablam! | Sep 19 18:52:25.979 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:52:25.979 INFO kablam! Sep 19 18:52:25.979 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 19 18:52:25.979 INFO kablam! --> src/lib.rs:178:22 Sep 19 18:52:25.979 INFO kablam! | Sep 19 18:52:25.979 INFO kablam! 178 | let expect = env::home_dir().map(|p| p.join(".config").join(APP_NAME)); Sep 19 18:52:25.979 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:52:25.979 INFO kablam! Sep 19 18:52:25.979 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 19 18:52:25.979 INFO kablam! --> src/lib.rs:209:22 Sep 19 18:52:25.979 INFO kablam! | Sep 19 18:52:25.979 INFO kablam! 209 | let expect = env::home_dir().map(|p| p.join(".cache").join(APP_NAME)); Sep 19 18:52:25.979 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:52:25.979 INFO kablam! Sep 19 18:52:25.979 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 19 18:52:25.979 INFO kablam! --> src/lib.rs:240:22 Sep 19 18:52:25.979 INFO kablam! | Sep 19 18:52:25.979 INFO kablam! 240 | let expect = env::home_dir().map(|p| p.join(".".to_string() + APP_NAME)); Sep 19 18:52:25.979 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:52:25.979 INFO kablam! Sep 19 18:52:25.979 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 19 18:52:25.979 INFO kablam! --> src/lib.rs:84:17 Sep 19 18:52:25.979 INFO kablam! | Sep 19 18:52:25.979 INFO kablam! 84 | .or(env::home_dir().map(|p| p.join(fallback))) Sep 19 18:52:25.979 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:52:25.979 INFO kablam! Sep 19 18:52:25.979 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 19 18:52:25.979 INFO kablam! --> src/lib.rs:107:9 Sep 19 18:52:25.979 INFO kablam! | Sep 19 18:52:25.979 INFO kablam! 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Sep 19 18:52:25.979 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:52:25.979 INFO kablam! Sep 19 18:52:26.186 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Sep 19 18:52:26.187 INFO kablam! su: No module specific data is present Sep 19 18:52:27.398 INFO running `"docker" "rm" "-f" "9c26d57380bc6960999eb7f3eb500840e24ad3364acc281b1e4001520fc981ad"` Sep 19 18:52:27.682 INFO blam! 9c26d57380bc6960999eb7f3eb500840e24ad3364acc281b1e4001520fc981ad