[INFO] updating cached repository AberrantWolf/icebeam [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AberrantWolf/icebeam [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AberrantWolf/icebeam" "work/ex/clippy-test-run/sources/stable/gh/AberrantWolf/icebeam"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/AberrantWolf/icebeam'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AberrantWolf/icebeam" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/AberrantWolf/icebeam"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/AberrantWolf/icebeam'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c10676ebde0cbe6981fb8a8477a70590f789d7ac [INFO] sha for GitHub repo AberrantWolf/icebeam: c10676ebde0cbe6981fb8a8477a70590f789d7ac [INFO] validating manifest of AberrantWolf/icebeam 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 AberrantWolf/icebeam 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 AberrantWolf/icebeam [INFO] finished frobbing AberrantWolf/icebeam [INFO] frobbed toml for AberrantWolf/icebeam written to work/ex/clippy-test-run/sources/stable/gh/AberrantWolf/icebeam/Cargo.toml [INFO] started frobbing AberrantWolf/icebeam [INFO] finished frobbing AberrantWolf/icebeam [INFO] frobbed toml for AberrantWolf/icebeam written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/AberrantWolf/icebeam/Cargo.toml [INFO] crate AberrantWolf/icebeam has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on the registry index [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting AberrantWolf/icebeam 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/AberrantWolf/icebeam:/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] 2a7cf790127cdb086f31da0464dafa814edc5f7387234efe78944d5b084cc03f [INFO] running `"docker" "start" "-a" "2a7cf790127cdb086f31da0464dafa814edc5f7387234efe78944d5b084cc03f"` [INFO] [stderr] Compiling wayland-protocols v0.9.9 [INFO] [stderr] Checking gfx_core v0.7.2 [INFO] [stderr] Checking wayland-sys v0.9.9 [INFO] [stderr] Checking wayland-client v0.9.9 [INFO] [stderr] Checking wayland-kbd v0.9.1 [INFO] [stderr] Checking wayland-window v0.7.0 [INFO] [stderr] Checking winit v0.7.6 [INFO] [stderr] Checking glutin v0.9.2 [INFO] [stderr] Checking gfx_device_gl v0.14.3 [INFO] [stderr] Checking gfx v0.16.1 [INFO] [stderr] Checking gfx_window_glutin v0.17.0 [INFO] [stderr] Checking ice_beam v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: module has the same name as its containing module [INFO] [stderr] --> src/tracer/mod.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | mod tracer; [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: struct is never constructed: `Size` [INFO] [stderr] --> src/tracer/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | struct Size { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Color` [INFO] [stderr] --> src/tracer/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | struct Color { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Vector` [INFO] [stderr] --> src/tracer/mod.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | struct Vector { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Ray` [INFO] [stderr] --> src/tracer/mod.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | struct Ray { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: module has the same name as its containing module [INFO] [stderr] --> src/tracer/mod.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | mod tracer; [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: struct is never constructed: `Size` [INFO] [stderr] --> src/tracer/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | struct Size { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Color` [INFO] [stderr] --> src/tracer/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | struct Color { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Vector` [INFO] [stderr] --> src/tracer/mod.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | struct Vector { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Ray` [INFO] [stderr] --> src/tracer/mod.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | struct Ray { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.28s [INFO] running `"docker" "inspect" "2a7cf790127cdb086f31da0464dafa814edc5f7387234efe78944d5b084cc03f"` [INFO] running `"docker" "rm" "-f" "2a7cf790127cdb086f31da0464dafa814edc5f7387234efe78944d5b084cc03f"` [INFO] [stdout] 2a7cf790127cdb086f31da0464dafa814edc5f7387234efe78944d5b084cc03f