[INFO] updating cached repository RazerM/advent-of-code-2016 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/RazerM/advent-of-code-2016 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/RazerM/advent-of-code-2016" "work/ex/clippy-test-run/sources/stable/gh/RazerM/advent-of-code-2016"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/RazerM/advent-of-code-2016'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/RazerM/advent-of-code-2016" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/RazerM/advent-of-code-2016"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/RazerM/advent-of-code-2016'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 160ad94ebcbab00b8207bd40b67a1b0977a8c985 [INFO] sha for GitHub repo RazerM/advent-of-code-2016: 160ad94ebcbab00b8207bd40b67a1b0977a8c985 [INFO] validating manifest of RazerM/advent-of-code-2016 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 RazerM/advent-of-code-2016 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 RazerM/advent-of-code-2016 [INFO] finished frobbing RazerM/advent-of-code-2016 [INFO] frobbed toml for RazerM/advent-of-code-2016 written to work/ex/clippy-test-run/sources/stable/gh/RazerM/advent-of-code-2016/Cargo.toml [INFO] started frobbing RazerM/advent-of-code-2016 [INFO] finished frobbing RazerM/advent-of-code-2016 [INFO] frobbed toml for RazerM/advent-of-code-2016 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/RazerM/advent-of-code-2016/Cargo.toml [INFO] crate RazerM/advent-of-code-2016 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 RazerM/advent-of-code-2016 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-3/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/RazerM/advent-of-code-2016:/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] 842f451573822c23ba32dc664eaee09d679d9c96558d452e417858703f8d1c5b [INFO] running `"docker" "start" "-a" "842f451573822c23ba32dc664eaee09d679d9c96558d452e417858703f8d1c5b"` [INFO] [stderr] Checking iterslide v1.0.0 [INFO] [stderr] Checking ndarray v0.12.0 [INFO] [stderr] Checking advent_of_code_2016 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: 5th binding whose name is just one char [INFO] [stderr] --> src/assembunny.rs:196:38 [INFO] [stderr] | [INFO] [stderr] 196 | Arg::Reg(r) => { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::many_single_char_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 5th binding whose name is just one char [INFO] [stderr] --> src/assembunny.rs:196:38 [INFO] [stderr] | [INFO] [stderr] 196 | Arg::Reg(r) => { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::many_single_char_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: immediately dereferencing a reference [INFO] [stderr] --> src/day8.rs:62:29 [INFO] [stderr] | [INFO] [stderr] 62 | x.slice_mut(s![..height, ..width]).fill(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::deref_addrof)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deref_addrof [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: immediately dereferencing a reference [INFO] [stderr] --> src/day8.rs:65:29 [INFO] [stderr] | [INFO] [stderr] 65 | x.slice_mut(s![row, ..]).as_slice_mut().unwrap().rotate_left(width - shift); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deref_addrof [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: immediately dereferencing a reference [INFO] [stderr] --> src/day8.rs:68:38 [INFO] [stderr] | [INFO] [stderr] 68 | let mut sl = x.slice(s![.., col]).iter().cloned().collect::>(); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deref_addrof [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: immediately dereferencing a reference [INFO] [stderr] --> src/day8.rs:70:29 [INFO] [stderr] | [INFO] [stderr] 70 | x.slice_mut(s![.., col]).assign(&Array::from_vec(sl)); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deref_addrof [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: immediately dereferencing a reference [INFO] [stderr] --> src/day8.rs:62:29 [INFO] [stderr] | [INFO] [stderr] 62 | x.slice_mut(s![..height, ..width]).fill(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::deref_addrof)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deref_addrof [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: immediately dereferencing a reference [INFO] [stderr] --> src/day8.rs:65:29 [INFO] [stderr] | [INFO] [stderr] 65 | x.slice_mut(s![row, ..]).as_slice_mut().unwrap().rotate_left(width - shift); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deref_addrof [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: immediately dereferencing a reference [INFO] [stderr] --> src/day8.rs:68:38 [INFO] [stderr] | [INFO] [stderr] 68 | let mut sl = x.slice(s![.., col]).iter().cloned().collect::>(); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deref_addrof [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: immediately dereferencing a reference [INFO] [stderr] --> src/day8.rs:70:29 [INFO] [stderr] | [INFO] [stderr] 70 | x.slice_mut(s![.., col]).assign(&Array::from_vec(sl)); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deref_addrof [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.05s [INFO] running `"docker" "inspect" "842f451573822c23ba32dc664eaee09d679d9c96558d452e417858703f8d1c5b"` [INFO] running `"docker" "rm" "-f" "842f451573822c23ba32dc664eaee09d679d9c96558d452e417858703f8d1c5b"` [INFO] [stdout] 842f451573822c23ba32dc664eaee09d679d9c96558d452e417858703f8d1c5b