[INFO] updating cached repository k3d3/Roam [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/k3d3/Roam [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/k3d3/Roam" "work/ex/clippy-test-run/sources/stable/gh/k3d3/Roam"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/k3d3/Roam'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/k3d3/Roam" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/k3d3/Roam"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/k3d3/Roam'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 46ad5b2474881327998af51f011b83fdfa7260b9 [INFO] sha for GitHub repo k3d3/Roam: 46ad5b2474881327998af51f011b83fdfa7260b9 [INFO] validating manifest of k3d3/Roam 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 k3d3/Roam 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 k3d3/Roam [INFO] finished frobbing k3d3/Roam [INFO] frobbed toml for k3d3/Roam written to work/ex/clippy-test-run/sources/stable/gh/k3d3/Roam/Cargo.toml [INFO] started frobbing k3d3/Roam [INFO] finished frobbing k3d3/Roam [INFO] frobbed toml for k3d3/Roam written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/k3d3/Roam/Cargo.toml [INFO] crate k3d3/Roam 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 k3d3/Roam against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-7/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/k3d3/Roam:/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] a95512ec6f9a02fe5a010c731f948e8ad9787e5116d9a884f07c1b92103509a5 [INFO] running `"docker" "start" "-a" "a95512ec6f9a02fe5a010c731f948e8ad9787e5116d9a884f07c1b92103509a5"` [INFO] [stderr] Checking bitflags v0.8.0 [INFO] [stderr] Checking serde v0.9.11 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking futures v0.1.10 [INFO] [stderr] Checking base64 v0.4.0 [INFO] [stderr] Checking mio v0.6.4 [INFO] [stderr] Compiling serde_codegen_internals v0.14.1 [INFO] [stderr] Checking clap v2.21.1 [INFO] [stderr] Compiling serde_derive v0.9.11 [INFO] [stderr] Checking tokio-core v0.1.4 [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking tokio-proto v0.1.0 [INFO] [stderr] Checking serde_json v0.9.9 [INFO] [stderr] Checking backtrace v0.3.0 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking roam v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/network_config.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | access_key: access_key, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `access_key` [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/network_config.rs:193:12 [INFO] [stderr] | [INFO] [stderr] 193 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [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/network_config.rs:196:12 [INFO] [stderr] | [INFO] [stderr] 196 | cidr: cidr, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `cidr` [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/network_config.rs:284:13 [INFO] [stderr] | [INFO] [stderr] 284 | cidr: cidr [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `cidr` [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/network_config.rs:299:13 [INFO] [stderr] | [INFO] [stderr] 299 | cidr: cidr [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `cidr` [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/network_config.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | access_key: access_key, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `access_key` [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/network_config.rs:193:12 [INFO] [stderr] | [INFO] [stderr] 193 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [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/network_config.rs:196:12 [INFO] [stderr] | [INFO] [stderr] 196 | cidr: cidr, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `cidr` [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/network_config.rs:284:13 [INFO] [stderr] | [INFO] [stderr] 284 | cidr: cidr [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `cidr` [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/network_config.rs:299:13 [INFO] [stderr] | [INFO] [stderr] 299 | cidr: cidr [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `cidr` [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: method is never used: `to_json` [INFO] [stderr] --> src/network_config.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn to_json(&self) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `to_pretty_json` [INFO] [stderr] --> src/network_config.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn to_pretty_json(&self) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `to_pretty_json` [INFO] [stderr] --> src/network_config.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn to_pretty_json(&self) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.80s [INFO] running `"docker" "inspect" "a95512ec6f9a02fe5a010c731f948e8ad9787e5116d9a884f07c1b92103509a5"` [INFO] running `"docker" "rm" "-f" "a95512ec6f9a02fe5a010c731f948e8ad9787e5116d9a884f07c1b92103509a5"` [INFO] [stdout] a95512ec6f9a02fe5a010c731f948e8ad9787e5116d9a884f07c1b92103509a5