[INFO] updating cached repository messense/rusted-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/messense/rusted-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/messense/rusted-rs" "work/ex/clippy-test-run/sources/stable/gh/messense/rusted-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/messense/rusted-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/messense/rusted-rs" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/messense/rusted-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/messense/rusted-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5a841eca5c5216e1b6e11bd44c47864a96e384bf [INFO] sha for GitHub repo messense/rusted-rs: 5a841eca5c5216e1b6e11bd44c47864a96e384bf [INFO] validating manifest of messense/rusted-rs 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 messense/rusted-rs 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 messense/rusted-rs [INFO] finished frobbing messense/rusted-rs [INFO] frobbed toml for messense/rusted-rs written to work/ex/clippy-test-run/sources/stable/gh/messense/rusted-rs/Cargo.toml [INFO] started frobbing messense/rusted-rs [INFO] finished frobbing messense/rusted-rs [INFO] frobbed toml for messense/rusted-rs written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/messense/rusted-rs/Cargo.toml [INFO] crate messense/rusted-rs 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 messense/rusted-rs against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-0/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/messense/rusted-rs:/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] ebc3369c9bcc0b7757e7d6f2de9efc7d2c8bf9affa491ad4fddeb2a0a96f8656 [INFO] running `"docker" "start" "-a" "ebc3369c9bcc0b7757e7d6f2de9efc7d2c8bf9affa491ad4fddeb2a0a96f8656"` [INFO] [stderr] Compiling gcc v0.3.46 [INFO] [stderr] Compiling plist v0.1.3 [INFO] [stderr] Compiling pulldown-cmark v0.0.14 [INFO] [stderr] Checking bincode v0.6.1 [INFO] [stderr] Checking chrono v0.2.25 [INFO] [stderr] Compiling cmake v0.1.22 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] Compiling onig_sys v61.3.0 [INFO] [stderr] Checking flate2 v0.2.19 [INFO] [stderr] Checking onig v1.2.2 [INFO] [stderr] Checking syntect v1.3.0 [INFO] [stderr] Checking rusted v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/renderer.rs:122:9 [INFO] [stderr] | [INFO] [stderr] 122 | iter: iter, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `iter` [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/renderer.rs:123:9 [INFO] [stderr] | [INFO] [stderr] 123 | buf: buf, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `buf` [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/renderer.rs:122:9 [INFO] [stderr] | [INFO] [stderr] 122 | iter: iter, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `iter` [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/renderer.rs:123:9 [INFO] [stderr] | [INFO] [stderr] 123 | buf: buf, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `buf` [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] Finished dev [unoptimized + debuginfo] target(s) in 24.20s [INFO] running `"docker" "inspect" "ebc3369c9bcc0b7757e7d6f2de9efc7d2c8bf9affa491ad4fddeb2a0a96f8656"` [INFO] running `"docker" "rm" "-f" "ebc3369c9bcc0b7757e7d6f2de9efc7d2c8bf9affa491ad4fddeb2a0a96f8656"` [INFO] [stdout] ebc3369c9bcc0b7757e7d6f2de9efc7d2c8bf9affa491ad4fddeb2a0a96f8656