Sep 14 17:41:06.649 INFO checking destructivator-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 17:41:06.649 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 17:41:06.649 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 17:41:06.829 INFO blam! 7f61e3da4f38eb96dd29e0b02d487d9e6bad3ad6d998754c4501f2b987b14abf Sep 14 17:41:06.830 INFO running `"docker" "start" "-a" "7f61e3da4f38eb96dd29e0b02d487d9e6bad3ad6d998754c4501f2b987b14abf"` Sep 14 17:41:07.694 INFO kablam! usermod: no changes Sep 14 17:41:07.719 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 14 17:41:07.719 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 14 17:41:07.719 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 14 17:41:07.719 INFO kablam! files will be included as a test target: Sep 14 17:41:07.719 INFO kablam! Sep 14 17:41:07.719 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 14 17:41:07.719 INFO kablam! Sep 14 17:41:07.719 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 14 17:41:07.719 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 14 17:41:07.719 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 14 17:41:07.719 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 14 17:41:07.719 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 14 17:41:07.719 INFO kablam! Sep 14 17:41:07.719 INFO kablam! For more information on this warning you can consult Sep 14 17:41:07.719 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 14 17:41:07.900 INFO kablam! Compiling libssh2-sys v0.2.11 Sep 14 17:41:07.901 INFO kablam! Checking config v0.7.1 Sep 14 17:41:08.394 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 14 17:41:09.300 INFO kablam! Compiling git2 v0.6.11 Sep 14 17:41:16.458 INFO kablam! Compiling destructivator v0.1.0 (file:///source) Sep 14 17:41:16.847 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 14 17:41:16.847 INFO kablam! --> build.rs:16:20 Sep 14 17:41:16.847 INFO kablam! | Sep 14 17:41:16.847 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 14 17:41:16.847 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 17:41:16.847 INFO kablam! | Sep 14 17:41:16.847 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 17:41:16.847 INFO kablam! Sep 14 17:41:19.178 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 14 17:41:19.187 INFO kablam! --> src/git.rs:59:28 Sep 14 17:41:19.187 INFO kablam! | Sep 14 17:41:19.187 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 14 17:41:19.187 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 17:41:19.187 INFO kablam! | Sep 14 17:41:19.187 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 17:41:19.187 INFO kablam! Sep 14 17:41:19.187 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 14 17:41:19.187 INFO kablam! --> src/git.rs:109:28 Sep 14 17:41:19.187 INFO kablam! | Sep 14 17:41:19.187 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 14 17:41:19.187 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 17:41:19.187 INFO kablam! Sep 14 17:41:19.237 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 14 17:41:19.237 INFO kablam! --> src/git.rs:59:28 Sep 14 17:41:19.237 INFO kablam! | Sep 14 17:41:19.237 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 14 17:41:19.237 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 17:41:19.237 INFO kablam! | Sep 14 17:41:19.237 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 17:41:19.237 INFO kablam! Sep 14 17:41:19.237 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 14 17:41:19.237 INFO kablam! --> src/git.rs:109:28 Sep 14 17:41:19.237 INFO kablam! | Sep 14 17:41:19.237 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 14 17:41:19.237 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 17:41:19.237 INFO kablam! Sep 14 17:41:21.263 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 14 17:41:21.263 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 14 17:41:21.263 INFO kablam! | Sep 14 17:41:21.263 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 14 17:41:21.264 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 17:41:21.264 INFO kablam! | Sep 14 17:41:21.264 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 17:41:21.264 INFO kablam! Sep 14 17:41:21.322 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.61s Sep 14 17:41:21.331 INFO kablam! su: No module specific data is present Sep 14 17:41:22.110 INFO running `"docker" "rm" "-f" "7f61e3da4f38eb96dd29e0b02d487d9e6bad3ad6d998754c4501f2b987b14abf"` Sep 14 17:41:22.185 INFO blam! 7f61e3da4f38eb96dd29e0b02d487d9e6bad3ad6d998754c4501f2b987b14abf