Sep 20 02:54:32.179 INFO checking destructivator-0.1.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 02:54:32.179 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 02:54:32.179 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 02:54:32.325 INFO blam! 3272927f55a65367104fb5f3082187614175aab8d1b11fb9fa9093b7d76b8c4e Sep 20 02:54:32.327 INFO running `"docker" "start" "-a" "3272927f55a65367104fb5f3082187614175aab8d1b11fb9fa9093b7d76b8c4e"` Sep 20 02:54:33.184 INFO kablam! usermod: no changes Sep 20 02:54:33.219 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 20 02:54:33.219 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 20 02:54:33.219 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 02:54:33.219 INFO kablam! files will be included as a test target: Sep 20 02:54:33.219 INFO kablam! Sep 20 02:54:33.219 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 20 02:54:33.219 INFO kablam! Sep 20 02:54:33.219 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 02:54:33.219 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 20 02:54:33.219 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 20 02:54:33.219 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 02:54:33.219 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 02:54:33.219 INFO kablam! Sep 20 02:54:33.219 INFO kablam! For more information on this warning you can consult Sep 20 02:54:33.219 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 02:54:33.440 INFO kablam! Compiling libssh2-sys v0.2.11 Sep 20 02:54:33.440 INFO kablam! Checking globset v0.2.1 Sep 20 02:54:33.440 INFO kablam! Checking config v0.7.1 Sep 20 02:54:34.159 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 20 02:54:35.242 INFO kablam! Checking ignore v0.3.1 Sep 20 02:54:35.283 INFO kablam! Compiling git2 v0.6.11 Sep 20 02:54:42.727 INFO kablam! Compiling destructivator v0.1.0 (/source) Sep 20 02:54:43.411 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 02:54:43.411 INFO kablam! --> build.rs:16:20 Sep 20 02:54:43.411 INFO kablam! | Sep 20 02:54:43.411 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 20 02:54:43.411 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:54:43.411 INFO kablam! | Sep 20 02:54:43.411 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:54:43.411 INFO kablam! Sep 20 02:54:46.691 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 02:54:46.691 INFO kablam! --> src/git.rs:59:28 Sep 20 02:54:46.691 INFO kablam! | Sep 20 02:54:46.691 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 02:54:46.691 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:54:46.691 INFO kablam! | Sep 20 02:54:46.691 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:54:46.691 INFO kablam! Sep 20 02:54:46.691 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 02:54:46.691 INFO kablam! --> src/git.rs:109:28 Sep 20 02:54:46.691 INFO kablam! | Sep 20 02:54:46.691 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 02:54:46.691 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:54:46.691 INFO kablam! Sep 20 02:54:46.695 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 02:54:46.695 INFO kablam! --> src/git.rs:59:28 Sep 20 02:54:46.695 INFO kablam! | Sep 20 02:54:46.695 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 02:54:46.695 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:54:46.695 INFO kablam! | Sep 20 02:54:46.695 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:54:46.695 INFO kablam! Sep 20 02:54:46.695 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 02:54:46.695 INFO kablam! --> src/git.rs:109:28 Sep 20 02:54:46.695 INFO kablam! | Sep 20 02:54:46.695 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 02:54:46.695 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:54:46.695 INFO kablam! Sep 20 02:54:48.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 20 02:54:48.956 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 20 02:54:48.956 INFO kablam! | Sep 20 02:54:48.956 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 02:54:48.956 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:54:48.956 INFO kablam! | Sep 20 02:54:48.956 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:54:48.956 INFO kablam! Sep 20 02:54:49.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.80s Sep 20 02:54:49.011 INFO kablam! su: No module specific data is present Sep 20 02:54:49.503 INFO running `"docker" "rm" "-f" "3272927f55a65367104fb5f3082187614175aab8d1b11fb9fa9093b7d76b8c4e"` Sep 20 02:54:49.564 INFO blam! 3272927f55a65367104fb5f3082187614175aab8d1b11fb9fa9093b7d76b8c4e