[INFO] updating cached repository fin-ger/rust-opening-hours [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/fin-ger/rust-opening-hours [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/fin-ger/rust-opening-hours" "work/ex/clippy-test-run/sources/stable/gh/fin-ger/rust-opening-hours"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/fin-ger/rust-opening-hours'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/fin-ger/rust-opening-hours" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/fin-ger/rust-opening-hours"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/fin-ger/rust-opening-hours'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3f1db6b812e177de83a62baab58420c90755822a [INFO] sha for GitHub repo fin-ger/rust-opening-hours: 3f1db6b812e177de83a62baab58420c90755822a [INFO] validating manifest of fin-ger/rust-opening-hours 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 fin-ger/rust-opening-hours 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 fin-ger/rust-opening-hours [INFO] finished frobbing fin-ger/rust-opening-hours [INFO] frobbed toml for fin-ger/rust-opening-hours written to work/ex/clippy-test-run/sources/stable/gh/fin-ger/rust-opening-hours/Cargo.toml [INFO] started frobbing fin-ger/rust-opening-hours [INFO] finished frobbing fin-ger/rust-opening-hours [INFO] frobbed toml for fin-ger/rust-opening-hours written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/fin-ger/rust-opening-hours/Cargo.toml [INFO] crate fin-ger/rust-opening-hours 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 fin-ger/rust-opening-hours against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-6/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/fin-ger/rust-opening-hours:/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] 864d39d5f863585ee4304ff9dd223fb166177a613c03239a75c9013bb10b50bc [INFO] running `"docker" "start" "-a" "864d39d5f863585ee4304ff9dd223fb166177a613c03239a75c9013bb10b50bc"` [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] [stderr] Compiling libc v0.2.29 [INFO] [stderr] Checking timespan v0.0.3 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Checking opening-hours v0.0.1 (/opt/crater/workdir) [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/opening_hours.rs:44:13 [INFO] [stderr] | [INFO] [stderr] 44 | open_hours: open_hours, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `open_hours` [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/opening_hours.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | days_of_week: days_of_week, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `days_of_week` [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/opening_hours.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | valid_days: valid_days, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `valid_days` [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] Compiling regex v0.1.80 [INFO] [stderr] Compiling parse-zoneinfo v0.1.0 [INFO] [stderr] Compiling chrono-tz v0.4.1 [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/opening_hours.rs:44:13 [INFO] [stderr] | [INFO] [stderr] 44 | open_hours: open_hours, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `open_hours` [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/opening_hours.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | days_of_week: days_of_week, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `days_of_week` [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/opening_hours.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | valid_days: valid_days, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `valid_days` [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] Finished dev [unoptimized + debuginfo] target(s) in 34.96s [INFO] running `"docker" "inspect" "864d39d5f863585ee4304ff9dd223fb166177a613c03239a75c9013bb10b50bc"` [INFO] running `"docker" "rm" "-f" "864d39d5f863585ee4304ff9dd223fb166177a613c03239a75c9013bb10b50bc"` [INFO] [stdout] 864d39d5f863585ee4304ff9dd223fb166177a613c03239a75c9013bb10b50bc