Sep 20 02:54:31.440 INFO checking destructivator-0.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 02:54:31.440 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 02:54:31.440 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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:31.591 INFO blam! 87fc7e5380ee4afec0f59ca7b9b19b5886b403b6924bd6e5be7f3aee4ceaadf7 Sep 20 02:54:31.593 INFO running `"docker" "start" "-a" "87fc7e5380ee4afec0f59ca7b9b19b5886b403b6924bd6e5be7f3aee4ceaadf7"` Sep 20 02:54:32.540 INFO kablam! usermod: no changes Sep 20 02:54:32.574 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 20 02:54:32.574 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 20 02:54:32.574 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 02:54:32.574 INFO kablam! files will be included as a test target: Sep 20 02:54:32.574 INFO kablam! Sep 20 02:54:32.574 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 20 02:54:32.574 INFO kablam! Sep 20 02:54:32.575 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 02:54:32.575 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 20 02:54:32.575 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 20 02:54:32.575 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 02:54:32.575 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 02:54:32.575 INFO kablam! Sep 20 02:54:32.575 INFO kablam! For more information on this warning you can consult Sep 20 02:54:32.575 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 02:54:32.745 INFO kablam! Compiling libssh2-sys v0.2.11 Sep 20 02:54:32.745 INFO kablam! Checking ignore v0.3.1 Sep 20 02:54:32.745 INFO kablam! Checking config v0.7.1 Sep 20 02:54:33.406 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 20 02:54:34.783 INFO kablam! Compiling git2 v0.6.11 Sep 20 02:54:41.743 INFO kablam! Compiling destructivator v0.1.0 (/source) Sep 20 02:54:42.403 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:42.403 INFO kablam! --> build.rs:16:20 Sep 20 02:54:42.403 INFO kablam! | Sep 20 02:54:42.403 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 20 02:54:42.403 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:54:42.403 INFO kablam! | Sep 20 02:54:42.403 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:54:42.403 INFO kablam! Sep 20 02:54:45.784 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:45.784 INFO kablam! --> src/git.rs:59:28 Sep 20 02:54:45.784 INFO kablam! | Sep 20 02:54:45.785 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 02:54:45.785 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:54:45.785 INFO kablam! | Sep 20 02:54:45.785 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:54:45.785 INFO kablam! Sep 20 02:54:45.785 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:45.785 INFO kablam! --> src/git.rs:109:28 Sep 20 02:54:45.785 INFO kablam! | Sep 20 02:54:45.785 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 02:54:45.785 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:54:45.785 INFO kablam! Sep 20 02:54:46.014 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.014 INFO kablam! --> src/git.rs:59:28 Sep 20 02:54:46.015 INFO kablam! | Sep 20 02:54:46.015 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 02:54:46.015 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:54:46.015 INFO kablam! | Sep 20 02:54:46.015 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:54:46.015 INFO kablam! Sep 20 02:54:46.015 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.015 INFO kablam! --> src/git.rs:109:28 Sep 20 02:54:46.015 INFO kablam! | Sep 20 02:54:46.015 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 02:54:46.015 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:54:46.015 INFO kablam! Sep 20 02:54:48.083 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.083 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 20 02:54:48.083 INFO kablam! | Sep 20 02:54:48.083 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 02:54:48.083 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:54:48.083 INFO kablam! | Sep 20 02:54:48.083 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:54:48.083 INFO kablam! Sep 20 02:54:48.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.59s Sep 20 02:54:48.169 INFO kablam! su: No module specific data is present Sep 20 02:54:48.875 INFO running `"docker" "rm" "-f" "87fc7e5380ee4afec0f59ca7b9b19b5886b403b6924bd6e5be7f3aee4ceaadf7"` Sep 20 02:54:48.935 INFO blam! 87fc7e5380ee4afec0f59ca7b9b19b5886b403b6924bd6e5be7f3aee4ceaadf7