Nov 30 16:02:57.477 INFO checking s_app_dir-0.0.0 against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 16:02:57.477 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-3/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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"` Nov 30 16:02:57.966 INFO [stdout] 4837c751b3cd3403c76821e65da0c5adbf5ed532e5b59aa36e668093108e716c Nov 30 16:02:57.970 INFO running `"docker" "start" "-a" "4837c751b3cd3403c76821e65da0c5adbf5ed532e5b59aa36e668093108e716c"` Nov 30 16:02:59.859 INFO [stderr] usermod: no changes Nov 30 16:02:59.953 INFO [stderr] Checking s_app_dir v0.0.0 (/source) Nov 30 16:03:00.868 INFO [stderr] 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. Nov 30 16:03:00.868 INFO [stderr] --> src/lib.rs:84:17 Nov 30 16:03:00.868 INFO [stderr] | Nov 30 16:03:00.868 INFO [stderr] 84 | .or(env::home_dir().map(|p| p.join(fallback))) Nov 30 16:03:00.868 INFO [stderr] | ^^^^^^^^^^^^^ Nov 30 16:03:00.868 INFO [stderr] | Nov 30 16:03:00.868 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 30 16:03:00.868 INFO [stderr] Nov 30 16:03:00.868 INFO [stderr] 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. Nov 30 16:03:00.868 INFO [stderr] --> src/lib.rs:107:9 Nov 30 16:03:00.868 INFO [stderr] | Nov 30 16:03:00.868 INFO [stderr] 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Nov 30 16:03:00.868 INFO [stderr] | ^^^^^^^^^^^^^ Nov 30 16:03:00.868 INFO [stderr] Nov 30 16:03:01.008 INFO [stderr] 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. Nov 30 16:03:01.008 INFO [stderr] --> src/lib.rs:146:22 Nov 30 16:03:01.008 INFO [stderr] | Nov 30 16:03:01.008 INFO [stderr] 146 | let expect = env::home_dir().map(|p| p.join(".local/share").join(APP_NAME)); Nov 30 16:03:01.008 INFO [stderr] | ^^^^^^^^^^^^^ Nov 30 16:03:01.008 INFO [stderr] | Nov 30 16:03:01.008 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 30 16:03:01.008 INFO [stderr] Nov 30 16:03:01.008 INFO [stderr] 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. Nov 30 16:03:01.008 INFO [stderr] --> src/lib.rs:178:22 Nov 30 16:03:01.008 INFO [stderr] | Nov 30 16:03:01.008 INFO [stderr] 178 | let expect = env::home_dir().map(|p| p.join(".config").join(APP_NAME)); Nov 30 16:03:01.008 INFO [stderr] | ^^^^^^^^^^^^^ Nov 30 16:03:01.008 INFO [stderr] Nov 30 16:03:01.008 INFO [stderr] 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. Nov 30 16:03:01.008 INFO [stderr] --> src/lib.rs:209:22 Nov 30 16:03:01.008 INFO [stderr] | Nov 30 16:03:01.008 INFO [stderr] 209 | let expect = env::home_dir().map(|p| p.join(".cache").join(APP_NAME)); Nov 30 16:03:01.009 INFO [stderr] | ^^^^^^^^^^^^^ Nov 30 16:03:01.009 INFO [stderr] Nov 30 16:03:01.009 INFO [stderr] 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. Nov 30 16:03:01.009 INFO [stderr] --> src/lib.rs:240:22 Nov 30 16:03:01.009 INFO [stderr] | Nov 30 16:03:01.009 INFO [stderr] 240 | let expect = env::home_dir().map(|p| p.join(".".to_string() + APP_NAME)); Nov 30 16:03:01.009 INFO [stderr] | ^^^^^^^^^^^^^ Nov 30 16:03:01.009 INFO [stderr] Nov 30 16:03:01.009 INFO [stderr] 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. Nov 30 16:03:01.009 INFO [stderr] --> src/lib.rs:84:17 Nov 30 16:03:01.009 INFO [stderr] | Nov 30 16:03:01.009 INFO [stderr] 84 | .or(env::home_dir().map(|p| p.join(fallback))) Nov 30 16:03:01.009 INFO [stderr] | ^^^^^^^^^^^^^ Nov 30 16:03:01.009 INFO [stderr] Nov 30 16:03:01.009 INFO [stderr] 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. Nov 30 16:03:01.009 INFO [stderr] --> src/lib.rs:107:9 Nov 30 16:03:01.009 INFO [stderr] | Nov 30 16:03:01.009 INFO [stderr] 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Nov 30 16:03:01.009 INFO [stderr] | ^^^^^^^^^^^^^ Nov 30 16:03:01.009 INFO [stderr] Nov 30 16:03:01.153 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.25s Nov 30 16:03:01.155 INFO [stderr] su: No module specific data is present Nov 30 16:03:01.896 INFO running `"docker" "inspect" "4837c751b3cd3403c76821e65da0c5adbf5ed532e5b59aa36e668093108e716c"` Nov 30 16:03:02.318 INFO running `"docker" "rm" "-f" "4837c751b3cd3403c76821e65da0c5adbf5ed532e5b59aa36e668093108e716c"` Nov 30 16:03:02.684 INFO [stdout] 4837c751b3cd3403c76821e65da0c5adbf5ed532e5b59aa36e668093108e716c