Nov 05 00:51:37.275 INFO checking destructivator-0.1.0 against try#e740b9aa0b624fa39feb39613e76d15bdf57e594 for pr-55655 Nov 05 00:51:37.275 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-3/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55655/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +e740b9aa0b624fa39feb39613e76d15bdf57e594-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 05 00:51:37.745 INFO blam! 6c3e53518f4187b0d0a90bc9c342b691c7c78ac2af33e9aa6489efb0b22ae01e Nov 05 00:51:37.747 INFO running `"docker" "start" "-a" "6c3e53518f4187b0d0a90bc9c342b691c7c78ac2af33e9aa6489efb0b22ae01e"` Nov 05 00:51:38.577 INFO kablam! usermod: no changes Nov 05 00:51:38.639 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 05 00:51:38.639 INFO kablam! disables Cargo from automatically inferring other test targets. Nov 05 00:51:38.639 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 05 00:51:38.639 INFO kablam! files will be included as a test target: Nov 05 00:51:38.639 INFO kablam! Nov 05 00:51:38.639 INFO kablam! * /source/tests/branch_all_new_test.rs Nov 05 00:51:38.639 INFO kablam! Nov 05 00:51:38.639 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 05 00:51:38.639 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Nov 05 00:51:38.639 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Nov 05 00:51:38.639 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 05 00:51:38.639 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 05 00:51:38.639 INFO kablam! Nov 05 00:51:38.639 INFO kablam! For more information on this warning you can consult Nov 05 00:51:38.639 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 05 00:51:38.883 INFO kablam! Compiling openssl-probe v0.1.2 Nov 05 00:51:38.887 INFO kablam! Compiling libz-sys v1.0.25 Nov 05 00:51:38.890 INFO kablam! Checking config v0.7.1 Nov 05 00:51:39.555 INFO kablam! Compiling curl-sys v0.4.13 Nov 05 00:51:39.556 INFO kablam! Compiling libssh2-sys v0.2.11 Nov 05 00:51:40.775 INFO kablam! Compiling libgit2-sys v0.6.19 Nov 05 00:51:42.131 INFO kablam! Compiling git2 v0.6.11 Nov 05 00:51:50.375 INFO kablam! Compiling destructivator v0.1.0 (/source) Nov 05 00:51:51.831 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. Nov 05 00:51:51.831 INFO kablam! --> build.rs:16:20 Nov 05 00:51:51.835 INFO kablam! | Nov 05 00:51:51.835 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Nov 05 00:51:51.835 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:51:51.835 INFO kablam! | Nov 05 00:51:51.835 INFO kablam! = note: #[warn(deprecated)] on by default Nov 05 00:51:51.835 INFO kablam! Nov 05 00:51:56.889 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. Nov 05 00:51:56.889 INFO kablam! --> src/git.rs:59:28 Nov 05 00:51:56.889 INFO kablam! | Nov 05 00:51:56.889 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 05 00:51:56.889 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:51:56.889 INFO kablam! | Nov 05 00:51:56.889 INFO kablam! = note: #[warn(deprecated)] on by default Nov 05 00:51:56.889 INFO kablam! Nov 05 00:51:56.889 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. Nov 05 00:51:56.889 INFO kablam! --> src/git.rs:109:28 Nov 05 00:51:56.889 INFO kablam! | Nov 05 00:51:56.889 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 05 00:51:56.889 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:51:56.889 INFO kablam! Nov 05 00:51:57.000 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. Nov 05 00:51:57.000 INFO kablam! --> src/git.rs:59:28 Nov 05 00:51:57.000 INFO kablam! | Nov 05 00:51:57.000 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 05 00:51:57.000 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:51:57.000 INFO kablam! | Nov 05 00:51:57.000 INFO kablam! = note: #[warn(deprecated)] on by default Nov 05 00:51:57.000 INFO kablam! Nov 05 00:51:57.000 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. Nov 05 00:51:57.000 INFO kablam! --> src/git.rs:109:28 Nov 05 00:51:57.000 INFO kablam! | Nov 05 00:51:57.000 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 05 00:51:57.000 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:51:57.000 INFO kablam! Nov 05 00:52:01.504 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. Nov 05 00:52:01.505 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Nov 05 00:52:01.505 INFO kablam! | Nov 05 00:52:01.505 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 05 00:52:01.506 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:52:01.506 INFO kablam! | Nov 05 00:52:01.506 INFO kablam! = note: #[warn(deprecated)] on by default Nov 05 00:52:01.506 INFO kablam! Nov 05 00:52:01.558 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.94s Nov 05 00:52:01.587 INFO kablam! su: No module specific data is present Nov 05 00:52:02.023 INFO running `"docker" "rm" "-f" "6c3e53518f4187b0d0a90bc9c342b691c7c78ac2af33e9aa6489efb0b22ae01e"` Nov 05 00:52:02.294 INFO blam! 6c3e53518f4187b0d0a90bc9c342b691c7c78ac2af33e9aa6489efb0b22ae01e