Oct 27 04:18:12.989 INFO checking gicmo/heimweh against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:18:12.989 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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"` Oct 27 04:18:13.549 INFO blam! 35c367efb6e6a47812ed308c0a98f45e88666c797dd1f476383b42a559c9a1dc Oct 27 04:18:13.551 INFO running `"docker" "start" "-a" "35c367efb6e6a47812ed308c0a98f45e88666c797dd1f476383b42a559c9a1dc"` Oct 27 04:18:16.063 INFO kablam! usermod: no changes Oct 27 04:18:16.099 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 04:18:16.099 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 04:18:16.099 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 04:18:16.099 INFO kablam! files will be included as a binary target: Oct 27 04:18:16.099 INFO kablam! Oct 27 04:18:16.099 INFO kablam! * /source/src/main.rs Oct 27 04:18:16.099 INFO kablam! Oct 27 04:18:16.099 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 04:18:16.099 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 04:18:16.099 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 04:18:16.099 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 04:18:16.099 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 04:18:16.099 INFO kablam! Oct 27 04:18:16.099 INFO kablam! For more information on this warning you can consult Oct 27 04:18:16.099 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 04:18:16.099 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Oct 27 04:18:16.099 INFO kablam! please set bin.path in Cargo.toml Oct 27 04:18:16.255 INFO kablam! Checking unicode-segmentation v1.0.3 Oct 27 04:18:16.255 INFO kablam! Compiling toml v0.2.1 Oct 27 04:18:16.255 INFO kablam! Compiling curl-sys v0.3.7 Oct 27 04:18:16.275 INFO kablam! Checking tempdir v0.3.5 Oct 27 04:18:16.275 INFO kablam! Checking url v1.4.0 Oct 27 04:18:16.275 INFO kablam! Checking docopt v0.7.0 Oct 27 04:18:19.091 INFO kablam! Checking clap v2.20.3 Oct 27 04:18:25.027 INFO kablam! Compiling metadeps v1.1.1 Oct 27 04:18:27.118 INFO kablam! Compiling openssl-sys v0.9.6 Oct 27 04:18:30.251 INFO kablam! Compiling libssh2-sys v0.2.5 Oct 27 04:18:43.795 INFO kablam! Compiling libgit2-sys v0.6.6 Oct 27 04:19:09.857 INFO kablam! Checking git2 v0.6.4 Oct 27 04:19:14.218 INFO kablam! Checking heimweh v0.0.1 (/source) Oct 27 04:19:15.842 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. Oct 27 04:19:15.842 INFO kablam! --> src/main.rs:204:18 Oct 27 04:19:15.842 INFO kablam! | Oct 27 04:19:15.842 INFO kablam! 204 | .or_else(env::home_dir) Oct 27 04:19:15.842 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:19:15.851 INFO kablam! | Oct 27 04:19:15.851 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:19:15.851 INFO kablam! Oct 27 04:19:16.060 INFO kablam! warning: unused variable: `matches` Oct 27 04:19:16.060 INFO kablam! --> src/main.rs:164:28 Oct 27 04:19:16.060 INFO kablam! | Oct 27 04:19:16.060 INFO kablam! 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Oct 27 04:19:16.060 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 27 04:19:16.060 INFO kablam! | Oct 27 04:19:16.060 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:19:16.060 INFO kablam! Oct 27 04:19:16.139 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. Oct 27 04:19:16.139 INFO kablam! --> src/main.rs:204:18 Oct 27 04:19:16.139 INFO kablam! | Oct 27 04:19:16.139 INFO kablam! 204 | .or_else(env::home_dir) Oct 27 04:19:16.139 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:19:16.139 INFO kablam! | Oct 27 04:19:16.139 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:19:16.139 INFO kablam! Oct 27 04:19:16.155 INFO kablam! warning: field is never used: `home` Oct 27 04:19:16.155 INFO kablam! --> src/main.rs:22:5 Oct 27 04:19:16.155 INFO kablam! | Oct 27 04:19:16.155 INFO kablam! 22 | home: PathBuf, Oct 27 04:19:16.155 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:19:16.155 INFO kablam! | Oct 27 04:19:16.155 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:19:16.155 INFO kablam! Oct 27 04:19:16.306 INFO kablam! warning: unused variable: `matches` Oct 27 04:19:16.306 INFO kablam! --> src/main.rs:164:28 Oct 27 04:19:16.306 INFO kablam! | Oct 27 04:19:16.306 INFO kablam! 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Oct 27 04:19:16.306 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 27 04:19:16.306 INFO kablam! | Oct 27 04:19:16.306 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:19:16.306 INFO kablam! Oct 27 04:19:16.363 INFO kablam! warning: field is never used: `home` Oct 27 04:19:16.363 INFO kablam! --> src/main.rs:22:5 Oct 27 04:19:16.363 INFO kablam! | Oct 27 04:19:16.364 INFO kablam! 22 | home: PathBuf, Oct 27 04:19:16.364 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:19:16.364 INFO kablam! | Oct 27 04:19:16.369 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:19:16.369 INFO kablam! Oct 27 04:19:16.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 27 04:19:16.406 INFO kablam! su: No module specific data is present Oct 27 04:19:17.183 INFO running `"docker" "rm" "-f" "35c367efb6e6a47812ed308c0a98f45e88666c797dd1f476383b42a559c9a1dc"` Oct 27 04:19:17.563 INFO blam! 35c367efb6e6a47812ed308c0a98f45e88666c797dd1f476383b42a559c9a1dc