[INFO] updating cached repository timvisee/pixelpwnr [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/timvisee/pixelpwnr [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/timvisee/pixelpwnr" "work/ex/clippy-test-run/sources/stable/gh/timvisee/pixelpwnr"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/timvisee/pixelpwnr'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/timvisee/pixelpwnr" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/timvisee/pixelpwnr"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/timvisee/pixelpwnr'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 74d3f16bc82fa80b5fbc98aa8dcac73ad5b4a68b [INFO] sha for GitHub repo timvisee/pixelpwnr: 74d3f16bc82fa80b5fbc98aa8dcac73ad5b4a68b [INFO] validating manifest of timvisee/pixelpwnr 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 timvisee/pixelpwnr 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 timvisee/pixelpwnr [INFO] finished frobbing timvisee/pixelpwnr [INFO] frobbed toml for timvisee/pixelpwnr written to work/ex/clippy-test-run/sources/stable/gh/timvisee/pixelpwnr/Cargo.toml [INFO] started frobbing timvisee/pixelpwnr [INFO] finished frobbing timvisee/pixelpwnr [INFO] frobbed toml for timvisee/pixelpwnr written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/timvisee/pixelpwnr/Cargo.toml [INFO] crate timvisee/pixelpwnr 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 timvisee/pixelpwnr 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/timvisee/pixelpwnr:/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] ac6b1e1640cad908e999a28abb62c1e9dc7edea0a35bfd932131603b678e7194 [INFO] running `"docker" "start" "-a" "ac6b1e1640cad908e999a28abb62c1e9dc7edea0a35bfd932131603b678e7194"` [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Checking bufstream v0.1.3 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking clap v2.31.2 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking num-iter v0.1.37 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking rayon-core v1.4.0 [INFO] [stderr] Checking png v0.11.0 [INFO] [stderr] Checking rayon v1.0.1 [INFO] [stderr] Checking jpeg-decoder v0.1.14 [INFO] [stderr] Checking image v0.18.0 [INFO] [stderr] Checking pixelpwnr v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: module has the same name as its containing module [INFO] [stderr] --> src/painter/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | pub mod painter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::module_inception)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_inception [INFO] [stderr] [INFO] [stderr] warning: module has the same name as its containing module [INFO] [stderr] --> src/painter/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | pub mod painter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::module_inception)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_inception [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/pix/client.rs:56:33 [INFO] [stderr] | [INFO] [stderr] 56 | .write_read_command("SIZE".into()) [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider removing `.into()`: `"SIZE"` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::identity_conversion)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/pix/client.rs:118:36 [INFO] [stderr] | [INFO] [stderr] 118 | let _ = self.write_command("\r\nQUIT".into()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `"\r\nQUIT"` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/pix/client.rs:56:33 [INFO] [stderr] | [INFO] [stderr] 56 | .write_read_command("SIZE".into()) [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider removing `.into()`: `"SIZE"` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::identity_conversion)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/pix/client.rs:118:36 [INFO] [stderr] | [INFO] [stderr] 118 | let _ = self.write_command("\r\nQUIT".into()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `"\r\nQUIT"` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.72s [INFO] running `"docker" "inspect" "ac6b1e1640cad908e999a28abb62c1e9dc7edea0a35bfd932131603b678e7194"` [INFO] running `"docker" "rm" "-f" "ac6b1e1640cad908e999a28abb62c1e9dc7edea0a35bfd932131603b678e7194"` [INFO] [stdout] ac6b1e1640cad908e999a28abb62c1e9dc7edea0a35bfd932131603b678e7194