[INFO] crate philec 0.1.4 is already in cache [INFO] extracting crate philec 0.1.4 into work/ex/clippy-test-run/sources/stable/reg/philec/0.1.4 [INFO] extracting crate philec 0.1.4 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/philec/0.1.4 [INFO] validating manifest of philec-0.1.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 philec-0.1.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 philec-0.1.4 [INFO] finished frobbing philec-0.1.4 [INFO] frobbed toml for philec-0.1.4 written to work/ex/clippy-test-run/sources/stable/reg/philec/0.1.4/Cargo.toml [INFO] started frobbing philec-0.1.4 [INFO] finished frobbing philec-0.1.4 [INFO] frobbed toml for philec-0.1.4 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/philec/0.1.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 philec-0.1.4 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/philec/0.1.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] e9617a424892a9a86869eb39194017702f2970d8f7bdc508bf66c2addbc4f177 [INFO] running `"docker" "start" "-a" "e9617a424892a9a86869eb39194017702f2970d8f7bdc508bf66c2addbc4f177"` [INFO] [stderr] Checking phile v0.1.4 [INFO] [stderr] Checking philec v0.1.4 (/opt/crater/workdir) [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/main.rs:114:19 [INFO] [stderr] | [INFO] [stderr] 114 | allow(match_same_arms, clone_on_ref_ptr))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `clone_on_ref_ptr` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:114:36 [INFO] [stderr] | [INFO] [stderr] 114 | allow(match_same_arms, clone_on_ref_ptr))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::clone_on_ref_ptr` [INFO] [stderr] [INFO] [stderr] warning: lint name `wrong_pub_self_convention` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:116:18 [INFO] [stderr] | [INFO] [stderr] 116 | deny(wrong_pub_self_convention, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::wrong_pub_self_convention` [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/main.rs:116:45 [INFO] [stderr] | [INFO] [stderr] 116 | deny(wrong_pub_self_convention, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::used_underscore_binding` [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/main.rs:117:18 [INFO] [stderr] | [INFO] [stderr] 117 | stutter, similar_names, pub_enum_variant_names, [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/main.rs:117:27 [INFO] [stderr] | [INFO] [stderr] 117 | stutter, similar_names, pub_enum_variant_names, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::similar_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `pub_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/main.rs:117:42 [INFO] [stderr] | [INFO] [stderr] 117 | stutter, similar_names, pub_enum_variant_names, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::pub_enum_variant_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `non_ascii_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:118:18 [INFO] [stderr] | [INFO] [stderr] 118 | non_ascii_literal, unicode_not_nfc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::non_ascii_literal` [INFO] [stderr] [INFO] [stderr] warning: lint name `unicode_not_nfc` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:118:37 [INFO] [stderr] | [INFO] [stderr] 118 | non_ascii_literal, unicode_not_nfc, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::unicode_not_nfc` [INFO] [stderr] [INFO] [stderr] warning: lint name `option_map_unwrap_or_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/main.rs:120:18 [INFO] [stderr] | [INFO] [stderr] 120 | option_map_unwrap_or_else, option_map_unwrap_or, filter_map, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_map_unwrap_or_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `option_map_unwrap_or` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:120:45 [INFO] [stderr] | [INFO] [stderr] 120 | option_map_unwrap_or_else, option_map_unwrap_or, filter_map, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_map_unwrap_or` [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/main.rs:120:67 [INFO] [stderr] | [INFO] [stderr] 120 | option_map_unwrap_or_else, option_map_unwrap_or, filter_map, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::filter_map` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_unrelated` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:121:18 [INFO] [stderr] | [INFO] [stderr] 121 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::shadow_unrelated` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_reuse` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:121:36 [INFO] [stderr] | [INFO] [stderr] 121 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::shadow_reuse` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_same` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:121:50 [INFO] [stderr] | [INFO] [stderr] 121 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::shadow_same` [INFO] [stderr] [INFO] [stderr] warning: lint name `int_plus_one` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:122:18 [INFO] [stderr] | [INFO] [stderr] 122 | int_plus_one, string_add_assign, if_not_else, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::int_plus_one` [INFO] [stderr] [INFO] [stderr] warning: lint name `string_add_assign` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:122:32 [INFO] [stderr] | [INFO] [stderr] 122 | int_plus_one, string_add_assign, if_not_else, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::string_add_assign` [INFO] [stderr] [INFO] [stderr] warning: lint name `if_not_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/main.rs:122:51 [INFO] [stderr] | [INFO] [stderr] 122 | int_plus_one, string_add_assign, if_not_else, [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::if_not_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `invalid_upcast_comparisons` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | invalid_upcast_comparisons, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::invalid_upcast_comparisons` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_sign_loss` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:124:18 [INFO] [stderr] | [INFO] [stderr] 124 | cast_sign_loss, /* cast_precision_loss, */ // TODO(H2CO3): fix these [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::cast_sign_loss` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_possible_wrap` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | cast_possible_wrap, cast_possible_truncation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_wrap` [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/main.rs:125:38 [INFO] [stderr] | [INFO] [stderr] 125 | cast_possible_wrap, cast_possible_truncation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `mutex_integer` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:126:18 [INFO] [stderr] | [INFO] [stderr] 126 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::mutex_integer` [INFO] [stderr] [INFO] [stderr] warning: lint name `mut_mut` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:126:33 [INFO] [stderr] | [INFO] [stderr] 126 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::mut_mut` [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/main.rs:126:42 [INFO] [stderr] | [INFO] [stderr] 126 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::items_after_statements` [INFO] [stderr] [INFO] [stderr] warning: lint name `print_stdout` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:127:18 [INFO] [stderr] | [INFO] [stderr] 127 | print_stdout, mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::print_stdout` [INFO] [stderr] [INFO] [stderr] warning: lint name `mem_forget` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:127:32 [INFO] [stderr] | [INFO] [stderr] 127 | print_stdout, mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::mem_forget` [INFO] [stderr] [INFO] [stderr] warning: lint name `maybe_infinite_iter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:127:44 [INFO] [stderr] | [INFO] [stderr] 127 | print_stdout, mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::maybe_infinite_iter` [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/main.rs:255:9 [INFO] [stderr] | [INFO] [stderr] 255 | codegen_params: codegen_params, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `codegen_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: 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/main.rs:114:19 [INFO] [stderr] | [INFO] [stderr] 114 | allow(match_same_arms, clone_on_ref_ptr))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `clone_on_ref_ptr` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:114:36 [INFO] [stderr] | [INFO] [stderr] 114 | allow(match_same_arms, clone_on_ref_ptr))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::clone_on_ref_ptr` [INFO] [stderr] [INFO] [stderr] warning: lint name `wrong_pub_self_convention` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:116:18 [INFO] [stderr] | [INFO] [stderr] 116 | deny(wrong_pub_self_convention, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::wrong_pub_self_convention` [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/main.rs:116:45 [INFO] [stderr] | [INFO] [stderr] 116 | deny(wrong_pub_self_convention, used_underscore_binding, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::used_underscore_binding` [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/main.rs:117:18 [INFO] [stderr] | [INFO] [stderr] 117 | stutter, similar_names, pub_enum_variant_names, [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/main.rs:117:27 [INFO] [stderr] | [INFO] [stderr] 117 | stutter, similar_names, pub_enum_variant_names, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::similar_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `pub_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/main.rs:117:42 [INFO] [stderr] | [INFO] [stderr] 117 | stutter, similar_names, pub_enum_variant_names, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::pub_enum_variant_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `non_ascii_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:118:18 [INFO] [stderr] | [INFO] [stderr] 118 | non_ascii_literal, unicode_not_nfc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::non_ascii_literal` [INFO] [stderr] [INFO] [stderr] warning: lint name `unicode_not_nfc` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:118:37 [INFO] [stderr] | [INFO] [stderr] 118 | non_ascii_literal, unicode_not_nfc, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::unicode_not_nfc` [INFO] [stderr] [INFO] [stderr] warning: lint name `option_map_unwrap_or_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/main.rs:120:18 [INFO] [stderr] | [INFO] [stderr] 120 | option_map_unwrap_or_else, option_map_unwrap_or, filter_map, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_map_unwrap_or_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `option_map_unwrap_or` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:120:45 [INFO] [stderr] | [INFO] [stderr] 120 | option_map_unwrap_or_else, option_map_unwrap_or, filter_map, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_map_unwrap_or` [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/main.rs:120:67 [INFO] [stderr] | [INFO] [stderr] 120 | option_map_unwrap_or_else, option_map_unwrap_or, filter_map, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::filter_map` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_unrelated` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:121:18 [INFO] [stderr] | [INFO] [stderr] 121 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::shadow_unrelated` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_reuse` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:121:36 [INFO] [stderr] | [INFO] [stderr] 121 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::shadow_reuse` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_same` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:121:50 [INFO] [stderr] | [INFO] [stderr] 121 | shadow_unrelated, shadow_reuse, shadow_same, [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::shadow_same` [INFO] [stderr] [INFO] [stderr] warning: lint name `int_plus_one` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:122:18 [INFO] [stderr] | [INFO] [stderr] 122 | int_plus_one, string_add_assign, if_not_else, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::int_plus_one` [INFO] [stderr] [INFO] [stderr] warning: lint name `string_add_assign` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:122:32 [INFO] [stderr] | [INFO] [stderr] 122 | int_plus_one, string_add_assign, if_not_else, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::string_add_assign` [INFO] [stderr] [INFO] [stderr] warning: lint name `if_not_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/main.rs:122:51 [INFO] [stderr] | [INFO] [stderr] 122 | int_plus_one, string_add_assign, if_not_else, [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::if_not_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `invalid_upcast_comparisons` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | invalid_upcast_comparisons, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::invalid_upcast_comparisons` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_sign_loss` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:124:18 [INFO] [stderr] | [INFO] [stderr] 124 | cast_sign_loss, /* cast_precision_loss, */ // TODO(H2CO3): fix these [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::cast_sign_loss` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_possible_wrap` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | cast_possible_wrap, cast_possible_truncation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_wrap` [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/main.rs:125:38 [INFO] [stderr] | [INFO] [stderr] 125 | cast_possible_wrap, cast_possible_truncation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `mutex_integer` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:126:18 [INFO] [stderr] | [INFO] [stderr] 126 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::mutex_integer` [INFO] [stderr] [INFO] [stderr] warning: lint name `mut_mut` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:126:33 [INFO] [stderr] | [INFO] [stderr] 126 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::mut_mut` [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/main.rs:126:42 [INFO] [stderr] | [INFO] [stderr] 126 | mutex_integer, mut_mut, items_after_statements, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::items_after_statements` [INFO] [stderr] [INFO] [stderr] warning: lint name `print_stdout` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:127:18 [INFO] [stderr] | [INFO] [stderr] 127 | print_stdout, mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::print_stdout` [INFO] [stderr] [INFO] [stderr] warning: lint name `mem_forget` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:127:32 [INFO] [stderr] | [INFO] [stderr] 127 | print_stdout, mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::mem_forget` [INFO] [stderr] [INFO] [stderr] warning: lint name `maybe_infinite_iter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:127:44 [INFO] [stderr] | [INFO] [stderr] 127 | print_stdout, mem_forget, maybe_infinite_iter))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::maybe_infinite_iter` [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/main.rs:255:9 [INFO] [stderr] | [INFO] [stderr] 255 | codegen_params: codegen_params, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `codegen_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: 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/main.rs:114:19 [INFO] [stderr] | [INFO] [stderr] 114 | allow(match_same_arms, clone_on_ref_ptr))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [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/main.rs:114:19 [INFO] [stderr] | [INFO] [stderr] 114 | allow(match_same_arms, clone_on_ref_ptr))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] [INFO] [stderr] warning: lint name `let_unit_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/main.rs:342:44 [INFO] [stderr] | [INFO] [stderr] 342 | #[cfg_attr(feature = "cargo-clippy", allow(let_unit_value))] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::let_unit_value` [INFO] [stderr] [INFO] [stderr] warning: lint name `let_unit_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/main.rs:342:44 [INFO] [stderr] | [INFO] [stderr] 342 | #[cfg_attr(feature = "cargo-clippy", allow(let_unit_value))] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::let_unit_value` [INFO] [stderr] [INFO] [stderr] warning: passing a unit value to a function [INFO] [stderr] --> src/main.rs:376:8 [INFO] [stderr] | [INFO] [stderr] 376 | Ok(result) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unit_arg)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg [INFO] [stderr] help: if you intended to pass a unit value, use a unit literal instead [INFO] [stderr] | [INFO] [stderr] 376 | Ok(()) [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: passing a unit value to a function [INFO] [stderr] --> src/main.rs:376:8 [INFO] [stderr] | [INFO] [stderr] 376 | Ok(result) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unit_arg)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg [INFO] [stderr] help: if you intended to pass a unit value, use a unit literal instead [INFO] [stderr] | [INFO] [stderr] 376 | Ok(()) [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.73s [INFO] running `"docker" "inspect" "e9617a424892a9a86869eb39194017702f2970d8f7bdc508bf66c2addbc4f177"` [INFO] running `"docker" "rm" "-f" "e9617a424892a9a86869eb39194017702f2970d8f7bdc508bf66c2addbc4f177"` [INFO] [stdout] e9617a424892a9a86869eb39194017702f2970d8f7bdc508bf66c2addbc4f177