Oct 27 04:18:24.980 INFO checking gicmo/heimweh against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 04:18:24.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 27 04:18:25.420 INFO blam! 6e8f49bc84495e00de4e7f7a231d1b0f1301a9d9e564d1e533e95e6a659be1db Oct 27 04:18:25.422 INFO running `"docker" "start" "-a" "6e8f49bc84495e00de4e7f7a231d1b0f1301a9d9e564d1e533e95e6a659be1db"` Oct 27 04:18:27.679 INFO kablam! usermod: no changes Oct 27 04:18:27.731 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 04:18:27.731 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 04:18:27.731 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 04:18:27.731 INFO kablam! files will be included as a binary target: Oct 27 04:18:27.731 INFO kablam! Oct 27 04:18:27.731 INFO kablam! * /source/src/main.rs Oct 27 04:18:27.731 INFO kablam! Oct 27 04:18:27.731 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 04:18:27.731 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 04:18:27.731 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 04:18:27.731 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 04:18:27.731 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 04:18:27.731 INFO kablam! Oct 27 04:18:27.731 INFO kablam! For more information on this warning you can consult Oct 27 04:18:27.731 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 04:18:27.731 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Oct 27 04:18:27.731 INFO kablam! please set bin.path in Cargo.toml Oct 27 04:18:27.909 INFO kablam! Compiling rustc-serialize v0.3.22 Oct 27 04:18:27.911 INFO kablam! Compiling curl-sys v0.3.7 Oct 27 04:18:27.913 INFO kablam! Checking clap v2.20.3 Oct 27 04:18:27.914 INFO kablam! Checking tempdir v0.3.5 Oct 27 04:18:27.915 INFO kablam! Checking url v1.4.0 Oct 27 04:18:27.955 INFO kablam! Checking docopt v0.7.0 Oct 27 04:18:42.775 INFO kablam! Compiling toml v0.2.1 Oct 27 04:18:45.739 INFO kablam! Compiling metadeps v1.1.1 Oct 27 04:18:47.032 INFO kablam! Compiling openssl-sys v0.9.6 Oct 27 04:18:49.013 INFO kablam! Compiling libssh2-sys v0.2.5 Oct 27 04:19:00.805 INFO kablam! Compiling libgit2-sys v0.6.6 Oct 27 04:19:23.743 INFO kablam! Checking git2 v0.6.4 Oct 27 04:19:27.605 INFO kablam! Checking heimweh v0.0.1 (/source) Oct 27 04:19:29.098 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:29.099 INFO kablam! --> src/main.rs:204:18 Oct 27 04:19:29.099 INFO kablam! | Oct 27 04:19:29.100 INFO kablam! 204 | .or_else(env::home_dir) Oct 27 04:19:29.101 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:19:29.101 INFO kablam! | Oct 27 04:19:29.102 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:19:29.103 INFO kablam! Oct 27 04:19:29.182 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:29.182 INFO kablam! --> src/main.rs:204:18 Oct 27 04:19:29.183 INFO kablam! | Oct 27 04:19:29.183 INFO kablam! 204 | .or_else(env::home_dir) Oct 27 04:19:29.184 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:19:29.191 INFO kablam! | Oct 27 04:19:29.191 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:19:29.191 INFO kablam! Oct 27 04:19:29.331 INFO kablam! warning: unused variable: `matches` Oct 27 04:19:29.331 INFO kablam! --> src/main.rs:164:28 Oct 27 04:19:29.332 INFO kablam! | Oct 27 04:19:29.333 INFO kablam! 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Oct 27 04:19:29.333 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 27 04:19:29.334 INFO kablam! | Oct 27 04:19:29.335 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:19:29.335 INFO kablam! Oct 27 04:19:29.395 INFO kablam! warning: field is never used: `home` Oct 27 04:19:29.396 INFO kablam! --> src/main.rs:22:5 Oct 27 04:19:29.396 INFO kablam! | Oct 27 04:19:29.397 INFO kablam! 22 | home: PathBuf, Oct 27 04:19:29.397 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:19:29.398 INFO kablam! | Oct 27 04:19:29.399 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:19:29.399 INFO kablam! Oct 27 04:19:29.431 INFO kablam! warning: unused variable: `matches` Oct 27 04:19:29.432 INFO kablam! --> src/main.rs:164:28 Oct 27 04:19:29.432 INFO kablam! | Oct 27 04:19:29.433 INFO kablam! 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Oct 27 04:19:29.433 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 27 04:19:29.434 INFO kablam! | Oct 27 04:19:29.434 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:19:29.435 INFO kablam! Oct 27 04:19:29.505 INFO kablam! warning: field is never used: `home` Oct 27 04:19:29.506 INFO kablam! --> src/main.rs:22:5 Oct 27 04:19:29.506 INFO kablam! | Oct 27 04:19:29.506 INFO kablam! 22 | home: PathBuf, Oct 27 04:19:29.506 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:19:29.506 INFO kablam! | Oct 27 04:19:29.506 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:19:29.506 INFO kablam! Oct 27 04:19:29.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 27 04:19:29.583 INFO kablam! su: No module specific data is present Oct 27 04:19:30.498 INFO running `"docker" "rm" "-f" "6e8f49bc84495e00de4e7f7a231d1b0f1301a9d9e564d1e533e95e6a659be1db"` Oct 27 04:19:30.859 INFO blam! 6e8f49bc84495e00de4e7f7a231d1b0f1301a9d9e564d1e533e95e6a659be1db