Sep 18 01:45:15.266 INFO checking destructivator-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:45:15.266 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:45:15.266 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:45:15.506 INFO blam! 5892553a9bf71ca89d074ef952efe4f74ce94822b85e74d64429b233e2218af8 Sep 18 01:45:15.507 INFO running `"docker" "start" "-a" "5892553a9bf71ca89d074ef952efe4f74ce94822b85e74d64429b233e2218af8"` Sep 18 01:45:16.561 INFO kablam! usermod: no changes Sep 18 01:45:16.586 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 18 01:45:16.586 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 18 01:45:16.586 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 18 01:45:16.586 INFO kablam! files will be included as a test target: Sep 18 01:45:16.586 INFO kablam! Sep 18 01:45:16.586 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 18 01:45:16.586 INFO kablam! Sep 18 01:45:16.586 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 18 01:45:16.586 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 18 01:45:16.586 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 18 01:45:16.586 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 18 01:45:16.586 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 18 01:45:16.586 INFO kablam! Sep 18 01:45:16.586 INFO kablam! For more information on this warning you can consult Sep 18 01:45:16.586 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 18 01:45:16.772 INFO kablam! Compiling openssl-probe v0.1.2 Sep 18 01:45:16.776 INFO kablam! Compiling libz-sys v1.0.22 Sep 18 01:45:16.778 INFO kablam! Checking globset v0.2.1 Sep 18 01:45:16.779 INFO kablam! Checking config v0.7.1 Sep 18 01:45:17.146 INFO kablam! Compiling curl-sys v0.4.10 Sep 18 01:45:17.147 INFO kablam! Compiling libssh2-sys v0.2.11 Sep 18 01:45:17.996 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 18 01:45:18.223 INFO kablam! Checking ignore v0.3.1 Sep 18 01:45:19.046 INFO kablam! Compiling git2 v0.6.11 Sep 18 01:45:25.791 INFO kablam! Compiling destructivator v0.1.0 (/source) Sep 18 01:45:26.218 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 18 01:45:26.218 INFO kablam! --> build.rs:16:20 Sep 18 01:45:26.218 INFO kablam! | Sep 18 01:45:26.218 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 18 01:45:26.218 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:45:26.218 INFO kablam! | Sep 18 01:45:26.218 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 01:45:26.218 INFO kablam! Sep 18 01:45:28.359 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 18 01:45:28.359 INFO kablam! --> src/git.rs:59:28 Sep 18 01:45:28.359 INFO kablam! | Sep 18 01:45:28.359 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 18 01:45:28.359 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:45:28.359 INFO kablam! | Sep 18 01:45:28.359 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 01:45:28.359 INFO kablam! Sep 18 01:45:28.359 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 18 01:45:28.359 INFO kablam! --> src/git.rs:109:28 Sep 18 01:45:28.359 INFO kablam! | Sep 18 01:45:28.359 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 18 01:45:28.359 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:45:28.359 INFO kablam! Sep 18 01:45:28.443 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 18 01:45:28.443 INFO kablam! --> src/git.rs:59:28 Sep 18 01:45:28.443 INFO kablam! | Sep 18 01:45:28.443 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 18 01:45:28.443 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:45:28.443 INFO kablam! | Sep 18 01:45:28.443 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 01:45:28.443 INFO kablam! Sep 18 01:45:28.443 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 18 01:45:28.443 INFO kablam! --> src/git.rs:109:28 Sep 18 01:45:28.443 INFO kablam! | Sep 18 01:45:28.443 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 18 01:45:28.443 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:45:28.443 INFO kablam! Sep 18 01:45:30.473 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 18 01:45:30.473 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 18 01:45:30.473 INFO kablam! | Sep 18 01:45:30.473 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 18 01:45:30.473 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:45:30.473 INFO kablam! | Sep 18 01:45:30.473 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 01:45:30.473 INFO kablam! Sep 18 01:45:30.566 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.98s Sep 18 01:45:30.579 INFO kablam! su: No module specific data is present Sep 18 01:45:31.467 INFO running `"docker" "rm" "-f" "5892553a9bf71ca89d074ef952efe4f74ce94822b85e74d64429b233e2218af8"` Sep 18 01:45:31.531 INFO blam! 5892553a9bf71ca89d074ef952efe4f74ce94822b85e74d64429b233e2218af8