Sep 04 19:57:01.241 INFO checking destructivator-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 19:57:01.241 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 19:57:01.241 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 19:57:01.411 INFO blam! 0543f1823625d61362a7d06fff89bd1991d2fb424774c260d5c7b2890f9410e1 Sep 04 19:57:01.411 INFO running `"docker" "start" "-a" "0543f1823625d61362a7d06fff89bd1991d2fb424774c260d5c7b2890f9410e1"` Sep 04 19:57:01.961 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 04 19:57:01.961 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 04 19:57:01.961 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 19:57:01.961 INFO kablam! files will be included as a test target: Sep 04 19:57:01.961 INFO kablam! Sep 04 19:57:01.961 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 04 19:57:01.961 INFO kablam! Sep 04 19:57:01.961 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 19:57:01.961 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 04 19:57:01.961 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 04 19:57:01.961 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 19:57:01.961 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 19:57:01.961 INFO kablam! Sep 04 19:57:01.961 INFO kablam! For more information on this warning you can consult Sep 04 19:57:01.962 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 19:57:02.091 INFO kablam! Compiling libssh2-sys v0.2.10 Sep 04 19:57:02.092 INFO kablam! Checking config v0.7.1 Sep 04 19:57:02.818 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 04 19:57:04.030 INFO kablam! Compiling git2 v0.6.11 Sep 04 19:57:15.464 INFO kablam! Compiling destructivator v0.1.0 (file:///source) Sep 04 19:57:16.516 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 04 19:57:16.516 INFO kablam! --> build.rs:16:20 Sep 04 19:57:16.516 INFO kablam! | Sep 04 19:57:16.516 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 04 19:57:16.516 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 19:57:16.516 INFO kablam! | Sep 04 19:57:16.516 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:57:16.517 INFO kablam! Sep 04 19:57:20.556 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 04 19:57:20.556 INFO kablam! --> src/git.rs:59:28 Sep 04 19:57:20.556 INFO kablam! | Sep 04 19:57:20.556 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 04 19:57:20.556 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 19:57:20.556 INFO kablam! | Sep 04 19:57:20.556 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:57:20.556 INFO kablam! Sep 04 19:57:20.557 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 04 19:57:20.557 INFO kablam! --> src/git.rs:109:28 Sep 04 19:57:20.557 INFO kablam! | Sep 04 19:57:20.557 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 04 19:57:20.557 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 19:57:20.557 INFO kablam! Sep 04 19:57:21.745 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 04 19:57:21.745 INFO kablam! --> src/git.rs:59:28 Sep 04 19:57:21.745 INFO kablam! | Sep 04 19:57:21.745 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 04 19:57:21.745 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 19:57:21.745 INFO kablam! | Sep 04 19:57:21.745 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:57:21.745 INFO kablam! Sep 04 19:57:21.745 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 04 19:57:21.745 INFO kablam! --> src/git.rs:109:28 Sep 04 19:57:21.745 INFO kablam! | Sep 04 19:57:21.745 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 04 19:57:21.745 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 19:57:21.745 INFO kablam! Sep 04 19:57:26.655 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 04 19:57:26.655 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 04 19:57:26.655 INFO kablam! | Sep 04 19:57:26.655 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 04 19:57:26.655 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 19:57:26.655 INFO kablam! | Sep 04 19:57:26.655 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:57:26.655 INFO kablam! Sep 04 19:57:26.737 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.78s Sep 04 19:57:26.752 INFO kablam! su: No module specific data is present Sep 04 19:57:27.146 INFO running `"docker" "rm" "-f" "0543f1823625d61362a7d06fff89bd1991d2fb424774c260d5c7b2890f9410e1"` Sep 04 19:57:27.237 INFO blam! 0543f1823625d61362a7d06fff89bd1991d2fb424774c260d5c7b2890f9410e1