[INFO] crate serde_derive_state 0.4.4 is already in cache [INFO] extracting crate serde_derive_state 0.4.4 into work/ex/clippy-test-run/sources/stable/reg/serde_derive_state/0.4.4 [INFO] extracting crate serde_derive_state 0.4.4 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/serde_derive_state/0.4.4 [INFO] validating manifest of serde_derive_state-0.4.4 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 serde_derive_state-0.4.4 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 serde_derive_state-0.4.4 [INFO] finished frobbing serde_derive_state-0.4.4 [INFO] frobbed toml for serde_derive_state-0.4.4 written to work/ex/clippy-test-run/sources/stable/reg/serde_derive_state/0.4.4/Cargo.toml [INFO] started frobbing serde_derive_state-0.4.4 [INFO] finished frobbing serde_derive_state-0.4.4 [INFO] frobbed toml for serde_derive_state-0.4.4 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/serde_derive_state/0.4.4/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 serde_derive_state-0.4.4 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/serde_derive_state/0.4.4:/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] 82c411c52e4caf013c0c8eb833d4e1870e78265d4a6d1ffa2c90eea1caa298de [INFO] running `"docker" "start" "-a" "82c411c52e4caf013c0c8eb833d4e1870e78265d4a6d1ffa2c90eea1caa298de"` [INFO] [stderr] Checking syn v0.14.9 [INFO] [stderr] Checking serde_derive_state v0.4.4 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_pedantic` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:26:52 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] [INFO] [stderr] warning: lint name `enum_variant_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | enum_variant_names, redundant_field_names, too_many_arguments, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::enum_variant_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_field_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:31:29 [INFO] [stderr] | [INFO] [stderr] 31 | enum_variant_names, redundant_field_names, too_many_arguments, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_field_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | enum_variant_names, redundant_field_names, too_many_arguments, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] [INFO] [stderr] warning: lint name `used_underscore_binding` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:31:72 [INFO] [stderr] | [INFO] [stderr] 31 | enum_variant_names, redundant_field_names, too_many_arguments, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::used_underscore_binding` [INFO] [stderr] [INFO] [stderr] warning: lint name `cyclomatic_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | cyclomatic_complexity, needless_pass_by_value [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cyclomatic_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_pass_by_value` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | cyclomatic_complexity, needless_pass_by_value [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] [INFO] [stderr] warning: lint name `items_after_statements` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::items_after_statements` [INFO] [stderr] [INFO] [stderr] warning: lint name `doc_markdown` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:33 [INFO] [stderr] | [INFO] [stderr] 39 | items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::doc_markdown` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:47 [INFO] [stderr] | [INFO] [stderr] 39 | items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else, [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `similar_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:56 [INFO] [stderr] | [INFO] [stderr] 39 | items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::similar_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:71 [INFO] [stderr] | [INFO] [stderr] 39 | items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else, [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `single_match_else` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:81 [INFO] [stderr] | [INFO] [stderr] 39 | items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::single_match_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `enum_glob_use` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | enum_glob_use, match_same_arms, filter_map, cast_possible_truncation, indexing_slicing [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::enum_glob_use` [INFO] [stderr] [INFO] [stderr] warning: lint name `match_same_arms` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | enum_glob_use, match_same_arms, filter_map, cast_possible_truncation, indexing_slicing [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] [INFO] [stderr] warning: lint name `filter_map` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:40:41 [INFO] [stderr] | [INFO] [stderr] 40 | enum_glob_use, match_same_arms, filter_map, cast_possible_truncation, indexing_slicing [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::filter_map` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_possible_truncation` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:40:53 [INFO] [stderr] | [INFO] [stderr] 40 | enum_glob_use, match_same_arms, filter_map, cast_possible_truncation, indexing_slicing [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `indexing_slicing` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:40:79 [INFO] [stderr] | [INFO] [stderr] 40 | enum_glob_use, match_same_arms, filter_map, cast_possible_truncation, indexing_slicing [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::indexing_slicing` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_pedantic` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:26:52 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] [INFO] [stderr] warning: lint name `enum_variant_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | enum_variant_names, redundant_field_names, too_many_arguments, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::enum_variant_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_field_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:31:29 [INFO] [stderr] | [INFO] [stderr] 31 | enum_variant_names, redundant_field_names, too_many_arguments, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_field_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | enum_variant_names, redundant_field_names, too_many_arguments, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] [INFO] [stderr] warning: lint name `used_underscore_binding` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:31:72 [INFO] [stderr] | [INFO] [stderr] 31 | enum_variant_names, redundant_field_names, too_many_arguments, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::used_underscore_binding` [INFO] [stderr] [INFO] [stderr] warning: lint name `cyclomatic_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | cyclomatic_complexity, needless_pass_by_value [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cyclomatic_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_pass_by_value` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | cyclomatic_complexity, needless_pass_by_value [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] [INFO] [stderr] warning: lint name `items_after_statements` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::items_after_statements` [INFO] [stderr] [INFO] [stderr] warning: lint name `doc_markdown` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:33 [INFO] [stderr] | [INFO] [stderr] 39 | items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::doc_markdown` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:47 [INFO] [stderr] | [INFO] [stderr] 39 | items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else, [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `similar_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:56 [INFO] [stderr] | [INFO] [stderr] 39 | items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::similar_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:71 [INFO] [stderr] | [INFO] [stderr] 39 | items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else, [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `single_match_else` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:39:81 [INFO] [stderr] | [INFO] [stderr] 39 | items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::single_match_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `enum_glob_use` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | enum_glob_use, match_same_arms, filter_map, cast_possible_truncation, indexing_slicing [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::enum_glob_use` [INFO] [stderr] [INFO] [stderr] warning: lint name `match_same_arms` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | enum_glob_use, match_same_arms, filter_map, cast_possible_truncation, indexing_slicing [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] [INFO] [stderr] warning: lint name `filter_map` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:40:41 [INFO] [stderr] | [INFO] [stderr] 40 | enum_glob_use, match_same_arms, filter_map, cast_possible_truncation, indexing_slicing [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::filter_map` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_possible_truncation` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:40:53 [INFO] [stderr] | [INFO] [stderr] 40 | enum_glob_use, match_same_arms, filter_map, cast_possible_truncation, indexing_slicing [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `indexing_slicing` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:40:79 [INFO] [stderr] | [INFO] [stderr] 40 | enum_glob_use, match_same_arms, filter_map, cast_possible_truncation, indexing_slicing [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::indexing_slicing` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] [INFO] [stderr] error: integer type suffix should be separated by an underscore [INFO] [stderr] --> src/de.rs:758:28 [INFO] [stderr] | [INFO] [stderr] 758 | let mut index_in_seq = 0usize; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:26:52 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[deny(clippy::unseparated_literal_suffix)] implied by #[deny(clippy::pedantic)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unseparated_literal_suffix [INFO] [stderr] [INFO] [stderr] error: integer type suffix should be separated by an underscore [INFO] [stderr] --> src/de.rs:758:28 [INFO] [stderr] | [INFO] [stderr] 758 | let mut index_in_seq = 0usize; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:26:52 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[deny(clippy::unseparated_literal_suffix)] implied by #[deny(clippy::pedantic)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unseparated_literal_suffix [INFO] [stderr] [INFO] [stderr] error: this `else { if .. }` block can be collapsed [INFO] [stderr] --> src/ser.rs:50:12 [INFO] [stderr] | [INFO] [stderr] 50 | } else { [INFO] [stderr] | ____________^ [INFO] [stderr] 51 | | if seed { [INFO] [stderr] 52 | | let seed_ty = cont [INFO] [stderr] 53 | | .attrs [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | }; [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: #[deny(clippy::collapsible_if)] implied by #[deny(clippy::all)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_if [INFO] [stderr] help: try [INFO] [stderr] | [INFO] [stderr] 50 | } else if seed { [INFO] [stderr] 51 | let seed_ty = cont [INFO] [stderr] 52 | .attrs [INFO] [stderr] 53 | .serialize_state() [INFO] [stderr] 54 | .ok_or_else(|| "Need a seed attribute")?; [INFO] [stderr] 55 | [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] error: this `else { if .. }` block can be collapsed [INFO] [stderr] --> src/ser.rs:50:12 [INFO] [stderr] | [INFO] [stderr] 50 | } else { [INFO] [stderr] | ____________^ [INFO] [stderr] 51 | | if seed { [INFO] [stderr] 52 | | let seed_ty = cont [INFO] [stderr] 53 | | .attrs [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | }; [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: #[deny(clippy::collapsible_if)] implied by #[deny(clippy::all)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_if [INFO] [stderr] help: try [INFO] [stderr] | [INFO] [stderr] 50 | } else if seed { [INFO] [stderr] 51 | let seed_ty = cont [INFO] [stderr] 52 | .attrs [INFO] [stderr] 53 | .serialize_state() [INFO] [stderr] 54 | .ok_or_else(|| "Need a seed attribute")?; [INFO] [stderr] 55 | [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `serde_derive_state`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `serde_derive_state`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "82c411c52e4caf013c0c8eb833d4e1870e78265d4a6d1ffa2c90eea1caa298de"` [INFO] running `"docker" "rm" "-f" "82c411c52e4caf013c0c8eb833d4e1870e78265d4a6d1ffa2c90eea1caa298de"` [INFO] [stdout] 82c411c52e4caf013c0c8eb833d4e1870e78265d4a6d1ffa2c90eea1caa298de