[INFO] updating cached repository TheSlothSage/RandomProjectName [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/TheSlothSage/RandomProjectName [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/TheSlothSage/RandomProjectName" "work/ex/clippy-test-run/sources/stable/gh/TheSlothSage/RandomProjectName"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/TheSlothSage/RandomProjectName'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/TheSlothSage/RandomProjectName" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/TheSlothSage/RandomProjectName"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/TheSlothSage/RandomProjectName'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c8c20c9c7c5f7fed439e0e3e4b78a91e2bd40019 [INFO] sha for GitHub repo TheSlothSage/RandomProjectName: c8c20c9c7c5f7fed439e0e3e4b78a91e2bd40019 [INFO] validating manifest of TheSlothSage/RandomProjectName 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 TheSlothSage/RandomProjectName 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 TheSlothSage/RandomProjectName [INFO] finished frobbing TheSlothSage/RandomProjectName [INFO] frobbed toml for TheSlothSage/RandomProjectName written to work/ex/clippy-test-run/sources/stable/gh/TheSlothSage/RandomProjectName/Cargo.toml [INFO] started frobbing TheSlothSage/RandomProjectName [INFO] finished frobbing TheSlothSage/RandomProjectName [INFO] frobbed toml for TheSlothSage/RandomProjectName written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/TheSlothSage/RandomProjectName/Cargo.toml [INFO] crate TheSlothSage/RandomProjectName 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 TheSlothSage/RandomProjectName against stable+rustflags=-Dclippy::into_iter_on_array for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-0/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/TheSlothSage/RandomProjectName:/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 -Dclippy::into_iter_on_array" "-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] ae2fbdc753a8654b94e546ea6f5ffe59422e458104c9882a3945ded25752c99c [INFO] running `"docker" "start" "-a" "ae2fbdc753a8654b94e546ea6f5ffe59422e458104c9882a3945ded25752c99c"` [INFO] [stderr] Checking RandomProjectName v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `io`, `vec` [INFO] [stderr] --> src/main.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | use std::{io, io::prelude::*, fs::File, vec, io::BufReader}; [INFO] [stderr] | ^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: crate `RandomProjectName` should have a snake case name such as `random_project_name` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `io`, `vec` [INFO] [stderr] --> src/main.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | use std::{io, io::prelude::*, fs::File, vec, io::BufReader}; [INFO] [stderr] | ^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: crate `RandomProjectName` should have a snake case name such as `random_project_name` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `"docker" "inspect" "ae2fbdc753a8654b94e546ea6f5ffe59422e458104c9882a3945ded25752c99c"` [INFO] running `"docker" "rm" "-f" "ae2fbdc753a8654b94e546ea6f5ffe59422e458104c9882a3945ded25752c99c"` [INFO] [stdout] ae2fbdc753a8654b94e546ea6f5ffe59422e458104c9882a3945ded25752c99c