Sep 02 16:20:25.533 INFO checking dinghy-lib-0.3.5 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 16:20:25.533 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 16:20:25.533 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 16:20:25.698 INFO blam! 64842822314e3cb55fe14a4a1039bef28a0996f81d6a1be5d25660d330da0385 Sep 02 16:20:25.700 INFO running `"docker" "start" "-a" "64842822314e3cb55fe14a4a1039bef28a0996f81d6a1be5d25660d330da0385"` Sep 02 16:20:26.544 INFO kablam! Compiling plist v0.3.0 Sep 02 16:20:26.546 INFO kablam! Checking cc v1.0.23 Sep 02 16:20:26.547 INFO kablam! Compiling dinghy-lib v0.3.5 (file:///source) Sep 02 16:20:26.556 INFO kablam! Checking cargo v0.27.0 Sep 02 16:20:29.193 INFO kablam! Checking dinghy-build v0.3.5 Sep 02 16:20:54.553 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 02 16:20:54.553 INFO kablam! --> src/config.rs:190:25 Sep 02 16:20:54.553 INFO kablam! | Sep 02 16:20:54.553 INFO kablam! 190 | if let Some(home) = ::std::env::home_dir() { Sep 02 16:20:54.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 16:20:54.553 INFO kablam! | Sep 02 16:20:54.553 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 16:20:54.553 INFO kablam! Sep 02 16:20:54.553 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 02 16:20:54.554 INFO kablam! --> src/overlay.rs:11:5 Sep 02 16:20:54.554 INFO kablam! | Sep 02 16:20:54.554 INFO kablam! 11 | use std::env::home_dir; Sep 02 16:20:54.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 16:20:54.554 INFO kablam! Sep 02 16:20:54.554 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 02 16:20:54.554 INFO kablam! --> src/lib.rs:55:5 Sep 02 16:20:54.554 INFO kablam! | Sep 02 16:20:54.554 INFO kablam! 55 | use std::env::home_dir; Sep 02 16:20:54.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 16:20:54.554 INFO kablam! Sep 02 16:20:54.555 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 02 16:20:54.556 INFO kablam! --> src/overlay.rs:69:40 Sep 02 16:20:54.556 INFO kablam! | Sep 02 16:20:54.556 INFO kablam! 69 | if let Some(dinghy_home_dir) = home_dir() Sep 02 16:20:54.556 INFO kablam! | ^^^^^^^^ Sep 02 16:20:54.556 INFO kablam! Sep 02 16:20:54.556 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 02 16:20:54.556 INFO kablam! --> src/lib.rs:116:33 Sep 02 16:20:54.556 INFO kablam! | Sep 02 16:20:54.556 INFO kablam! 116 | .or(home_dir().map(|it| it.join(".dinghy").join("toolchain").join(platform_name))) Sep 02 16:20:54.557 INFO kablam! | ^^^^^^^^ Sep 02 16:20:54.557 INFO kablam! Sep 02 16:20:57.827 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 02 16:20:57.827 INFO kablam! --> src/config.rs:190:25 Sep 02 16:20:57.827 INFO kablam! | Sep 02 16:20:57.827 INFO kablam! 190 | if let Some(home) = ::std::env::home_dir() { Sep 02 16:20:57.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 16:20:57.827 INFO kablam! | Sep 02 16:20:57.828 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 16:20:57.828 INFO kablam! Sep 02 16:20:57.828 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 02 16:20:57.828 INFO kablam! --> src/overlay.rs:11:5 Sep 02 16:20:57.828 INFO kablam! | Sep 02 16:20:57.828 INFO kablam! 11 | use std::env::home_dir; Sep 02 16:20:57.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 16:20:57.828 INFO kablam! Sep 02 16:20:57.829 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 02 16:20:57.829 INFO kablam! --> src/lib.rs:55:5 Sep 02 16:20:57.829 INFO kablam! | Sep 02 16:20:57.829 INFO kablam! 55 | use std::env::home_dir; Sep 02 16:20:57.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 16:20:57.829 INFO kablam! Sep 02 16:20:57.832 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 02 16:20:57.833 INFO kablam! --> src/overlay.rs:69:40 Sep 02 16:20:57.833 INFO kablam! | Sep 02 16:20:57.833 INFO kablam! 69 | if let Some(dinghy_home_dir) = home_dir() Sep 02 16:20:57.833 INFO kablam! | ^^^^^^^^ Sep 02 16:20:57.833 INFO kablam! Sep 02 16:20:57.834 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 02 16:20:57.834 INFO kablam! --> src/lib.rs:116:33 Sep 02 16:20:57.834 INFO kablam! | Sep 02 16:20:57.834 INFO kablam! 116 | .or(home_dir().map(|it| it.join(".dinghy").join("toolchain").join(platform_name))) Sep 02 16:20:57.834 INFO kablam! | ^^^^^^^^ Sep 02 16:20:57.834 INFO kablam! Sep 02 16:21:01.144 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.90s Sep 02 16:21:01.159 INFO kablam! su: No module specific data is present Sep 02 16:21:01.671 INFO running `"docker" "rm" "-f" "64842822314e3cb55fe14a4a1039bef28a0996f81d6a1be5d25660d330da0385"` Sep 02 16:21:01.791 INFO blam! 64842822314e3cb55fe14a4a1039bef28a0996f81d6a1be5d25660d330da0385