[INFO] updating cached repository 17cupsofcoffee/ein-old [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/17cupsofcoffee/ein-old [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/17cupsofcoffee/ein-old" "work/ex/clippy-test-run/sources/stable/gh/17cupsofcoffee/ein-old"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/17cupsofcoffee/ein-old'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/17cupsofcoffee/ein-old" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/17cupsofcoffee/ein-old"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/17cupsofcoffee/ein-old'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4502b2b53c98fd31b029911a7951900b5fec04a6 [INFO] sha for GitHub repo 17cupsofcoffee/ein-old: 4502b2b53c98fd31b029911a7951900b5fec04a6 [INFO] validating manifest of 17cupsofcoffee/ein-old 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 17cupsofcoffee/ein-old 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 17cupsofcoffee/ein-old [INFO] finished frobbing 17cupsofcoffee/ein-old [INFO] frobbed toml for 17cupsofcoffee/ein-old written to work/ex/clippy-test-run/sources/stable/gh/17cupsofcoffee/ein-old/Cargo.toml [INFO] started frobbing 17cupsofcoffee/ein-old [INFO] finished frobbing 17cupsofcoffee/ein-old [INFO] frobbed toml for 17cupsofcoffee/ein-old written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/17cupsofcoffee/ein-old/Cargo.toml [INFO] crate 17cupsofcoffee/ein-old 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] [stderr] Blocking waiting for file lock on the registry index [INFO] linting 17cupsofcoffee/ein-old against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/17cupsofcoffee/ein-old:/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] bbae0e3f0823c6e8954040e6838bf598f1ce4b708a762760798ad9607a88eeff [INFO] running `"docker" "start" "-a" "bbae0e3f0823c6e8954040e6838bf598f1ce4b708a762760798ad9607a88eeff"` [INFO] [stderr] Compiling peg v0.5.4 [INFO] [stderr] Compiling ein v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/parser/mod.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | #[allow(clippy)] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/parser/mod.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | #[allow(clippy)] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/parser/mod.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | #[allow(clippy)] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/parser/mod.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | #[allow(clippy)] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.31s [INFO] running `"docker" "inspect" "bbae0e3f0823c6e8954040e6838bf598f1ce4b708a762760798ad9607a88eeff"` [INFO] running `"docker" "rm" "-f" "bbae0e3f0823c6e8954040e6838bf598f1ce4b708a762760798ad9607a88eeff"` [INFO] [stdout] bbae0e3f0823c6e8954040e6838bf598f1ce4b708a762760798ad9607a88eeff