[INFO] updating cached repository krishnaIndia/Rust-Coverage-Sample [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/krishnaIndia/Rust-Coverage-Sample [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/krishnaIndia/Rust-Coverage-Sample" "work/ex/clippy-test-run/sources/stable/gh/krishnaIndia/Rust-Coverage-Sample"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/krishnaIndia/Rust-Coverage-Sample'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/krishnaIndia/Rust-Coverage-Sample" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/krishnaIndia/Rust-Coverage-Sample"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/krishnaIndia/Rust-Coverage-Sample'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ef7b18449cd81d1d0e144f50c06619bab74b7dec [INFO] sha for GitHub repo krishnaIndia/Rust-Coverage-Sample: ef7b18449cd81d1d0e144f50c06619bab74b7dec [INFO] validating manifest of krishnaIndia/Rust-Coverage-Sample 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 krishnaIndia/Rust-Coverage-Sample 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 krishnaIndia/Rust-Coverage-Sample [INFO] finished frobbing krishnaIndia/Rust-Coverage-Sample [INFO] frobbed toml for krishnaIndia/Rust-Coverage-Sample written to work/ex/clippy-test-run/sources/stable/gh/krishnaIndia/Rust-Coverage-Sample/Cargo.toml [INFO] started frobbing krishnaIndia/Rust-Coverage-Sample [INFO] finished frobbing krishnaIndia/Rust-Coverage-Sample [INFO] frobbed toml for krishnaIndia/Rust-Coverage-Sample written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/krishnaIndia/Rust-Coverage-Sample/Cargo.toml [INFO] crate krishnaIndia/Rust-Coverage-Sample 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 krishnaIndia/Rust-Coverage-Sample 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-6/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/krishnaIndia/Rust-Coverage-Sample:/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] 2f400ef5a6f2fc05f8b8fa60a1a2ffe990b86edff143c85c2d74c0e47f2d5b94 [INFO] running `"docker" "start" "-a" "2f400ef5a6f2fc05f8b8fa60a1a2ffe990b86edff143c85c2d74c0e47f2d5b94"` [INFO] [stderr] Checking Rust-Coverage-Sample v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/stud/student.rs:9:3 [INFO] [stderr] | [INFO] [stderr] 9 | id: id, [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/stud/student.rs:10:3 [INFO] [stderr] | [INFO] [stderr] 10 | grade: grade [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `grade` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/faculty/faculty.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | id: id [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/stud/student.rs:9:3 [INFO] [stderr] | [INFO] [stderr] 9 | id: id, [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/stud/student.rs:10:3 [INFO] [stderr] | [INFO] [stderr] 10 | grade: grade [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `grade` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/faculty/faculty.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | id: id [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: module has the same name as its containing module [INFO] [stderr] --> src/faculty/mod.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | mod faculty; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::module_inception)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_inception [INFO] [stderr] [INFO] [stderr] warning: module has the same name as its containing module [INFO] [stderr] --> src/faculty/mod.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | mod faculty; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::module_inception)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_inception [INFO] [stderr] [INFO] [stderr] warning: field is never used: `id` [INFO] [stderr] --> src/faculty/faculty.rs:2:3 [INFO] [stderr] | [INFO] [stderr] 2 | id: u8, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `add_test` [INFO] [stderr] --> src/lib.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | fn add_test() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `id` [INFO] [stderr] --> src/faculty/faculty.rs:2:3 [INFO] [stderr] | [INFO] [stderr] 2 | id: u8, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.42s [INFO] running `"docker" "inspect" "2f400ef5a6f2fc05f8b8fa60a1a2ffe990b86edff143c85c2d74c0e47f2d5b94"` [INFO] running `"docker" "rm" "-f" "2f400ef5a6f2fc05f8b8fa60a1a2ffe990b86edff143c85c2d74c0e47f2d5b94"` [INFO] [stdout] 2f400ef5a6f2fc05f8b8fa60a1a2ffe990b86edff143c85c2d74c0e47f2d5b94