[INFO] updating cached repository lbcdec/lbcdec [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/lbcdec/lbcdec [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/lbcdec/lbcdec" "work/ex/clippy-test-run/sources/stable/gh/lbcdec/lbcdec"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/lbcdec/lbcdec'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/lbcdec/lbcdec" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/lbcdec/lbcdec"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/lbcdec/lbcdec'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 13956bd112593890a9b63259b3c15c8ffe39dad5 [INFO] sha for GitHub repo lbcdec/lbcdec: 13956bd112593890a9b63259b3c15c8ffe39dad5 [INFO] validating manifest of lbcdec/lbcdec 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 lbcdec/lbcdec 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 lbcdec/lbcdec [INFO] finished frobbing lbcdec/lbcdec [INFO] frobbed toml for lbcdec/lbcdec written to work/ex/clippy-test-run/sources/stable/gh/lbcdec/lbcdec/Cargo.toml [INFO] started frobbing lbcdec/lbcdec [INFO] finished frobbing lbcdec/lbcdec [INFO] frobbed toml for lbcdec/lbcdec written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/lbcdec/lbcdec/Cargo.toml [INFO] crate lbcdec/lbcdec 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 lbcdec/lbcdec against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/lbcdec/lbcdec:/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] d3fe9500b4e2d00009203d3143c9842e84f3df9908289135df847e18cfc7133f [INFO] running `"docker" "start" "-a" "d3fe9500b4e2d00009203d3143c9842e84f3df9908289135df847e18cfc7133f"` [INFO] [stderr] Checking obstack v0.1.3 [INFO] [stderr] Checking rand v0.5.4 [INFO] [stderr] Checking smallvec v0.6.3 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking rayon v1.0.2 [INFO] [stderr] Checking tempfile v3.0.3 [INFO] [stderr] Checking lbcdec v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/cond_logic.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | pc: pc, [INFO] [stderr] | ^^^^^^ help: replace it with: `pc` [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/cond_logic.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | on_continue: on_continue, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `on_continue` [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/cond_logic.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | on_exit: on_exit, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `on_exit` [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/cond_logic.rs:92:68 [INFO] [stderr] | [INFO] [stderr] 92 | CondJoin::And => Normal { on_true: target.on_continue, on_false: on_false }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `on_false` [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/cond_logic.rs:93:38 [INFO] [stderr] | [INFO] [stderr] 93 | CondJoin::Or => Normal { on_true: on_true, on_false: target.on_continue }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `on_true` [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/cond_logic.rs:105:45 [INFO] [stderr] | [INFO] [stderr] 105 | CondLeftAddResult::Simple { ctft: ctft, join: join } [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `ctft` [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/cond_logic.rs:105:57 [INFO] [stderr] | [INFO] [stderr] 105 | CondLeftAddResult::Simple { ctft: ctft, join: join } [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `join` [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/cond_logic.rs:117:25 [INFO] [stderr] | [INFO] [stderr] 117 | ctft: ctft, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `ctft` [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/cond_logic.rs:118:25 [INFO] [stderr] | [INFO] [stderr] 118 | join: join, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `join` [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/cond_logic.rs:142:45 [INFO] [stderr] | [INFO] [stderr] 142 | CondLeftAddResult::Simple { ctft: ctft, join: join } [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `ctft` [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/cond_logic.rs:142:57 [INFO] [stderr] | [INFO] [stderr] 142 | CondLeftAddResult::Simple { ctft: ctft, join: join } [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `join` [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/cond_logic.rs:209:40 [INFO] [stderr] | [INFO] [stderr] 209 | self.targets.push(CondTarget { id: id, .. target }); [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [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/cond_logic.rs:216:13 [INFO] [stderr] | [INFO] [stderr] 216 | id: id, [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [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/cond_logic.rs:261:98 [INFO] [stderr] | [INFO] [stderr] 261 | return Some(CondInsertOp::AddLeftToVirtualParentGroup { rhs_group: group.id, parent_group: parent_group }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `parent_group` [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/view/builder.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | context: context, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `context` [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/view/builder.rs:73:13 [INFO] [stderr] | [INFO] [stderr] 73 | index: index, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `index` [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/view/builder.rs:80:13 [INFO] [stderr] | [INFO] [stderr] 80 | free_mark: free_mark, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `free_mark` [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/view/builder.rs:606:21 [INFO] [stderr] | [INFO] [stderr] 606 | sources: sources, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `sources` [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/view/builder.rs:617:13 [INFO] [stderr] | [INFO] [stderr] 617 | sources: sources, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `sources` [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/view/builder.rs:806:13 [INFO] [stderr] | [INFO] [stderr] 806 | data: data, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `data` [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/view/builder.rs:807:13 [INFO] [stderr] | [INFO] [stderr] 807 | view_type: view_type, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `view_type` [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/view_context/mod.rs:111:13 [INFO] [stderr] | [INFO] [stderr] 111 | chunk: chunk, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `chunk` [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/view_context/mod.rs:940:45 [INFO] [stderr] | [INFO] [stderr] 940 | LoadKViewData { kst: kst }, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `kst` [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/view_context/mod.rs:1073:44 [INFO] [stderr] | [INFO] [stderr] 1073 | UnOpViewData { op: op, rhs: taken_rhs }, [INFO] [stderr] | ^^^^^^ help: replace it with: `op` [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/view_context/mod.rs:1381:75 [INFO] [stderr] | [INFO] [stderr] 1381 | Some(_) => Some(ViewType::MultiExpression { base, count: count }), [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `count` [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/view_context/mod.rs:1650:50 [INFO] [stderr] | [INFO] [stderr] 1650 | ViewType::Else { cond_index: cond_index, end: else_pc }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `cond_index` [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/cond_logic.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | pc: pc, [INFO] [stderr] | ^^^^^^ help: replace it with: `pc` [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/cond_logic.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | on_continue: on_continue, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `on_continue` [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/cond_logic.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | on_exit: on_exit, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `on_exit` [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/cond_logic.rs:92:68 [INFO] [stderr] | [INFO] [stderr] 92 | CondJoin::And => Normal { on_true: target.on_continue, on_false: on_false }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `on_false` [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/cond_logic.rs:93:38 [INFO] [stderr] | [INFO] [stderr] 93 | CondJoin::Or => Normal { on_true: on_true, on_false: target.on_continue }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `on_true` [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/cond_logic.rs:105:45 [INFO] [stderr] | [INFO] [stderr] 105 | CondLeftAddResult::Simple { ctft: ctft, join: join } [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `ctft` [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/cond_logic.rs:105:57 [INFO] [stderr] | [INFO] [stderr] 105 | CondLeftAddResult::Simple { ctft: ctft, join: join } [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `join` [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/cond_logic.rs:117:25 [INFO] [stderr] | [INFO] [stderr] 117 | ctft: ctft, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `ctft` [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/cond_logic.rs:118:25 [INFO] [stderr] | [INFO] [stderr] 118 | join: join, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `join` [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/cond_logic.rs:142:45 [INFO] [stderr] | [INFO] [stderr] 142 | CondLeftAddResult::Simple { ctft: ctft, join: join } [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `ctft` [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/cond_logic.rs:142:57 [INFO] [stderr] | [INFO] [stderr] 142 | CondLeftAddResult::Simple { ctft: ctft, join: join } [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `join` [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/cond_logic.rs:209:40 [INFO] [stderr] | [INFO] [stderr] 209 | self.targets.push(CondTarget { id: id, .. target }); [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [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/cond_logic.rs:216:13 [INFO] [stderr] | [INFO] [stderr] 216 | id: id, [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [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/cond_logic.rs:261:98 [INFO] [stderr] | [INFO] [stderr] 261 | return Some(CondInsertOp::AddLeftToVirtualParentGroup { rhs_group: group.id, parent_group: parent_group }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `parent_group` [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/view/builder.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | context: context, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `context` [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/view/builder.rs:73:13 [INFO] [stderr] | [INFO] [stderr] 73 | index: index, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `index` [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/view/builder.rs:80:13 [INFO] [stderr] | [INFO] [stderr] 80 | free_mark: free_mark, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `free_mark` [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/view/builder.rs:606:21 [INFO] [stderr] | [INFO] [stderr] 606 | sources: sources, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `sources` [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/view/builder.rs:617:13 [INFO] [stderr] | [INFO] [stderr] 617 | sources: sources, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `sources` [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/view/builder.rs:806:13 [INFO] [stderr] | [INFO] [stderr] 806 | data: data, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `data` [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/view/builder.rs:807:13 [INFO] [stderr] | [INFO] [stderr] 807 | view_type: view_type, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `view_type` [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/view_context/mod.rs:111:13 [INFO] [stderr] | [INFO] [stderr] 111 | chunk: chunk, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `chunk` [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/view_context/mod.rs:940:45 [INFO] [stderr] | [INFO] [stderr] 940 | LoadKViewData { kst: kst }, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `kst` [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/view_context/mod.rs:1073:44 [INFO] [stderr] | [INFO] [stderr] 1073 | UnOpViewData { op: op, rhs: taken_rhs }, [INFO] [stderr] | ^^^^^^ help: replace it with: `op` [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/view_context/mod.rs:1381:75 [INFO] [stderr] | [INFO] [stderr] 1381 | Some(_) => Some(ViewType::MultiExpression { base, count: count }), [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `count` [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/view_context/mod.rs:1650:50 [INFO] [stderr] | [INFO] [stderr] 1650 | ViewType::Else { cond_index: cond_index, end: else_pc }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `cond_index` [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/main.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | #![feature(test)] [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 `lbcdec`. [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/main.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | #![feature(test)] [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 `lbcdec`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d3fe9500b4e2d00009203d3143c9842e84f3df9908289135df847e18cfc7133f"` [INFO] running `"docker" "rm" "-f" "d3fe9500b4e2d00009203d3143c9842e84f3df9908289135df847e18cfc7133f"` [INFO] [stdout] d3fe9500b4e2d00009203d3143c9842e84f3df9908289135df847e18cfc7133f