[INFO] updating cached repository jeanm/mkweb [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jeanm/mkweb [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jeanm/mkweb" "work/ex/clippy-test-run/sources/stable/gh/jeanm/mkweb"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/jeanm/mkweb'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jeanm/mkweb" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/jeanm/mkweb"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/jeanm/mkweb'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 11d43b5592427dff030e61e1c73bdbe81beb21a5 [INFO] sha for GitHub repo jeanm/mkweb: 11d43b5592427dff030e61e1c73bdbe81beb21a5 [INFO] validating manifest of jeanm/mkweb 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 jeanm/mkweb 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 jeanm/mkweb [INFO] finished frobbing jeanm/mkweb [INFO] frobbed toml for jeanm/mkweb written to work/ex/clippy-test-run/sources/stable/gh/jeanm/mkweb/Cargo.toml [INFO] started frobbing jeanm/mkweb [INFO] finished frobbing jeanm/mkweb [INFO] frobbed toml for jeanm/mkweb written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/jeanm/mkweb/Cargo.toml [INFO] crate jeanm/mkweb 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 jeanm/mkweb 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/jeanm/mkweb:/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] 4e50e741420f620570d0e038dc6345f8c2e5890032011bd2ddb0bd20ad51f7a4 [INFO] running `"docker" "start" "-a" "4e50e741420f620570d0e038dc6345f8c2e5890032011bd2ddb0bd20ad51f7a4"` [INFO] [stderr] Checking same-file v0.1.2 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Checking toml v0.2.1 [INFO] [stderr] Checking serde_json v0.8.6 [INFO] [stderr] Checking pandoc v0.5.1 [INFO] [stderr] Checking aho-corasick v0.6.1 [INFO] [stderr] Checking walkdir v1.0.7 [INFO] [stderr] Checking regex v0.2.1 [INFO] [stderr] Compiling serde_codegen_internals v0.11.3 [INFO] [stderr] Checking handlebars v0.24.2 [INFO] [stderr] Compiling serde_codegen v0.8.23 [INFO] [stderr] Compiling serde_derive v0.8.23 [INFO] [stderr] Checking mkweb v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/renderer.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | root_path: root_path, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `root_path` [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/renderer.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | public_path: public_path, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `public_path` [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/renderer.rs:52:13 [INFO] [stderr] | [INFO] [stderr] 52 | assets_path: assets_path, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `assets_path` [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/renderer.rs:53:13 [INFO] [stderr] | [INFO] [stderr] 53 | handlebars: handlebars, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `handlebars` [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/renderer.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | root_path: root_path, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `root_path` [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/renderer.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | public_path: public_path, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `public_path` [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/renderer.rs:52:13 [INFO] [stderr] | [INFO] [stderr] 52 | assets_path: assets_path, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `assets_path` [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/renderer.rs:53:13 [INFO] [stderr] | [INFO] [stderr] 53 | handlebars: handlebars, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `handlebars` [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: large size difference between variants [INFO] [stderr] --> src/error.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | HandlebarsTemplate(TemplateError), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::large_enum_variant)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant [INFO] [stderr] help: consider boxing the large fields to reduce the total size of the enum [INFO] [stderr] | [INFO] [stderr] 7 | HandlebarsTemplate(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: large size difference between variants [INFO] [stderr] --> src/error.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | HandlebarsTemplate(TemplateError), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::large_enum_variant)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant [INFO] [stderr] help: consider boxing the large fields to reduce the total size of the enum [INFO] [stderr] | [INFO] [stderr] 7 | HandlebarsTemplate(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.46s [INFO] running `"docker" "inspect" "4e50e741420f620570d0e038dc6345f8c2e5890032011bd2ddb0bd20ad51f7a4"` [INFO] running `"docker" "rm" "-f" "4e50e741420f620570d0e038dc6345f8c2e5890032011bd2ddb0bd20ad51f7a4"` [INFO] [stdout] 4e50e741420f620570d0e038dc6345f8c2e5890032011bd2ddb0bd20ad51f7a4