[INFO] updating cached repository eagletmt/twitter-user-tracker [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/eagletmt/twitter-user-tracker [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/eagletmt/twitter-user-tracker" "work/ex/clippy-test-run/sources/stable/gh/eagletmt/twitter-user-tracker"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/eagletmt/twitter-user-tracker'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/eagletmt/twitter-user-tracker" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/eagletmt/twitter-user-tracker"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/eagletmt/twitter-user-tracker'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 38059bbed408fd64d42589e11964319e4393dff8 [INFO] sha for GitHub repo eagletmt/twitter-user-tracker: 38059bbed408fd64d42589e11964319e4393dff8 [INFO] validating manifest of eagletmt/twitter-user-tracker 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 eagletmt/twitter-user-tracker 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 eagletmt/twitter-user-tracker [INFO] finished frobbing eagletmt/twitter-user-tracker [INFO] frobbed toml for eagletmt/twitter-user-tracker written to work/ex/clippy-test-run/sources/stable/gh/eagletmt/twitter-user-tracker/Cargo.toml [INFO] started frobbing eagletmt/twitter-user-tracker [INFO] finished frobbing eagletmt/twitter-user-tracker [INFO] frobbed toml for eagletmt/twitter-user-tracker written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/eagletmt/twitter-user-tracker/Cargo.toml [INFO] crate eagletmt/twitter-user-tracker 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 eagletmt/twitter-user-tracker against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-7/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/eagletmt/twitter-user-tracker:/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] 85729c6a07a56b0a6bd1f0e68407e395603bccb4ef826992d9d2c38e949bd706 [INFO] running `"docker" "start" "-a" "85729c6a07a56b0a6bd1f0e68407e395603bccb4ef826992d9d2c38e949bd706"` [INFO] [stderr] Checking md5 v0.3.3 [INFO] [stderr] Checking base64 v0.2.1 [INFO] [stderr] Checking serde v0.9.13 [INFO] [stderr] Compiling num_cpus v1.3.0 [INFO] [stderr] Checking base64 v0.4.1 [INFO] [stderr] Compiling deque v0.3.1 [INFO] [stderr] Compiling hyper v0.10.8 [INFO] [stderr] Compiling syn v0.11.10 [INFO] [stderr] Checking env_logger v0.4.2 [INFO] [stderr] Checking postgres-protocol v0.2.1 [INFO] [stderr] Compiling rayon-core v1.0.0 [INFO] [stderr] Checking postgres-shared v0.2.0 [INFO] [stderr] Compiling rayon v0.7.0 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Checking postgres v0.14.0 [INFO] [stderr] Compiling serde_derive v0.9.13 [INFO] [stderr] Compiling ring v0.7.5 [INFO] [stderr] Checking serde_json v0.9.10 [INFO] [stderr] Checking webpki v0.10.2 [INFO] [stderr] Checking rustls v0.5.8 [INFO] [stderr] Checking webpki-roots v0.7.0 [INFO] [stderr] Checking hyper-rustls v0.3.2 [INFO] [stderr] Checking twitter-user-tracker v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/main.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | client: client, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `client` [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/main.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | postgres: postgres, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `postgres` [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/main.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | client: client, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `client` [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/main.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | postgres: postgres, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `postgres` [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 45.55s [INFO] running `"docker" "inspect" "85729c6a07a56b0a6bd1f0e68407e395603bccb4ef826992d9d2c38e949bd706"` [INFO] running `"docker" "rm" "-f" "85729c6a07a56b0a6bd1f0e68407e395603bccb4ef826992d9d2c38e949bd706"` [INFO] [stdout] 85729c6a07a56b0a6bd1f0e68407e395603bccb4ef826992d9d2c38e949bd706