[INFO] updating cached repository dannyfritz/ray-tracing-in-one-weekend-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dannyfritz/ray-tracing-in-one-weekend-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dannyfritz/ray-tracing-in-one-weekend-rs" "work/ex/clippy-test-run/sources/stable/gh/dannyfritz/ray-tracing-in-one-weekend-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/dannyfritz/ray-tracing-in-one-weekend-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dannyfritz/ray-tracing-in-one-weekend-rs" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/dannyfritz/ray-tracing-in-one-weekend-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/dannyfritz/ray-tracing-in-one-weekend-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4a4a2a3cabee93f0fb37d03ebe4a87fd7d2742fb [INFO] sha for GitHub repo dannyfritz/ray-tracing-in-one-weekend-rs: 4a4a2a3cabee93f0fb37d03ebe4a87fd7d2742fb [INFO] validating manifest of dannyfritz/ray-tracing-in-one-weekend-rs 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 dannyfritz/ray-tracing-in-one-weekend-rs 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 dannyfritz/ray-tracing-in-one-weekend-rs [INFO] finished frobbing dannyfritz/ray-tracing-in-one-weekend-rs [INFO] frobbed toml for dannyfritz/ray-tracing-in-one-weekend-rs written to work/ex/clippy-test-run/sources/stable/gh/dannyfritz/ray-tracing-in-one-weekend-rs/Cargo.toml [INFO] started frobbing dannyfritz/ray-tracing-in-one-weekend-rs [INFO] finished frobbing dannyfritz/ray-tracing-in-one-weekend-rs [INFO] frobbed toml for dannyfritz/ray-tracing-in-one-weekend-rs written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/dannyfritz/ray-tracing-in-one-weekend-rs/Cargo.toml [INFO] crate dannyfritz/ray-tracing-in-one-weekend-rs 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 dannyfritz/ray-tracing-in-one-weekend-rs against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/dannyfritz/ray-tracing-in-one-weekend-rs:/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] 0eaa8192596e33322dfa1116f71ab5267ab2cb0a601dc2c911ae991aef006cd6 [INFO] running `"docker" "start" "-a" "0eaa8192596e33322dfa1116f71ab5267ab2cb0a601dc2c911ae991aef006cd6"` [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking approx v0.2.0 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Checking alga v0.6.0 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking rayon-core v1.4.0 [INFO] [stderr] Checking rayon v1.0.1 [INFO] [stderr] Checking nalgebra v0.15.3 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Checking ncollide3d v0.16.2 [INFO] [stderr] Checking ray-tracing-in-one-weekend-rs 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/main.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | deny(clippy, clippy_perf, clippy_correctness) [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_perf` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:3:18 [INFO] [stderr] | [INFO] [stderr] 3 | deny(clippy, clippy_perf, clippy_correctness) [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::perf` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_correctness` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:3:31 [INFO] [stderr] | [INFO] [stderr] 3 | deny(clippy, clippy_perf, clippy_correctness) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::correctness` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_style` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | warn(clippy_style, clippy_complexity) [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::style` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | warn(clippy_style, clippy_complexity) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::complexity` [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/main.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | deny(clippy, clippy_perf, clippy_correctness) [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_perf` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:3:18 [INFO] [stderr] | [INFO] [stderr] 3 | deny(clippy, clippy_perf, clippy_correctness) [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::perf` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_correctness` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:3:31 [INFO] [stderr] | [INFO] [stderr] 3 | deny(clippy, clippy_perf, clippy_correctness) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::correctness` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_style` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | warn(clippy_style, clippy_complexity) [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::style` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | warn(clippy_style, clippy_complexity) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::complexity` [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/main.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | deny(clippy, clippy_perf, clippy_correctness) [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/main.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | deny(clippy, clippy_perf, clippy_correctness) [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/scene.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | let mut hitables: Vec<(SceneObject, AABB)> = vec![]; [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/scene.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | let mut hitables: Vec<(SceneObject, AABB)> = vec![]; [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `"docker" "inspect" "0eaa8192596e33322dfa1116f71ab5267ab2cb0a601dc2c911ae991aef006cd6"` [INFO] running `"docker" "rm" "-f" "0eaa8192596e33322dfa1116f71ab5267ab2cb0a601dc2c911ae991aef006cd6"` [INFO] [stdout] 0eaa8192596e33322dfa1116f71ab5267ab2cb0a601dc2c911ae991aef006cd6