[INFO] crate num-iter 0.1.37 is already in cache [INFO] extracting crate num-iter 0.1.37 into work/ex/clippy-test-run/sources/stable/reg/num-iter/0.1.37 [INFO] extracting crate num-iter 0.1.37 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/num-iter/0.1.37 [INFO] validating manifest of num-iter-0.1.37 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 num-iter-0.1.37 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 num-iter-0.1.37 [INFO] finished frobbing num-iter-0.1.37 [INFO] frobbed toml for num-iter-0.1.37 written to work/ex/clippy-test-run/sources/stable/reg/num-iter/0.1.37/Cargo.toml [INFO] started frobbing num-iter-0.1.37 [INFO] finished frobbing num-iter-0.1.37 [INFO] frobbed toml for num-iter-0.1.37 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/num-iter/0.1.37/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 num-iter-0.1.37 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/reg/num-iter/0.1.37:/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] f0961ee6600a67d742225f13da43be698afcf8b8e4bd14bf44d73237c73b52cd [INFO] running `"docker" "start" "-a" "f0961ee6600a67d742225f13da43be698afcf8b8e4bd14bf44d73237c73b52cd"` [INFO] [stderr] Compiling num-iter v0.1.37 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:56:25 [INFO] [stderr] | [INFO] [stderr] 56 | Range{state: start, stop: stop, one: One::one()} [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `stop` [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/lib.rs:225:29 [INFO] [stderr] | [INFO] [stderr] 225 | RangeStep{state: start, stop: stop, step: step, rev: rev} [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `stop` [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/lib.rs:225:41 [INFO] [stderr] | [INFO] [stderr] 225 | RangeStep{state: start, stop: stop, step: step, rev: rev} [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `step` [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/lib.rs:225:53 [INFO] [stderr] | [INFO] [stderr] 225 | RangeStep{state: start, stop: stop, step: step, rev: rev} [INFO] [stderr] | ^^^^^^^^ help: replace it with: `rev` [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/lib.rs:264:38 [INFO] [stderr] | [INFO] [stderr] 264 | RangeStepInclusive{state: start, stop: stop, step: step, rev: rev, done: false} [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `stop` [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/lib.rs:264:50 [INFO] [stderr] | [INFO] [stderr] 264 | RangeStepInclusive{state: start, stop: stop, step: step, rev: rev, done: false} [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `step` [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/lib.rs:264:62 [INFO] [stderr] | [INFO] [stderr] 264 | RangeStepInclusive{state: start, stop: stop, step: step, rev: rev, done: false} [INFO] [stderr] | ^^^^^^^^ help: replace it with: `rev` [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/lib.rs:56:25 [INFO] [stderr] | [INFO] [stderr] 56 | Range{state: start, stop: stop, one: One::one()} [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `stop` [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/lib.rs:225:29 [INFO] [stderr] | [INFO] [stderr] 225 | RangeStep{state: start, stop: stop, step: step, rev: rev} [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `stop` [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/lib.rs:225:41 [INFO] [stderr] | [INFO] [stderr] 225 | RangeStep{state: start, stop: stop, step: step, rev: rev} [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `step` [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/lib.rs:225:53 [INFO] [stderr] | [INFO] [stderr] 225 | RangeStep{state: start, stop: stop, step: step, rev: rev} [INFO] [stderr] | ^^^^^^^^ help: replace it with: `rev` [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/lib.rs:264:38 [INFO] [stderr] | [INFO] [stderr] 264 | RangeStepInclusive{state: start, stop: stop, step: step, rev: rev, done: false} [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `stop` [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/lib.rs:264:50 [INFO] [stderr] | [INFO] [stderr] 264 | RangeStepInclusive{state: start, stop: stop, step: step, rev: rev, done: false} [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `step` [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/lib.rs:264:62 [INFO] [stderr] | [INFO] [stderr] 264 | RangeStepInclusive{state: start, stop: stop, step: step, rev: rev, done: false} [INFO] [stderr] | ^^^^^^^^ help: replace it with: `rev` [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 2.03s [INFO] running `"docker" "inspect" "f0961ee6600a67d742225f13da43be698afcf8b8e4bd14bf44d73237c73b52cd"` [INFO] running `"docker" "rm" "-f" "f0961ee6600a67d742225f13da43be698afcf8b8e4bd14bf44d73237c73b52cd"` [INFO] [stdout] f0961ee6600a67d742225f13da43be698afcf8b8e4bd14bf44d73237c73b52cd