[INFO] updating cached repository FriedPandaFries/breaks [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/FriedPandaFries/breaks [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/FriedPandaFries/breaks" "work/ex/clippy-test-run/sources/stable/gh/FriedPandaFries/breaks"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/FriedPandaFries/breaks'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/FriedPandaFries/breaks" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/FriedPandaFries/breaks"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/FriedPandaFries/breaks'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f7d8f89829362c64c213ebaf7ce43cd25fca1e5f [INFO] sha for GitHub repo FriedPandaFries/breaks: f7d8f89829362c64c213ebaf7ce43cd25fca1e5f [INFO] validating manifest of FriedPandaFries/breaks 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 FriedPandaFries/breaks 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 FriedPandaFries/breaks [INFO] finished frobbing FriedPandaFries/breaks [INFO] frobbed toml for FriedPandaFries/breaks written to work/ex/clippy-test-run/sources/stable/gh/FriedPandaFries/breaks/Cargo.toml [INFO] started frobbing FriedPandaFries/breaks [INFO] finished frobbing FriedPandaFries/breaks [INFO] frobbed toml for FriedPandaFries/breaks written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/FriedPandaFries/breaks/Cargo.toml [INFO] crate FriedPandaFries/breaks 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 FriedPandaFries/breaks against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/FriedPandaFries/breaks:/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] 34e7015a6847da570d207e52a7404eba855680e1bcd1860f04b172c9e3c7e410 [INFO] running `"docker" "start" "-a" "34e7015a6847da570d207e52a7404eba855680e1bcd1860f04b172c9e3c7e410"` [INFO] [stderr] warning: `panic` setting is ignored for `test` profile [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] [stderr] warning: `panic` setting is ignored for `bench` profile [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking libc v0.2.43 [INFO] [stderr] Checking strsim v0.7.0 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Checking termion v1.5.1 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking chrono v0.4.5 [INFO] [stderr] Checking breaks v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: using `print!()` with a format string that ends in a single newline, consider using `println!()` instead [INFO] [stderr] --> src/fns.rs:160:5 [INFO] [stderr] | [INFO] [stderr] 160 | print!("{} \n", color::Fg(color::Reset)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::print_with_newline)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_with_newline [INFO] [stderr] [INFO] [stderr] warning: using `print!()` with a format string that ends in a single newline, consider using `println!()` instead [INFO] [stderr] --> src/fns.rs:160:5 [INFO] [stderr] | [INFO] [stderr] 160 | print!("{} \n", color::Fg(color::Reset)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::print_with_newline)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_with_newline [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.29s [INFO] running `"docker" "inspect" "34e7015a6847da570d207e52a7404eba855680e1bcd1860f04b172c9e3c7e410"` [INFO] running `"docker" "rm" "-f" "34e7015a6847da570d207e52a7404eba855680e1bcd1860f04b172c9e3c7e410"` [INFO] [stdout] 34e7015a6847da570d207e52a7404eba855680e1bcd1860f04b172c9e3c7e410