Aug 11 16:22:44.749 INFO checking destructivator-0.1.0 against try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy for libc-1 Aug 11 16:22:44.749 INFO running: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 16:22:44.749 INFO creating container for: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 16:22:44.749 INFO running `"docker" "create" "-v" "/tmp/crater.GbK6HIJ4rx8f:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-5/try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 16:22:44.997 INFO blam! 15a6fdef76c47120168d33dec620ddcb2638b7129b421ebecbfb741d139cdba1 Aug 11 16:22:44.999 INFO running `"docker" "start" "-a" "15a6fdef76c47120168d33dec620ddcb2638b7129b421ebecbfb741d139cdba1"` Aug 11 16:22:45.893 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Aug 11 16:22:45.893 INFO kablam! disables Cargo from automatically inferring other test targets. Aug 11 16:22:45.894 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Aug 11 16:22:45.894 INFO kablam! files will be included as a test target: Aug 11 16:22:45.894 INFO kablam! Aug 11 16:22:45.894 INFO kablam! * /source/tests/branch_all_new_test.rs Aug 11 16:22:45.894 INFO kablam! Aug 11 16:22:45.894 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Aug 11 16:22:45.894 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Aug 11 16:22:45.894 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Aug 11 16:22:45.894 INFO kablam! section. You may also move the files to a location where Cargo would not Aug 11 16:22:45.894 INFO kablam! automatically infer them to be a target, such as in subfolders. Aug 11 16:22:45.894 INFO kablam! Aug 11 16:22:45.894 INFO kablam! For more information on this warning you can consult Aug 11 16:22:45.894 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Aug 11 16:22:46.138 INFO kablam! Compiling libssh2-sys v0.2.10 Aug 11 16:22:46.141 INFO kablam! Checking config v0.7.1 Aug 11 16:22:47.413 INFO kablam! Compiling libgit2-sys v0.6.19 Aug 11 16:22:49.545 INFO kablam! Compiling git2 v0.6.11 Aug 11 16:23:03.513 INFO kablam! Compiling destructivator v0.1.0 (file:///source) Aug 11 16:23:04.570 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. Aug 11 16:23:04.570 INFO kablam! --> build.rs:16:20 Aug 11 16:23:04.570 INFO kablam! | Aug 11 16:23:04.570 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Aug 11 16:23:04.570 INFO kablam! | ^^^^^^^^^^^^^ Aug 11 16:23:04.571 INFO kablam! | Aug 11 16:23:04.571 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 16:23:04.571 INFO kablam! Aug 11 16:23:08.881 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. Aug 11 16:23:08.881 INFO kablam! --> src/git.rs:59:28 Aug 11 16:23:08.881 INFO kablam! | Aug 11 16:23:08.881 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Aug 11 16:23:08.881 INFO kablam! | ^^^^^^^^^^^^^ Aug 11 16:23:08.881 INFO kablam! | Aug 11 16:23:08.881 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 16:23:08.881 INFO kablam! Aug 11 16:23:08.881 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. Aug 11 16:23:08.881 INFO kablam! --> src/git.rs:109:28 Aug 11 16:23:08.881 INFO kablam! | Aug 11 16:23:08.881 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Aug 11 16:23:08.881 INFO kablam! | ^^^^^^^^^^^^^ Aug 11 16:23:08.881 INFO kablam! Aug 11 16:23:09.163 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. Aug 11 16:23:09.163 INFO kablam! --> src/git.rs:59:28 Aug 11 16:23:09.163 INFO kablam! | Aug 11 16:23:09.163 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Aug 11 16:23:09.163 INFO kablam! | ^^^^^^^^^^^^^ Aug 11 16:23:09.164 INFO kablam! | Aug 11 16:23:09.164 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 16:23:09.164 INFO kablam! Aug 11 16:23:09.164 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. Aug 11 16:23:09.164 INFO kablam! --> src/git.rs:109:28 Aug 11 16:23:09.164 INFO kablam! | Aug 11 16:23:09.164 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Aug 11 16:23:09.164 INFO kablam! | ^^^^^^^^^^^^^ Aug 11 16:23:09.164 INFO kablam! Aug 11 16:23:13.423 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. Aug 11 16:23:13.423 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Aug 11 16:23:13.423 INFO kablam! | Aug 11 16:23:13.423 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Aug 11 16:23:13.423 INFO kablam! | ^^^^^^^^^^^^^ Aug 11 16:23:13.423 INFO kablam! | Aug 11 16:23:13.423 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 16:23:13.424 INFO kablam! Aug 11 16:23:13.621 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.75s Aug 11 16:23:13.632 INFO kablam! su: No module specific data is present Aug 11 16:23:14.331 INFO running `"docker" "rm" "-f" "15a6fdef76c47120168d33dec620ddcb2638b7129b421ebecbfb741d139cdba1"` Aug 11 16:23:14.488 INFO blam! 15a6fdef76c47120168d33dec620ddcb2638b7129b421ebecbfb741d139cdba1