[INFO] updating cached repository szeka94/rust_tetris [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/szeka94/rust_tetris [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/szeka94/rust_tetris" "work/ex/clippy-test-run/sources/stable/gh/szeka94/rust_tetris"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/szeka94/rust_tetris'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/szeka94/rust_tetris" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/szeka94/rust_tetris"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/szeka94/rust_tetris'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e12187d5b4f875ed3c6c1d2b52cfea048bf9ba21 [INFO] sha for GitHub repo szeka94/rust_tetris: e12187d5b4f875ed3c6c1d2b52cfea048bf9ba21 [INFO] validating manifest of szeka94/rust_tetris 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 szeka94/rust_tetris 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 szeka94/rust_tetris [INFO] finished frobbing szeka94/rust_tetris [INFO] frobbed toml for szeka94/rust_tetris written to work/ex/clippy-test-run/sources/stable/gh/szeka94/rust_tetris/Cargo.toml [INFO] started frobbing szeka94/rust_tetris [INFO] finished frobbing szeka94/rust_tetris [INFO] frobbed toml for szeka94/rust_tetris written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/szeka94/rust_tetris/Cargo.toml [INFO] crate szeka94/rust_tetris 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 szeka94/rust_tetris 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/szeka94/rust_tetris:/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] 10fcff3fb05348df104e6b20eb8026f3d04eca0b5ab8ada4a8f979ebe177b38d [INFO] running `"docker" "start" "-a" "10fcff3fb05348df104e6b20eb8026f3d04eca0b5ab8ada4a8f979ebe177b38d"` [INFO] [stderr] Checking arrayvec v0.4.8 [INFO] [stderr] Checking pistoncore-input v0.22.0 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking rusttype v0.7.3 [INFO] [stderr] Checking rusttype v0.5.2 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking andrew v0.1.4 [INFO] [stderr] Checking piston2d-graphics v0.27.0 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking smithay-client-toolkit v0.4.2 [INFO] [stderr] Checking pistoncore-window v0.33.0 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking pistoncore-event_loop v0.38.0 [INFO] [stderr] Checking piston v0.38.0 [INFO] [stderr] Checking winit v0.18.0 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking glutin v0.19.0 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Checking pistoncore-glutin_window v0.50.1 [INFO] [stderr] Checking piston-gfx_texture v0.34.0 [INFO] [stderr] Checking piston2d-gfx_graphics v0.53.0 [INFO] [stderr] Checking piston_window v0.84.0 [INFO] [stderr] Checking tetris v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: expected identifier, found keyword `type` [INFO] [stderr] --> src/game.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | type: CellType, [INFO] [stderr] | ^^^^ expected identifier, found keyword [INFO] [stderr] [INFO] [stderr] error: expected argument name, found keyword `type` [INFO] [stderr] --> src/game.rs:19:12 [INFO] [stderr] | [INFO] [stderr] 19 | fn new(type: CellType) -> Cell { [INFO] [stderr] | ^^^^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected identifier, found keyword `type` [INFO] [stderr] --> src/game.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | type: TetrisType, [INFO] [stderr] | ^^^^ expected identifier, found keyword [INFO] [stderr] [INFO] [stderr] error: expected argument name, found keyword `type` [INFO] [stderr] --> src/game.rs:49:16 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn new(type: TetrisType) -> Tetris { [INFO] [stderr] | ^^^^ expected argument name [INFO] [stderr] [INFO] [stderr] error[E0583]: file not found for module `tetris` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | mod tetris; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: name the file either tetris.rs or tetris/mod.rs inside the directory "src" [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0583`. [INFO] [stderr] error: Could not compile `tetris`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: expected identifier, found keyword `type` [INFO] [stderr] --> src/game.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | type: CellType, [INFO] [stderr] | ^^^^ expected identifier, found keyword [INFO] [stderr] [INFO] [stderr] error: expected argument name, found keyword `type` [INFO] [stderr] --> src/game.rs:19:12 [INFO] [stderr] | [INFO] [stderr] 19 | fn new(type: CellType) -> Cell { [INFO] [stderr] | ^^^^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected identifier, found keyword `type` [INFO] [stderr] --> src/game.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | type: TetrisType, [INFO] [stderr] | ^^^^ expected identifier, found keyword [INFO] [stderr] [INFO] [stderr] error: expected argument name, found keyword `type` [INFO] [stderr] --> src/game.rs:49:16 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn new(type: TetrisType) -> Tetris { [INFO] [stderr] | ^^^^ expected argument name [INFO] [stderr] [INFO] [stderr] error[E0583]: file not found for module `tetris` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | mod tetris; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: name the file either tetris.rs or tetris/mod.rs inside the directory "src" [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0583`. [INFO] [stderr] error: Could not compile `tetris`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "10fcff3fb05348df104e6b20eb8026f3d04eca0b5ab8ada4a8f979ebe177b38d"` [INFO] running `"docker" "rm" "-f" "10fcff3fb05348df104e6b20eb8026f3d04eca0b5ab8ada4a8f979ebe177b38d"` [INFO] [stdout] 10fcff3fb05348df104e6b20eb8026f3d04eca0b5ab8ada4a8f979ebe177b38d