Sep 01 06:33:06.765 INFO checking destructivator-0.1.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 06:33:06.765 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 06:33:06.765 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:33:06.961 INFO blam! fd73dd50c4b5136e19d6de469e620133e2671c8c353fca323364265cb14f0019 Sep 01 06:33:06.963 INFO running `"docker" "start" "-a" "fd73dd50c4b5136e19d6de469e620133e2671c8c353fca323364265cb14f0019"` Sep 01 06:33:07.522 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 01 06:33:07.522 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 01 06:33:07.522 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 06:33:07.522 INFO kablam! files will be included as a test target: Sep 01 06:33:07.522 INFO kablam! Sep 01 06:33:07.523 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 01 06:33:07.523 INFO kablam! Sep 01 06:33:07.523 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 06:33:07.523 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 01 06:33:07.523 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 01 06:33:07.523 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 06:33:07.523 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 06:33:07.523 INFO kablam! Sep 01 06:33:07.523 INFO kablam! For more information on this warning you can consult Sep 01 06:33:07.523 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 06:33:07.730 INFO kablam! Compiling libssh2-sys v0.2.10 Sep 01 06:33:07.731 INFO kablam! Checking globset v0.2.1 Sep 01 06:33:07.731 INFO kablam! Checking config v0.7.1 Sep 01 06:33:08.820 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 01 06:33:10.423 INFO kablam! Checking ignore v0.3.1 Sep 01 06:33:10.721 INFO kablam! Compiling git2 v0.6.11 Sep 01 06:33:21.983 INFO kablam! Compiling destructivator v0.1.0 (file:///source) Sep 01 06:33:23.094 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 01 06:33:23.094 INFO kablam! --> build.rs:16:20 Sep 01 06:33:23.094 INFO kablam! | Sep 01 06:33:23.094 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 01 06:33:23.094 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:33:23.095 INFO kablam! | Sep 01 06:33:23.095 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 06:33:23.095 INFO kablam! Sep 01 06:33:27.983 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 01 06:33:27.983 INFO kablam! --> src/git.rs:59:28 Sep 01 06:33:27.983 INFO kablam! | Sep 01 06:33:27.983 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 06:33:27.983 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:33:27.983 INFO kablam! | Sep 01 06:33:27.983 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 06:33:27.983 INFO kablam! Sep 01 06:33:27.984 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 01 06:33:27.984 INFO kablam! --> src/git.rs:109:28 Sep 01 06:33:27.984 INFO kablam! | Sep 01 06:33:27.984 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 06:33:27.984 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:33:27.984 INFO kablam! Sep 01 06:33:28.029 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 01 06:33:28.029 INFO kablam! --> src/git.rs:59:28 Sep 01 06:33:28.029 INFO kablam! | Sep 01 06:33:28.029 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 06:33:28.029 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:33:28.029 INFO kablam! | Sep 01 06:33:28.029 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 06:33:28.029 INFO kablam! Sep 01 06:33:28.029 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 01 06:33:28.029 INFO kablam! --> src/git.rs:109:28 Sep 01 06:33:28.029 INFO kablam! | Sep 01 06:33:28.029 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 06:33:28.029 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:33:28.029 INFO kablam! Sep 01 06:33:33.372 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 01 06:33:33.373 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 01 06:33:33.373 INFO kablam! | Sep 01 06:33:33.373 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 01 06:33:33.373 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:33:33.373 INFO kablam! | Sep 01 06:33:33.373 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 06:33:33.373 INFO kablam! Sep 01 06:33:33.462 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.95s Sep 01 06:33:33.471 INFO kablam! su: No module specific data is present Sep 01 06:33:33.962 INFO running `"docker" "rm" "-f" "fd73dd50c4b5136e19d6de469e620133e2671c8c353fca323364265cb14f0019"` Sep 01 06:33:34.069 INFO blam! fd73dd50c4b5136e19d6de469e620133e2671c8c353fca323364265cb14f0019