[INFO] updating cached repository https://github.com/qolop/pelicant-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 675042bc8489720decd42380b024cb6dd3dc77cf [INFO] checking qolop/pelicant-rust against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqolop%2Fpelicant-rust" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/qolop/pelicant-rust on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/qolop/pelicant-rust [INFO] finished tweaking git repo https://github.com/qolop/pelicant-rust [INFO] tweaked toml for git repo https://github.com/qolop/pelicant-rust written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/qolop/pelicant-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 473a1def920af794aec2e635b0874173763e066649b4d868b6df32914552b260 [INFO] running `"docker" "start" "-a" "473a1def920af794aec2e635b0874173763e066649b4d868b6df32914552b260"` [INFO] [stderr] Checking piston-texture v0.4.0 [INFO] [stderr] Checking gif v0.8.0 [INFO] [stderr] Checking pistoncore-input v0.13.0 [INFO] [stderr] Checking pistoncore-input v0.12.0 [INFO] [stderr] Checking piston2d-graphics v0.17.3 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Checking gfx_core v0.4.0 [INFO] [stderr] Checking memmap v0.2.3 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Checking piston2d-graphics v0.16.0 [INFO] [stderr] Checking image v0.9.1 [INFO] [stderr] Checking wayland-sys v0.5.11 [INFO] [stderr] Checking pistoncore-window v0.21.0 [INFO] [stderr] Checking pistoncore-window v0.19.0 [INFO] [stderr] Checking piston-ai_behavior v0.14.0 [INFO] [stderr] Checking pistoncore-event_loop v0.24.0 [INFO] [stderr] Checking pistoncore-event_loop v0.22.1 [INFO] [stderr] Checking piston v0.24.0 [INFO] [stderr] Checking piston2d-sprite v0.26.0 [INFO] [stderr] Checking piston v0.22.1 [INFO] [stderr] Checking wayland-window v0.2.3 [INFO] [stderr] Checking wayland-kbd v0.3.6 [INFO] [stderr] Checking pistoncore-glutin_window v0.28.0 [INFO] [stderr] Checking gfx v0.12.2 [INFO] [stderr] Checking gfx_device_gl v0.11.2 [INFO] [stderr] Checking piston-gfx_texture v0.17.0 [INFO] [stderr] Checking piston2d-gfx_graphics v0.31.2 [INFO] [stderr] Checking piston_window v0.51.1 [INFO] [stderr] Checking pelicant v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `bullet_x` [INFO] [stderr] --> src/game.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 117 | Bullet [INFO] [stderr] | - expected one of 8 possible tokens here [INFO] [stderr] 118 | bullet_x += 1.0; [INFO] [stderr] | ^^^^^^^^ unexpected token [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `bullet_x` [INFO] [stderr] --> src/game.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 117 | Bullet [INFO] [stderr] | - expected one of 8 possible tokens here [INFO] [stderr] 118 | bullet_x += 1.0; [INFO] [stderr] | ^^^^^^^^ unexpected token [INFO] [stderr] [INFO] [stderr] warning: unused import: `graphics::character::CharacterCache` [INFO] [stderr] --> src/game.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use graphics::character::CharacterCache; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `rectangle` is imported redundantly [INFO] [stderr] --> src/game.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 1 | use piston_window::*; [INFO] [stderr] | ---------------- the item `rectangle` is already imported here [INFO] [stderr] ... [INFO] [stderr] 108 | use graphics::rectangle; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Key` is imported redundantly [INFO] [stderr] --> src/game.rs:129:13 [INFO] [stderr] | [INFO] [stderr] 1 | use piston_window::*; [INFO] [stderr] | ---------------- the item `Key` is already imported here [INFO] [stderr] ... [INFO] [stderr] 129 | use piston_window::Key; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `pelicant`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `graphics::character::CharacterCache` [INFO] [stderr] --> src/game.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use graphics::character::CharacterCache; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `rectangle` is imported redundantly [INFO] [stderr] --> src/game.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 1 | use piston_window::*; [INFO] [stderr] | ---------------- the item `rectangle` is already imported here [INFO] [stderr] ... [INFO] [stderr] 108 | use graphics::rectangle; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Key` is imported redundantly [INFO] [stderr] --> src/game.rs:129:13 [INFO] [stderr] | [INFO] [stderr] 1 | use piston_window::*; [INFO] [stderr] | ---------------- the item `Key` is already imported here [INFO] [stderr] ... [INFO] [stderr] 129 | use piston_window::Key; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `pelicant`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "473a1def920af794aec2e635b0874173763e066649b4d868b6df32914552b260"` [INFO] running `"docker" "rm" "-f" "473a1def920af794aec2e635b0874173763e066649b4d868b6df32914552b260"` [INFO] [stdout] 473a1def920af794aec2e635b0874173763e066649b4d868b6df32914552b260