Nov 01 23:58:29.420 INFO checking destructivator-0.1.0 against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Nov 01 23:58:29.420 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 01 23:58:29.576 INFO blam! 0588214255dc9e38ba2324c7b63c63d8dce264568b01a091f6aa8c39f9f2a5f3 Nov 01 23:58:29.581 INFO running `"docker" "start" "-a" "0588214255dc9e38ba2324c7b63c63d8dce264568b01a091f6aa8c39f9f2a5f3"` Nov 01 23:58:30.956 INFO kablam! usermod: no changes Nov 01 23:58:30.989 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 01 23:58:30.989 INFO kablam! disables Cargo from automatically inferring other test targets. Nov 01 23:58:30.989 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 01 23:58:30.989 INFO kablam! files will be included as a test target: Nov 01 23:58:30.989 INFO kablam! Nov 01 23:58:30.989 INFO kablam! * /source/tests/branch_all_new_test.rs Nov 01 23:58:30.989 INFO kablam! Nov 01 23:58:30.989 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 01 23:58:30.989 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Nov 01 23:58:30.989 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Nov 01 23:58:30.989 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 01 23:58:30.989 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 01 23:58:30.989 INFO kablam! Nov 01 23:58:30.989 INFO kablam! For more information on this warning you can consult Nov 01 23:58:30.989 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 01 23:58:31.202 INFO kablam! Compiling destructivator v0.1.0 (/source) Nov 01 23:58:31.202 INFO kablam! Checking ignore v0.3.1 Nov 01 23:58:31.202 INFO kablam! Checking config v0.7.1 Nov 01 23:58:34.212 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 01 23:58:34.212 INFO kablam! --> build.rs:16:20 Nov 01 23:58:34.212 INFO kablam! | Nov 01 23:58:34.212 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Nov 01 23:58:34.212 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:58:34.233 INFO kablam! | Nov 01 23:58:34.233 INFO kablam! = note: #[warn(deprecated)] on by default Nov 01 23:58:34.233 INFO kablam! Nov 01 23:58:40.733 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 01 23:58:40.734 INFO kablam! --> src/git.rs:59:28 Nov 01 23:58:40.734 INFO kablam! | Nov 01 23:58:40.734 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 01 23:58:40.734 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:58:40.734 INFO kablam! | Nov 01 23:58:40.734 INFO kablam! = note: #[warn(deprecated)] on by default Nov 01 23:58:40.734 INFO kablam! Nov 01 23:58:40.736 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 01 23:58:40.740 INFO kablam! --> src/git.rs:109:28 Nov 01 23:58:40.740 INFO kablam! | Nov 01 23:58:40.741 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 01 23:58:40.741 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:58:40.741 INFO kablam! Nov 01 23:58:40.965 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 01 23:58:40.969 INFO kablam! --> src/git.rs:59:28 Nov 01 23:58:40.969 INFO kablam! | Nov 01 23:58:40.969 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 01 23:58:40.970 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:58:40.972 INFO kablam! | Nov 01 23:58:40.973 INFO kablam! = note: #[warn(deprecated)] on by default Nov 01 23:58:40.973 INFO kablam! Nov 01 23:58:40.973 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 01 23:58:40.973 INFO kablam! --> src/git.rs:109:28 Nov 01 23:58:40.974 INFO kablam! | Nov 01 23:58:40.974 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 01 23:58:40.974 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:58:40.974 INFO kablam! Nov 01 23:58:46.121 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 01 23:58:46.121 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Nov 01 23:58:46.121 INFO kablam! | Nov 01 23:58:46.121 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 01 23:58:46.121 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:58:46.121 INFO kablam! | Nov 01 23:58:46.121 INFO kablam! = note: #[warn(deprecated)] on by default Nov 01 23:58:46.121 INFO kablam! Nov 01 23:58:46.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.37s Nov 01 23:58:46.380 INFO kablam! su: No module specific data is present Nov 01 23:58:47.254 INFO running `"docker" "rm" "-f" "0588214255dc9e38ba2324c7b63c63d8dce264568b01a091f6aa8c39f9f2a5f3"` Nov 01 23:58:47.548 INFO blam! 0588214255dc9e38ba2324c7b63c63d8dce264568b01a091f6aa8c39f9f2a5f3