[INFO] updating cached repository LeakyBucket/opencensus [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/LeakyBucket/opencensus [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/LeakyBucket/opencensus" "work/ex/clippy-test-run/sources/stable/gh/LeakyBucket/opencensus"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/LeakyBucket/opencensus'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/LeakyBucket/opencensus" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/LeakyBucket/opencensus"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/LeakyBucket/opencensus'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9eaa184c3b11043da77d027fa643fb7b4fdb809e [INFO] sha for GitHub repo LeakyBucket/opencensus: 9eaa184c3b11043da77d027fa643fb7b4fdb809e [INFO] validating manifest of LeakyBucket/opencensus 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 LeakyBucket/opencensus 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 LeakyBucket/opencensus [INFO] finished frobbing LeakyBucket/opencensus [INFO] frobbed toml for LeakyBucket/opencensus written to work/ex/clippy-test-run/sources/stable/gh/LeakyBucket/opencensus/Cargo.toml [INFO] started frobbing LeakyBucket/opencensus [INFO] finished frobbing LeakyBucket/opencensus [INFO] frobbed toml for LeakyBucket/opencensus written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/LeakyBucket/opencensus/Cargo.toml [INFO] crate LeakyBucket/opencensus has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on the registry index [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting LeakyBucket/opencensus against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/LeakyBucket/opencensus:/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] c2c15b28f4d6d862f9c6397dfd03040f67e065d4cf9469075bdcec098922c673 [INFO] running `"docker" "start" "-a" "c2c15b28f4d6d862f9c6397dfd03040f67e065d4cf9469075bdcec098922c673"` [INFO] [stderr] Checking opencensus v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/trace/mod.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | trace_id: trace_id, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `trace_id` [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/trace/mod.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | options: options, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `options` [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/trace/mod.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | state: state, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `state` [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/trace/mod.rs:59:13 [INFO] [stderr] | [INFO] [stderr] 59 | trace_id: trace_id, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `trace_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/trace/mod.rs:61:13 [INFO] [stderr] | [INFO] [stderr] 61 | parent_id: parent_id, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `parent_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/trace/mod.rs:98:13 [INFO] [stderr] | [INFO] [stderr] 98 | trace_id: trace_id, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `trace_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/trace/mod.rs:101:13 [INFO] [stderr] | [INFO] [stderr] 101 | state: state, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `state` [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/trace/mod.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | trace_id: trace_id, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `trace_id` [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/trace/mod.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | options: options, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `options` [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/trace/mod.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | state: state, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `state` [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/trace/mod.rs:59:13 [INFO] [stderr] | [INFO] [stderr] 59 | trace_id: trace_id, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `trace_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/trace/mod.rs:61:13 [INFO] [stderr] | [INFO] [stderr] 61 | parent_id: parent_id, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `parent_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/trace/mod.rs:98:13 [INFO] [stderr] | [INFO] [stderr] 98 | trace_id: trace_id, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `trace_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/trace/mod.rs:101:13 [INFO] [stderr] | [INFO] [stderr] 101 | state: state, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `state` [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[E0425]: cannot find value `trace_opts` in this scope [INFO] [stderr] --> src/trace/mod.rs:100:22 [INFO] [stderr] | [INFO] [stderr] 100 | options: trace_opts, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `state` in this scope [INFO] [stderr] --> src/trace/mod.rs:101:20 [INFO] [stderr] | [INFO] [stderr] 101 | state: state, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with `self` parameter [INFO] [stderr] | help: try: `self.state` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `trace_opts` in this scope [INFO] [stderr] --> src/trace/mod.rs:100:22 [INFO] [stderr] | [INFO] [stderr] 100 | options: trace_opts, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `state` in this scope [INFO] [stderr] --> src/trace/mod.rs:101:20 [INFO] [stderr] | [INFO] [stderr] 101 | state: state, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `self` value is a keyword only available in methods with `self` parameter [INFO] [stderr] | help: try: `self.state` [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/trace/mod.rs:36:25 [INFO] [stderr] | [INFO] [stderr] 36 | fn close(&mut self) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unused_unit)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/trace/mod.rs:36:25 [INFO] [stderr] | [INFO] [stderr] 36 | fn close(&mut self) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unused_unit)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `opencensus`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `opencensus`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c2c15b28f4d6d862f9c6397dfd03040f67e065d4cf9469075bdcec098922c673"` [INFO] running `"docker" "rm" "-f" "c2c15b28f4d6d862f9c6397dfd03040f67e065d4cf9469075bdcec098922c673"` [INFO] [stdout] c2c15b28f4d6d862f9c6397dfd03040f67e065d4cf9469075bdcec098922c673