[INFO] cloning repository https://github.com/qolop/pelicant-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qolop/pelicant-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqolop%2Fpelicant-rust"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqolop%2Fpelicant-rust'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 675042bc8489720decd42380b024cb6dd3dc77cf [INFO] checking qolop/pelicant-rust against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [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 ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a088df58cdc39054c9f7ca693b4edd22b875981e11f0e3cd66e8d8a330b9533e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a088df58cdc39054c9f7ca693b4edd22b875981e11f0e3cd66e8d8a330b9533e"` [INFO] [stderr] Checking pistoncore-input v0.12.0 [INFO] [stderr] Checking image v0.9.1 [INFO] [stderr] Checking pistoncore-window v0.19.0 [INFO] [stderr] Checking piston-ai_behavior v0.14.0 [INFO] [stderr] Checking pistoncore-event_loop v0.22.1 [INFO] [stderr] Checking piston2d-sprite v0.26.0 [INFO] [stderr] Checking piston v0.22.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] 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: 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: could not compile `pelicant`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a088df58cdc39054c9f7ca693b4edd22b875981e11f0e3cd66e8d8a330b9533e"` [INFO] running `"docker" "rm" "-f" "a088df58cdc39054c9f7ca693b4edd22b875981e11f0e3cd66e8d8a330b9533e"` [INFO] [stdout] a088df58cdc39054c9f7ca693b4edd22b875981e11f0e3cd66e8d8a330b9533e