[INFO] updating cached repository khaivubui/rust_mandelbrot [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/khaivubui/rust_mandelbrot [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/khaivubui/rust_mandelbrot" "work/ex/clippy-test-run/sources/stable/gh/khaivubui/rust_mandelbrot"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/khaivubui/rust_mandelbrot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/khaivubui/rust_mandelbrot" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/khaivubui/rust_mandelbrot"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/khaivubui/rust_mandelbrot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f26282db0abfae2d23b81fe9192bc4be2860dbf1 [INFO] sha for GitHub repo khaivubui/rust_mandelbrot: f26282db0abfae2d23b81fe9192bc4be2860dbf1 [INFO] validating manifest of khaivubui/rust_mandelbrot 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 khaivubui/rust_mandelbrot 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 khaivubui/rust_mandelbrot [INFO] finished frobbing khaivubui/rust_mandelbrot [INFO] frobbed toml for khaivubui/rust_mandelbrot written to work/ex/clippy-test-run/sources/stable/gh/khaivubui/rust_mandelbrot/Cargo.toml [INFO] started frobbing khaivubui/rust_mandelbrot [INFO] finished frobbing khaivubui/rust_mandelbrot [INFO] frobbed toml for khaivubui/rust_mandelbrot written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/khaivubui/rust_mandelbrot/Cargo.toml [INFO] crate khaivubui/rust_mandelbrot 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 khaivubui/rust_mandelbrot 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/khaivubui/rust_mandelbrot:/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] 582f651b731e01b68776cf6c795b8c0618c6268ff056ca5653c283861fa1df19 [INFO] running `"docker" "start" "-a" "582f651b731e01b68776cf6c795b8c0618c6268ff056ca5653c283861fa1df19"` [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking crossbeam-epoch v0.3.0 [INFO] [stderr] Checking num-bigint v0.1.43 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking png v0.7.0 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking rayon-core v1.4.0 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking rayon v1.0.1 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking jpeg-decoder v0.1.14 [INFO] [stderr] Checking image v0.13.0 [INFO] [stderr] Checking mandelbrot v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of `writeln!(stderr(), ...).unwrap()`. Consider using `eprintln!` instead [INFO] [stderr] --> src/main.rs:115:9 [INFO] [stderr] | [INFO] [stderr] 115 | / writeln!(std::io::stderr(), [INFO] [stderr] 116 | | "Usage mandelbrot FILE PIXELS UPPERLEFT LOWERRIGHT") [INFO] [stderr] 117 | | .unwrap(); [INFO] [stderr] | |__________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::explicit_write)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_write [INFO] [stderr] [INFO] [stderr] warning: use of `writeln!(stderr(), ...).unwrap()`. Consider using `eprintln!` instead [INFO] [stderr] --> src/main.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 118 | / writeln!(std::io::stderr(), [INFO] [stderr] 119 | | "Example: {} mandel.png 1000x750 -1.20,0.35 -1,0.20", [INFO] [stderr] 120 | | args[0]) [INFO] [stderr] 121 | | .unwrap(); [INFO] [stderr] | |__________________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_write [INFO] [stderr] [INFO] [stderr] warning: use of `writeln!(stderr(), ...).unwrap()`. Consider using `eprintln!` instead [INFO] [stderr] --> src/main.rs:115:9 [INFO] [stderr] | [INFO] [stderr] 115 | / writeln!(std::io::stderr(), [INFO] [stderr] 116 | | "Usage mandelbrot FILE PIXELS UPPERLEFT LOWERRIGHT") [INFO] [stderr] 117 | | .unwrap(); [INFO] [stderr] | |__________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::explicit_write)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_write [INFO] [stderr] [INFO] [stderr] warning: use of `writeln!(stderr(), ...).unwrap()`. Consider using `eprintln!` instead [INFO] [stderr] --> src/main.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 118 | / writeln!(std::io::stderr(), [INFO] [stderr] 119 | | "Example: {} mandel.png 1000x750 -1.20,0.35 -1,0.20", [INFO] [stderr] 120 | | args[0]) [INFO] [stderr] 121 | | .unwrap(); [INFO] [stderr] | |__________________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_write [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.04s [INFO] running `"docker" "inspect" "582f651b731e01b68776cf6c795b8c0618c6268ff056ca5653c283861fa1df19"` [INFO] running `"docker" "rm" "-f" "582f651b731e01b68776cf6c795b8c0618c6268ff056ca5653c283861fa1df19"` [INFO] [stdout] 582f651b731e01b68776cf6c795b8c0618c6268ff056ca5653c283861fa1df19