[INFO] updating cached repository tscrowley/git-breakaway [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tscrowley/git-breakaway [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tscrowley/git-breakaway" "work/ex/clippy-test-run/sources/stable/gh/tscrowley/git-breakaway"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/tscrowley/git-breakaway'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tscrowley/git-breakaway" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/tscrowley/git-breakaway"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/tscrowley/git-breakaway'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3e80540fd575f22d1431b5701b90e9e4d74a5ad3 [INFO] sha for GitHub repo tscrowley/git-breakaway: 3e80540fd575f22d1431b5701b90e9e4d74a5ad3 [INFO] validating manifest of tscrowley/git-breakaway on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tscrowley/git-breakaway on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tscrowley/git-breakaway [INFO] finished frobbing tscrowley/git-breakaway [INFO] frobbed toml for tscrowley/git-breakaway written to work/ex/clippy-test-run/sources/stable/gh/tscrowley/git-breakaway/Cargo.toml [INFO] started frobbing tscrowley/git-breakaway [INFO] finished frobbing tscrowley/git-breakaway [INFO] frobbed toml for tscrowley/git-breakaway written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/tscrowley/git-breakaway/Cargo.toml [INFO] crate tscrowley/git-breakaway has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting tscrowley/git-breakaway against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/tscrowley/git-breakaway:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 05fe49b1939537c00039e0eb8803f419ed91198927c8a4b9741e793f77b5af88 [INFO] running `"docker" "start" "-a" "05fe49b1939537c00039e0eb8803f419ed91198927c8a4b9741e793f77b5af88"` [INFO] [stderr] Compiling cc v1.0.6 [INFO] [stderr] Checking clap v2.31.1 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling openssl-sys v0.9.27 [INFO] [stderr] Compiling cmake v0.1.29 [INFO] [stderr] Compiling curl-sys v0.4.1 [INFO] [stderr] Compiling libssh2-sys v0.2.6 [INFO] [stderr] Compiling libgit2-sys v0.7.1 [INFO] [stderr] Checking git2 v0.7.0 [INFO] [stderr] Checking breakaway v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Arg`, `SubCommand` [INFO] [stderr] --> src/main.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | use clap::{ArgMatches, Arg, App, SubCommand}; [INFO] [stderr] | ^^^ ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Remote` [INFO] [stderr] --> src/main.rs:6:23 [INFO] [stderr] | [INFO] [stderr] 6 | use git2::{Repository,Remote}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `matches` [INFO] [stderr] --> src/main.rs:12:36 [INFO] [stderr] | [INFO] [stderr] 12 | fn handle_status(repo: Repository, matches: ArgMatches) { [INFO] [stderr] | ^^^^^^^ help: consider using `_matches` instead [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Arg`, `SubCommand` [INFO] [stderr] --> src/main.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | use clap::{ArgMatches, Arg, App, SubCommand}; [INFO] [stderr] | ^^^ ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Remote` [INFO] [stderr] --> src/main.rs:6:23 [INFO] [stderr] | [INFO] [stderr] 6 | use git2::{Repository,Remote}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `matches` [INFO] [stderr] --> src/main.rs:12:36 [INFO] [stderr] | [INFO] [stderr] 12 | fn handle_status(repo: Repository, matches: ArgMatches) { [INFO] [stderr] | ^^^^^^^ help: consider using `_matches` instead [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 22s [INFO] running `"docker" "inspect" "05fe49b1939537c00039e0eb8803f419ed91198927c8a4b9741e793f77b5af88"` [INFO] running `"docker" "rm" "-f" "05fe49b1939537c00039e0eb8803f419ed91198927c8a4b9741e793f77b5af88"` [INFO] [stdout] 05fe49b1939537c00039e0eb8803f419ed91198927c8a4b9741e793f77b5af88