Sep 01 23:01:17.995 INFO checking destructivator-0.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 23:01:17.996 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 23:01:17.996 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:01:18.157 INFO blam! 9b231b19e1c51e54731dca4312fbc88c8b01b661252a9865cb368e4e13e9b0e0 Sep 01 23:01:18.159 INFO running `"docker" "start" "-a" "9b231b19e1c51e54731dca4312fbc88c8b01b661252a9865cb368e4e13e9b0e0"` Sep 01 23:01:18.723 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 01 23:01:18.723 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 01 23:01:18.723 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 23:01:18.723 INFO kablam! files will be included as a test target: Sep 01 23:01:18.723 INFO kablam! Sep 01 23:01:18.723 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 01 23:01:18.723 INFO kablam! Sep 01 23:01:18.723 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 23:01:18.723 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 01 23:01:18.723 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 01 23:01:18.723 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 23:01:18.723 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 23:01:18.723 INFO kablam! Sep 01 23:01:18.723 INFO kablam! For more information on this warning you can consult Sep 01 23:01:18.723 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 23:01:18.866 INFO kablam! Compiling libssh2-sys v0.2.10 Sep 01 23:01:18.867 INFO kablam! Checking config v0.7.1 Sep 01 23:01:19.809 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 01 23:01:21.323 INFO kablam! Compiling git2 v0.6.11 Sep 01 23:01:30.407 INFO kablam! Compiling destructivator v0.1.0 (file:///source) Sep 01 23:01:31.376 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 01 23:01:31.376 INFO kablam! --> build.rs:16:20 Sep 01 23:01:31.376 INFO kablam! | Sep 01 23:01:31.376 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 01 23:01:31.376 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 23:01:31.376 INFO kablam! | Sep 01 23:01:31.376 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 23:01:31.376 INFO kablam! Sep 01 23:01:36.320 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 01 23:01:36.320 INFO kablam! --> src/git.rs:59:28 Sep 01 23:01:36.320 INFO kablam! | Sep 01 23:01:36.321 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 23:01:36.321 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 23:01:36.321 INFO kablam! | Sep 01 23:01:36.321 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 23:01:36.321 INFO kablam! Sep 01 23:01:36.321 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 01 23:01:36.321 INFO kablam! --> src/git.rs:109:28 Sep 01 23:01:36.321 INFO kablam! | Sep 01 23:01:36.321 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 23:01:36.321 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 23:01:36.321 INFO kablam! Sep 01 23:01:36.362 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 01 23:01:36.362 INFO kablam! --> src/git.rs:59:28 Sep 01 23:01:36.362 INFO kablam! | Sep 01 23:01:36.362 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 23:01:36.362 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 23:01:36.362 INFO kablam! | Sep 01 23:01:36.363 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 23:01:36.363 INFO kablam! Sep 01 23:01:36.363 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 01 23:01:36.363 INFO kablam! --> src/git.rs:109:28 Sep 01 23:01:36.363 INFO kablam! | Sep 01 23:01:36.363 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 23:01:36.363 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 23:01:36.363 INFO kablam! Sep 01 23:01:41.563 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 01 23:01:41.563 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 01 23:01:41.563 INFO kablam! | Sep 01 23:01:41.563 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 23:01:41.563 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 23:01:41.564 INFO kablam! | Sep 01 23:01:41.564 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 23:01:41.564 INFO kablam! Sep 01 23:01:41.762 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.04s Sep 01 23:01:41.770 INFO kablam! su: No module specific data is present Sep 01 23:01:42.415 INFO running `"docker" "rm" "-f" "9b231b19e1c51e54731dca4312fbc88c8b01b661252a9865cb368e4e13e9b0e0"` Sep 01 23:01:42.498 INFO blam! 9b231b19e1c51e54731dca4312fbc88c8b01b661252a9865cb368e4e13e9b0e0