[INFO] updating cached repository JonLeeCon/aws-sg-util [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/JonLeeCon/aws-sg-util [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/JonLeeCon/aws-sg-util" "work/ex/clippy-test-run/sources/stable/gh/JonLeeCon/aws-sg-util"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/JonLeeCon/aws-sg-util'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/JonLeeCon/aws-sg-util" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/JonLeeCon/aws-sg-util"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/JonLeeCon/aws-sg-util'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fbfba488ddb5b5ee2afd6b63e1eb742914c26efc [INFO] sha for GitHub repo JonLeeCon/aws-sg-util: fbfba488ddb5b5ee2afd6b63e1eb742914c26efc [INFO] validating manifest of JonLeeCon/aws-sg-util 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 JonLeeCon/aws-sg-util 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 JonLeeCon/aws-sg-util [INFO] finished frobbing JonLeeCon/aws-sg-util [INFO] frobbed toml for JonLeeCon/aws-sg-util written to work/ex/clippy-test-run/sources/stable/gh/JonLeeCon/aws-sg-util/Cargo.toml [INFO] started frobbing JonLeeCon/aws-sg-util [INFO] finished frobbing JonLeeCon/aws-sg-util [INFO] frobbed toml for JonLeeCon/aws-sg-util written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/JonLeeCon/aws-sg-util/Cargo.toml [INFO] crate JonLeeCon/aws-sg-util 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 JonLeeCon/aws-sg-util 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/JonLeeCon/aws-sg-util:/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] c85c382c91de59dd4082fc9fd55c4cce7a213393911440d3e574bfbeff5e4aea [INFO] running `"docker" "start" "-a" "c85c382c91de59dd4082fc9fd55c4cce7a213393911440d3e574bfbeff5e4aea"` [INFO] [stderr] Compiling data-encoding v2.1.1 [INFO] [stderr] Checking endian-type v0.1.2 [INFO] [stderr] Checking nibble_vec v0.0.4 [INFO] [stderr] Checking socket2 v0.3.7 [INFO] [stderr] Checking serde_json v1.0.22 [INFO] [stderr] Checking radix_trie v0.1.3 [INFO] [stderr] Checking trust-dns-proto v0.4.0 [INFO] [stderr] Checking rusoto_credential v0.11.0 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.3 [INFO] [stderr] Checking data-encoding-macro v0.1.3 [INFO] [stderr] Checking trust-dns v0.14.0 [INFO] [stderr] Checking rusoto_core v0.32.0 [INFO] [stderr] Checking rusoto_ec2 v0.32.0 [INFO] [stderr] Checking aws-sg-util v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: this .into_iter() call is equivalent to .iter() and will not move the Vec [INFO] [stderr] --> src/main.rs:341:27 [INFO] [stderr] | [INFO] [stderr] 341 | for port in ports.into_iter() { [INFO] [stderr] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::into_iter_on_ref)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stderr] [INFO] [stderr] warning: this .into_iter() call is equivalent to .iter() and will not move the Vec [INFO] [stderr] --> src/main.rs:341:27 [INFO] [stderr] | [INFO] [stderr] 341 | for port in ports.into_iter() { [INFO] [stderr] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::into_iter_on_ref)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.32s [INFO] running `"docker" "inspect" "c85c382c91de59dd4082fc9fd55c4cce7a213393911440d3e574bfbeff5e4aea"` [INFO] running `"docker" "rm" "-f" "c85c382c91de59dd4082fc9fd55c4cce7a213393911440d3e574bfbeff5e4aea"` [INFO] [stdout] c85c382c91de59dd4082fc9fd55c4cce7a213393911440d3e574bfbeff5e4aea