[INFO] updating cached repository wraithan/cargo-bump [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/wraithan/cargo-bump [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/wraithan/cargo-bump" "work/ex/clippy-test-run/sources/stable/gh/wraithan/cargo-bump"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/wraithan/cargo-bump'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/wraithan/cargo-bump" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/wraithan/cargo-bump"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/wraithan/cargo-bump'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 90f071320b3d1aeae35477a576922a4556b54b57 [INFO] sha for GitHub repo wraithan/cargo-bump: 90f071320b3d1aeae35477a576922a4556b54b57 [INFO] validating manifest of wraithan/cargo-bump 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 wraithan/cargo-bump 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 wraithan/cargo-bump [INFO] finished frobbing wraithan/cargo-bump [INFO] frobbed toml for wraithan/cargo-bump written to work/ex/clippy-test-run/sources/stable/gh/wraithan/cargo-bump/Cargo.toml [INFO] started frobbing wraithan/cargo-bump [INFO] finished frobbing wraithan/cargo-bump [INFO] frobbed toml for wraithan/cargo-bump written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/wraithan/cargo-bump/Cargo.toml [INFO] crate wraithan/cargo-bump has a lockfile. skipping [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 wraithan/cargo-bump 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/gh/wraithan/cargo-bump:/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] 2daba337611b7b5c1257405ae91b33ebdb0530a16d23d8470c9c380179bc4f08 [INFO] running `"docker" "start" "-a" "2daba337611b7b5c1257405ae91b33ebdb0530a16d23d8470c9c380179bc4f08"` [INFO] [stderr] Checking utf8-ranges v0.1.3 [INFO] [stderr] Checking regex-syntax v0.3.9 [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking pirate v1.0.0 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking semver v0.7.0 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking csv v0.14.7 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking nom v1.2.4 [INFO] [stderr] Checking env_logger v0.3.5 [INFO] [stderr] Checking tomllib v0.1.2 [INFO] [stderr] Checking cargo-bump v1.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/config.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | root: root, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `root` [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/config.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 72 | manifest: manifest, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `manifest` [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/config.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | root: root, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `root` [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/config.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 72 | manifest: manifest, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `manifest` [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: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/config.rs:1:17 [INFO] [stderr] | [INFO] [stderr] 1 | const VERSION: &'static str = env!("CARGO_PKG_VERSION"); [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/config.rs:1:17 [INFO] [stderr] | [INFO] [stderr] 1 | const VERSION: &'static str = env!("CARGO_PKG_VERSION"); [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.20s [INFO] running `"docker" "inspect" "2daba337611b7b5c1257405ae91b33ebdb0530a16d23d8470c9c380179bc4f08"` [INFO] running `"docker" "rm" "-f" "2daba337611b7b5c1257405ae91b33ebdb0530a16d23d8470c9c380179bc4f08"` [INFO] [stdout] 2daba337611b7b5c1257405ae91b33ebdb0530a16d23d8470c9c380179bc4f08