[INFO] crate ia-sandbox 0.2.0 is already in cache [INFO] extracting crate ia-sandbox 0.2.0 into work/ex/clippy-test-run/sources/stable/reg/ia-sandbox/0.2.0 [INFO] extracting crate ia-sandbox 0.2.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/ia-sandbox/0.2.0 [INFO] validating manifest of ia-sandbox-0.2.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 ia-sandbox-0.2.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 ia-sandbox-0.2.0 [INFO] finished frobbing ia-sandbox-0.2.0 [INFO] frobbed toml for ia-sandbox-0.2.0 written to work/ex/clippy-test-run/sources/stable/reg/ia-sandbox/0.2.0/Cargo.toml [INFO] started frobbing ia-sandbox-0.2.0 [INFO] finished frobbing ia-sandbox-0.2.0 [INFO] frobbed toml for ia-sandbox-0.2.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/ia-sandbox/0.2.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 ia-sandbox-0.2.0 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/ia-sandbox/0.2.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] 49e5563ffca1bbcbbfbacbcc0f95c6d734cfb2e4750e082cb01d362c2d75be14 [INFO] running `"docker" "start" "-a" "49e5563ffca1bbcbbfbacbcc0f95c6d734cfb2e4750e082cb01d362c2d75be14"` [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking ia-sandbox v0.2.0 (/opt/crater/workdir) [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/lib.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | clone_on_ref_ptr, default_trait_access, doc_markdown, empty_enum, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::clone_on_ref_ptr` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `default_trait_access` 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:4:27 [INFO] [stderr] | [INFO] [stderr] 4 | clone_on_ref_ptr, default_trait_access, doc_markdown, empty_enum, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::default_trait_access` [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:4:49 [INFO] [stderr] | [INFO] [stderr] 4 | clone_on_ref_ptr, default_trait_access, doc_markdown, empty_enum, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::doc_markdown` [INFO] [stderr] [INFO] [stderr] warning: lint name `empty_enum` 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:4:63 [INFO] [stderr] | [INFO] [stderr] 4 | clone_on_ref_ptr, default_trait_access, doc_markdown, empty_enum, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::empty_enum` [INFO] [stderr] [INFO] [stderr] warning: lint name `empty_line_after_outer_attr` 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:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | empty_line_after_outer_attr, enum_glob_use, expl_impl_clone_on_copy, fallible_impl_from, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::empty_line_after_outer_attr` [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:5:38 [INFO] [stderr] | [INFO] [stderr] 5 | empty_line_after_outer_attr, enum_glob_use, expl_impl_clone_on_copy, fallible_impl_from, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::enum_glob_use` [INFO] [stderr] [INFO] [stderr] warning: lint name `expl_impl_clone_on_copy` 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:5:53 [INFO] [stderr] | [INFO] [stderr] 5 | empty_line_after_outer_attr, enum_glob_use, expl_impl_clone_on_copy, fallible_impl_from, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [INFO] [stderr] [INFO] [stderr] warning: lint name `fallible_impl_from` 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:5:78 [INFO] [stderr] | [INFO] [stderr] 5 | empty_line_after_outer_attr, enum_glob_use, expl_impl_clone_on_copy, fallible_impl_from, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::fallible_impl_from` [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:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | filter_map, float_cmp_const, items_after_statements, match_same_arms, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::filter_map` [INFO] [stderr] [INFO] [stderr] warning: lint name `float_cmp_const` 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:6:21 [INFO] [stderr] | [INFO] [stderr] 6 | filter_map, float_cmp_const, items_after_statements, match_same_arms, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::float_cmp_const` [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:6:38 [INFO] [stderr] | [INFO] [stderr] 6 | filter_map, float_cmp_const, items_after_statements, match_same_arms, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::items_after_statements` [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:6:62 [INFO] [stderr] | [INFO] [stderr] 6 | filter_map, float_cmp_const, items_after_statements, match_same_arms, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] [INFO] [stderr] warning: lint name `multiple_inherent_impl` 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:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | multiple_inherent_impl, mut_mut, needless_continue, option_map_unwrap_or, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::multiple_inherent_impl` [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/lib.rs:7:33 [INFO] [stderr] | [INFO] [stderr] 7 | multiple_inherent_impl, mut_mut, needless_continue, option_map_unwrap_or, [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::mut_mut` [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_continue` 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:7:42 [INFO] [stderr] | [INFO] [stderr] 7 | multiple_inherent_impl, mut_mut, needless_continue, option_map_unwrap_or, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_continue` [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/lib.rs:7:61 [INFO] [stderr] | [INFO] [stderr] 7 | multiple_inherent_impl, mut_mut, needless_continue, option_map_unwrap_or, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_map_unwrap_or` [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/lib.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | option_map_unwrap_or_else, print_stdout, range_plus_one, replace_consts, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_map_unwrap_or_else` [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/lib.rs:8:36 [INFO] [stderr] | [INFO] [stderr] 8 | option_map_unwrap_or_else, print_stdout, range_plus_one, replace_consts, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::print_stdout` [INFO] [stderr] [INFO] [stderr] warning: lint name `range_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/lib.rs:8:50 [INFO] [stderr] | [INFO] [stderr] 8 | option_map_unwrap_or_else, print_stdout, range_plus_one, replace_consts, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::range_plus_one` [INFO] [stderr] [INFO] [stderr] warning: lint name `replace_consts` 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:8:66 [INFO] [stderr] | [INFO] [stderr] 8 | option_map_unwrap_or_else, print_stdout, range_plus_one, replace_consts, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::replace_consts` [INFO] [stderr] [INFO] [stderr] warning: lint name `result_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/lib.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | result_map_unwrap_or_else, single_match_else, unimplemented, unnecessary_unwrap, use_self, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::result_map_unwrap_or_else` [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:9:36 [INFO] [stderr] | [INFO] [stderr] 9 | result_map_unwrap_or_else, single_match_else, unimplemented, unnecessary_unwrap, use_self, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::single_match_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `unimplemented` 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:9:55 [INFO] [stderr] | [INFO] [stderr] 9 | result_map_unwrap_or_else, single_match_else, unimplemented, unnecessary_unwrap, use_self, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::unimplemented` [INFO] [stderr] [INFO] [stderr] warning: lint name `unnecessary_unwrap` 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:9:70 [INFO] [stderr] | [INFO] [stderr] 9 | result_map_unwrap_or_else, single_match_else, unimplemented, unnecessary_unwrap, use_self, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unnecessary_unwrap` [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:9:90 [INFO] [stderr] | [INFO] [stderr] 9 | result_map_unwrap_or_else, single_match_else, unimplemented, unnecessary_unwrap, use_self, [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | used_underscore_binding, writeln_empty_string, wrong_self_convention [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::used_underscore_binding` [INFO] [stderr] [INFO] [stderr] warning: lint name `writeln_empty_string` 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:10:34 [INFO] [stderr] | [INFO] [stderr] 10 | used_underscore_binding, writeln_empty_string, wrong_self_convention [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::writeln_empty_string` [INFO] [stderr] [INFO] [stderr] warning: lint name `wrong_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/lib.rs:10:56 [INFO] [stderr] | [INFO] [stderr] 10 | used_underscore_binding, writeln_empty_string, wrong_self_convention [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::wrong_self_convention` [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/lib.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | clone_on_ref_ptr, default_trait_access, doc_markdown, empty_enum, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::clone_on_ref_ptr` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `default_trait_access` 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:4:27 [INFO] [stderr] | [INFO] [stderr] 4 | clone_on_ref_ptr, default_trait_access, doc_markdown, empty_enum, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::default_trait_access` [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:4:49 [INFO] [stderr] | [INFO] [stderr] 4 | clone_on_ref_ptr, default_trait_access, doc_markdown, empty_enum, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::doc_markdown` [INFO] [stderr] [INFO] [stderr] warning: lint name `empty_enum` 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:4:63 [INFO] [stderr] | [INFO] [stderr] 4 | clone_on_ref_ptr, default_trait_access, doc_markdown, empty_enum, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::empty_enum` [INFO] [stderr] [INFO] [stderr] warning: lint name `empty_line_after_outer_attr` 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:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | empty_line_after_outer_attr, enum_glob_use, expl_impl_clone_on_copy, fallible_impl_from, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::empty_line_after_outer_attr` [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:5:38 [INFO] [stderr] | [INFO] [stderr] 5 | empty_line_after_outer_attr, enum_glob_use, expl_impl_clone_on_copy, fallible_impl_from, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::enum_glob_use` [INFO] [stderr] [INFO] [stderr] warning: lint name `expl_impl_clone_on_copy` 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:5:53 [INFO] [stderr] | [INFO] [stderr] 5 | empty_line_after_outer_attr, enum_glob_use, expl_impl_clone_on_copy, fallible_impl_from, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [INFO] [stderr] [INFO] [stderr] warning: lint name `fallible_impl_from` 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:5:78 [INFO] [stderr] | [INFO] [stderr] 5 | empty_line_after_outer_attr, enum_glob_use, expl_impl_clone_on_copy, fallible_impl_from, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::fallible_impl_from` [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:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | filter_map, float_cmp_const, items_after_statements, match_same_arms, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::filter_map` [INFO] [stderr] [INFO] [stderr] warning: lint name `float_cmp_const` 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:6:21 [INFO] [stderr] | [INFO] [stderr] 6 | filter_map, float_cmp_const, items_after_statements, match_same_arms, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::float_cmp_const` [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:6:38 [INFO] [stderr] | [INFO] [stderr] 6 | filter_map, float_cmp_const, items_after_statements, match_same_arms, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::items_after_statements` [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:6:62 [INFO] [stderr] | [INFO] [stderr] 6 | filter_map, float_cmp_const, items_after_statements, match_same_arms, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] [INFO] [stderr] warning: lint name `multiple_inherent_impl` 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:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | multiple_inherent_impl, mut_mut, needless_continue, option_map_unwrap_or, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::multiple_inherent_impl` [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/lib.rs:7:33 [INFO] [stderr] | [INFO] [stderr] 7 | multiple_inherent_impl, mut_mut, needless_continue, option_map_unwrap_or, [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::mut_mut` [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_continue` 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:7:42 [INFO] [stderr] | [INFO] [stderr] 7 | multiple_inherent_impl, mut_mut, needless_continue, option_map_unwrap_or, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_continue` [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/lib.rs:7:61 [INFO] [stderr] | [INFO] [stderr] 7 | multiple_inherent_impl, mut_mut, needless_continue, option_map_unwrap_or, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_map_unwrap_or` [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/lib.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | option_map_unwrap_or_else, print_stdout, range_plus_one, replace_consts, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::option_map_unwrap_or_else` [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/lib.rs:8:36 [INFO] [stderr] | [INFO] [stderr] 8 | option_map_unwrap_or_else, print_stdout, range_plus_one, replace_consts, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::print_stdout` [INFO] [stderr] [INFO] [stderr] warning: lint name `range_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/lib.rs:8:50 [INFO] [stderr] | [INFO] [stderr] 8 | option_map_unwrap_or_else, print_stdout, range_plus_one, replace_consts, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::range_plus_one` [INFO] [stderr] [INFO] [stderr] warning: lint name `replace_consts` 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:8:66 [INFO] [stderr] | [INFO] [stderr] 8 | option_map_unwrap_or_else, print_stdout, range_plus_one, replace_consts, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::replace_consts` [INFO] [stderr] [INFO] [stderr] warning: lint name `result_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/lib.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | result_map_unwrap_or_else, single_match_else, unimplemented, unnecessary_unwrap, use_self, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::result_map_unwrap_or_else` [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:9:36 [INFO] [stderr] | [INFO] [stderr] 9 | result_map_unwrap_or_else, single_match_else, unimplemented, unnecessary_unwrap, use_self, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::single_match_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `unimplemented` 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:9:55 [INFO] [stderr] | [INFO] [stderr] 9 | result_map_unwrap_or_else, single_match_else, unimplemented, unnecessary_unwrap, use_self, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::unimplemented` [INFO] [stderr] [INFO] [stderr] warning: lint name `unnecessary_unwrap` 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:9:70 [INFO] [stderr] | [INFO] [stderr] 9 | result_map_unwrap_or_else, single_match_else, unimplemented, unnecessary_unwrap, use_self, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unnecessary_unwrap` [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:9:90 [INFO] [stderr] | [INFO] [stderr] 9 | result_map_unwrap_or_else, single_match_else, unimplemented, unnecessary_unwrap, use_self, [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [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:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | used_underscore_binding, writeln_empty_string, wrong_self_convention [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::used_underscore_binding` [INFO] [stderr] [INFO] [stderr] warning: lint name `writeln_empty_string` 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:10:34 [INFO] [stderr] | [INFO] [stderr] 10 | used_underscore_binding, writeln_empty_string, wrong_self_convention [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::writeln_empty_string` [INFO] [stderr] [INFO] [stderr] warning: lint name `wrong_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/lib.rs:10:56 [INFO] [stderr] | [INFO] [stderr] 10 | used_underscore_binding, writeln_empty_string, wrong_self_convention [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::wrong_self_convention` [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/lib.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | clone_on_ref_ptr, default_trait_access, doc_markdown, empty_enum, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::clone_on_ref_ptr` [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/lib.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | clone_on_ref_ptr, default_trait_access, doc_markdown, empty_enum, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::clone_on_ref_ptr` [INFO] [stderr] [INFO] [stderr] error: 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/config.rs:308:49 [INFO] [stderr] | [INFO] [stderr] 308 | #![cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] [INFO] [stderr] error: 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/run_info.rs:17:44 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] error: 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/run_info.rs:142:44 [INFO] [stderr] | [INFO] [stderr] 142 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] error: 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/config.rs:308:49 [INFO] [stderr] | [INFO] [stderr] 308 | #![cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] [INFO] [stderr] error: 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/run_info.rs:17:44 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] error: 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/run_info.rs:142:44 [INFO] [stderr] | [INFO] [stderr] 142 | #[cfg_attr(feature = "cargo-clippy", allow(use_self))] [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `ia-sandbox`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `ia-sandbox`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "49e5563ffca1bbcbbfbacbcc0f95c6d734cfb2e4750e082cb01d362c2d75be14"` [INFO] running `"docker" "rm" "-f" "49e5563ffca1bbcbbfbacbcc0f95c6d734cfb2e4750e082cb01d362c2d75be14"` [INFO] [stdout] 49e5563ffca1bbcbbfbacbcc0f95c6d734cfb2e4750e082cb01d362c2d75be14