Nov 29 02:31:50.563 INFO checking destructivator-0.1.0 against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 29 02:31:50.563 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-2/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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 29 02:31:50.776 INFO [stdout] 6173903c8acc455ede990fcc066631b1caf1d662808fa5c8eb6cedc2c85e827b Nov 29 02:31:50.782 INFO running `"docker" "start" "-a" "6173903c8acc455ede990fcc066631b1caf1d662808fa5c8eb6cedc2c85e827b"` Nov 29 02:31:51.324 INFO [stderr] usermod: no changes Nov 29 02:31:51.366 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 29 02:31:51.366 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 29 02:31:51.366 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 29 02:31:51.366 INFO [stderr] files will be included as a test target: Nov 29 02:31:51.366 INFO [stderr] Nov 29 02:31:51.366 INFO [stderr] * /source/tests/branch_all_new_test.rs Nov 29 02:31:51.366 INFO [stderr] Nov 29 02:31:51.366 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 29 02:31:51.366 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 29 02:31:51.366 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 29 02:31:51.366 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 29 02:31:51.366 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 29 02:31:51.366 INFO [stderr] Nov 29 02:31:51.366 INFO [stderr] For more information on this warning you can consult Nov 29 02:31:51.366 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 29 02:31:51.584 INFO [stderr] Compiling libgit2-sys v0.6.19 Nov 29 02:31:51.590 INFO [stderr] Checking globset v0.2.1 Nov 29 02:31:51.592 INFO [stderr] Checking config v0.7.1 Nov 29 02:31:54.056 INFO [stderr] Compiling git2 v0.6.11 Nov 29 02:31:55.167 INFO [stderr] Checking ignore v0.3.1 Nov 29 02:32:02.848 INFO [stderr] Compiling destructivator v0.1.0 (/source) Nov 29 02:32:04.219 INFO [stderr] 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 29 02:32:04.219 INFO [stderr] --> build.rs:16:20 Nov 29 02:32:04.219 INFO [stderr] | Nov 29 02:32:04.219 INFO [stderr] 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Nov 29 02:32:04.219 INFO [stderr] | ^^^^^^^^^^^^^ Nov 29 02:32:04.219 INFO [stderr] | Nov 29 02:32:04.219 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 29 02:32:04.219 INFO [stderr] Nov 29 02:32:09.588 INFO [stderr] 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 29 02:32:09.588 INFO [stderr] --> src/git.rs:59:28 Nov 29 02:32:09.588 INFO [stderr] | Nov 29 02:32:09.588 INFO [stderr] 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 29 02:32:09.588 INFO [stderr] | ^^^^^^^^^^^^^ Nov 29 02:32:09.588 INFO [stderr] | Nov 29 02:32:09.588 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 29 02:32:09.588 INFO [stderr] Nov 29 02:32:09.588 INFO [stderr] 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 29 02:32:09.588 INFO [stderr] --> src/git.rs:109:28 Nov 29 02:32:09.588 INFO [stderr] | Nov 29 02:32:09.588 INFO [stderr] 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 29 02:32:09.588 INFO [stderr] | ^^^^^^^^^^^^^ Nov 29 02:32:09.588 INFO [stderr] Nov 29 02:32:09.864 INFO [stderr] 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 29 02:32:09.864 INFO [stderr] --> src/git.rs:59:28 Nov 29 02:32:09.864 INFO [stderr] | Nov 29 02:32:09.864 INFO [stderr] 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 29 02:32:09.864 INFO [stderr] | ^^^^^^^^^^^^^ Nov 29 02:32:09.868 INFO [stderr] | Nov 29 02:32:09.868 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 29 02:32:09.868 INFO [stderr] Nov 29 02:32:09.868 INFO [stderr] 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 29 02:32:09.868 INFO [stderr] --> src/git.rs:109:28 Nov 29 02:32:09.868 INFO [stderr] | Nov 29 02:32:09.868 INFO [stderr] 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 29 02:32:09.868 INFO [stderr] | ^^^^^^^^^^^^^ Nov 29 02:32:09.868 INFO [stderr] Nov 29 02:32:15.184 INFO [stderr] 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 29 02:32:15.184 INFO [stderr] --> tests/branch_all_new_test.rs:6:20 Nov 29 02:32:15.184 INFO [stderr] | Nov 29 02:32:15.184 INFO [stderr] 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 29 02:32:15.184 INFO [stderr] | ^^^^^^^^^^^^^ Nov 29 02:32:15.184 INFO [stderr] | Nov 29 02:32:15.184 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 29 02:32:15.184 INFO [stderr] Nov 29 02:32:15.272 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.92s Nov 29 02:32:15.282 INFO [stderr] su: No module specific data is present Nov 29 02:32:15.710 INFO running `"docker" "inspect" "6173903c8acc455ede990fcc066631b1caf1d662808fa5c8eb6cedc2c85e827b"` Nov 29 02:32:15.870 INFO running `"docker" "rm" "-f" "6173903c8acc455ede990fcc066631b1caf1d662808fa5c8eb6cedc2c85e827b"` Nov 29 02:32:16.166 INFO [stdout] 6173903c8acc455ede990fcc066631b1caf1d662808fa5c8eb6cedc2c85e827b