Oct 13 01:22:55.442 INFO checking alexwlchan/safari.rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 01:22:55.443 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 01:22:55.955 INFO blam! 92d406f9b2ab4d4ab0f7474092800c244f048646dcef8497444e7736c7f75c31 Oct 13 01:22:55.956 INFO running `"docker" "start" "-a" "92d406f9b2ab4d4ab0f7474092800c244f048646dcef8497444e7736c7f75c31"` Oct 13 01:22:57.600 INFO kablam! usermod: no changes Oct 13 01:22:57.868 INFO kablam! Compiling plist v0.2.2 Oct 13 01:22:57.868 INFO kablam! Checking humansize v1.0.1 Oct 13 01:22:57.868 INFO kablam! Checking urlparse v0.7.3 Oct 13 01:22:57.868 INFO kablam! Checking serde_urlencoded v0.5.1 Oct 13 01:22:57.868 INFO kablam! Checking chrono v0.3.1 Oct 13 01:22:57.868 INFO kablam! Checking docopt v0.8.0 Oct 13 01:23:02.228 INFO kablam! Checking reqwest v0.6.2 Oct 13 01:23:04.596 INFO kablam! Checking tera v0.10.6 Oct 13 01:23:11.052 INFO kablam! Checking safari v2.2.3 (/source) Oct 13 01:23:15.728 INFO kablam! error: 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 13 01:23:15.728 INFO kablam! --> src/safari.rs:218:30 Oct 13 01:23:15.728 INFO kablam! | Oct 13 01:23:15.728 INFO kablam! 218 | let mut plist_path = match env::home_dir() { Oct 13 01:23:15.728 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:23:15.728 INFO kablam! | Oct 13 01:23:15.728 INFO kablam! note: lint level defined here Oct 13 01:23:15.728 INFO kablam! --> src/main.rs:1:9 Oct 13 01:23:15.728 INFO kablam! | Oct 13 01:23:15.729 INFO kablam! 1 | #![deny(warnings)] Oct 13 01:23:15.729 INFO kablam! | ^^^^^^^^ Oct 13 01:23:15.729 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 01:23:15.729 INFO kablam! Oct 13 01:23:15.729 INFO kablam! error: 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 13 01:23:15.729 INFO kablam! --> src/safari.rs:328:30 Oct 13 01:23:15.729 INFO kablam! | Oct 13 01:23:15.729 INFO kablam! 328 | let mut plist_path = match env::home_dir() { Oct 13 01:23:15.729 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:23:15.729 INFO kablam! Oct 13 01:23:15.740 INFO kablam! error: 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 13 01:23:15.740 INFO kablam! --> src/safari.rs:218:30 Oct 13 01:23:15.740 INFO kablam! | Oct 13 01:23:15.740 INFO kablam! 218 | let mut plist_path = match env::home_dir() { Oct 13 01:23:15.740 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:23:15.740 INFO kablam! | Oct 13 01:23:15.740 INFO kablam! note: lint level defined here Oct 13 01:23:15.740 INFO kablam! --> src/main.rs:1:9 Oct 13 01:23:15.740 INFO kablam! | Oct 13 01:23:15.740 INFO kablam! 1 | #![deny(warnings)] Oct 13 01:23:15.740 INFO kablam! | ^^^^^^^^ Oct 13 01:23:15.740 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 01:23:15.740 INFO kablam! Oct 13 01:23:15.740 INFO kablam! error: 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 13 01:23:15.740 INFO kablam! --> src/safari.rs:328:30 Oct 13 01:23:15.740 INFO kablam! | Oct 13 01:23:15.740 INFO kablam! 328 | let mut plist_path = match env::home_dir() { Oct 13 01:23:15.740 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:23:15.740 INFO kablam! Oct 13 01:23:15.952 INFO kablam! error: aborting due to 2 previous errors Oct 13 01:23:15.952 INFO kablam! Oct 13 01:23:15.986 INFO kablam! error: Could not compile `safari`. Oct 13 01:23:15.987 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 01:23:16.162 INFO kablam! error: aborting due to 2 previous errors Oct 13 01:23:16.162 INFO kablam! Oct 13 01:23:16.182 INFO kablam! error: Could not compile `safari`. Oct 13 01:23:16.183 INFO kablam! Oct 13 01:23:16.183 INFO kablam! To learn more, run the command again with --verbose. Oct 13 01:23:16.185 INFO kablam! su: No module specific data is present Oct 13 01:23:16.797 INFO running `"docker" "rm" "-f" "92d406f9b2ab4d4ab0f7474092800c244f048646dcef8497444e7736c7f75c31"` Oct 13 01:23:17.124 INFO blam! 92d406f9b2ab4d4ab0f7474092800c244f048646dcef8497444e7736c7f75c31