[INFO] updating cached repository kdeal/find-repos [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/kdeal/find-repos [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/kdeal/find-repos" "work/ex/clippy-test-run/sources/stable/gh/kdeal/find-repos"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/kdeal/find-repos'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kdeal/find-repos" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/kdeal/find-repos"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/kdeal/find-repos'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5476158d1d0f990269e6de9d07bab3a0a7df27d1 [INFO] sha for GitHub repo kdeal/find-repos: 5476158d1d0f990269e6de9d07bab3a0a7df27d1 [INFO] validating manifest of kdeal/find-repos 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 kdeal/find-repos 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 kdeal/find-repos [INFO] finished frobbing kdeal/find-repos [INFO] frobbed toml for kdeal/find-repos written to work/ex/clippy-test-run/sources/stable/gh/kdeal/find-repos/Cargo.toml [INFO] started frobbing kdeal/find-repos [INFO] finished frobbing kdeal/find-repos [INFO] frobbed toml for kdeal/find-repos written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/kdeal/find-repos/Cargo.toml [INFO] crate kdeal/find-repos 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 kdeal/find-repos against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/kdeal/find-repos:/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] 6ccb461b83ccb0890e00c7a6a688fe1cdd6d9a75b5a88f4e9ede963d95a09210 [INFO] running `"docker" "start" "-a" "6ccb461b83ccb0890e00c7a6a688fe1cdd6d9a75b5a88f4e9ede963d95a09210"` [INFO] [stderr] Compiling libc v0.2.27 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling unicode-segmentation v1.1.0 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Checking regex v0.2.3 [INFO] [stderr] Compiling clap v2.25.1 [INFO] [stderr] Compiling find-repos v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/app.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn app<'a>() -> App<'static, 'static> { [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::extra_unused_lifetimes)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: trivial regex [INFO] [stderr] --> src/main.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | None => Regex::new(r""), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::trivial_regex)] on by default [INFO] [stderr] = help: the regex is unlikely to be useful as it is [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivial_regex [INFO] [stderr] [INFO] [stderr] warning: this lifetime isn't used in the function definition [INFO] [stderr] --> src/app.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn app<'a>() -> App<'static, 'static> { [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::extra_unused_lifetimes)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stderr] [INFO] [stderr] warning: trivial regex [INFO] [stderr] --> src/main.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | None => Regex::new(r""), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::trivial_regex)] on by default [INFO] [stderr] = help: the regex is unlikely to be useful as it is [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivial_regex [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.68s [INFO] running `"docker" "inspect" "6ccb461b83ccb0890e00c7a6a688fe1cdd6d9a75b5a88f4e9ede963d95a09210"` [INFO] running `"docker" "rm" "-f" "6ccb461b83ccb0890e00c7a6a688fe1cdd6d9a75b5a88f4e9ede963d95a09210"` [INFO] [stdout] 6ccb461b83ccb0890e00c7a6a688fe1cdd6d9a75b5a88f4e9ede963d95a09210