[INFO] updating cached repository gjersvik/ompa [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/gjersvik/ompa [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/gjersvik/ompa" "work/ex/clippy-test-run/sources/stable/gh/gjersvik/ompa"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/gjersvik/ompa'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gjersvik/ompa" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/gjersvik/ompa"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/gjersvik/ompa'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 19136918da8ee403b49bc5d39e31e8f1014a19ff [INFO] sha for GitHub repo gjersvik/ompa: 19136918da8ee403b49bc5d39e31e8f1014a19ff [INFO] validating manifest of gjersvik/ompa 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 gjersvik/ompa 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 gjersvik/ompa [INFO] finished frobbing gjersvik/ompa [INFO] frobbed toml for gjersvik/ompa written to work/ex/clippy-test-run/sources/stable/gh/gjersvik/ompa/Cargo.toml [INFO] started frobbing gjersvik/ompa [INFO] finished frobbing gjersvik/ompa [INFO] frobbed toml for gjersvik/ompa written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/gjersvik/ompa/Cargo.toml [INFO] crate gjersvik/ompa 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 gjersvik/ompa against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/gjersvik/ompa:/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] 252dbd787cc258433710322d402ec917f7787562554d4d96088eaaac22208181 [INFO] running `"docker" "start" "-a" "252dbd787cc258433710322d402ec917f7787562554d4d96088eaaac22208181"` [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Checking brotli-sys v0.3.2 [INFO] [stderr] Checking miniz-sys v0.1.11 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking cookie v0.11.0 [INFO] [stderr] Checking postgres-protocol v0.3.2 [INFO] [stderr] Checking failure v0.1.3 [INFO] [stderr] Checking tera v0.11.20 [INFO] [stderr] Checking flate2 v1.0.6 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Checking dotenv v0.13.0 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-reactor v0.1.7 [INFO] [stderr] Checking postgres-shared v0.4.2 [INFO] [stderr] Checking tokio-uds v0.2.4 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking trust-dns-proto v0.5.0 [INFO] [stderr] Checking tokio v0.1.13 [INFO] [stderr] Checking native-tls v0.1.5 [INFO] [stderr] Checking postgres v0.15.2 [INFO] [stderr] Checking trust-dns-resolver v0.10.0 [INFO] [stderr] Checking actix v0.7.9 [INFO] [stderr] Checking actix-net v0.2.4 [INFO] [stderr] Checking actix-web v0.7.16 [INFO] [stderr] Checking actix-web-httpauth v0.1.0 [INFO] [stderr] Checking ompa v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/housework.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | actions: actions, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `actions` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(clippy::all)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: #[deny(clippy::redundant_field_names)] implied by #[deny(clippy::all)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/test_actions.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | actions: actions, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `actions` [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] error: redundant field names in struct initialization [INFO] [stderr] --> src/housework.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | actions: actions, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `actions` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(clippy::all)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: #[deny(clippy::redundant_field_names)] implied by #[deny(clippy::all)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/test_actions.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | actions: actions, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `actions` [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] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `ompa`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `ompa`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "252dbd787cc258433710322d402ec917f7787562554d4d96088eaaac22208181"` [INFO] running `"docker" "rm" "-f" "252dbd787cc258433710322d402ec917f7787562554d4d96088eaaac22208181"` [INFO] [stdout] 252dbd787cc258433710322d402ec917f7787562554d4d96088eaaac22208181