Oct 12 11:45:20.606 INFO checking tscrowley/git-breakaway against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 11:45:20.606 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 11:45:21.188 INFO blam! 4864f24272cd94d95d043ab16f54310e8dfe2d01baaf80f357e2f88c8159f242 Oct 12 11:45:21.192 INFO running `"docker" "start" "-a" "4864f24272cd94d95d043ab16f54310e8dfe2d01baaf80f357e2f88c8159f242"` Oct 12 11:45:22.389 INFO kablam! usermod: no changes Oct 12 11:45:22.568 INFO kablam! Compiling cmake v0.1.29 Oct 12 11:45:22.568 INFO kablam! Compiling libz-sys v1.0.18 Oct 12 11:45:22.568 INFO kablam! Compiling openssl-sys v0.9.27 Oct 12 11:45:22.584 INFO kablam! Compiling curl-sys v0.4.1 Oct 12 11:45:22.588 INFO kablam! Checking clap v2.31.1 Oct 12 11:45:27.742 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 12 11:45:27.744 INFO kablam! Compiling libgit2-sys v0.7.1 Oct 12 11:46:06.666 INFO kablam! Checking git2 v0.7.0 Oct 12 11:46:11.420 INFO kablam! Checking breakaway v0.1.0 (/source) Oct 12 11:46:11.785 INFO kablam! warning: unused imports: `Arg`, `SubCommand` Oct 12 11:46:11.785 INFO kablam! --> src/main.rs:3:24 Oct 12 11:46:11.786 INFO kablam! | Oct 12 11:46:11.786 INFO kablam! 3 | use clap::{ArgMatches, Arg, App, SubCommand}; Oct 12 11:46:11.786 INFO kablam! | ^^^ ^^^^^^^^^^ Oct 12 11:46:11.786 INFO kablam! | Oct 12 11:46:11.786 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 11:46:11.786 INFO kablam! Oct 12 11:46:11.786 INFO kablam! warning: unused import: `Remote` Oct 12 11:46:11.786 INFO kablam! --> src/main.rs:6:23 Oct 12 11:46:11.786 INFO kablam! | Oct 12 11:46:11.786 INFO kablam! 6 | use git2::{Repository,Remote}; Oct 12 11:46:11.786 INFO kablam! | ^^^^^^ Oct 12 11:46:11.786 INFO kablam! Oct 12 11:46:11.848 INFO kablam! warning: unused variable: `matches` Oct 12 11:46:11.848 INFO kablam! --> src/main.rs:12:36 Oct 12 11:46:11.848 INFO kablam! | Oct 12 11:46:11.848 INFO kablam! 12 | fn handle_status(repo: Repository, matches: ArgMatches) { Oct 12 11:46:11.848 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 12 11:46:11.848 INFO kablam! | Oct 12 11:46:11.848 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 11:46:11.848 INFO kablam! Oct 12 11:46:11.944 INFO kablam! warning: unused imports: `Arg`, `SubCommand` Oct 12 11:46:11.944 INFO kablam! --> src/main.rs:3:24 Oct 12 11:46:11.944 INFO kablam! | Oct 12 11:46:11.944 INFO kablam! 3 | use clap::{ArgMatches, Arg, App, SubCommand}; Oct 12 11:46:11.944 INFO kablam! | ^^^ ^^^^^^^^^^ Oct 12 11:46:11.944 INFO kablam! | Oct 12 11:46:11.944 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 11:46:11.944 INFO kablam! Oct 12 11:46:11.944 INFO kablam! warning: unused import: `Remote` Oct 12 11:46:11.944 INFO kablam! --> src/main.rs:6:23 Oct 12 11:46:11.944 INFO kablam! | Oct 12 11:46:11.944 INFO kablam! 6 | use git2::{Repository,Remote}; Oct 12 11:46:11.944 INFO kablam! | ^^^^^^ Oct 12 11:46:11.944 INFO kablam! Oct 12 11:46:12.020 INFO kablam! warning: unused variable: `matches` Oct 12 11:46:12.020 INFO kablam! --> src/main.rs:12:36 Oct 12 11:46:12.020 INFO kablam! | Oct 12 11:46:12.020 INFO kablam! 12 | fn handle_status(repo: Repository, matches: ArgMatches) { Oct 12 11:46:12.020 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 12 11:46:12.020 INFO kablam! | Oct 12 11:46:12.020 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 11:46:12.020 INFO kablam! Oct 12 11:46:12.068 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.65s Oct 12 11:46:12.076 INFO kablam! su: No module specific data is present Oct 12 11:46:12.804 INFO running `"docker" "rm" "-f" "4864f24272cd94d95d043ab16f54310e8dfe2d01baaf80f357e2f88c8159f242"` Oct 12 11:46:13.053 INFO blam! 4864f24272cd94d95d043ab16f54310e8dfe2d01baaf80f357e2f88c8159f242