[INFO] updating cached repository johshoff/plaintalkio [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/johshoff/plaintalkio [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/johshoff/plaintalkio" "work/ex/clippy-test-run/sources/stable/gh/johshoff/plaintalkio"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/johshoff/plaintalkio'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/johshoff/plaintalkio" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/johshoff/plaintalkio"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/johshoff/plaintalkio'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2e0e987ad7a81c8e1618b838c4d09b84ad22e00a [INFO] sha for GitHub repo johshoff/plaintalkio: 2e0e987ad7a81c8e1618b838c4d09b84ad22e00a [INFO] validating manifest of johshoff/plaintalkio 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 johshoff/plaintalkio 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 johshoff/plaintalkio [INFO] finished frobbing johshoff/plaintalkio [INFO] frobbed toml for johshoff/plaintalkio written to work/ex/clippy-test-run/sources/stable/gh/johshoff/plaintalkio/Cargo.toml [INFO] started frobbing johshoff/plaintalkio [INFO] finished frobbing johshoff/plaintalkio [INFO] frobbed toml for johshoff/plaintalkio written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/johshoff/plaintalkio/Cargo.toml [INFO] crate johshoff/plaintalkio 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 johshoff/plaintalkio against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/johshoff/plaintalkio:/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] 693261c7f993b57645303b0c55f90f8802aa97f928106caf86c170b98bb04b5a [INFO] running `"docker" "start" "-a" "693261c7f993b57645303b0c55f90f8802aa97f928106caf86c170b98bb04b5a"` [INFO] [stderr] Checking spin v0.4.5 [INFO] [stderr] Checking net2 v0.2.27 [INFO] [stderr] Checking futures v0.1.10 [INFO] [stderr] Checking concurrent-hashmap v0.2.2 [INFO] [stderr] Checking mio v0.6.4 [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking tokio-core v0.1.4 [INFO] [stderr] Checking tokio-proto v0.1.0 [INFO] [stderr] Checking plaintalkio v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:47:46 [INFO] [stderr] | [INFO] [stderr] 47 | return Ok(Some(Message { fields: fields })); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `fields` [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:47:46 [INFO] [stderr] | [INFO] [stderr] 47 | return Ok(Some(Message { fields: fields })); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `fields` [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] --> examples/dictionary.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | dictionary: dictionary [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `dictionary` [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] Finished dev [unoptimized + debuginfo] target(s) in 8.78s [INFO] running `"docker" "inspect" "693261c7f993b57645303b0c55f90f8802aa97f928106caf86c170b98bb04b5a"` [INFO] running `"docker" "rm" "-f" "693261c7f993b57645303b0c55f90f8802aa97f928106caf86c170b98bb04b5a"` [INFO] [stdout] 693261c7f993b57645303b0c55f90f8802aa97f928106caf86c170b98bb04b5a