Oct 21 23:55:28.955 INFO checking s_app_dir-0.0.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:55:28.956 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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:55:29.386 INFO blam! fcbe010eca639498ce0822dd2451bb5a9237f326e5252dba1982ba4299a55224 Oct 21 23:55:29.412 INFO running `"docker" "start" "-a" "fcbe010eca639498ce0822dd2451bb5a9237f326e5252dba1982ba4299a55224"` Oct 21 23:55:30.560 INFO kablam! usermod: no changes Oct 21 23:55:30.628 INFO kablam! Checking s_app_dir v0.0.0 (/source) Oct 21 23:55:31.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:55:31.212 INFO kablam! --> src/lib.rs:84:17 Oct 21 23:55:31.212 INFO kablam! | Oct 21 23:55:31.212 INFO kablam! 84 | .or(env::home_dir().map(|p| p.join(fallback))) Oct 21 23:55:31.212 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:55:31.212 INFO kablam! | Oct 21 23:55:31.212 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:55:31.212 INFO kablam! Oct 21 23:55:31.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:55:31.212 INFO kablam! --> src/lib.rs:107:9 Oct 21 23:55:31.212 INFO kablam! | Oct 21 23:55:31.212 INFO kablam! 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Oct 21 23:55:31.212 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:55:31.212 INFO kablam! Oct 21 23:55:31.700 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:55:31.700 INFO kablam! --> src/lib.rs:146:22 Oct 21 23:55:31.700 INFO kablam! | Oct 21 23:55:31.700 INFO kablam! 146 | let expect = env::home_dir().map(|p| p.join(".local/share").join(APP_NAME)); Oct 21 23:55:31.700 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:55:31.701 INFO kablam! | Oct 21 23:55:31.701 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:55:31.701 INFO kablam! Oct 21 23:55:31.701 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:55:31.701 INFO kablam! --> src/lib.rs:178:22 Oct 21 23:55:31.701 INFO kablam! | Oct 21 23:55:31.701 INFO kablam! 178 | let expect = env::home_dir().map(|p| p.join(".config").join(APP_NAME)); Oct 21 23:55:31.701 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:55:31.701 INFO kablam! Oct 21 23:55:31.701 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:55:31.701 INFO kablam! --> src/lib.rs:209:22 Oct 21 23:55:31.701 INFO kablam! | Oct 21 23:55:31.701 INFO kablam! 209 | let expect = env::home_dir().map(|p| p.join(".cache").join(APP_NAME)); Oct 21 23:55:31.701 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:55:31.701 INFO kablam! Oct 21 23:55:31.701 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:55:31.701 INFO kablam! --> src/lib.rs:240:22 Oct 21 23:55:31.701 INFO kablam! | Oct 21 23:55:31.701 INFO kablam! 240 | let expect = env::home_dir().map(|p| p.join(".".to_string() + APP_NAME)); Oct 21 23:55:31.701 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:55:31.701 INFO kablam! Oct 21 23:55:31.701 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:55:31.701 INFO kablam! --> src/lib.rs:84:17 Oct 21 23:55:31.701 INFO kablam! | Oct 21 23:55:31.701 INFO kablam! 84 | .or(env::home_dir().map(|p| p.join(fallback))) Oct 21 23:55:31.701 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:55:31.701 INFO kablam! Oct 21 23:55:31.701 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:55:31.701 INFO kablam! --> src/lib.rs:107:9 Oct 21 23:55:31.701 INFO kablam! | Oct 21 23:55:31.701 INFO kablam! 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Oct 21 23:55:31.701 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:55:31.701 INFO kablam! Oct 21 23:55:31.849 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 21 23:55:31.852 INFO kablam! su: No module specific data is present Oct 21 23:55:32.658 INFO running `"docker" "rm" "-f" "fcbe010eca639498ce0822dd2451bb5a9237f326e5252dba1982ba4299a55224"` Oct 21 23:55:32.920 INFO blam! fcbe010eca639498ce0822dd2451bb5a9237f326e5252dba1982ba4299a55224