[INFO] crate seq_io 0.3.0 is already in cache [INFO] extracting crate seq_io 0.3.0 into work/ex/clippy-test-run/sources/stable/reg/seq_io/0.3.0 [INFO] extracting crate seq_io 0.3.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/seq_io/0.3.0 [INFO] validating manifest of seq_io-0.3.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 seq_io-0.3.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 seq_io-0.3.0 [INFO] finished frobbing seq_io-0.3.0 [INFO] frobbed toml for seq_io-0.3.0 written to work/ex/clippy-test-run/sources/stable/reg/seq_io/0.3.0/Cargo.toml [INFO] started frobbing seq_io-0.3.0 [INFO] finished frobbing seq_io-0.3.0 [INFO] frobbed toml for seq_io-0.3.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/seq_io/0.3.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 seq_io-0.3.0 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-7/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/seq_io/0.3.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] b18867fe6ee0b6cb2375b8776a3e6a6f7b90e89baa9a70d8aa50b08f492ac9b2 [INFO] running `"docker" "start" "-a" "b18867fe6ee0b6cb2375b8776a3e6a6f7b90e89baa9a70d8aa50b08f492ac9b2"` [INFO] [stderr] Compiling lz4-sys v1.8.3 [INFO] [stderr] Checking slice-deque v0.1.16 [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Checking flate2 v1.0.6 [INFO] [stderr] Checking statrs v0.9.0 [INFO] [stderr] Compiling serde v1.0.85 [INFO] [stderr] Checking bio-types v0.4.0 [INFO] [stderr] Checking bv v0.7.4 [INFO] [stderr] Checking serde_json v1.0.37 [INFO] [stderr] Checking crossbeam-deque v0.5.2 [INFO] [stderr] Checking buf_redux v0.7.1 [INFO] [stderr] Checking bio v0.22.0 [INFO] [stderr] Checking criterion v0.2.9 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking crossbeam-channel v0.2.6 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Checking crossbeam v0.4.1 [INFO] [stderr] Compiling lz4 v1.23.1 [INFO] [stderr] Checking seq_io v0.3.0 (/opt/crater/workdir) [INFO] [stderr] error: error reading Clippy's configuration file `/opt/crater/workdir/.clippy.toml`: unknown field `blacklisted_names`, expected one of `blacklisted-names`, `cyclomatic-complexity-threshold`, `doc-valid-idents`, `too-many-arguments-threshold`, `type-complexity-threshold`, `single-char-binding-names-threshold`, `too-large-for-stack`, `enum-variant-name-threshold`, `enum-variant-size-threshold`, `verbose-bit-mask-threshold`, `literal-representation-threshold`, `trivial-copy-size-limit`, `third-party` [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/fasta.rs:543:13 [INFO] [stderr] | [INFO] [stderr] 543 | line: line, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `line` [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/fasta.rs:544:13 [INFO] [stderr] | [INFO] [stderr] 544 | byte: byte, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `byte` [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/fastq.rs:336:13 [INFO] [stderr] | [INFO] [stderr] 336 | id: id, [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [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/fastq.rs:604:13 [INFO] [stderr] | [INFO] [stderr] 604 | line: line, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `line` [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/fastq.rs:605:13 [INFO] [stderr] | [INFO] [stderr] 605 | byte: byte, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `byte` [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/parallel.rs:187:13 [INFO] [stderr] | [INFO] [stderr] 187 | empty_send: empty_send, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `empty_send` [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/parallel.rs:188:13 [INFO] [stderr] | [INFO] [stderr] 188 | done_recv: done_recv, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `done_recv` [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] Checking fastq v0.6.0 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `seq_io`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b18867fe6ee0b6cb2375b8776a3e6a6f7b90e89baa9a70d8aa50b08f492ac9b2"` [INFO] running `"docker" "rm" "-f" "b18867fe6ee0b6cb2375b8776a3e6a6f7b90e89baa9a70d8aa50b08f492ac9b2"` [INFO] [stdout] b18867fe6ee0b6cb2375b8776a3e6a6f7b90e89baa9a70d8aa50b08f492ac9b2