[INFO] crate identity 0.0.6 is already in cache [INFO] extracting crate identity 0.0.6 into work/ex/clippy-test-run/sources/stable/reg/identity/0.0.6 [INFO] extracting crate identity 0.0.6 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/identity/0.0.6 [INFO] validating manifest of identity-0.0.6 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 identity-0.0.6 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 identity-0.0.6 [INFO] finished frobbing identity-0.0.6 [INFO] frobbed toml for identity-0.0.6 written to work/ex/clippy-test-run/sources/stable/reg/identity/0.0.6/Cargo.toml [INFO] started frobbing identity-0.0.6 [INFO] finished frobbing identity-0.0.6 [INFO] frobbed toml for identity-0.0.6 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/identity/0.0.6/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 identity-0.0.6 against stable+rustflags=-Dclippy::into_iter_on_array for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/identity/0.0.6:/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 -Dclippy::into_iter_on_array" "-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] 790e40d4cd79f75b3bf6480e9ce016aa393d7f52ea4a0c9b986c62c32b890a0e [INFO] running `"docker" "start" "-a" "790e40d4cd79f75b3bf6480e9ce016aa393d7f52ea4a0c9b986c62c32b890a0e"` [INFO] [stderr] Checking identity v0.0.6 (/opt/crater/workdir) [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/lift.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | #[allow(expl_impl_clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lift.rs:91:84 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn ty_compose(tf_a: TFa, tf_b: TFb) -> Compose { Compose { tf_a: tf_a, tf_b: tf_b } } [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `tf_a` [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/lift.rs:91:96 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn ty_compose(tf_a: TFa, tf_b: TFb) -> Compose { Compose { tf_a: tf_a, tf_b: tf_b } } [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `tf_b` [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: 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/lift.rs:124:9 [INFO] [stderr] | [INFO] [stderr] 124 | #[allow(expl_impl_clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [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/lift.rs:214:9 [INFO] [stderr] | [INFO] [stderr] 214 | #[allow(expl_impl_clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [INFO] [stderr] [INFO] [stderr] warning: lint name `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/lift.rs:216:11 [INFO] [stderr] | [INFO] [stderr] 216 | #[allow(clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::clone_on_copy` [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/lift.rs:325:9 [INFO] [stderr] | [INFO] [stderr] 325 | #[allow(expl_impl_clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [INFO] [stderr] [INFO] [stderr] warning: lint name `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/lift.rs:327:11 [INFO] [stderr] | [INFO] [stderr] 327 | #[allow(clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::clone_on_copy` [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:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | #[allow(expl_impl_clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [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/lift.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | #[allow(expl_impl_clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lift.rs:91:84 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn ty_compose(tf_a: TFa, tf_b: TFb) -> Compose { Compose { tf_a: tf_a, tf_b: tf_b } } [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `tf_a` [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/lift.rs:91:96 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn ty_compose(tf_a: TFa, tf_b: TFb) -> Compose { Compose { tf_a: tf_a, tf_b: tf_b } } [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `tf_b` [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: 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/lift.rs:124:9 [INFO] [stderr] | [INFO] [stderr] 124 | #[allow(expl_impl_clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [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/lift.rs:214:9 [INFO] [stderr] | [INFO] [stderr] 214 | #[allow(expl_impl_clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [INFO] [stderr] [INFO] [stderr] warning: lint name `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/lift.rs:216:11 [INFO] [stderr] | [INFO] [stderr] 216 | #[allow(clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::clone_on_copy` [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/lift.rs:325:9 [INFO] [stderr] | [INFO] [stderr] 325 | #[allow(expl_impl_clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [INFO] [stderr] [INFO] [stderr] warning: lint name `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/lift.rs:327:11 [INFO] [stderr] | [INFO] [stderr] 327 | #[allow(clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::clone_on_copy` [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:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | #[allow(expl_impl_clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [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/lift.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | #[allow(expl_impl_clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [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/lift.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | #[allow(expl_impl_clone_on_copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:391:20 [INFO] [stderr] | [INFO] [stderr] 391 | pub type TyPair = Cons>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(type_alias_bounds)] on by default [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:391:31 [INFO] [stderr] | [INFO] [stderr] 391 | pub type TyPair = Cons>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:393:22 [INFO] [stderr] | [INFO] [stderr] 393 | pub type TyTriple = Cons>>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:393:33 [INFO] [stderr] | [INFO] [stderr] 393 | pub type TyTriple = Cons>>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:393:44 [INFO] [stderr] | [INFO] [stderr] 393 | pub type TyTriple = Cons>>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:391:20 [INFO] [stderr] | [INFO] [stderr] 391 | pub type TyPair = Cons>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(type_alias_bounds)] on by default [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:391:31 [INFO] [stderr] | [INFO] [stderr] 391 | pub type TyPair = Cons>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:393:22 [INFO] [stderr] | [INFO] [stderr] 393 | pub type TyTriple = Cons>>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:393:33 [INFO] [stderr] | [INFO] [stderr] 393 | pub type TyTriple = Cons>>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:393:44 [INFO] [stderr] | [INFO] [stderr] 393 | pub type TyTriple = Cons>>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `"docker" "inspect" "790e40d4cd79f75b3bf6480e9ce016aa393d7f52ea4a0c9b986c62c32b890a0e"` [INFO] running `"docker" "rm" "-f" "790e40d4cd79f75b3bf6480e9ce016aa393d7f52ea4a0c9b986c62c32b890a0e"` [INFO] [stdout] 790e40d4cd79f75b3bf6480e9ce016aa393d7f52ea4a0c9b986c62c32b890a0e