[INFO] crate wallet-gen 0.4.0 is already in cache [INFO] extracting crate wallet-gen 0.4.0 into work/ex/clippy-test-run/sources/stable/reg/wallet-gen/0.4.0 [INFO] extracting crate wallet-gen 0.4.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/wallet-gen/0.4.0 [INFO] validating manifest of wallet-gen-0.4.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 wallet-gen-0.4.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 wallet-gen-0.4.0 [INFO] finished frobbing wallet-gen-0.4.0 [INFO] frobbed toml for wallet-gen-0.4.0 written to work/ex/clippy-test-run/sources/stable/reg/wallet-gen/0.4.0/Cargo.toml [INFO] started frobbing wallet-gen-0.4.0 [INFO] finished frobbing wallet-gen-0.4.0 [INFO] frobbed toml for wallet-gen-0.4.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/wallet-gen/0.4.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 wallet-gen-0.4.0 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/wallet-gen/0.4.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] 34ca5ac33b09b51b5289d38201e5e8866ab7cccb58ea67c0ab3249867ac1cccc [INFO] running `"docker" "start" "-a" "34ca5ac33b09b51b5289d38201e5e8866ab7cccb58ea67c0ab3249867ac1cccc"` [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Checking base58 v0.1.0 [INFO] [stderr] Checking tiny-keccak v1.4.2 [INFO] [stderr] Checking wallet-gen v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/bitcoin.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | coin: coin, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace it with: `coin` [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/bitcoin.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | coin: coin, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace it with: `coin` [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/bitcoin.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 118 | #[allow(match_same_arms)] [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: redundant field names in struct initialization [INFO] [stderr] --> src/cryptonote.rs:109:9 [INFO] [stderr] | [INFO] [stderr] 109 | coin: coin, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace it with: `coin` [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: redundant field names in struct initialization [INFO] [stderr] --> src/ethereum.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | coin: coin, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace it with: `coin` [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] | [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/bitcoin.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 118 | #[allow(match_same_arms)] [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: redundant field names in struct initialization [INFO] [stderr] --> src/cryptonote.rs:109:9 [INFO] [stderr] | [INFO] [stderr] 109 | coin: coin, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace it with: `coin` [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: redundant field names in struct initialization [INFO] [stderr] --> src/ethereum.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | coin: coin, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace it with: `coin` [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 `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/bitcoin.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 118 | #[allow(match_same_arms)] [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/bitcoin.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 118 | #[allow(match_same_arms)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] [INFO] [stderr] warning: `ref` on an entire `let` pattern is discouraged, take a reference with `&` instead [INFO] [stderr] --> src/cryptonote.rs:160:9 [INFO] [stderr] | [INFO] [stderr] 160 | let ref other = wallet.other.unwrap(); [INFO] [stderr] | ----^^^^^^^^^------------------------- help: try: `let other = &wallet.other.unwrap();` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::toplevel_ref_arg)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#toplevel_ref_arg [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.72s [INFO] running `"docker" "inspect" "34ca5ac33b09b51b5289d38201e5e8866ab7cccb58ea67c0ab3249867ac1cccc"` [INFO] running `"docker" "rm" "-f" "34ca5ac33b09b51b5289d38201e5e8866ab7cccb58ea67c0ab3249867ac1cccc"` [INFO] [stdout] 34ca5ac33b09b51b5289d38201e5e8866ab7cccb58ea67c0ab3249867ac1cccc