Sep 21 03:40:20.154 INFO checking s_app_dir-0.0.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 03:40:20.154 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 03:40:20.154 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 03:40:20.361 INFO blam! d47c4bed28bf5816ff86d89019a738a9c453b47b80cfa64e845809a10517ba52 Sep 21 03:40:20.363 INFO running `"docker" "start" "-a" "d47c4bed28bf5816ff86d89019a738a9c453b47b80cfa64e845809a10517ba52"` Sep 21 03:40:21.425 INFO kablam! usermod: no changes Sep 21 03:40:21.490 INFO kablam! Checking s_app_dir v0.0.0 (/source) Sep 21 03:40:21.838 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 21 03:40:21.838 INFO kablam! --> src/lib.rs:84:17 Sep 21 03:40:21.838 INFO kablam! | Sep 21 03:40:21.838 INFO kablam! 84 | .or(env::home_dir().map(|p| p.join(fallback))) Sep 21 03:40:21.838 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 03:40:21.838 INFO kablam! | Sep 21 03:40:21.838 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 03:40:21.838 INFO kablam! Sep 21 03:40:21.838 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 21 03:40:21.838 INFO kablam! --> src/lib.rs:107:9 Sep 21 03:40:21.838 INFO kablam! | Sep 21 03:40:21.838 INFO kablam! 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Sep 21 03:40:21.838 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 03:40:21.838 INFO kablam! Sep 21 03:40:22.048 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 21 03:40:22.048 INFO kablam! --> src/lib.rs:146:22 Sep 21 03:40:22.048 INFO kablam! | Sep 21 03:40:22.048 INFO kablam! 146 | let expect = env::home_dir().map(|p| p.join(".local/share").join(APP_NAME)); Sep 21 03:40:22.048 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 03:40:22.048 INFO kablam! | Sep 21 03:40:22.048 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 03:40:22.048 INFO kablam! Sep 21 03:40:22.048 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 21 03:40:22.048 INFO kablam! --> src/lib.rs:178:22 Sep 21 03:40:22.048 INFO kablam! | Sep 21 03:40:22.048 INFO kablam! 178 | let expect = env::home_dir().map(|p| p.join(".config").join(APP_NAME)); Sep 21 03:40:22.048 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 03:40:22.048 INFO kablam! Sep 21 03:40:22.048 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 21 03:40:22.048 INFO kablam! --> src/lib.rs:209:22 Sep 21 03:40:22.048 INFO kablam! | Sep 21 03:40:22.048 INFO kablam! 209 | let expect = env::home_dir().map(|p| p.join(".cache").join(APP_NAME)); Sep 21 03:40:22.048 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 03:40:22.048 INFO kablam! Sep 21 03:40:22.048 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 21 03:40:22.048 INFO kablam! --> src/lib.rs:240:22 Sep 21 03:40:22.048 INFO kablam! | Sep 21 03:40:22.048 INFO kablam! 240 | let expect = env::home_dir().map(|p| p.join(".".to_string() + APP_NAME)); Sep 21 03:40:22.048 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 03:40:22.048 INFO kablam! Sep 21 03:40:22.049 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 21 03:40:22.049 INFO kablam! --> src/lib.rs:84:17 Sep 21 03:40:22.049 INFO kablam! | Sep 21 03:40:22.049 INFO kablam! 84 | .or(env::home_dir().map(|p| p.join(fallback))) Sep 21 03:40:22.049 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 03:40:22.049 INFO kablam! Sep 21 03:40:22.049 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 21 03:40:22.049 INFO kablam! --> src/lib.rs:107:9 Sep 21 03:40:22.049 INFO kablam! | Sep 21 03:40:22.049 INFO kablam! 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Sep 21 03:40:22.049 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 03:40:22.049 INFO kablam! Sep 21 03:40:22.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Sep 21 03:40:22.198 INFO kablam! su: No module specific data is present Sep 21 03:40:23.247 INFO running `"docker" "rm" "-f" "d47c4bed28bf5816ff86d89019a738a9c453b47b80cfa64e845809a10517ba52"` Sep 21 03:40:23.360 INFO blam! d47c4bed28bf5816ff86d89019a738a9c453b47b80cfa64e845809a10517ba52