[INFO] updating cached repository skade/hyper-write-to-file-threaded [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/skade/hyper-write-to-file-threaded [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/skade/hyper-write-to-file-threaded" "work/ex/clippy-test-run/sources/stable/gh/skade/hyper-write-to-file-threaded"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/skade/hyper-write-to-file-threaded'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/skade/hyper-write-to-file-threaded" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/skade/hyper-write-to-file-threaded"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/skade/hyper-write-to-file-threaded'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 42c6be2adc4b6279c4c27c6b976160b911297139 [INFO] sha for GitHub repo skade/hyper-write-to-file-threaded: 42c6be2adc4b6279c4c27c6b976160b911297139 [INFO] validating manifest of skade/hyper-write-to-file-threaded 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 skade/hyper-write-to-file-threaded 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 skade/hyper-write-to-file-threaded [INFO] finished frobbing skade/hyper-write-to-file-threaded [INFO] frobbed toml for skade/hyper-write-to-file-threaded written to work/ex/clippy-test-run/sources/stable/gh/skade/hyper-write-to-file-threaded/Cargo.toml [INFO] started frobbing skade/hyper-write-to-file-threaded [INFO] finished frobbing skade/hyper-write-to-file-threaded [INFO] frobbed toml for skade/hyper-write-to-file-threaded written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/skade/hyper-write-to-file-threaded/Cargo.toml [INFO] crate skade/hyper-write-to-file-threaded 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 skade/hyper-write-to-file-threaded against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-6/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/skade/hyper-write-to-file-threaded:/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] 61a228815936b9af3b63f164f69a8d859388d765421465577885e5674ae10ee7 [INFO] running `"docker" "start" "-a" "61a228815936b9af3b63f164f69a8d859388d765421465577885e5674ae10ee7"` [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking want v0.0.6 [INFO] [stderr] Checking tokio-io v0.1.7 [INFO] [stderr] Checking http v0.1.10 [INFO] [stderr] Checking crossbeam-epoch v0.4.3 [INFO] [stderr] Checking crossbeam-deque v0.3.1 [INFO] [stderr] Checking mio v0.6.15 [INFO] [stderr] Checking tokio-threadpool v0.1.5 [INFO] [stderr] Checking tokio-codec v0.1.0 [INFO] [stderr] Checking tokio-fs v0.1.3 [INFO] [stderr] Checking tokio-reactor v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.1 [INFO] [stderr] Checking tokio-udp v0.1.1 [INFO] [stderr] Checking tokio v0.1.7 [INFO] [stderr] Checking h2 v0.1.12 [INFO] [stderr] Checking hyper v0.12.7 [INFO] [stderr] Checking hyper-write-to-file-threaded v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant closure found [INFO] [stderr] --> src/main.rs:109:16 [INFO] [stderr] | [INFO] [stderr] 109 | .serve(|| spawn_service() ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `spawn_service` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_closure)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure [INFO] [stderr] [INFO] [stderr] warning: redundant closure found [INFO] [stderr] --> src/main.rs:109:16 [INFO] [stderr] | [INFO] [stderr] 109 | .serve(|| spawn_service() ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `spawn_service` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_closure)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.00s [INFO] running `"docker" "inspect" "61a228815936b9af3b63f164f69a8d859388d765421465577885e5674ae10ee7"` [INFO] running `"docker" "rm" "-f" "61a228815936b9af3b63f164f69a8d859388d765421465577885e5674ae10ee7"` [INFO] [stdout] 61a228815936b9af3b63f164f69a8d859388d765421465577885e5674ae10ee7