[INFO] crate rustiful 0.1.0 is already in cache [INFO] extracting crate rustiful 0.1.0 into work/ex/clippy-test-run/sources/stable/reg/rustiful/0.1.0 [INFO] extracting crate rustiful 0.1.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/rustiful/0.1.0 [INFO] validating manifest of rustiful-0.1.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 rustiful-0.1.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 rustiful-0.1.0 [INFO] finished frobbing rustiful-0.1.0 [INFO] frobbed toml for rustiful-0.1.0 written to work/ex/clippy-test-run/sources/stable/reg/rustiful/0.1.0/Cargo.toml [INFO] started frobbing rustiful-0.1.0 [INFO] finished frobbing rustiful-0.1.0 [INFO] frobbed toml for rustiful-0.1.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/rustiful/0.1.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 rustiful-0.1.0 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/reg/rustiful/0.1.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] 4c3ff4b71e2b4eb9e3213d90e9af7bdbbd80f35ea25bb8a0ebf55730c3165d5c [INFO] running `"docker" "start" "-a" "4c3ff4b71e2b4eb9e3213d90e9af7bdbbd80f35ea25bb8a0ebf55730c3165d5c"` [INFO] [stderr] Compiling proc-macro-hack-impl v0.3.3 [INFO] [stderr] Checking uuid v0.4.0 [INFO] [stderr] Checking iron v0.5.1 [INFO] [stderr] Compiling proc-macro-hack v0.3.3 [INFO] [stderr] Compiling autoimpl-derive v0.1.0 [INFO] [stderr] Checking persistent v0.3.0 [INFO] [stderr] Checking iron-test v0.5.0 [INFO] [stderr] Checking router v0.5.1 [INFO] [stderr] Checking autoimpl v0.1.0 [INFO] [stderr] Checking bodyparser v0.7.0 [INFO] [stderr] Checking rustiful v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/params.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | query_params: query_params, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `query_params` [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/errors/repository_error.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | error: error, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `error` [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/errors/repository_error.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | 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/iron/mod.rs:147:13 [INFO] [stderr] | [INFO] [stderr] 147 | router: router, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `router` [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/iron/mod.rs:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | max_body_length: max_body_length, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `max_body_length` [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/params.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | query_params: query_params, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `query_params` [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/errors/repository_error.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | error: error, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `error` [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/errors/repository_error.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | 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/iron/mod.rs:147:13 [INFO] [stderr] | [INFO] [stderr] 147 | router: router, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `router` [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/iron/mod.rs:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | max_body_length: max_body_length, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `max_body_length` [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: consider using `Option` instead of `Option>` or a custom enum if you need to distinguish all 3 cases [INFO] [stderr] --> src/json_option.rs:35:58 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn some_option<'de, T, D>(deserializer: D) -> Result>, D::Error> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::option_option)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#option_option [INFO] [stderr] [INFO] [stderr] warning: consider using `Option` instead of `Option>` or a custom enum if you need to distinguish all 3 cases [INFO] [stderr] --> src/json_option.rs:35:58 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn some_option<'de, T, D>(deserializer: D) -> Result>, D::Error> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::option_option)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#option_option [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.98s [INFO] running `"docker" "inspect" "4c3ff4b71e2b4eb9e3213d90e9af7bdbbd80f35ea25bb8a0ebf55730c3165d5c"` [INFO] running `"docker" "rm" "-f" "4c3ff4b71e2b4eb9e3213d90e9af7bdbbd80f35ea25bb8a0ebf55730c3165d5c"` [INFO] [stdout] 4c3ff4b71e2b4eb9e3213d90e9af7bdbbd80f35ea25bb8a0ebf55730c3165d5c