[INFO] updating cached repository icew4ll/file [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/icew4ll/file [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/icew4ll/file" "work/ex/clippy-test-run/sources/stable/gh/icew4ll/file"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/icew4ll/file'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/icew4ll/file" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/icew4ll/file"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/icew4ll/file'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7b22db77db9fcaf55a030d9d2639f659c77936eb [INFO] sha for GitHub repo icew4ll/file: 7b22db77db9fcaf55a030d9d2639f659c77936eb [INFO] validating manifest of icew4ll/file 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 icew4ll/file 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 icew4ll/file [INFO] finished frobbing icew4ll/file [INFO] frobbed toml for icew4ll/file written to work/ex/clippy-test-run/sources/stable/gh/icew4ll/file/Cargo.toml [INFO] started frobbing icew4ll/file [INFO] finished frobbing icew4ll/file [INFO] frobbed toml for icew4ll/file written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/icew4ll/file/Cargo.toml [INFO] crate icew4ll/file 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 icew4ll/file against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/icew4ll/file:/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] b41dbb02b7598de3e3325c6d1519f92cc8bc2ba4eea940c95014153a682f9063 [INFO] running `"docker" "start" "-a" "b41dbb02b7598de3e3325c6d1519f92cc8bc2ba4eea940c95014153a682f9063"` [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Checking csv-core v0.1.4 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Checking nix v0.10.0 [INFO] [stderr] Checking envy v0.3.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Checking shared_child v0.3.2 [INFO] [stderr] Checking regex v1.0.2 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Checking csv v1.0.0 [INFO] [stderr] Compiling proc-macro-hack v0.4.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Checking dotenv v0.8.0 [INFO] [stderr] Checking dotenv v0.13.0 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Checking os_pipe v0.6.1 [INFO] [stderr] Checking duct v0.11.0 [INFO] [stderr] Compiling dotenv_codegen_impl v0.1.0 [INFO] [stderr] Checking dotenv_codegen v0.11.0 [INFO] [stderr] Checking file v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: this call to `as_ref` does nothing [INFO] [stderr] --> src/main.rs:155:11 [INFO] [stderr] | [INFO] [stderr] 155 | match slice.as_ref() { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try this: `slice` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::useless_asref)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_asref [INFO] [stderr] [INFO] [stderr] warning: this call to `as_ref` does nothing [INFO] [stderr] --> src/main.rs:197:11 [INFO] [stderr] | [INFO] [stderr] 197 | match slice.as_ref() { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try this: `slice` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_asref [INFO] [stderr] [INFO] [stderr] warning: this call to `as_ref` does nothing [INFO] [stderr] --> src/main.rs:228:11 [INFO] [stderr] | [INFO] [stderr] 228 | match slice.as_ref() { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try this: `slice` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_asref [INFO] [stderr] [INFO] [stderr] warning: this call to `as_ref` does nothing [INFO] [stderr] --> src/main.rs:155:11 [INFO] [stderr] | [INFO] [stderr] 155 | match slice.as_ref() { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try this: `slice` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::useless_asref)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_asref [INFO] [stderr] [INFO] [stderr] warning: this call to `as_ref` does nothing [INFO] [stderr] --> src/main.rs:197:11 [INFO] [stderr] | [INFO] [stderr] 197 | match slice.as_ref() { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try this: `slice` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_asref [INFO] [stderr] [INFO] [stderr] warning: this call to `as_ref` does nothing [INFO] [stderr] --> src/main.rs:228:11 [INFO] [stderr] | [INFO] [stderr] 228 | match slice.as_ref() { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try this: `slice` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_asref [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.07s [INFO] running `"docker" "inspect" "b41dbb02b7598de3e3325c6d1519f92cc8bc2ba4eea940c95014153a682f9063"` [INFO] running `"docker" "rm" "-f" "b41dbb02b7598de3e3325c6d1519f92cc8bc2ba4eea940c95014153a682f9063"` [INFO] [stdout] b41dbb02b7598de3e3325c6d1519f92cc8bc2ba4eea940c95014153a682f9063