[INFO] updating cached repository https://github.com/qolop/pelicant-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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#73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de for pr-68325 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqolop%2Fpelicant-rust" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/qolop/pelicant-rust on toolchain 73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "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 /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/qolop/pelicant-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 17a98d8e4e2039918391d68d12692e6ffb5782a1b08c7b867473ec6edafe322e [INFO] running `"docker" "start" "-a" "17a98d8e4e2039918391d68d12692e6ffb5782a1b08c7b867473ec6edafe322e"` [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Checking gif v0.8.0 [INFO] [stderr] Checking piston2d-graphics v0.17.3 [INFO] [stderr] Checking piston-ai_behavior v0.14.0 [INFO] [stderr] Checking gfx_core v0.4.0 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Checking image v0.9.1 [INFO] [stderr] Checking piston2d-sprite v0.26.0 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Checking dlib v0.3.1 [INFO] [stderr] Checking wayland-sys v0.5.11 [INFO] [stderr] Checking wayland-client v0.5.12 [INFO] [stderr] Checking wayland-kbd v0.3.6 [INFO] [stderr] Checking wayland-window v0.2.3 [INFO] [stderr] Checking glutin v0.6.2 [INFO] [stderr] Checking gfx v0.12.2 [INFO] [stderr] Checking gfx_device_gl v0.11.2 [INFO] [stderr] Checking pistoncore-glutin_window v0.28.0 [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 [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 [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] 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] 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" "17a98d8e4e2039918391d68d12692e6ffb5782a1b08c7b867473ec6edafe322e"` [INFO] running `"docker" "rm" "-f" "17a98d8e4e2039918391d68d12692e6ffb5782a1b08c7b867473ec6edafe322e"` [INFO] [stdout] 17a98d8e4e2039918391d68d12692e6ffb5782a1b08c7b867473ec6edafe322e