Aug 30 19:56:53.177 INFO checking destructivator-0.1.0 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 19:56:53.177 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 19:56:53.177 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-1/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 19:56:53.333 INFO blam! ed4b39d60762380e345f49f01c48cc776a0942f2323690f22aeae48de843531e Aug 30 19:56:53.335 INFO running `"docker" "start" "-a" "ed4b39d60762380e345f49f01c48cc776a0942f2323690f22aeae48de843531e"` Aug 30 19:56:54.078 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Aug 30 19:56:54.078 INFO kablam! disables Cargo from automatically inferring other test targets. Aug 30 19:56:54.078 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Aug 30 19:56:54.078 INFO kablam! files will be included as a test target: Aug 30 19:56:54.078 INFO kablam! Aug 30 19:56:54.078 INFO kablam! * /source/tests/branch_all_new_test.rs Aug 30 19:56:54.078 INFO kablam! Aug 30 19:56:54.078 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Aug 30 19:56:54.078 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Aug 30 19:56:54.078 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Aug 30 19:56:54.078 INFO kablam! section. You may also move the files to a location where Cargo would not Aug 30 19:56:54.078 INFO kablam! automatically infer them to be a target, such as in subfolders. Aug 30 19:56:54.078 INFO kablam! Aug 30 19:56:54.078 INFO kablam! For more information on this warning you can consult Aug 30 19:56:54.078 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Aug 30 19:56:54.228 INFO kablam! Compiling curl-sys v0.4.8 Aug 30 19:56:54.228 INFO kablam! Compiling libssh2-sys v0.2.10 Aug 30 19:56:54.231 INFO kablam! Checking ignore v0.3.1 Aug 30 19:56:54.231 INFO kablam! Checking config v0.7.1 Aug 30 19:56:55.587 INFO kablam! Compiling libgit2-sys v0.6.19 Aug 30 19:56:57.585 INFO kablam! Compiling git2 v0.6.11 Aug 30 19:57:08.414 INFO kablam! Compiling destructivator v0.1.0 (file:///source) Aug 30 19:57:09.738 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. Aug 30 19:57:09.738 INFO kablam! --> build.rs:16:20 Aug 30 19:57:09.738 INFO kablam! | Aug 30 19:57:09.738 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Aug 30 19:57:09.738 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 19:57:09.738 INFO kablam! | Aug 30 19:57:09.739 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 19:57:09.739 INFO kablam! Aug 30 19:57:13.998 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. Aug 30 19:57:13.998 INFO kablam! --> src/git.rs:59:28 Aug 30 19:57:13.998 INFO kablam! | Aug 30 19:57:13.998 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Aug 30 19:57:13.998 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 19:57:13.998 INFO kablam! | Aug 30 19:57:13.998 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 19:57:13.998 INFO kablam! Aug 30 19:57:13.998 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. Aug 30 19:57:13.998 INFO kablam! --> src/git.rs:109:28 Aug 30 19:57:13.998 INFO kablam! | Aug 30 19:57:13.998 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Aug 30 19:57:13.998 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 19:57:13.999 INFO kablam! Aug 30 19:57:14.585 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. Aug 30 19:57:14.585 INFO kablam! --> src/git.rs:59:28 Aug 30 19:57:14.585 INFO kablam! | Aug 30 19:57:14.585 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Aug 30 19:57:14.585 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 19:57:14.586 INFO kablam! | Aug 30 19:57:14.586 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 19:57:14.586 INFO kablam! Aug 30 19:57:14.586 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. Aug 30 19:57:14.586 INFO kablam! --> src/git.rs:109:28 Aug 30 19:57:14.586 INFO kablam! | Aug 30 19:57:14.586 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Aug 30 19:57:14.586 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 19:57:14.586 INFO kablam! Aug 30 19:57:19.378 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. Aug 30 19:57:19.378 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Aug 30 19:57:19.378 INFO kablam! | Aug 30 19:57:19.378 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Aug 30 19:57:19.378 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 19:57:19.378 INFO kablam! | Aug 30 19:57:19.378 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 19:57:19.378 INFO kablam! Aug 30 19:57:19.489 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.42s Aug 30 19:57:19.499 INFO kablam! su: No module specific data is present Aug 30 19:57:19.990 INFO running `"docker" "rm" "-f" "ed4b39d60762380e345f49f01c48cc776a0942f2323690f22aeae48de843531e"` Aug 30 19:57:20.108 INFO blam! ed4b39d60762380e345f49f01c48cc776a0942f2323690f22aeae48de843531e