Sep 02 16:36:29.274 INFO checking destructivator-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 16:36:29.274 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 16:36:29.274 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:36:29.470 INFO blam! b71c81386142b407dfac4304196df488aba8b09ad697048d6932f5b5ac5ba1bd Sep 02 16:36:29.472 INFO running `"docker" "start" "-a" "b71c81386142b407dfac4304196df488aba8b09ad697048d6932f5b5ac5ba1bd"` Sep 02 16:36:30.167 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 02 16:36:30.167 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 02 16:36:30.167 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 02 16:36:30.167 INFO kablam! files will be included as a test target: Sep 02 16:36:30.167 INFO kablam! Sep 02 16:36:30.167 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 02 16:36:30.167 INFO kablam! Sep 02 16:36:30.167 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 02 16:36:30.167 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 02 16:36:30.167 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 02 16:36:30.167 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 02 16:36:30.167 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 02 16:36:30.167 INFO kablam! Sep 02 16:36:30.167 INFO kablam! For more information on this warning you can consult Sep 02 16:36:30.167 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 02 16:36:30.335 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 02 16:36:30.336 INFO kablam! Checking ignore v0.3.1 Sep 02 16:36:30.337 INFO kablam! Checking config v0.7.1 Sep 02 16:36:31.741 INFO kablam! Compiling git2 v0.6.11 Sep 02 16:36:42.071 INFO kablam! Compiling destructivator v0.1.0 (file:///source) Sep 02 16:36:43.659 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:36:43.659 INFO kablam! --> build.rs:16:20 Sep 02 16:36:43.659 INFO kablam! | Sep 02 16:36:43.659 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 02 16:36:43.659 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 16:36:43.659 INFO kablam! | Sep 02 16:36:43.659 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 16:36:43.659 INFO kablam! Sep 02 16:36:47.968 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:36:47.968 INFO kablam! --> src/git.rs:59:28 Sep 02 16:36:47.968 INFO kablam! | Sep 02 16:36:47.968 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 02 16:36:47.968 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 16:36:47.968 INFO kablam! | Sep 02 16:36:47.968 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 16:36:47.968 INFO kablam! Sep 02 16:36:47.968 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:36:47.968 INFO kablam! --> src/git.rs:109:28 Sep 02 16:36:47.968 INFO kablam! | Sep 02 16:36:47.968 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 02 16:36:47.968 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 16:36:47.968 INFO kablam! Sep 02 16:36:48.532 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:36:48.532 INFO kablam! --> src/git.rs:59:28 Sep 02 16:36:48.532 INFO kablam! | Sep 02 16:36:48.532 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 02 16:36:48.532 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 16:36:48.532 INFO kablam! | Sep 02 16:36:48.532 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 16:36:48.533 INFO kablam! Sep 02 16:36:48.533 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:36:48.533 INFO kablam! --> src/git.rs:109:28 Sep 02 16:36:48.533 INFO kablam! | Sep 02 16:36:48.533 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 02 16:36:48.534 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 16:36:48.534 INFO kablam! Sep 02 16:36:53.441 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:36:53.441 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 02 16:36:53.441 INFO kablam! | Sep 02 16:36:53.441 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 02 16:36:53.441 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 16:36:53.441 INFO kablam! | Sep 02 16:36:53.441 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 16:36:53.441 INFO kablam! Sep 02 16:36:53.529 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.37s Sep 02 16:36:53.539 INFO kablam! su: No module specific data is present Sep 02 16:36:54.028 INFO running `"docker" "rm" "-f" "b71c81386142b407dfac4304196df488aba8b09ad697048d6932f5b5ac5ba1bd"` Sep 02 16:36:54.153 INFO blam! b71c81386142b407dfac4304196df488aba8b09ad697048d6932f5b5ac5ba1bd