Oct 21 17:39:18.877 INFO checking gicmo/heimweh against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:39:18.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 17:39:19.658 INFO blam! 2d2d5ecf929ac5adb79fa9a8233e2547438d45ab35b1babf215324ec324f1256 Oct 21 17:39:19.660 INFO running `"docker" "start" "-a" "2d2d5ecf929ac5adb79fa9a8233e2547438d45ab35b1babf215324ec324f1256"` Oct 21 17:39:21.052 INFO kablam! usermod: no changes Oct 21 17:39:21.100 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 21 17:39:21.100 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 21 17:39:21.100 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 17:39:21.100 INFO kablam! files will be included as a binary target: Oct 21 17:39:21.100 INFO kablam! Oct 21 17:39:21.100 INFO kablam! * /source/src/main.rs Oct 21 17:39:21.100 INFO kablam! Oct 21 17:39:21.100 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 17:39:21.100 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 21 17:39:21.100 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 21 17:39:21.100 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 17:39:21.100 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 17:39:21.100 INFO kablam! Oct 21 17:39:21.100 INFO kablam! For more information on this warning you can consult Oct 21 17:39:21.100 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 17:39:21.100 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Oct 21 17:39:21.100 INFO kablam! please set bin.path in Cargo.toml Oct 21 17:39:21.216 INFO kablam! Checking unicode-segmentation v1.0.3 Oct 21 17:39:21.225 INFO kablam! Compiling cmake v0.1.20 Oct 21 17:39:21.225 INFO kablam! Compiling libz-sys v1.0.12 Oct 21 17:39:21.237 INFO kablam! Compiling curl-sys v0.3.7 Oct 21 17:39:21.237 INFO kablam! Checking term_size v0.2.2 Oct 21 17:39:21.257 INFO kablam! Checking openssl-sys v0.9.6 Oct 21 17:39:24.353 INFO kablam! Checking clap v2.20.3 Oct 21 17:39:25.530 INFO kablam! Compiling libssh2-sys v0.2.5 Oct 21 17:39:25.530 INFO kablam! Compiling libgit2-sys v0.6.6 Oct 21 17:39:56.149 INFO kablam! Checking git2 v0.6.4 Oct 21 17:39:59.887 INFO kablam! Checking heimweh v0.0.1 (/source) Oct 21 17:40:01.144 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 21 17:40:01.144 INFO kablam! --> src/main.rs:204:18 Oct 21 17:40:01.144 INFO kablam! | Oct 21 17:40:01.144 INFO kablam! 204 | .or_else(env::home_dir) Oct 21 17:40:01.144 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 17:40:01.144 INFO kablam! | Oct 21 17:40:01.144 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 17:40:01.144 INFO kablam! Oct 21 17:40:01.277 INFO kablam! warning: unused variable: `matches` Oct 21 17:40:01.277 INFO kablam! --> src/main.rs:164:28 Oct 21 17:40:01.277 INFO kablam! | Oct 21 17:40:01.278 INFO kablam! 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Oct 21 17:40:01.278 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 21 17:40:01.278 INFO kablam! | Oct 21 17:40:01.279 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 17:40:01.279 INFO kablam! Oct 21 17:40:01.289 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 21 17:40:01.289 INFO kablam! --> src/main.rs:204:18 Oct 21 17:40:01.290 INFO kablam! | Oct 21 17:40:01.290 INFO kablam! 204 | .or_else(env::home_dir) Oct 21 17:40:01.290 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 17:40:01.291 INFO kablam! | Oct 21 17:40:01.291 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 17:40:01.291 INFO kablam! Oct 21 17:40:01.345 INFO kablam! warning: field is never used: `home` Oct 21 17:40:01.345 INFO kablam! --> src/main.rs:22:5 Oct 21 17:40:01.345 INFO kablam! | Oct 21 17:40:01.346 INFO kablam! 22 | home: PathBuf, Oct 21 17:40:01.346 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 17:40:01.346 INFO kablam! | Oct 21 17:40:01.347 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:40:01.347 INFO kablam! Oct 21 17:40:01.568 INFO kablam! warning: unused variable: `matches` Oct 21 17:40:01.568 INFO kablam! --> src/main.rs:164:28 Oct 21 17:40:01.568 INFO kablam! | Oct 21 17:40:01.568 INFO kablam! 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Oct 21 17:40:01.568 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 21 17:40:01.568 INFO kablam! | Oct 21 17:40:01.568 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 17:40:01.568 INFO kablam! Oct 21 17:40:01.655 INFO kablam! warning: field is never used: `home` Oct 21 17:40:01.655 INFO kablam! --> src/main.rs:22:5 Oct 21 17:40:01.655 INFO kablam! | Oct 21 17:40:01.655 INFO kablam! 22 | home: PathBuf, Oct 21 17:40:01.655 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 17:40:01.655 INFO kablam! | Oct 21 17:40:01.655 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:40:01.655 INFO kablam! Oct 21 17:40:01.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.61s Oct 21 17:40:01.707 INFO kablam! su: No module specific data is present Oct 21 17:40:02.194 INFO running `"docker" "rm" "-f" "2d2d5ecf929ac5adb79fa9a8233e2547438d45ab35b1babf215324ec324f1256"` Oct 21 17:40:02.558 INFO blam! 2d2d5ecf929ac5adb79fa9a8233e2547438d45ab35b1babf215324ec324f1256