[INFO] updating cached repository LucioFranco/ash-toy-engine [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/LucioFranco/ash-toy-engine [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/LucioFranco/ash-toy-engine" "work/ex/clippy-test-run/sources/stable/gh/LucioFranco/ash-toy-engine"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/LucioFranco/ash-toy-engine'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/LucioFranco/ash-toy-engine" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/LucioFranco/ash-toy-engine"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/LucioFranco/ash-toy-engine'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8c451b5e943ea78715aa518b562dd77d4d321222 [INFO] sha for GitHub repo LucioFranco/ash-toy-engine: 8c451b5e943ea78715aa518b562dd77d4d321222 [INFO] validating manifest of LucioFranco/ash-toy-engine 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 LucioFranco/ash-toy-engine 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 LucioFranco/ash-toy-engine [INFO] finished frobbing LucioFranco/ash-toy-engine [INFO] frobbed toml for LucioFranco/ash-toy-engine written to work/ex/clippy-test-run/sources/stable/gh/LucioFranco/ash-toy-engine/Cargo.toml [INFO] started frobbing LucioFranco/ash-toy-engine [INFO] finished frobbing LucioFranco/ash-toy-engine [INFO] frobbed toml for LucioFranco/ash-toy-engine written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/LucioFranco/ash-toy-engine/Cargo.toml [INFO] crate LucioFranco/ash-toy-engine 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 LucioFranco/ash-toy-engine against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/LucioFranco/ash-toy-engine:/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] be93e44077e333da103c38ad10e3babc07acdace1fcb70b2722e0ba999424239 [INFO] running `"docker" "start" "-a" "be93e44077e333da103c38ad10e3babc07acdace1fcb70b2722e0ba999424239"` [INFO] [stderr] Checking ash v0.24.4 [INFO] [stderr] Checking smithay-client-toolkit v0.3.0 [INFO] [stderr] Checking winit v0.17.2 [INFO] [stderr] Checking ash-toy-engine v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/command_pool.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 32 | command_pool: command_pool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `command_pool` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/command_pool.rs:84:21 [INFO] [stderr] | [INFO] [stderr] 84 | framebuffer: framebuffer, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `framebuffer` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/image.rs:33:17 [INFO] [stderr] | [INFO] [stderr] 33 | image: image, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `image` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/pipeline.rs:191:13 [INFO] [stderr] | [INFO] [stderr] 191 | layout: layout, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `layout` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/pipeline.rs:192:13 [INFO] [stderr] | [INFO] [stderr] 192 | render_pass: render_pass, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `render_pass` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/surface.rs:96:13 [INFO] [stderr] | [INFO] [stderr] 96 | hinstance: hinstance, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `hinstance` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/swapchain.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | surface: surface, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `surface` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/swapchain.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | pre_transform: pre_transform, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `pre_transform` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/command_pool.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 32 | command_pool: command_pool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `command_pool` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/command_pool.rs:84:21 [INFO] [stderr] | [INFO] [stderr] 84 | framebuffer: framebuffer, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `framebuffer` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/image.rs:33:17 [INFO] [stderr] | [INFO] [stderr] 33 | image: image, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `image` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/pipeline.rs:191:13 [INFO] [stderr] | [INFO] [stderr] 191 | layout: layout, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `layout` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/pipeline.rs:192:13 [INFO] [stderr] | [INFO] [stderr] 192 | render_pass: render_pass, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `render_pass` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/surface.rs:96:13 [INFO] [stderr] | [INFO] [stderr] 96 | hinstance: hinstance, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `hinstance` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/swapchain.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | surface: surface, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `surface` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/engine/swapchain.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | pre_transform: pre_transform, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `pre_transform` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XlibSurface` [INFO] [stderr] --> src/application.rs:593:9 [INFO] [stderr] | [INFO] [stderr] 593 | XlibSurface::name().as_ptr(), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `XlibSurface` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XlibSurface` [INFO] [stderr] --> src/engine/surface.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | XlibSurface::new(entry, instance).expect("Unable to load xlib surface"); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `XlibSurface` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XlibSurface` [INFO] [stderr] --> src/application.rs:593:9 [INFO] [stderr] | [INFO] [stderr] 593 | XlibSurface::name().as_ptr(), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `XlibSurface` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XlibSurface` [INFO] [stderr] --> src/engine/surface.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | XlibSurface::new(entry, instance).expect("Unable to load xlib surface"); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `XlibSurface` [INFO] [stderr] [INFO] [stderr] warning: unused import: `winit::Window` [INFO] [stderr] --> src/engine/surface.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use winit::Window; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `winit::Window` [INFO] [stderr] --> src/engine/surface.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use winit::Window; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `ash-toy-engine`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `ash-toy-engine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "be93e44077e333da103c38ad10e3babc07acdace1fcb70b2722e0ba999424239"` [INFO] running `"docker" "rm" "-f" "be93e44077e333da103c38ad10e3babc07acdace1fcb70b2722e0ba999424239"` [INFO] [stdout] be93e44077e333da103c38ad10e3babc07acdace1fcb70b2722e0ba999424239