Sep 21 11:26:21.691 INFO checking destructivator-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 11:26:21.691 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 11:26:21.691 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:26:21.838 INFO blam! dc1b90b0da6d5dfa59d4776a74209fde76a32ca17b004e24c47d44d1b4e716bb Sep 21 11:26:21.839 INFO running `"docker" "start" "-a" "dc1b90b0da6d5dfa59d4776a74209fde76a32ca17b004e24c47d44d1b4e716bb"` Sep 21 11:26:22.444 INFO kablam! usermod: no changes Sep 21 11:26:22.468 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 21 11:26:22.468 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 21 11:26:22.468 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 11:26:22.468 INFO kablam! files will be included as a test target: Sep 21 11:26:22.468 INFO kablam! Sep 21 11:26:22.468 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 21 11:26:22.468 INFO kablam! Sep 21 11:26:22.468 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 11:26:22.468 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 21 11:26:22.468 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 21 11:26:22.468 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 11:26:22.468 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 11:26:22.468 INFO kablam! Sep 21 11:26:22.468 INFO kablam! For more information on this warning you can consult Sep 21 11:26:22.468 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 11:26:22.594 INFO kablam! Compiling libssh2-sys v0.2.11 Sep 21 11:26:22.595 INFO kablam! Checking ignore v0.3.1 Sep 21 11:26:22.595 INFO kablam! Checking config v0.7.1 Sep 21 11:26:23.096 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 21 11:26:23.781 INFO kablam! Compiling git2 v0.6.11 Sep 21 11:26:29.898 INFO kablam! Compiling destructivator v0.1.0 (/source) Sep 21 11:26:30.322 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 21 11:26:30.322 INFO kablam! --> build.rs:16:20 Sep 21 11:26:30.322 INFO kablam! | Sep 21 11:26:30.322 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 21 11:26:30.322 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:26:30.322 INFO kablam! | Sep 21 11:26:30.322 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:26:30.322 INFO kablam! Sep 21 11:26:33.026 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 21 11:26:33.026 INFO kablam! --> src/git.rs:59:28 Sep 21 11:26:33.026 INFO kablam! | Sep 21 11:26:33.026 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 21 11:26:33.026 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:26:33.026 INFO kablam! | Sep 21 11:26:33.026 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:26:33.026 INFO kablam! Sep 21 11:26:33.026 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 21 11:26:33.026 INFO kablam! --> src/git.rs:109:28 Sep 21 11:26:33.026 INFO kablam! | Sep 21 11:26:33.026 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 21 11:26:33.026 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:26:33.026 INFO kablam! Sep 21 11:26:33.128 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 21 11:26:33.128 INFO kablam! --> src/git.rs:59:28 Sep 21 11:26:33.128 INFO kablam! | Sep 21 11:26:33.128 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 21 11:26:33.128 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:26:33.128 INFO kablam! | Sep 21 11:26:33.128 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:26:33.128 INFO kablam! Sep 21 11:26:33.128 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 21 11:26:33.128 INFO kablam! --> src/git.rs:109:28 Sep 21 11:26:33.128 INFO kablam! | Sep 21 11:26:33.128 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 21 11:26:33.128 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:26:33.128 INFO kablam! Sep 21 11:26:34.841 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 21 11:26:34.841 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 21 11:26:34.841 INFO kablam! | Sep 21 11:26:34.841 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 21 11:26:34.841 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:26:34.841 INFO kablam! | Sep 21 11:26:34.841 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:26:34.841 INFO kablam! Sep 21 11:26:35.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.54s Sep 21 11:26:35.012 INFO kablam! su: No module specific data is present Sep 21 11:26:35.623 INFO running `"docker" "rm" "-f" "dc1b90b0da6d5dfa59d4776a74209fde76a32ca17b004e24c47d44d1b4e716bb"` Sep 21 11:26:35.702 INFO blam! dc1b90b0da6d5dfa59d4776a74209fde76a32ca17b004e24c47d44d1b4e716bb