[INFO] updating cached repository elba/elba [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/elba/elba [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/elba/elba" "work/ex/clippy-test-run/sources/stable/gh/elba/elba"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/elba/elba'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/elba/elba" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/elba/elba"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/elba/elba'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d59a3cd18dd9ce42d32bf2bd5f594a648fafcf47 [INFO] sha for GitHub repo elba/elba: d59a3cd18dd9ce42d32bf2bd5f594a648fafcf47 [INFO] validating manifest of elba/elba 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 elba/elba 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 elba/elba [INFO] finished frobbing elba/elba [INFO] frobbed toml for elba/elba written to work/ex/clippy-test-run/sources/stable/gh/elba/elba/Cargo.toml [INFO] started frobbing elba/elba [INFO] finished frobbing elba/elba [INFO] frobbed toml for elba/elba written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/elba/elba/Cargo.toml [INFO] crate elba/elba 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 elba/elba 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/elba/elba:/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] a8e9d453c5e17152e6252903a65c72a783c35aaae37b5baf63da84e7307e664c [INFO] running `"docker" "start" "-a" "a8e9d453c5e17152e6252903a65c72a783c35aaae37b5baf63da84e7307e664c"` [INFO] [stderr] Compiling slog v2.4.1 [INFO] [stderr] Checking shell-escape v0.1.4 [INFO] [stderr] Checking symlink v0.1.0 [INFO] [stderr] Checking filetime v0.2.3 [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Checking indexmap v1.0.2 [INFO] [stderr] Checking nom v4.1.1 [INFO] [stderr] Checking digest v0.7.6 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking serde-hjson v0.8.2 [INFO] [stderr] Checking Inflector v0.11.3 [INFO] [stderr] Checking parking_lot_core v0.3.1 [INFO] [stderr] Checking sha2 v0.7.1 [INFO] [stderr] Checking tar v0.4.20 [INFO] [stderr] Checking crossbeam-deque v0.5.2 [INFO] [stderr] Checking h2 v0.1.13 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking slog-async v2.3.0 [INFO] [stderr] Checking slog-term v2.4.0 [INFO] [stderr] Checking tokio-reactor v0.1.6 [INFO] [stderr] Checking crossbeam-channel v0.2.6 [INFO] [stderr] Checking console v0.6.2 [INFO] [stderr] Checking config v0.9.1 [INFO] [stderr] Checking crossbeam v0.4.1 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio-udp v0.1.2 [INFO] [stderr] Checking tokio-uds v0.2.3 [INFO] [stderr] Checking tokio v0.1.11 [INFO] [stderr] Checking hyper v0.12.14 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking reqwest v0.9.5 [INFO] [stderr] Checking elba v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib/cli/build.rs:596:13 [INFO] [stderr] | [INFO] [stderr] 596 | codegen: codegen, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `codegen` [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/lib/cli/build.rs:596:13 [INFO] [stderr] | [INFO] [stderr] 596 | codegen: codegen, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `codegen` [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] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(nll)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `elba`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(nll)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `elba`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a8e9d453c5e17152e6252903a65c72a783c35aaae37b5baf63da84e7307e664c"` [INFO] running `"docker" "rm" "-f" "a8e9d453c5e17152e6252903a65c72a783c35aaae37b5baf63da84e7307e664c"` [INFO] [stdout] a8e9d453c5e17152e6252903a65c72a783c35aaae37b5baf63da84e7307e664c