Sep 01 06:33:06.614 INFO checking destructivator-0.1.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 06:33:06.614 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 06:33:06.614 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:33:06.781 INFO blam! c081a73344f633a270a56bc23346b0fd9035e09088ca4a34ca7348a6e4802357 Sep 01 06:33:06.783 INFO running `"docker" "start" "-a" "c081a73344f633a270a56bc23346b0fd9035e09088ca4a34ca7348a6e4802357"` Sep 01 06:33:07.359 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 01 06:33:07.359 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 01 06:33:07.359 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 06:33:07.359 INFO kablam! files will be included as a test target: Sep 01 06:33:07.359 INFO kablam! Sep 01 06:33:07.359 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 01 06:33:07.359 INFO kablam! Sep 01 06:33:07.359 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 06:33:07.359 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 01 06:33:07.359 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 01 06:33:07.359 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 06:33:07.359 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 06:33:07.359 INFO kablam! Sep 01 06:33:07.359 INFO kablam! For more information on this warning you can consult Sep 01 06:33:07.359 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 06:33:07.486 INFO kablam! Compiling libssh2-sys v0.2.10 Sep 01 06:33:07.487 INFO kablam! Checking globset v0.2.1 Sep 01 06:33:07.488 INFO kablam! Checking config v0.7.1 Sep 01 06:33:08.404 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 01 06:33:10.142 INFO kablam! Checking ignore v0.3.1 Sep 01 06:33:10.267 INFO kablam! Compiling git2 v0.6.11 Sep 01 06:33:22.039 INFO kablam! Compiling destructivator v0.1.0 (file:///source) Sep 01 06:33:23.004 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 06:33:23.004 INFO kablam! --> build.rs:16:20 Sep 01 06:33:23.004 INFO kablam! | Sep 01 06:33:23.004 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 01 06:33:23.004 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:33:23.004 INFO kablam! | Sep 01 06:33:23.004 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 06:33:23.004 INFO kablam! Sep 01 06:33:27.956 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 06:33:27.956 INFO kablam! --> src/git.rs:59:28 Sep 01 06:33:27.956 INFO kablam! | Sep 01 06:33:27.956 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 06:33:27.956 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:33:27.956 INFO kablam! | Sep 01 06:33:27.956 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 06:33:27.956 INFO kablam! Sep 01 06:33:27.956 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 06:33:27.956 INFO kablam! --> src/git.rs:109:28 Sep 01 06:33:27.956 INFO kablam! | Sep 01 06:33:27.956 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 06:33:27.956 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:33:27.956 INFO kablam! Sep 01 06:33:28.071 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 06:33:28.071 INFO kablam! --> src/git.rs:59:28 Sep 01 06:33:28.071 INFO kablam! | Sep 01 06:33:28.071 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 06:33:28.071 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:33:28.071 INFO kablam! | Sep 01 06:33:28.071 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 06:33:28.071 INFO kablam! Sep 01 06:33:28.071 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 06:33:28.072 INFO kablam! --> src/git.rs:109:28 Sep 01 06:33:28.072 INFO kablam! | Sep 01 06:33:28.072 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 06:33:28.072 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:33:28.072 INFO kablam! Sep 01 06:33:33.038 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 06:33:33.038 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 01 06:33:33.038 INFO kablam! | Sep 01 06:33:33.038 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 06:33:33.038 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:33:33.038 INFO kablam! | Sep 01 06:33:33.038 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 06:33:33.038 INFO kablam! Sep 01 06:33:33.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.89s Sep 01 06:33:33.255 INFO kablam! su: No module specific data is present Sep 01 06:33:33.723 INFO running `"docker" "rm" "-f" "c081a73344f633a270a56bc23346b0fd9035e09088ca4a34ca7348a6e4802357"` Sep 01 06:33:33.851 INFO blam! c081a73344f633a270a56bc23346b0fd9035e09088ca4a34ca7348a6e4802357