Oct 13 14:01:05.898 INFO checking grnenv-rs-0.2.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 14:01:05.900 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14:01:06.150 INFO blam! 09446a62a18c1e894ad5caf49ba37c858195758aed731a3e4d367d2825e30c7f Oct 13 14:01:06.153 INFO running `"docker" "start" "-a" "09446a62a18c1e894ad5caf49ba37c858195758aed731a3e4d367d2825e30c7f"` Oct 13 14:01:06.677 INFO kablam! usermod: no changes Oct 13 14:01:06.936 INFO kablam! Compiling syn v0.10.8 Oct 13 14:01:06.952 INFO kablam! Checking toml v0.3.2 Oct 13 14:01:06.952 INFO kablam! Checking num_cpus v1.0.0 Oct 13 14:01:06.964 INFO kablam! Checking clap v2.14.1 Oct 13 14:01:06.964 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 13 14:01:06.964 INFO kablam! Compiling string_cache_codegen v0.3.1 Oct 13 14:01:06.964 INFO kablam! Checking env_proxy v0.1.1 Oct 13 14:01:06.964 INFO kablam! Compiling html5ever v0.13.1 Oct 13 14:01:08.509 INFO kablam! Checking hyper v0.10.13 Oct 13 14:01:15.249 INFO kablam! Compiling string_cache v0.4.0 Oct 13 14:01:20.676 INFO kablam! Compiling html5ever-atoms v0.2.2 Oct 13 14:01:24.784 INFO kablam! Compiling serde_derive v0.9.15 Oct 13 14:01:36.684 INFO kablam! Compiling cssparser v0.7.4 Oct 13 14:01:43.573 INFO kablam! Checking selectors v0.15.2 Oct 13 14:01:48.593 INFO kablam! Checking kuchiki v0.4.3 Oct 13 14:01:52.881 INFO kablam! Checking grnenv-rs v0.2.0 (/source) Oct 13 14:01:59.179 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 13 14:01:59.179 INFO kablam! --> src/util.rs:7:20 Oct 13 14:01:59.179 INFO kablam! | Oct 13 14:01:59.180 INFO kablam! 7 | let base_dir = env::home_dir().unwrap(); Oct 13 14:01:59.180 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 14:01:59.180 INFO kablam! | Oct 13 14:01:59.181 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 14:01:59.181 INFO kablam! Oct 13 14:01:59.181 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 13 14:01:59.181 INFO kablam! --> src/util.rs:12:20 Oct 13 14:01:59.182 INFO kablam! | Oct 13 14:01:59.182 INFO kablam! 12 | let base_dir = env::home_dir().unwrap(); Oct 13 14:01:59.182 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 14:01:59.182 INFO kablam! Oct 13 14:01:59.183 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 13 14:01:59.183 INFO kablam! --> src/command/common.rs:85:16 Oct 13 14:01:59.183 INFO kablam! | Oct 13 14:01:59.183 INFO kablam! 85 | let home = env::home_dir().unwrap(); Oct 13 14:01:59.183 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 14:01:59.184 INFO kablam! Oct 13 14:01:59.188 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 13 14:01:59.189 INFO kablam! --> src/command/unix.rs:27:9 Oct 13 14:01:59.189 INFO kablam! | Oct 13 14:01:59.189 INFO kablam! 27 | if !env::home_dir() Oct 13 14:01:59.190 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 14:01:59.190 INFO kablam! Oct 13 14:01:59.209 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 13 14:01:59.209 INFO kablam! --> src/util.rs:7:20 Oct 13 14:01:59.210 INFO kablam! | Oct 13 14:01:59.210 INFO kablam! 7 | let base_dir = env::home_dir().unwrap(); Oct 13 14:01:59.210 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 14:01:59.220 INFO kablam! | Oct 13 14:01:59.220 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 14:01:59.220 INFO kablam! Oct 13 14:01:59.221 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 13 14:01:59.221 INFO kablam! --> src/util.rs:12:20 Oct 13 14:01:59.221 INFO kablam! | Oct 13 14:01:59.221 INFO kablam! 12 | let base_dir = env::home_dir().unwrap(); Oct 13 14:01:59.221 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 14:01:59.221 INFO kablam! Oct 13 14:01:59.221 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 13 14:01:59.222 INFO kablam! --> src/command/common.rs:85:16 Oct 13 14:01:59.222 INFO kablam! | Oct 13 14:01:59.222 INFO kablam! 85 | let home = env::home_dir().unwrap(); Oct 13 14:01:59.222 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 14:01:59.222 INFO kablam! Oct 13 14:01:59.222 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 13 14:01:59.222 INFO kablam! --> src/command/unix.rs:27:9 Oct 13 14:01:59.223 INFO kablam! | Oct 13 14:01:59.223 INFO kablam! 27 | if !env::home_dir() Oct 13 14:01:59.223 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 14:01:59.223 INFO kablam! Oct 13 14:01:59.223 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 13 14:01:59.223 INFO kablam! --> src/util.rs:86:20 Oct 13 14:01:59.223 INFO kablam! | Oct 13 14:01:59.224 INFO kablam! 86 | let home = env::home_dir().unwrap(); Oct 13 14:01:59.224 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 14:01:59.224 INFO kablam! Oct 13 14:01:59.224 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 13 14:01:59.224 INFO kablam! --> src/util.rs:97:20 Oct 13 14:01:59.224 INFO kablam! | Oct 13 14:01:59.224 INFO kablam! 97 | let home = env::home_dir().unwrap(); Oct 13 14:01:59.225 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 14:01:59.225 INFO kablam! Oct 13 14:01:59.225 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 13 14:01:59.225 INFO kablam! --> src/config.rs:92:20 Oct 13 14:01:59.225 INFO kablam! | Oct 13 14:01:59.225 INFO kablam! 92 | let home = env::home_dir().unwrap(); Oct 13 14:01:59.225 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 14:01:59.226 INFO kablam! Oct 13 14:02:07.441 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 13 14:02:07.512 INFO kablam! su: No module specific data is present Oct 13 14:02:08.572 INFO running `"docker" "rm" "-f" "09446a62a18c1e894ad5caf49ba37c858195758aed731a3e4d367d2825e30c7f"` Oct 13 14:02:08.904 INFO blam! 09446a62a18c1e894ad5caf49ba37c858195758aed731a3e4d367d2825e30c7f