[INFO] updating cached repository kisom/wherewasi [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/kisom/wherewasi [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/kisom/wherewasi" "work/ex/clippy-test-run/sources/stable/gh/kisom/wherewasi"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/kisom/wherewasi'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kisom/wherewasi" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/kisom/wherewasi"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/kisom/wherewasi'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4ec70b754c20ffddfec73465dde9b626586504e2 [INFO] sha for GitHub repo kisom/wherewasi: 4ec70b754c20ffddfec73465dde9b626586504e2 [INFO] validating manifest of kisom/wherewasi 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 kisom/wherewasi 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 kisom/wherewasi [INFO] finished frobbing kisom/wherewasi [INFO] frobbed toml for kisom/wherewasi written to work/ex/clippy-test-run/sources/stable/gh/kisom/wherewasi/Cargo.toml [INFO] started frobbing kisom/wherewasi [INFO] finished frobbing kisom/wherewasi [INFO] frobbed toml for kisom/wherewasi written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/kisom/wherewasi/Cargo.toml [INFO] crate kisom/wherewasi 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 kisom/wherewasi 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/kisom/wherewasi:/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] 09ac2ca59b2390322caa4d62ea527730d18f373d7c88ae61635888d0991b601f [INFO] running `"docker" "start" "-a" "09ac2ca59b2390322caa4d62ea527730d18f373d7c88ae61635888d0991b601f"` [INFO] [stderr] Compiling libsqlite3-sys v0.10.0 [INFO] [stderr] Compiling syn v0.15.20 [INFO] [stderr] Checking rusqlite v0.15.0 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Checking whereami v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/location/core.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | latitude: latitude, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `latitude` [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/location/core.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | longitude: longitude, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `longitude` [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/location/core.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | altitude: altitude, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `altitude` [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/location/core.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | gacc: gacc, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `gacc` [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/location/core.rs:52:13 [INFO] [stderr] | [INFO] [stderr] 52 | aacc: aacc, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `aacc` [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/location/core.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | latitude: latitude, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `latitude` [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/location/core.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | longitude: longitude, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `longitude` [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/location/core.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | altitude: altitude, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `altitude` [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/location/core.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | gacc: gacc, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `gacc` [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/location/core.rs:52:13 [INFO] [stderr] | [INFO] [stderr] 52 | aacc: aacc, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `aacc` [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: long literal lacking separators [INFO] [stderr] --> src/location/core.rs:53:81 [INFO] [stderr] | [INFO] [stderr] 53 | timestamp: (timestamp.sec as u64 * 1000) + (timestamp.nsec as u64 / 1000000), [INFO] [stderr] | ^^^^^^^ help: consider: `1_000_000` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/location/core.rs:53:81 [INFO] [stderr] | [INFO] [stderr] 53 | timestamp: (timestamp.sec as u64 * 1000) + (timestamp.nsec as u64 / 1000000), [INFO] [stderr] | ^^^^^^^ help: consider: `1_000_000` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.91s [INFO] running `"docker" "inspect" "09ac2ca59b2390322caa4d62ea527730d18f373d7c88ae61635888d0991b601f"` [INFO] running `"docker" "rm" "-f" "09ac2ca59b2390322caa4d62ea527730d18f373d7c88ae61635888d0991b601f"` [INFO] [stdout] 09ac2ca59b2390322caa4d62ea527730d18f373d7c88ae61635888d0991b601f