Oct 12 23:20:04.256 INFO checking cosmo0920/grnenv-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 23:20:04.261 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 23:20:04.800 INFO blam! 31ad1d458ccfe9fa92180b4a153b81b62cc59bf2e4876f3b0547df6745ac5a6c Oct 12 23:20:04.809 INFO running `"docker" "start" "-a" "31ad1d458ccfe9fa92180b4a153b81b62cc59bf2e4876f3b0547df6745ac5a6c"` Oct 12 23:20:05.976 INFO kablam! usermod: no changes Oct 12 23:20:06.477 INFO kablam! Checking num_cpus v1.2.1 Oct 12 23:20:06.477 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 12 23:20:06.477 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Oct 12 23:20:06.500 INFO kablam! Checking tempdir v0.3.7 Oct 12 23:20:06.505 INFO kablam! Compiling quote v0.6.3 Oct 12 23:20:06.505 INFO kablam! Compiling serde_json v1.0.24 Oct 12 23:20:06.505 INFO kablam! Checking env_proxy v0.1.1 Oct 12 23:20:06.536 INFO kablam! Checking string_cache v0.7.3 Oct 12 23:20:10.022 INFO kablam! Checking tokio-threadpool v0.1.5 Oct 12 23:20:10.022 INFO kablam! Checking futures-cpupool v0.1.8 Oct 12 23:20:15.610 INFO kablam! Checking flate2 v1.0.1 Oct 12 23:20:19.196 INFO kablam! Checking bzip2 v0.3.3 Oct 12 23:20:19.527 INFO kablam! Checking tokio-fs v0.1.2 Oct 12 23:20:20.464 INFO kablam! Compiling syn v0.14.4 Oct 12 23:20:21.816 INFO kablam! Checking zip v0.4.2 Oct 12 23:20:25.320 INFO kablam! Checking tokio v0.1.7 Oct 12 23:20:29.497 INFO kablam! Checking tokio-core v0.1.17 Oct 12 23:20:33.466 INFO kablam! Checking tokio-proto v0.1.1 Oct 12 23:20:33.468 INFO kablam! Checking tokio-tls v0.1.4 Oct 12 23:20:41.281 INFO kablam! Checking hyper v0.11.27 Oct 12 23:20:57.128 INFO kablam! Compiling serde_derive v1.0.70 Oct 12 23:20:57.128 INFO kablam! Compiling cssparser-macros v0.3.4 Oct 12 23:20:57.320 INFO kablam! Checking hyper-tls v0.1.3 Oct 12 23:21:01.440 INFO kablam! Checking reqwest v0.8.6 Oct 12 23:21:10.124 INFO kablam! Checking cssparser v0.23.10 Oct 12 23:21:13.064 INFO kablam! Checking selectors v0.19.0 Oct 12 23:21:20.934 INFO kablam! Compiling markup5ever v0.7.2 Oct 12 23:21:31.932 INFO kablam! Checking html5ever v0.22.3 Oct 12 23:21:35.614 INFO kablam! Checking kuchiki v0.7.0 Oct 12 23:21:38.009 INFO kablam! Checking grnenv-rs v0.2.0 (/source) Oct 12 23:21:45.388 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 12 23:21:45.388 INFO kablam! --> src/command/common.rs:68:16 Oct 12 23:21:45.388 INFO kablam! | Oct 12 23:21:45.388 INFO kablam! 68 | let home = env::home_dir().unwrap(); Oct 12 23:21:45.388 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:21:45.388 INFO kablam! | Oct 12 23:21:45.388 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 23:21:45.388 INFO kablam! Oct 12 23:21:45.388 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 12 23:21:45.388 INFO kablam! --> src/command/unix.rs:27:9 Oct 12 23:21:45.388 INFO kablam! | Oct 12 23:21:45.389 INFO kablam! 27 | if !env::home_dir() Oct 12 23:21:45.389 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:21:45.389 INFO kablam! Oct 12 23:21:45.389 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 12 23:21:45.389 INFO kablam! --> src/util.rs:7:20 Oct 12 23:21:45.389 INFO kablam! | Oct 12 23:21:45.389 INFO kablam! 7 | let base_dir = env::home_dir().unwrap(); Oct 12 23:21:45.389 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:21:45.389 INFO kablam! Oct 12 23:21:45.389 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 12 23:21:45.389 INFO kablam! --> src/util.rs:12:20 Oct 12 23:21:45.389 INFO kablam! | Oct 12 23:21:45.389 INFO kablam! 12 | let base_dir = env::home_dir().unwrap(); Oct 12 23:21:45.389 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:21:45.389 INFO kablam! Oct 12 23:21:45.620 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 12 23:21:45.620 INFO kablam! --> src/command/common.rs:68:16 Oct 12 23:21:45.620 INFO kablam! | Oct 12 23:21:45.620 INFO kablam! 68 | let home = env::home_dir().unwrap(); Oct 12 23:21:45.620 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:21:45.620 INFO kablam! | Oct 12 23:21:45.620 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 23:21:45.620 INFO kablam! Oct 12 23:21:45.620 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 12 23:21:45.621 INFO kablam! --> src/command/unix.rs:27:9 Oct 12 23:21:45.621 INFO kablam! | Oct 12 23:21:45.621 INFO kablam! 27 | if !env::home_dir() Oct 12 23:21:45.621 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:21:45.621 INFO kablam! Oct 12 23:21:45.621 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 12 23:21:45.621 INFO kablam! --> src/util.rs:7:20 Oct 12 23:21:45.621 INFO kablam! | Oct 12 23:21:45.621 INFO kablam! 7 | let base_dir = env::home_dir().unwrap(); Oct 12 23:21:45.621 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:21:45.621 INFO kablam! Oct 12 23:21:45.621 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 12 23:21:45.621 INFO kablam! --> src/util.rs:12:20 Oct 12 23:21:45.621 INFO kablam! | Oct 12 23:21:45.621 INFO kablam! 12 | let base_dir = env::home_dir().unwrap(); Oct 12 23:21:45.621 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:21:45.621 INFO kablam! Oct 12 23:21:45.621 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 12 23:21:45.621 INFO kablam! --> src/config.rs:92:20 Oct 12 23:21:45.621 INFO kablam! | Oct 12 23:21:45.621 INFO kablam! 92 | let home = env::home_dir().unwrap(); Oct 12 23:21:45.621 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:21:45.621 INFO kablam! Oct 12 23:21:45.621 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 12 23:21:45.621 INFO kablam! --> src/util.rs:86:20 Oct 12 23:21:45.621 INFO kablam! | Oct 12 23:21:45.621 INFO kablam! 86 | let home = env::home_dir().unwrap(); Oct 12 23:21:45.621 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:21:45.621 INFO kablam! Oct 12 23:21:45.621 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 12 23:21:45.621 INFO kablam! --> src/util.rs:99:20 Oct 12 23:21:45.621 INFO kablam! | Oct 12 23:21:45.621 INFO kablam! 99 | let home = env::home_dir().unwrap(); Oct 12 23:21:45.621 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:21:45.621 INFO kablam! Oct 12 23:21:56.760 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 50s Oct 12 23:21:56.784 INFO kablam! su: No module specific data is present Oct 12 23:21:58.079 INFO running `"docker" "rm" "-f" "31ad1d458ccfe9fa92180b4a153b81b62cc59bf2e4876f3b0547df6745ac5a6c"` Oct 12 23:21:58.521 INFO blam! 31ad1d458ccfe9fa92180b4a153b81b62cc59bf2e4876f3b0547df6745ac5a6c