[INFO] updating cached repository https://github.com/qolop/pelicant-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/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] testing qolop/pelicant-rust against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqolop%2Fpelicant-rust" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/qolop/pelicant-rust on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-0/source/Cargo.toml [INFO] crate git repo https://github.com/qolop/pelicant-rust already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] c38eb1780c58b8d76a98ffd973da7d4480833a9b7e84700caab98b04491bf4e3 [INFO] running `"docker" "start" "-a" "c38eb1780c58b8d76a98ffd973da7d4480833a9b7e84700caab98b04491bf4e3"` [INFO] [stderr] Compiling pistoncore-input v0.13.0 [INFO] [stderr] Compiling pistoncore-input v0.12.0 [INFO] [stderr] Compiling piston2d-graphics v0.17.3 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling gfx_core v0.4.0 [INFO] [stderr] Compiling stb_truetype v0.2.8 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Compiling rusttype v0.2.4 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling pistoncore-window v0.21.0 [INFO] [stderr] Compiling pistoncore-window v0.19.0 [INFO] [stderr] Compiling piston-ai_behavior v0.14.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.24.0 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.22.1 [INFO] [stderr] Compiling piston2d-sprite v0.26.0 [INFO] [stderr] Compiling piston v0.24.0 [INFO] [stderr] Compiling piston v0.22.1 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.16 [INFO] [stderr] Compiling image v0.10.4 [INFO] [stderr] Compiling image v0.9.1 [INFO] [stderr] Compiling pistoncore-glutin_window v0.28.0 [INFO] [stderr] Compiling gfx v0.12.2 [INFO] [stderr] Compiling gfx_device_gl v0.11.2 [INFO] [stderr] Compiling piston-gfx_texture v0.17.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.31.2 [INFO] [stderr] Compiling piston_window v0.51.1 [INFO] [stderr] Compiling 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] 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" "c38eb1780c58b8d76a98ffd973da7d4480833a9b7e84700caab98b04491bf4e3"` [INFO] running `"docker" "rm" "-f" "c38eb1780c58b8d76a98ffd973da7d4480833a9b7e84700caab98b04491bf4e3"` [INFO] [stdout] c38eb1780c58b8d76a98ffd973da7d4480833a9b7e84700caab98b04491bf4e3