[INFO] crate searchspot 0.16.0 is already in cache [INFO] extracting crate searchspot 0.16.0 into work/ex/clippy-test-run/sources/stable/reg/searchspot/0.16.0 [INFO] extracting crate searchspot 0.16.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/searchspot/0.16.0 [INFO] validating manifest of searchspot-0.16.0 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 searchspot-0.16.0 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 searchspot-0.16.0 [INFO] finished frobbing searchspot-0.16.0 [INFO] frobbed toml for searchspot-0.16.0 written to work/ex/clippy-test-run/sources/stable/reg/searchspot/0.16.0/Cargo.toml [INFO] started frobbing searchspot-0.16.0 [INFO] finished frobbing searchspot-0.16.0 [INFO] frobbed toml for searchspot-0.16.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/searchspot/0.16.0/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 searchspot-0.16.0 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/reg/searchspot/0.16.0:/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] 77e40e601d774627aed236013ca9c567166cbd96f73795c9fccf94f5fa19c25e [INFO] running `"docker" "start" "-a" "77e40e601d774627aed236013ca9c567166cbd96f73795c9fccf94f5fa19c25e"` [INFO] [stderr] Checking generic-array v0.7.3 [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking buf_redux v0.6.3 [INFO] [stderr] Checking rollbar v0.4.0 [INFO] [stderr] Checking rs-es v0.10.5 [INFO] [stderr] Checking router v0.6.0 [INFO] [stderr] Checking logger v0.4.0 [INFO] [stderr] Checking urlencoded v0.6.0 [INFO] [stderr] Checking digest-buffer v0.3.1 [INFO] [stderr] Checking digest v0.5.2 [INFO] [stderr] Checking crypto-mac v0.3.0 [INFO] [stderr] Checking multipart v0.13.6 [INFO] [stderr] Checking hmac v0.1.1 [INFO] [stderr] Checking sha2 v0.5.3 [INFO] [stderr] Checking sha-1 v0.3.4 [INFO] [stderr] Checking oath v0.10.2 [INFO] [stderr] Checking params v0.8.0 [INFO] [stderr] Checking searchspot v0.16.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/config.rs:167:7 [INFO] [stderr] | [INFO] [stderr] 167 | http: http, [INFO] [stderr] | ^^^^^^^^^^^^^ help: replace it with: `http` [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/config.rs:168:7 [INFO] [stderr] | [INFO] [stderr] 168 | es: es, [INFO] [stderr] | ^^^^^^^^^^^ help: replace it with: `es` [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/config.rs:169:7 [INFO] [stderr] | [INFO] [stderr] 169 | auth: auth, [INFO] [stderr] | ^^^^^^^^^^^^^ help: replace it with: `auth` [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/config.rs:170:7 [INFO] [stderr] | [INFO] [stderr] 170 | tokens: tokens, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: replace it with: `tokens` [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/config.rs:171:7 [INFO] [stderr] | [INFO] [stderr] 171 | monitor: monitor [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `monitor` [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/server.rs:112:7 [INFO] [stderr] | [INFO] [stderr] 112 | config: config [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `config` [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/server.rs:147:7 [INFO] [stderr] | [INFO] [stderr] 147 | config: config [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `config` [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/server.rs:181:7 [INFO] [stderr] | [INFO] [stderr] 181 | config: config [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `config` [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/config.rs:167:7 [INFO] [stderr] | [INFO] [stderr] 167 | http: http, [INFO] [stderr] | ^^^^^^^^^^^^^ help: replace it with: `http` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/server.rs:226:7 [INFO] [stderr] | [INFO] [stderr] 226 | config: config [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `config` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/config.rs:168:7 [INFO] [stderr] | [INFO] [stderr] 168 | es: es, [INFO] [stderr] | ^^^^^^^^^^^ help: replace it with: `es` [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/config.rs:169:7 [INFO] [stderr] | [INFO] [stderr] 169 | auth: auth, [INFO] [stderr] | ^^^^^^^^^^^^^ help: replace it with: `auth` [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/config.rs:170:7 [INFO] [stderr] | [INFO] [stderr] 170 | tokens: tokens, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: replace it with: `tokens` [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/config.rs:171:7 [INFO] [stderr] | [INFO] [stderr] 171 | monitor: monitor [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `monitor` [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] = 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/server.rs:275:14 [INFO] [stderr] | [INFO] [stderr] 275 | Server { config: config } [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `config` [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/server.rs:112:7 [INFO] [stderr] | [INFO] [stderr] 112 | config: config [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `config` [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/server.rs:147:7 [INFO] [stderr] | [INFO] [stderr] 147 | config: config [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `config` [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/logger.rs:12:55 [INFO] [stderr] | [INFO] [stderr] 12 | Some(monitor) => { return Box::new(Logger { monitor: monitor }); }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `monitor` [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/server.rs:181:7 [INFO] [stderr] | [INFO] [stderr] 181 | config: config [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `config` [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/server.rs:226:7 [INFO] [stderr] | [INFO] [stderr] 226 | config: config [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `config` [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/server.rs:275:14 [INFO] [stderr] | [INFO] [stderr] 275 | Server { config: config } [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `config` [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/resources/talent.rs:100:7 [INFO] [stderr] | [INFO] [stderr] 100 | roles_experiences: roles_experiences, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `roles_experiences` [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/logger.rs:12:55 [INFO] [stderr] | [INFO] [stderr] 12 | Some(monitor) => { return Box::new(Logger { monitor: monitor }); }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `monitor` [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/resources/talent.rs:393:25 [INFO] [stderr] | [INFO] [stderr] 393 | SearchResults { total: total, talents: results } [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `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/resources/talent.rs:100:7 [INFO] [stderr] | [INFO] [stderr] 100 | roles_experiences: roles_experiences, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `roles_experiences` [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/resources/talent.rs:393:25 [INFO] [stderr] | [INFO] [stderr] 393 | SearchResults { total: total, talents: results } [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `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/resources/score.rs:103:11 [INFO] [stderr] | [INFO] [stderr] 103 | scores: scores [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `scores` [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/resources/score.rs:103:11 [INFO] [stderr] | [INFO] [stderr] 103 | scores: scores [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `scores` [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/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait, iterator_for_each)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `searchspot`. [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/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait, iterator_for_each)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `searchspot`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "77e40e601d774627aed236013ca9c567166cbd96f73795c9fccf94f5fa19c25e"` [INFO] running `"docker" "rm" "-f" "77e40e601d774627aed236013ca9c567166cbd96f73795c9fccf94f5fa19c25e"` [INFO] [stdout] 77e40e601d774627aed236013ca9c567166cbd96f73795c9fccf94f5fa19c25e