[INFO] crate cex 0.1.1 is already in cache [INFO] extracting crate cex 0.1.1 into work/ex/clippy-test-run/sources/stable/reg/cex/0.1.1 [INFO] extracting crate cex 0.1.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/cex/0.1.1 [INFO] validating manifest of cex-0.1.1 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 cex-0.1.1 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 cex-0.1.1 [INFO] finished frobbing cex-0.1.1 [INFO] frobbed toml for cex-0.1.1 written to work/ex/clippy-test-run/sources/stable/reg/cex/0.1.1/Cargo.toml [INFO] started frobbing cex-0.1.1 [INFO] finished frobbing cex-0.1.1 [INFO] frobbed toml for cex-0.1.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/cex/0.1.1/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 cex-0.1.1 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/cex/0.1.1:/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] c4c830840b1283eeed251883353455a8d6b5c61ff2299e0cc9ee3493e73bebb9 [INFO] running `"docker" "start" "-a" "c4c830840b1283eeed251883353455a8d6b5c61ff2299e0cc9ee3493e73bebb9"` [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling enumx_derive v0.1.1 [INFO] [stderr] Compiling cex_derive v0.1.1 [INFO] [stderr] Checking enumx v0.1.1 [INFO] [stderr] Checking cex v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: re-implementing `PartialEq::ne` is unnecessary [INFO] [stderr] --> src/lib.rs:60:13 [INFO] [stderr] | [INFO] [stderr] 60 | fn ne( &self, other: &Self ) -> bool { self.error != other.error } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 86 | / cex_types! { [INFO] [stderr] 87 | | Ce1( Enum1 _0 ); [INFO] [stderr] 88 | | Ce2( Enum2 _0 _1 ); [INFO] [stderr] 89 | | Ce3( Enum3 _0 _1 _2 ); [INFO] [stderr] ... | [INFO] [stderr] 118 | | Ce32( Enum32 _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _10 _11 _12 _13 _14 _15 _16 _17 _18 _19 _20 _21 _22 _23 _24 _25 _26 _27 _28 _29 _30 _31 ); [INFO] [stderr] 119 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::partialeq_ne_impl)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#partialeq_ne_impl [INFO] [stderr] [INFO] [stderr] warning: re-implementing `PartialEq::ne` is unnecessary [INFO] [stderr] --> src/lib.rs:60:13 [INFO] [stderr] | [INFO] [stderr] 60 | fn ne( &self, other: &Self ) -> bool { self.error != other.error } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 86 | / cex_types! { [INFO] [stderr] 87 | | Ce1( Enum1 _0 ); [INFO] [stderr] 88 | | Ce2( Enum2 _0 _1 ); [INFO] [stderr] 89 | | Ce3( Enum3 _0 _1 _2 ); [INFO] [stderr] ... | [INFO] [stderr] 118 | | Ce32( Enum32 _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _10 _11 _12 _13 _14 _15 _16 _17 _18 _19 _20 _21 _22 _23 _24 _25 _26 _27 _28 _29 _30 _31 ); [INFO] [stderr] 119 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#partialeq_ne_impl [INFO] [stderr] [INFO] [stderr] warning: re-implementing `PartialEq::ne` is unnecessary [INFO] [stderr] --> src/lib.rs:60:13 [INFO] [stderr] | [INFO] [stderr] 60 | fn ne( &self, other: &Self ) -> bool { self.error != other.error } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 86 | / cex_types! { [INFO] [stderr] 87 | | Ce1( Enum1 _0 ); [INFO] [stderr] 88 | | Ce2( Enum2 _0 _1 ); [INFO] [stderr] 89 | | Ce3( Enum3 _0 _1 _2 ); [INFO] [stderr] ... | [INFO] [stderr] 118 | | Ce32( Enum32 _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _10 _11 _12 _13 _14 _15 _16 _17 _18 _19 _20 _21 _22 _23 _24 _25 _26 _27 _28 _29 _30 _31 ); [INFO] [stderr] 119 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::partialeq_ne_impl)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#partialeq_ne_impl [INFO] [stderr] [INFO] [stderr] warning: re-implementing `PartialEq::ne` is unnecessary [INFO] [stderr] --> src/lib.rs:60:13 [INFO] [stderr] | [INFO] [stderr] 60 | fn ne( &self, other: &Self ) -> bool { self.error != other.error } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 86 | / cex_types! { [INFO] [stderr] 87 | | Ce1( Enum1 _0 ); [INFO] [stderr] 88 | | Ce2( Enum2 _0 _1 ); [INFO] [stderr] 89 | | Ce3( Enum3 _0 _1 _2 ); [INFO] [stderr] ... | [INFO] [stderr] 118 | | Ce32( Enum32 _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _10 _11 _12 _13 _14 _15 _16 _17 _18 _19 _20 _21 _22 _23 _24 _25 _26 _27 _28 _29 _30 _31 ); [INFO] [stderr] 119 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#partialeq_ne_impl [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.78s [INFO] running `"docker" "inspect" "c4c830840b1283eeed251883353455a8d6b5c61ff2299e0cc9ee3493e73bebb9"` [INFO] running `"docker" "rm" "-f" "c4c830840b1283eeed251883353455a8d6b5c61ff2299e0cc9ee3493e73bebb9"` [INFO] [stdout] c4c830840b1283eeed251883353455a8d6b5c61ff2299e0cc9ee3493e73bebb9