[INFO] updating cached repository jacobh/turbocrab [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jacobh/turbocrab [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jacobh/turbocrab" "work/ex/clippy-test-run/sources/stable/gh/jacobh/turbocrab"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/jacobh/turbocrab'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jacobh/turbocrab" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/jacobh/turbocrab"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/jacobh/turbocrab'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4c062fd3a8ea957c98efd2790dc089c80e7d2318 [INFO] sha for GitHub repo jacobh/turbocrab: 4c062fd3a8ea957c98efd2790dc089c80e7d2318 [INFO] validating manifest of jacobh/turbocrab 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 jacobh/turbocrab 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 jacobh/turbocrab [INFO] finished frobbing jacobh/turbocrab [INFO] frobbed toml for jacobh/turbocrab written to work/ex/clippy-test-run/sources/stable/gh/jacobh/turbocrab/Cargo.toml [INFO] started frobbing jacobh/turbocrab [INFO] finished frobbing jacobh/turbocrab [INFO] frobbed toml for jacobh/turbocrab written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/jacobh/turbocrab/Cargo.toml [INFO] crate jacobh/turbocrab 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 jacobh/turbocrab against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-0/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/jacobh/turbocrab:/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] b413d0fa7a3f31a22e1b01f922f53cdac6659c23e707547b185994223040c093 [INFO] running `"docker" "start" "-a" "b413d0fa7a3f31a22e1b01f922f53cdac6659c23e707547b185994223040c093"` [INFO] [stderr] Checking tokio-executor v0.1.0 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Checking bincode v0.9.2 [INFO] [stderr] Checking bincode v1.0.0 [INFO] [stderr] Checking crossbeam-epoch v0.4.1 [INFO] [stderr] Checking crossbeam-epoch v0.2.0 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Checking tokio-io v0.1.6 [INFO] [stderr] Checking openssl-sys v0.9.27 [INFO] [stderr] Checking crossbeam-channel v0.1.2 [INFO] [stderr] Checking crossbeam-deque v0.3.0 [INFO] [stderr] Checking pagecache v0.4.2 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Checking openssl v0.9.24 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.0 [INFO] [stderr] Checking tokio-reactor v0.1.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Checking tokio v0.1.3 [INFO] [stderr] Checking native-tls v0.1.5 [INFO] [stderr] Checking tokio-core v0.1.15 [INFO] [stderr] Checking sled v0.15.13 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking tokio-tls v0.1.4 [INFO] [stderr] Checking tokio-file-unix v0.4.2 [INFO] [stderr] Checking hyper v0.11.24 [INFO] [stderr] Checking hyper-tls v0.1.3 [INFO] [stderr] Checking turbocrab v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/cache.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | tree: tree, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `tree` [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/cached_response.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | url: url, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `url` [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/cached_response.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | status: status, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `status` [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/cache.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | tree: tree, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `tree` [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/cached_response.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | url: url, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `url` [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/cached_response.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | status: status, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `status` [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] Finished dev [unoptimized + debuginfo] target(s) in 37.08s [INFO] running `"docker" "inspect" "b413d0fa7a3f31a22e1b01f922f53cdac6659c23e707547b185994223040c093"` [INFO] running `"docker" "rm" "-f" "b413d0fa7a3f31a22e1b01f922f53cdac6659c23e707547b185994223040c093"` [INFO] [stdout] b413d0fa7a3f31a22e1b01f922f53cdac6659c23e707547b185994223040c093