[INFO] updating cached repository av-elier/ar-hist [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/av-elier/ar-hist [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/av-elier/ar-hist" "work/ex/clippy-test-run/sources/stable/gh/av-elier/ar-hist"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/av-elier/ar-hist'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/av-elier/ar-hist" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/av-elier/ar-hist"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/av-elier/ar-hist'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b74e78a8f86c3e68b89bf236f208aaa00d50bfd1 [INFO] sha for GitHub repo av-elier/ar-hist: b74e78a8f86c3e68b89bf236f208aaa00d50bfd1 [INFO] validating manifest of av-elier/ar-hist 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 av-elier/ar-hist 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 av-elier/ar-hist [INFO] finished frobbing av-elier/ar-hist [INFO] frobbed toml for av-elier/ar-hist written to work/ex/clippy-test-run/sources/stable/gh/av-elier/ar-hist/Cargo.toml [INFO] started frobbing av-elier/ar-hist [INFO] finished frobbing av-elier/ar-hist [INFO] frobbed toml for av-elier/ar-hist written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/av-elier/ar-hist/Cargo.toml [INFO] crate av-elier/ar-hist 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 av-elier/ar-hist against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/av-elier/ar-hist:/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] 59f517bffe3b44f4f89042c2e0ac2fe9ccc6fd6614e58a853520f19fe0cd4d8f [INFO] running `"docker" "start" "-a" "59f517bffe3b44f4f89042c2e0ac2fe9ccc6fd6614e58a853520f19fe0cd4d8f"` [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking clap v2.29.3 [INFO] [stderr] Checking block-buffer v0.2.0 [INFO] [stderr] Checking env_logger v0.5.3 [INFO] [stderr] Checking hyper v0.11.16 [INFO] [stderr] Checking sha2 v0.6.0 [INFO] [stderr] Checking postgres-protocol v0.3.1 [INFO] [stderr] Checking postgres-shared v0.4.0 [INFO] [stderr] Checking postgres v0.15.1 [INFO] [stderr] Checking ar-hist v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/ar_pg.rs:23:19 [INFO] [stderr] | [INFO] [stderr] 23 | Ok(ArPg { conn: conn }) [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `conn` [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/subcmds/analyze.rs:105:13 [INFO] [stderr] | [INFO] [stderr] 105 | time: time, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `time` [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/subcmds/analyze.rs:106:13 [INFO] [stderr] | [INFO] [stderr] 106 | 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/subcmds/analyze.rs:107:13 [INFO] [stderr] | [INFO] [stderr] 107 | lifetime_percent: lifetime_percent, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `lifetime_percent` [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/subcmds/analyze.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 108 | cat_id: cat_id, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `cat_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/subcmds/analyze.rs:109:13 [INFO] [stderr] | [INFO] [stderr] 109 | cat_title: cat_title, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `cat_title` [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/subcmds/analyze.rs:110:13 [INFO] [stderr] | [INFO] [stderr] 110 | user_id: user_id, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `user_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/subcmds/analyze.rs:111:13 [INFO] [stderr] | [INFO] [stderr] 111 | user_fullname: user_fullname, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `user_fullname` [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/subcmds/analyze.rs:112:13 [INFO] [stderr] | [INFO] [stderr] 112 | views: views, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `views` [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/subcmds/analyze.rs:113:13 [INFO] [stderr] | [INFO] [stderr] 113 | votes_total: votes_total, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `votes_total` [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/subcmds/analyze.rs:114:13 [INFO] [stderr] | [INFO] [stderr] 114 | votes_positive: votes_positive, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `votes_positive` [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/subcmds/analyze.rs:115:13 [INFO] [stderr] | [INFO] [stderr] 115 | votes_negative: votes_negative, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `votes_negative` [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/subcmds/analyze.rs:116:13 [INFO] [stderr] | [INFO] [stderr] 116 | shares_all: shares_all, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `shares_all` [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/subcmds/analyze.rs:117:13 [INFO] [stderr] | [INFO] [stderr] 117 | comments_count: comments_count, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `comments_count` [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/subcmds/analyze.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 118 | status: status, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `status` [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/subcmds/analyze.rs:119:13 [INFO] [stderr] | [INFO] [stderr] 119 | title: title, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `title` [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/ar_pg.rs:23:19 [INFO] [stderr] | [INFO] [stderr] 23 | Ok(ArPg { conn: conn }) [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `conn` [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/subcmds/analyze.rs:105:13 [INFO] [stderr] | [INFO] [stderr] 105 | time: time, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `time` [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/subcmds/analyze.rs:106:13 [INFO] [stderr] | [INFO] [stderr] 106 | 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/subcmds/analyze.rs:107:13 [INFO] [stderr] | [INFO] [stderr] 107 | lifetime_percent: lifetime_percent, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `lifetime_percent` [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/subcmds/analyze.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 108 | cat_id: cat_id, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `cat_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/subcmds/analyze.rs:109:13 [INFO] [stderr] | [INFO] [stderr] 109 | cat_title: cat_title, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `cat_title` [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/subcmds/analyze.rs:110:13 [INFO] [stderr] | [INFO] [stderr] 110 | user_id: user_id, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `user_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/subcmds/analyze.rs:111:13 [INFO] [stderr] | [INFO] [stderr] 111 | user_fullname: user_fullname, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `user_fullname` [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/subcmds/analyze.rs:112:13 [INFO] [stderr] | [INFO] [stderr] 112 | views: views, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `views` [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/subcmds/analyze.rs:113:13 [INFO] [stderr] | [INFO] [stderr] 113 | votes_total: votes_total, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `votes_total` [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/subcmds/analyze.rs:114:13 [INFO] [stderr] | [INFO] [stderr] 114 | votes_positive: votes_positive, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `votes_positive` [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/subcmds/analyze.rs:115:13 [INFO] [stderr] | [INFO] [stderr] 115 | votes_negative: votes_negative, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `votes_negative` [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/subcmds/analyze.rs:116:13 [INFO] [stderr] | [INFO] [stderr] 116 | shares_all: shares_all, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `shares_all` [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/subcmds/analyze.rs:117:13 [INFO] [stderr] | [INFO] [stderr] 117 | comments_count: comments_count, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `comments_count` [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/subcmds/analyze.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 118 | status: status, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `status` [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/subcmds/analyze.rs:119:13 [INFO] [stderr] | [INFO] [stderr] 119 | title: title, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `title` [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] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(drain_filter)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(iterator_try_fold)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `ar-hist`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(drain_filter)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(iterator_try_fold)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `ar-hist`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "59f517bffe3b44f4f89042c2e0ac2fe9ccc6fd6614e58a853520f19fe0cd4d8f"` [INFO] running `"docker" "rm" "-f" "59f517bffe3b44f4f89042c2e0ac2fe9ccc6fd6614e58a853520f19fe0cd4d8f"` [INFO] [stdout] 59f517bffe3b44f4f89042c2e0ac2fe9ccc6fd6614e58a853520f19fe0cd4d8f