Oct 31 19:11:56.846 INFO checking tscrowley/git-breakaway against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 19:11:56.848 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 19:11:57.379 INFO blam! affe9bec9dc8ec8bd82319ff5de768120b2e9d67568bf1d5954bb05816d74652 Oct 31 19:11:57.381 INFO running `"docker" "start" "-a" "affe9bec9dc8ec8bd82319ff5de768120b2e9d67568bf1d5954bb05816d74652"` Oct 31 19:11:58.493 INFO kablam! usermod: no changes Oct 31 19:11:58.692 INFO kablam! Compiling cc v1.0.6 Oct 31 19:11:58.692 INFO kablam! Checking libc v0.2.39 Oct 31 19:12:00.532 INFO kablam! Checking atty v0.2.8 Oct 31 19:12:00.848 INFO kablam! Checking clap v2.31.1 Oct 31 19:12:03.185 INFO kablam! Compiling cmake v0.1.29 Oct 31 19:12:03.185 INFO kablam! Compiling openssl-sys v0.9.27 Oct 31 19:12:03.185 INFO kablam! Compiling libz-sys v1.0.18 Oct 31 19:12:03.185 INFO kablam! Compiling curl-sys v0.4.1 Oct 31 19:12:06.364 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 31 19:12:06.368 INFO kablam! Compiling libgit2-sys v0.7.1 Oct 31 19:12:41.668 INFO kablam! Checking git2 v0.7.0 Oct 31 19:12:46.220 INFO kablam! Checking breakaway v0.1.0 (/source) Oct 31 19:12:46.677 INFO kablam! warning: unused imports: `Arg`, `SubCommand` Oct 31 19:12:46.680 INFO kablam! --> src/main.rs:3:24 Oct 31 19:12:46.681 INFO kablam! | Oct 31 19:12:46.681 INFO kablam! 3 | use clap::{ArgMatches, Arg, App, SubCommand}; Oct 31 19:12:46.682 INFO kablam! | ^^^ ^^^^^^^^^^ Oct 31 19:12:46.682 INFO kablam! | Oct 31 19:12:46.682 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 19:12:46.682 INFO kablam! Oct 31 19:12:46.683 INFO kablam! warning: unused import: `Remote` Oct 31 19:12:46.683 INFO kablam! --> src/main.rs:6:23 Oct 31 19:12:46.683 INFO kablam! | Oct 31 19:12:46.684 INFO kablam! 6 | use git2::{Repository,Remote}; Oct 31 19:12:46.684 INFO kablam! | ^^^^^^ Oct 31 19:12:46.684 INFO kablam! Oct 31 19:12:46.745 INFO kablam! warning: unused imports: `Arg`, `SubCommand` Oct 31 19:12:46.746 INFO kablam! --> src/main.rs:3:24 Oct 31 19:12:46.746 INFO kablam! | Oct 31 19:12:46.746 INFO kablam! 3 | use clap::{ArgMatches, Arg, App, SubCommand}; Oct 31 19:12:46.746 INFO kablam! | ^^^ ^^^^^^^^^^ Oct 31 19:12:46.747 INFO kablam! | Oct 31 19:12:46.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 19:12:46.747 INFO kablam! Oct 31 19:12:46.748 INFO kablam! warning: unused import: `Remote` Oct 31 19:12:46.748 INFO kablam! --> src/main.rs:6:23 Oct 31 19:12:46.748 INFO kablam! | Oct 31 19:12:46.749 INFO kablam! 6 | use git2::{Repository,Remote}; Oct 31 19:12:46.749 INFO kablam! | ^^^^^^ Oct 31 19:12:46.749 INFO kablam! Oct 31 19:12:46.757 INFO kablam! warning: unused variable: `matches` Oct 31 19:12:46.757 INFO kablam! --> src/main.rs:12:36 Oct 31 19:12:46.757 INFO kablam! | Oct 31 19:12:46.757 INFO kablam! 12 | fn handle_status(repo: Repository, matches: ArgMatches) { Oct 31 19:12:46.758 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 31 19:12:46.758 INFO kablam! | Oct 31 19:12:46.758 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 19:12:46.759 INFO kablam! Oct 31 19:12:46.799 INFO kablam! warning: unused variable: `matches` Oct 31 19:12:46.799 INFO kablam! --> src/main.rs:12:36 Oct 31 19:12:46.799 INFO kablam! | Oct 31 19:12:46.800 INFO kablam! 12 | fn handle_status(repo: Repository, matches: ArgMatches) { Oct 31 19:12:46.800 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 31 19:12:46.800 INFO kablam! | Oct 31 19:12:46.801 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 19:12:46.801 INFO kablam! Oct 31 19:12:46.843 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.30s Oct 31 19:12:46.851 INFO kablam! su: No module specific data is present Oct 31 19:12:47.951 INFO running `"docker" "rm" "-f" "affe9bec9dc8ec8bd82319ff5de768120b2e9d67568bf1d5954bb05816d74652"` Oct 31 19:12:48.177 INFO blam! affe9bec9dc8ec8bd82319ff5de768120b2e9d67568bf1d5954bb05816d74652