Sep 20 04:36:15.028 INFO checking destructivator-0.1.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 04:36:15.028 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 04:36:15.028 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:36:15.235 INFO blam! 0ca180cf6b5e3b04571ad4c82408109f024bf6f7859d14a50903c1c90dcdea08 Sep 20 04:36:15.237 INFO running `"docker" "start" "-a" "0ca180cf6b5e3b04571ad4c82408109f024bf6f7859d14a50903c1c90dcdea08"` Sep 20 04:36:16.225 INFO kablam! usermod: no changes Sep 20 04:36:16.254 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 20 04:36:16.254 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 20 04:36:16.254 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 04:36:16.254 INFO kablam! files will be included as a test target: Sep 20 04:36:16.254 INFO kablam! Sep 20 04:36:16.254 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 20 04:36:16.254 INFO kablam! Sep 20 04:36:16.254 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 04:36:16.254 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 20 04:36:16.254 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 20 04:36:16.254 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 04:36:16.254 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 04:36:16.254 INFO kablam! Sep 20 04:36:16.254 INFO kablam! For more information on this warning you can consult Sep 20 04:36:16.254 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 04:36:16.441 INFO kablam! Compiling openssl-probe v0.1.2 Sep 20 04:36:16.444 INFO kablam! Compiling libz-sys v1.0.22 Sep 20 04:36:16.445 INFO kablam! Checking config v0.7.1 Sep 20 04:36:16.867 INFO kablam! Compiling libssh2-sys v0.2.11 Sep 20 04:36:16.867 INFO kablam! Compiling curl-sys v0.4.11 Sep 20 04:36:17.780 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 20 04:36:18.858 INFO kablam! Compiling git2 v0.6.11 Sep 20 04:36:25.025 INFO kablam! Compiling destructivator v0.1.0 (/source) Sep 20 04:36:25.607 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 20 04:36:25.607 INFO kablam! --> build.rs:16:20 Sep 20 04:36:25.607 INFO kablam! | Sep 20 04:36:25.607 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 20 04:36:25.607 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:36:25.607 INFO kablam! | Sep 20 04:36:25.607 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:36:25.607 INFO kablam! Sep 20 04:36:28.234 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 20 04:36:28.234 INFO kablam! --> src/git.rs:59:28 Sep 20 04:36:28.234 INFO kablam! | Sep 20 04:36:28.234 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 04:36:28.234 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:36:28.234 INFO kablam! | Sep 20 04:36:28.234 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:36:28.234 INFO kablam! Sep 20 04:36:28.234 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 20 04:36:28.234 INFO kablam! --> src/git.rs:109:28 Sep 20 04:36:28.234 INFO kablam! | Sep 20 04:36:28.234 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 04:36:28.234 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:36:28.234 INFO kablam! Sep 20 04:36:28.286 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 20 04:36:28.286 INFO kablam! --> src/git.rs:59:28 Sep 20 04:36:28.286 INFO kablam! | Sep 20 04:36:28.286 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 04:36:28.286 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:36:28.286 INFO kablam! | Sep 20 04:36:28.286 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:36:28.286 INFO kablam! Sep 20 04:36:28.286 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 20 04:36:28.286 INFO kablam! --> src/git.rs:109:28 Sep 20 04:36:28.286 INFO kablam! | Sep 20 04:36:28.286 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 04:36:28.286 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:36:28.286 INFO kablam! Sep 20 04:36:30.961 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 20 04:36:30.961 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 20 04:36:30.961 INFO kablam! | Sep 20 04:36:30.961 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 04:36:30.961 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:36:30.961 INFO kablam! | Sep 20 04:36:30.961 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:36:30.961 INFO kablam! Sep 20 04:36:31.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.77s Sep 20 04:36:31.025 INFO kablam! su: No module specific data is present Sep 20 04:36:31.444 INFO running `"docker" "rm" "-f" "0ca180cf6b5e3b04571ad4c82408109f024bf6f7859d14a50903c1c90dcdea08"` Sep 20 04:36:31.501 INFO blam! 0ca180cf6b5e3b04571ad4c82408109f024bf6f7859d14a50903c1c90dcdea08