[INFO] updating cached repository Feldar99/RustEngine [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Feldar99/RustEngine [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Feldar99/RustEngine" "work/ex/clippy-test-run/sources/stable/gh/Feldar99/RustEngine"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/Feldar99/RustEngine'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Feldar99/RustEngine" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Feldar99/RustEngine"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Feldar99/RustEngine'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a0eadc3782aaa4f2ebbc705f4cf2a4f207da21b1 [INFO] sha for GitHub repo Feldar99/RustEngine: a0eadc3782aaa4f2ebbc705f4cf2a4f207da21b1 [INFO] validating manifest of Feldar99/RustEngine 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 Feldar99/RustEngine 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 Feldar99/RustEngine [INFO] finished frobbing Feldar99/RustEngine [INFO] frobbed toml for Feldar99/RustEngine written to work/ex/clippy-test-run/sources/stable/gh/Feldar99/RustEngine/Cargo.toml [INFO] started frobbing Feldar99/RustEngine [INFO] finished frobbing Feldar99/RustEngine [INFO] frobbed toml for Feldar99/RustEngine written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Feldar99/RustEngine/Cargo.toml [INFO] crate Feldar99/RustEngine 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 Feldar99/RustEngine against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/Feldar99/RustEngine:/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] 6045b59a0a1c9e95041d0242eddee8b2f836469082a62b4b6627c7e7410dd4ce [INFO] running `"docker" "start" "-a" "6045b59a0a1c9e95041d0242eddee8b2f836469082a62b4b6627c7e7410dd4ce"` [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling glutin v0.8.1 [INFO] [stderr] Checking dlib v0.3.1 [INFO] [stderr] Checking wayland-sys v0.8.7 [INFO] [stderr] Checking wayland-client v0.8.7 [INFO] [stderr] Checking gfx_core v0.7.2 [INFO] [stderr] Checking wayland-kbd v0.8.0 [INFO] [stderr] Checking wayland-window v0.5.0 [INFO] [stderr] Checking winit v0.6.4 [INFO] [stderr] Checking gfx_device_gl v0.14.6 [INFO] [stderr] Checking gfx v0.16.3 [INFO] [stderr] Checking gfx_window_glutin v0.16.0 [INFO] [stderr] Checking rust_engine v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:40:62 [INFO] [stderr] | [INFO] [stderr] 40 | events_loop.poll_events(|glutin::Event::WindowEvent {window_id: _, event}| { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unneeded_field_pattern)] on by default [INFO] [stderr] = help: Try with `WindowEvent { event, .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:40:62 [INFO] [stderr] | [INFO] [stderr] 40 | events_loop.poll_events(|glutin::Event::WindowEvent {window_id: _, event}| { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unneeded_field_pattern)] on by default [INFO] [stderr] = help: Try with `WindowEvent { event, .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.72s [INFO] running `"docker" "inspect" "6045b59a0a1c9e95041d0242eddee8b2f836469082a62b4b6627c7e7410dd4ce"` [INFO] running `"docker" "rm" "-f" "6045b59a0a1c9e95041d0242eddee8b2f836469082a62b4b6627c7e7410dd4ce"` [INFO] [stdout] 6045b59a0a1c9e95041d0242eddee8b2f836469082a62b4b6627c7e7410dd4ce