Oct 21 12:45:40.016 INFO checking tscrowley/git-breakaway against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:45:40.017 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 12:45:40.444 INFO blam! bae803a1b3fba0acf681e9824cd29ea5c3fc6394e4be01717aae3a8820f47ea3 Oct 21 12:45:40.452 INFO running `"docker" "start" "-a" "bae803a1b3fba0acf681e9824cd29ea5c3fc6394e4be01717aae3a8820f47ea3"` Oct 21 12:45:41.604 INFO kablam! usermod: no changes Oct 21 12:45:41.748 INFO kablam! Compiling cc v1.0.6 Oct 21 12:45:41.748 INFO kablam! Checking clap v2.31.1 Oct 21 12:45:44.672 INFO kablam! Compiling openssl-sys v0.9.27 Oct 21 12:45:44.673 INFO kablam! Compiling libz-sys v1.0.18 Oct 21 12:45:44.673 INFO kablam! Compiling cmake v0.1.29 Oct 21 12:45:44.673 INFO kablam! Compiling curl-sys v0.4.1 Oct 21 12:45:46.732 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 21 12:45:46.764 INFO kablam! Compiling libgit2-sys v0.7.1 Oct 21 12:46:17.635 INFO kablam! Checking git2 v0.7.0 Oct 21 12:46:21.872 INFO kablam! Checking breakaway v0.1.0 (/source) Oct 21 12:46:22.260 INFO kablam! warning: unused imports: `Arg`, `SubCommand` Oct 21 12:46:22.260 INFO kablam! --> src/main.rs:3:24 Oct 21 12:46:22.260 INFO kablam! | Oct 21 12:46:22.260 INFO kablam! 3 | use clap::{ArgMatches, Arg, App, SubCommand}; Oct 21 12:46:22.260 INFO kablam! | ^^^ ^^^^^^^^^^ Oct 21 12:46:22.260 INFO kablam! | Oct 21 12:46:22.260 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:46:22.260 INFO kablam! Oct 21 12:46:22.260 INFO kablam! warning: unused import: `Remote` Oct 21 12:46:22.260 INFO kablam! --> src/main.rs:6:23 Oct 21 12:46:22.260 INFO kablam! | Oct 21 12:46:22.260 INFO kablam! 6 | use git2::{Repository,Remote}; Oct 21 12:46:22.260 INFO kablam! | ^^^^^^ Oct 21 12:46:22.260 INFO kablam! Oct 21 12:46:22.260 INFO kablam! warning: unused imports: `Arg`, `SubCommand` Oct 21 12:46:22.260 INFO kablam! --> src/main.rs:3:24 Oct 21 12:46:22.260 INFO kablam! | Oct 21 12:46:22.260 INFO kablam! 3 | use clap::{ArgMatches, Arg, App, SubCommand}; Oct 21 12:46:22.260 INFO kablam! | ^^^ ^^^^^^^^^^ Oct 21 12:46:22.260 INFO kablam! | Oct 21 12:46:22.260 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:46:22.260 INFO kablam! Oct 21 12:46:22.260 INFO kablam! warning: unused import: `Remote` Oct 21 12:46:22.260 INFO kablam! --> src/main.rs:6:23 Oct 21 12:46:22.260 INFO kablam! | Oct 21 12:46:22.260 INFO kablam! 6 | use git2::{Repository,Remote}; Oct 21 12:46:22.260 INFO kablam! | ^^^^^^ Oct 21 12:46:22.260 INFO kablam! Oct 21 12:46:22.304 INFO kablam! warning: unused variable: `matches` Oct 21 12:46:22.304 INFO kablam! --> src/main.rs:12:36 Oct 21 12:46:22.304 INFO kablam! | Oct 21 12:46:22.304 INFO kablam! 12 | fn handle_status(repo: Repository, matches: ArgMatches) { Oct 21 12:46:22.304 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 21 12:46:22.304 INFO kablam! | Oct 21 12:46:22.304 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:46:22.304 INFO kablam! Oct 21 12:46:22.304 INFO kablam! warning: unused variable: `matches` Oct 21 12:46:22.304 INFO kablam! --> src/main.rs:12:36 Oct 21 12:46:22.304 INFO kablam! | Oct 21 12:46:22.304 INFO kablam! 12 | fn handle_status(repo: Repository, matches: ArgMatches) { Oct 21 12:46:22.304 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 21 12:46:22.304 INFO kablam! | Oct 21 12:46:22.304 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:46:22.304 INFO kablam! Oct 21 12:46:22.384 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.72s Oct 21 12:46:22.384 INFO kablam! su: No module specific data is present Oct 21 12:46:23.409 INFO running `"docker" "rm" "-f" "bae803a1b3fba0acf681e9824cd29ea5c3fc6394e4be01717aae3a8820f47ea3"` Oct 21 12:46:23.800 INFO blam! bae803a1b3fba0acf681e9824cd29ea5c3fc6394e4be01717aae3a8820f47ea3