Sep 10 17:02:23.492 INFO checking grnenv-rs-0.2.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 17:02:23.492 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 17:02:23.492 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 17:02:23.647 INFO blam! b5e16adcc1d963f2fbc78c3d02142e979fe378b06566ae7367827b7a4da487a9 Sep 10 17:02:23.649 INFO running `"docker" "start" "-a" "b5e16adcc1d963f2fbc78c3d02142e979fe378b06566ae7367827b7a4da487a9"` Sep 10 17:02:25.054 INFO kablam! usermod: no changes Sep 10 17:02:25.436 INFO kablam! Checking ref_slice v1.1.1 Sep 10 17:02:25.436 INFO kablam! Compiling syn v0.10.8 Sep 10 17:02:25.438 INFO kablam! Checking num_cpus v1.0.0 Sep 10 17:02:25.440 INFO kablam! Checking clap v2.14.1 Sep 10 17:02:25.441 INFO kablam! Compiling serde_codegen_internals v0.14.2 Sep 10 17:02:25.442 INFO kablam! Checking env_proxy v0.1.1 Sep 10 17:02:25.442 INFO kablam! Checking html5ever v0.13.1 Sep 10 17:02:25.924 INFO kablam! Checking hyper v0.10.13 Sep 10 17:02:31.164 INFO kablam! Compiling serde_derive v0.9.15 Sep 10 17:02:51.030 INFO kablam! Compiling cssparser v0.7.4 Sep 10 17:02:54.738 INFO kablam! Checking selectors v0.15.2 Sep 10 17:03:01.306 INFO kablam! Checking kuchiki v0.4.3 Sep 10 17:03:03.012 INFO kablam! Checking grnenv-rs v0.2.0 (file:///source) Sep 10 17:03:04.637 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. Sep 10 17:03:04.637 INFO kablam! --> src/util.rs:7:20 Sep 10 17:03:04.637 INFO kablam! | Sep 10 17:03:04.637 INFO kablam! 7 | let base_dir = env::home_dir().unwrap(); Sep 10 17:03:04.637 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 17:03:04.637 INFO kablam! | Sep 10 17:03:04.637 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 17:03:04.637 INFO kablam! Sep 10 17:03:04.638 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. Sep 10 17:03:04.638 INFO kablam! --> src/util.rs:12:20 Sep 10 17:03:04.638 INFO kablam! | Sep 10 17:03:04.638 INFO kablam! 12 | let base_dir = env::home_dir().unwrap(); Sep 10 17:03:04.638 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 17:03:04.638 INFO kablam! Sep 10 17:03:04.638 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. Sep 10 17:03:04.638 INFO kablam! --> src/command/common.rs:85:16 Sep 10 17:03:04.638 INFO kablam! | Sep 10 17:03:04.638 INFO kablam! 85 | let home = env::home_dir().unwrap(); Sep 10 17:03:04.638 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 17:03:04.638 INFO kablam! Sep 10 17:03:04.642 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. Sep 10 17:03:04.642 INFO kablam! --> src/command/unix.rs:27:9 Sep 10 17:03:04.642 INFO kablam! | Sep 10 17:03:04.642 INFO kablam! 27 | if !env::home_dir() Sep 10 17:03:04.642 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 17:03:04.642 INFO kablam! Sep 10 17:03:04.642 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. Sep 10 17:03:04.642 INFO kablam! --> src/util.rs:86:20 Sep 10 17:03:04.642 INFO kablam! | Sep 10 17:03:04.642 INFO kablam! 86 | let home = env::home_dir().unwrap(); Sep 10 17:03:04.642 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 17:03:04.642 INFO kablam! Sep 10 17:03:04.642 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. Sep 10 17:03:04.642 INFO kablam! --> src/util.rs:97:20 Sep 10 17:03:04.642 INFO kablam! | Sep 10 17:03:04.642 INFO kablam! 97 | let home = env::home_dir().unwrap(); Sep 10 17:03:04.642 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 17:03:04.642 INFO kablam! Sep 10 17:03:04.642 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. Sep 10 17:03:04.642 INFO kablam! --> src/config.rs:92:20 Sep 10 17:03:04.642 INFO kablam! | Sep 10 17:03:04.642 INFO kablam! 92 | let home = env::home_dir().unwrap(); Sep 10 17:03:04.642 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 17:03:04.642 INFO kablam! Sep 10 17:03:04.688 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. Sep 10 17:03:04.688 INFO kablam! --> src/util.rs:7:20 Sep 10 17:03:04.688 INFO kablam! | Sep 10 17:03:04.688 INFO kablam! 7 | let base_dir = env::home_dir().unwrap(); Sep 10 17:03:04.688 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 17:03:04.688 INFO kablam! | Sep 10 17:03:04.688 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 17:03:04.688 INFO kablam! Sep 10 17:03:04.688 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. Sep 10 17:03:04.688 INFO kablam! --> src/util.rs:12:20 Sep 10 17:03:04.688 INFO kablam! | Sep 10 17:03:04.688 INFO kablam! 12 | let base_dir = env::home_dir().unwrap(); Sep 10 17:03:04.688 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 17:03:04.688 INFO kablam! Sep 10 17:03:04.689 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. Sep 10 17:03:04.689 INFO kablam! --> src/command/common.rs:85:16 Sep 10 17:03:04.689 INFO kablam! | Sep 10 17:03:04.689 INFO kablam! 85 | let home = env::home_dir().unwrap(); Sep 10 17:03:04.689 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 17:03:04.689 INFO kablam! Sep 10 17:03:04.690 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. Sep 10 17:03:04.690 INFO kablam! --> src/command/unix.rs:27:9 Sep 10 17:03:04.690 INFO kablam! | Sep 10 17:03:04.690 INFO kablam! 27 | if !env::home_dir() Sep 10 17:03:04.690 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 17:03:04.690 INFO kablam! Sep 10 17:03:07.765 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.69s Sep 10 17:03:07.797 INFO kablam! su: No module specific data is present Sep 10 17:03:08.975 INFO running `"docker" "rm" "-f" "b5e16adcc1d963f2fbc78c3d02142e979fe378b06566ae7367827b7a4da487a9"` Sep 10 17:03:09.107 INFO blam! b5e16adcc1d963f2fbc78c3d02142e979fe378b06566ae7367827b7a4da487a9