Oct 27 21:06:41.446 INFO checking grnenv-rs-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 21:06:41.446 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21:06:41.650 INFO blam! 00d239665011cb0d24c12684de41a3cf869205b3058e477734762d6408c07acd Oct 27 21:06:41.663 INFO running `"docker" "start" "-a" "00d239665011cb0d24c12684de41a3cf869205b3058e477734762d6408c07acd"` Oct 27 21:06:42.386 INFO kablam! usermod: no changes Oct 27 21:06:42.670 INFO kablam! Compiling syn v0.10.8 Oct 27 21:06:42.675 INFO kablam! Checking utf-8 v0.6.0 Oct 27 21:06:42.675 INFO kablam! Checking toml v0.3.2 Oct 27 21:06:42.675 INFO kablam! Checking num_cpus v1.0.0 Oct 27 21:06:42.675 INFO kablam! Checking clap v2.14.1 Oct 27 21:06:42.675 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 27 21:06:42.675 INFO kablam! Compiling string_cache_codegen v0.3.1 Oct 27 21:06:42.675 INFO kablam! Checking env_proxy v0.1.1 Oct 27 21:06:46.155 INFO kablam! Compiling html5ever v0.13.1 Oct 27 21:06:46.751 INFO kablam! Checking tendril v0.2.4 Oct 27 21:06:47.467 INFO kablam! Checking zip v0.1.19 Oct 27 21:06:59.779 INFO kablam! Checking hyper v0.10.15 Oct 27 21:06:59.799 INFO kablam! Compiling string_cache v0.4.0 Oct 27 21:07:00.067 INFO kablam! Compiling html5ever-atoms v0.2.2 Oct 27 21:07:00.119 INFO kablam! Compiling serde_derive v0.9.15 Oct 27 21:07:16.241 INFO kablam! Compiling cssparser v0.7.4 Oct 27 21:07:23.546 INFO kablam! Checking selectors v0.15.2 Oct 27 21:07:29.140 INFO kablam! Checking kuchiki v0.4.3 Oct 27 21:07:33.067 INFO kablam! Checking grnenv-rs v0.2.0 (/source) Oct 27 21:07:40.077 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 27 21:07:40.077 INFO kablam! --> src/util.rs:7:20 Oct 27 21:07:40.077 INFO kablam! | Oct 27 21:07:40.077 INFO kablam! 7 | let base_dir = env::home_dir().unwrap(); Oct 27 21:07:40.077 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:07:40.077 INFO kablam! | Oct 27 21:07:40.077 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 21:07:40.077 INFO kablam! Oct 27 21:07:40.077 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 27 21:07:40.077 INFO kablam! --> src/util.rs:12:20 Oct 27 21:07:40.077 INFO kablam! | Oct 27 21:07:40.077 INFO kablam! 12 | let base_dir = env::home_dir().unwrap(); Oct 27 21:07:40.077 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:07:40.077 INFO kablam! Oct 27 21:07:40.083 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 27 21:07:40.083 INFO kablam! --> src/command/common.rs:85:16 Oct 27 21:07:40.083 INFO kablam! | Oct 27 21:07:40.083 INFO kablam! 85 | let home = env::home_dir().unwrap(); Oct 27 21:07:40.083 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:07:40.083 INFO kablam! Oct 27 21:07:40.083 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 27 21:07:40.083 INFO kablam! --> src/command/unix.rs:27:9 Oct 27 21:07:40.083 INFO kablam! | Oct 27 21:07:40.083 INFO kablam! 27 | if !env::home_dir() Oct 27 21:07:40.083 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:07:40.083 INFO kablam! Oct 27 21:07:40.743 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 27 21:07:40.743 INFO kablam! --> src/util.rs:7:20 Oct 27 21:07:40.743 INFO kablam! | Oct 27 21:07:40.743 INFO kablam! 7 | let base_dir = env::home_dir().unwrap(); Oct 27 21:07:40.743 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:07:40.743 INFO kablam! | Oct 27 21:07:40.743 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 21:07:40.743 INFO kablam! Oct 27 21:07:40.743 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 27 21:07:40.743 INFO kablam! --> src/util.rs:12:20 Oct 27 21:07:40.743 INFO kablam! | Oct 27 21:07:40.743 INFO kablam! 12 | let base_dir = env::home_dir().unwrap(); Oct 27 21:07:40.743 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:07:40.743 INFO kablam! Oct 27 21:07:40.743 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 27 21:07:40.746 INFO kablam! --> src/command/common.rs:85:16 Oct 27 21:07:40.747 INFO kablam! | Oct 27 21:07:40.747 INFO kablam! 85 | let home = env::home_dir().unwrap(); Oct 27 21:07:40.747 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:07:40.747 INFO kablam! Oct 27 21:07:40.747 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 27 21:07:40.747 INFO kablam! --> src/command/unix.rs:27:9 Oct 27 21:07:40.747 INFO kablam! | Oct 27 21:07:40.747 INFO kablam! 27 | if !env::home_dir() Oct 27 21:07:40.747 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:07:40.747 INFO kablam! Oct 27 21:07:40.747 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 27 21:07:40.747 INFO kablam! --> src/util.rs:86:20 Oct 27 21:07:40.747 INFO kablam! | Oct 27 21:07:40.747 INFO kablam! 86 | let home = env::home_dir().unwrap(); Oct 27 21:07:40.747 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:07:40.747 INFO kablam! Oct 27 21:07:40.747 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 27 21:07:40.747 INFO kablam! --> src/util.rs:97:20 Oct 27 21:07:40.747 INFO kablam! | Oct 27 21:07:40.747 INFO kablam! 97 | let home = env::home_dir().unwrap(); Oct 27 21:07:40.747 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:07:40.747 INFO kablam! Oct 27 21:07:40.747 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 27 21:07:40.747 INFO kablam! --> src/config.rs:92:20 Oct 27 21:07:40.747 INFO kablam! | Oct 27 21:07:40.747 INFO kablam! 92 | let home = env::home_dir().unwrap(); Oct 27 21:07:40.747 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:07:40.747 INFO kablam! Oct 27 21:07:50.878 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Oct 27 21:07:50.892 INFO kablam! su: No module specific data is present Oct 27 21:07:51.278 INFO running `"docker" "rm" "-f" "00d239665011cb0d24c12684de41a3cf869205b3058e477734762d6408c07acd"` Oct 27 21:07:51.447 INFO blam! 00d239665011cb0d24c12684de41a3cf869205b3058e477734762d6408c07acd