[INFO] updating cached repository anthonynguyen/preminder [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/anthonynguyen/preminder [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/anthonynguyen/preminder" "work/ex/clippy-test-run/sources/stable/gh/anthonynguyen/preminder"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/anthonynguyen/preminder'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/anthonynguyen/preminder" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/anthonynguyen/preminder"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/anthonynguyen/preminder'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6cfd24ea5602fd2498b2cec94164890da1040978 [INFO] sha for GitHub repo anthonynguyen/preminder: 6cfd24ea5602fd2498b2cec94164890da1040978 [INFO] validating manifest of anthonynguyen/preminder 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 anthonynguyen/preminder 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 anthonynguyen/preminder [INFO] finished frobbing anthonynguyen/preminder [INFO] frobbed toml for anthonynguyen/preminder written to work/ex/clippy-test-run/sources/stable/gh/anthonynguyen/preminder/Cargo.toml [INFO] started frobbing anthonynguyen/preminder [INFO] finished frobbing anthonynguyen/preminder [INFO] frobbed toml for anthonynguyen/preminder written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/anthonynguyen/preminder/Cargo.toml [INFO] crate anthonynguyen/preminder 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 anthonynguyen/preminder against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-3/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/anthonynguyen/preminder:/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] de7b41623c027993175a520f778a1a19e8841accb47bd84e14301f5bf8f3c30e [INFO] running `"docker" "start" "-a" "de7b41623c027993175a520f778a1a19e8841accb47bd84e14301f5bf8f3c30e"` [INFO] [stderr] Checking humansize v1.0.1 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling email v0.0.17 [INFO] [stderr] Checking nom v3.2.0 [INFO] [stderr] Checking uuid v0.4.0 [INFO] [stderr] Checking rayon-core v1.2.1 [INFO] [stderr] Checking chrono v0.4.0 [INFO] [stderr] Checking env_logger v0.4.3 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Checking config v0.7.0 [INFO] [stderr] Checking loglog v0.3.2 [INFO] [stderr] Checking tera v0.10.10 [INFO] [stderr] Checking lettre v0.6.2 [INFO] [stderr] Checking preminder v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/output/mod.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | plugins: plugins, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `plugins` [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/output/mod.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | templater: templater, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `templater` [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/output/mod.rs:93:13 [INFO] [stderr] | [INFO] [stderr] 93 | templates: templates, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `templates` [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/run.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | recent: recent, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `recent` [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/run.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | stale: stale, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `stale` [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/output/mod.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | plugins: plugins, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `plugins` [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/output/mod.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | templater: templater, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `templater` [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/output/mod.rs:93:13 [INFO] [stderr] | [INFO] [stderr] 93 | templates: templates, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `templates` [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/run.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | recent: recent, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `recent` [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/run.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | stale: stale, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `stale` [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/api.rs:8:28 [INFO] [stderr] | [INFO] [stderr] 8 | const GITHUB_API_VERSION: &'static str = "api/v3"; [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/main.rs:31:17 [INFO] [stderr] | [INFO] [stderr] 31 | const VERSION: &'static str = env!("CARGO_PKG_VERSION"); [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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/main.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | const AUTHORS: &'static str = env!("CARGO_PKG_AUTHORS"); [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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/api.rs:8:28 [INFO] [stderr] | [INFO] [stderr] 8 | const GITHUB_API_VERSION: &'static str = "api/v3"; [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/main.rs:31:17 [INFO] [stderr] | [INFO] [stderr] 31 | const VERSION: &'static str = env!("CARGO_PKG_VERSION"); [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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/main.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | const AUTHORS: &'static str = env!("CARGO_PKG_AUTHORS"); [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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 21.51s [INFO] running `"docker" "inspect" "de7b41623c027993175a520f778a1a19e8841accb47bd84e14301f5bf8f3c30e"` [INFO] running `"docker" "rm" "-f" "de7b41623c027993175a520f778a1a19e8841accb47bd84e14301f5bf8f3c30e"` [INFO] [stdout] de7b41623c027993175a520f778a1a19e8841accb47bd84e14301f5bf8f3c30e