[INFO] updating cached repository Hevienz/futures-rs_test [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Hevienz/futures-rs_test [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Hevienz/futures-rs_test" "work/ex/clippy-test-run/sources/stable/gh/Hevienz/futures-rs_test"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/Hevienz/futures-rs_test'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Hevienz/futures-rs_test" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Hevienz/futures-rs_test"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Hevienz/futures-rs_test'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e9fc8c034e1bdd96651e3436e4ed1019c6d011f8 [INFO] sha for GitHub repo Hevienz/futures-rs_test: e9fc8c034e1bdd96651e3436e4ed1019c6d011f8 [INFO] validating manifest of Hevienz/futures-rs_test 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 Hevienz/futures-rs_test 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 Hevienz/futures-rs_test [INFO] finished frobbing Hevienz/futures-rs_test [INFO] frobbed toml for Hevienz/futures-rs_test written to work/ex/clippy-test-run/sources/stable/gh/Hevienz/futures-rs_test/Cargo.toml [INFO] started frobbing Hevienz/futures-rs_test [INFO] finished frobbing Hevienz/futures-rs_test [INFO] frobbed toml for Hevienz/futures-rs_test written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Hevienz/futures-rs_test/Cargo.toml [INFO] crate Hevienz/futures-rs_test 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 Hevienz/futures-rs_test against stable+rustflags=-Dclippy::into_iter_on_array for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Hevienz/futures-rs_test:/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 -Dclippy::into_iter_on_array" "-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] 79c303cd94203317d71e79f4b4b6cd3077c5a93ed909c08d13a9fbc6f4ac534c [INFO] running `"docker" "start" "-a" "79c303cd94203317d71e79f4b4b6cd3077c5a93ed909c08d13a9fbc6f4ac534c"` [INFO] [stderr] Checking crossbeam-epoch v0.4.3 [INFO] [stderr] Checking tokio-io v0.1.7 [INFO] [stderr] Checking crossbeam-deque v0.3.1 [INFO] [stderr] Checking tokio-reactor v0.1.2 [INFO] [stderr] Checking tokio-codec v0.1.0 [INFO] [stderr] Checking tokio-threadpool v0.1.4 [INFO] [stderr] Checking tokio-tcp v0.1.0 [INFO] [stderr] Checking tokio-udp v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.1 [INFO] [stderr] Checking tokio v0.1.7 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking futures-rs_test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant closure found [INFO] [stderr] --> src/main.rs:29:46 [INFO] [stderr] | [INFO] [stderr] 29 | done(my_fn_squared(retval)).and_then(|retval2| my_fut_squared(retval2)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `my_fut_squared` [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:29:46 [INFO] [stderr] | [INFO] [stderr] 29 | done(my_fn_squared(retval)).and_then(|retval2| my_fut_squared(retval2)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `my_fut_squared` [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 7.73s [INFO] running `"docker" "inspect" "79c303cd94203317d71e79f4b4b6cd3077c5a93ed909c08d13a9fbc6f4ac534c"` [INFO] running `"docker" "rm" "-f" "79c303cd94203317d71e79f4b4b6cd3077c5a93ed909c08d13a9fbc6f4ac534c"` [INFO] [stdout] 79c303cd94203317d71e79f4b4b6cd3077c5a93ed909c08d13a9fbc6f4ac534c