Oct 27 08:30:05.474 INFO checking alexwlchan/safari.rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 08:30:05.476 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 08:30:06.020 INFO blam! b98e5c1453e36cda0081f90fad43789bd465bbd6f3322ab546d73a3d545ac051 Oct 27 08:30:06.023 INFO running `"docker" "start" "-a" "b98e5c1453e36cda0081f90fad43789bd465bbd6f3322ab546d73a3d545ac051"` Oct 27 08:30:07.550 INFO kablam! usermod: no changes Oct 27 08:30:07.815 INFO kablam! Compiling openssl v0.9.13 Oct 27 08:30:07.815 INFO kablam! Compiling plist v0.2.2 Oct 27 08:30:07.815 INFO kablam! Checking urlparse v0.7.3 Oct 27 08:30:07.815 INFO kablam! Compiling openssl-sys v0.9.13 Oct 27 08:30:07.815 INFO kablam! Checking libflate v0.1.7 Oct 27 08:30:07.815 INFO kablam! Checking idna v0.1.2 Oct 27 08:30:07.815 INFO kablam! Checking backtrace v0.3.2 Oct 27 08:30:07.815 INFO kablam! Checking chrono v0.3.1 Oct 27 08:30:12.525 INFO kablam! Checking docopt v0.8.0 Oct 27 08:30:12.885 INFO kablam! Checking error-chain v0.10.0 Oct 27 08:30:20.719 INFO kablam! Checking url v1.4.1 Oct 27 08:30:25.143 INFO kablam! Checking hyper v0.10.12 Oct 27 08:30:25.146 INFO kablam! Checking serde_urlencoded v0.5.1 Oct 27 08:30:25.147 INFO kablam! Checking tera v0.10.6 Oct 27 08:30:29.947 INFO kablam! Checking native-tls v0.1.2 Oct 27 08:30:32.936 INFO kablam! Checking hyper-native-tls v0.2.4 Oct 27 08:30:34.517 INFO kablam! Checking reqwest v0.6.2 Oct 27 08:30:36.287 INFO kablam! Checking safari v2.2.3 (/source) Oct 27 08:30:40.539 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 27 08:30:40.539 INFO kablam! --> src/safari.rs:218:30 Oct 27 08:30:40.539 INFO kablam! | Oct 27 08:30:40.539 INFO kablam! 218 | let mut plist_path = match env::home_dir() { Oct 27 08:30:40.539 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 08:30:40.539 INFO kablam! | Oct 27 08:30:40.539 INFO kablam! note: lint level defined here Oct 27 08:30:40.539 INFO kablam! --> src/main.rs:1:9 Oct 27 08:30:40.539 INFO kablam! | Oct 27 08:30:40.539 INFO kablam! 1 | #![deny(warnings)] Oct 27 08:30:40.539 INFO kablam! | ^^^^^^^^ Oct 27 08:30:40.539 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 08:30:40.539 INFO kablam! Oct 27 08:30:40.539 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 27 08:30:40.539 INFO kablam! --> src/safari.rs:328:30 Oct 27 08:30:40.539 INFO kablam! | Oct 27 08:30:40.539 INFO kablam! 328 | let mut plist_path = match env::home_dir() { Oct 27 08:30:40.539 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 08:30:40.539 INFO kablam! Oct 27 08:30:40.807 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 27 08:30:40.807 INFO kablam! --> src/safari.rs:218:30 Oct 27 08:30:40.807 INFO kablam! | Oct 27 08:30:40.807 INFO kablam! 218 | let mut plist_path = match env::home_dir() { Oct 27 08:30:40.807 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 08:30:40.807 INFO kablam! | Oct 27 08:30:40.807 INFO kablam! note: lint level defined here Oct 27 08:30:40.807 INFO kablam! --> src/main.rs:1:9 Oct 27 08:30:40.807 INFO kablam! | Oct 27 08:30:40.807 INFO kablam! 1 | #![deny(warnings)] Oct 27 08:30:40.807 INFO kablam! | ^^^^^^^^ Oct 27 08:30:40.807 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 08:30:40.807 INFO kablam! Oct 27 08:30:40.807 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 27 08:30:40.807 INFO kablam! --> src/safari.rs:328:30 Oct 27 08:30:40.807 INFO kablam! | Oct 27 08:30:40.807 INFO kablam! 328 | let mut plist_path = match env::home_dir() { Oct 27 08:30:40.807 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 08:30:40.807 INFO kablam! Oct 27 08:30:40.967 INFO kablam! error: aborting due to 2 previous errors Oct 27 08:30:40.967 INFO kablam! Oct 27 08:30:40.987 INFO kablam! error: Could not compile `safari`. Oct 27 08:30:40.987 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 08:30:41.247 INFO kablam! error: aborting due to 2 previous errors Oct 27 08:30:41.247 INFO kablam! Oct 27 08:30:41.267 INFO kablam! error: Could not compile `safari`. Oct 27 08:30:41.267 INFO kablam! Oct 27 08:30:41.267 INFO kablam! To learn more, run the command again with --verbose. Oct 27 08:30:41.270 INFO kablam! su: No module specific data is present Oct 27 08:30:41.942 INFO running `"docker" "rm" "-f" "b98e5c1453e36cda0081f90fad43789bd465bbd6f3322ab546d73a3d545ac051"` Oct 27 08:30:42.124 INFO blam! b98e5c1453e36cda0081f90fad43789bd465bbd6f3322ab546d73a3d545ac051