[INFO] updating cached repository fkaa/flu [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/fkaa/flu [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/fkaa/flu" "work/ex/clippy-test-run/sources/stable/gh/fkaa/flu"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/fkaa/flu'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/fkaa/flu" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/fkaa/flu"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/fkaa/flu'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ee8d2255d4c72a56b15009b1cc719dd8b3e82436 [INFO] sha for GitHub repo fkaa/flu: ee8d2255d4c72a56b15009b1cc719dd8b3e82436 [INFO] validating manifest of fkaa/flu 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 fkaa/flu 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 fkaa/flu [INFO] finished frobbing fkaa/flu [INFO] frobbed toml for fkaa/flu written to work/ex/clippy-test-run/sources/stable/gh/fkaa/flu/Cargo.toml [INFO] started frobbing fkaa/flu [INFO] finished frobbing fkaa/flu [INFO] frobbed toml for fkaa/flu written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/fkaa/flu/Cargo.toml [INFO] crate fkaa/flu 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 fkaa/flu 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/fkaa/flu:/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] 298fcbbba5daa083e1823ddecf5803f7b4b3f967ba01708db3155331a031574d [INFO] running `"docker" "start" "-a" "298fcbbba5daa083e1823ddecf5803f7b4b3f967ba01708db3155331a031574d"` [INFO] [stderr] Compiling gcc v0.3.11 [INFO] [stderr] Compiling pkg-config v0.3.5 [INFO] [stderr] Checking libc v0.2.8 [INFO] [stderr] Compiling flu v0.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/collections/table.rs:30:17 [INFO] [stderr] | [INFO] [stderr] 30 | Table { cxt: cxt, ptr: LuaRef::read(cxt, -1) } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/collections/table.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | Table { cxt: cxt, ptr: LuaRef::read(cxt, -1) } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/collections/table.rs:61:17 [INFO] [stderr] | [INFO] [stderr] 61 | Table { cxt: cxt, ptr: LuaRef::read(cxt, -1) } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/collections/table.rs:118:17 [INFO] [stderr] | [INFO] [stderr] 118 | Table { cxt: cxt, ptr: LuaRef::read(cxt, idx) } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/value.rs:34:60 [INFO] [stderr] | [INFO] [stderr] 34 | ffi::LUA_TTABLE => LuaValue::Table(Table { cxt: cxt, ptr: ::read(cxt, idx) }), [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/borrow.rs:30:30 [INFO] [stderr] | [INFO] [stderr] 30 | LuaRef { cxt: cxt, key: -1 } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/borrow.rs:46:30 [INFO] [stderr] | [INFO] [stderr] 46 | LuaRef { cxt: cxt, key: r } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/function.rs:52:17 [INFO] [stderr] | [INFO] [stderr] 52 | cxt: cxt, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/collections/table.rs:30:17 [INFO] [stderr] | [INFO] [stderr] 30 | Table { cxt: cxt, ptr: LuaRef::read(cxt, -1) } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/collections/table.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | Table { cxt: cxt, ptr: LuaRef::read(cxt, -1) } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/collections/table.rs:61:17 [INFO] [stderr] | [INFO] [stderr] 61 | Table { cxt: cxt, ptr: LuaRef::read(cxt, -1) } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/collections/table.rs:118:17 [INFO] [stderr] | [INFO] [stderr] 118 | Table { cxt: cxt, ptr: LuaRef::read(cxt, idx) } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/value.rs:34:60 [INFO] [stderr] | [INFO] [stderr] 34 | ffi::LUA_TTABLE => LuaValue::Table(Table { cxt: cxt, ptr: ::read(cxt, idx) }), [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/borrow.rs:30:30 [INFO] [stderr] | [INFO] [stderr] 30 | LuaRef { cxt: cxt, key: -1 } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/borrow.rs:46:30 [INFO] [stderr] | [INFO] [stderr] 46 | LuaRef { cxt: cxt, key: r } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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/function.rs:52:17 [INFO] [stderr] | [INFO] [stderr] 52 | cxt: cxt, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cxt` [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[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(unboxed_closures)] [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 `flu`. [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.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(unboxed_closures)] [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 `flu`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "298fcbbba5daa083e1823ddecf5803f7b4b3f967ba01708db3155331a031574d"` [INFO] running `"docker" "rm" "-f" "298fcbbba5daa083e1823ddecf5803f7b4b3f967ba01708db3155331a031574d"` [INFO] [stdout] 298fcbbba5daa083e1823ddecf5803f7b4b3f967ba01708db3155331a031574d