[INFO] cloning repository https://github.com/TimVanDyke/tow_def_game [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TimVanDyke/tow_def_game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTimVanDyke%2Ftow_def_game"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTimVanDyke%2Ftow_def_game'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bc231209eb77ef4ea60df51cc6d17420be751102 [INFO] checking TimVanDyke/tow_def_game against try#98d5ea1855f1028095b37c493ba31093c8519d68 for pr-69548 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTimVanDyke%2Ftow_def_game" "/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/TimVanDyke/tow_def_game on toolchain 98d5ea1855f1028095b37c493ba31093c8519d68 [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/TimVanDyke/tow_def_game [INFO] finished tweaking git repo https://github.com/TimVanDyke/tow_def_game [INFO] tweaked toml for git repo https://github.com/TimVanDyke/tow_def_game written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/TimVanDyke/tow_def_game already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "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" "+98d5ea1855f1028095b37c493ba31093c8519d68" "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] e545b7b3747525653036c89084dfee479fd8b473354c4a5395c6df2255f52151 [INFO] running `"docker" "start" "-a" "e545b7b3747525653036c89084dfee479fd8b473354c4a5395c6df2255f52151"` [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking glfw v0.36.0 [INFO] [stderr] Checking cgmath v0.17.0 [INFO] [stderr] Checking rusttype v0.8.2 [INFO] [stderr] Checking tow_def_game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected identifier, found keyword `while` [INFO] [stderr] --> src/main.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | while !window.should_close() { [INFO] [stderr] | ^^^^^ expected identifier, found keyword [INFO] [stderr] [INFO] [stderr] error: expected one of `(`, `.`, `::`, `;`, `?`, `}`, or an operator, found `!` [INFO] [stderr] --> src/main.rs:19:11 [INFO] [stderr] | [INFO] [stderr] 19 | while !window.should_close() { [INFO] [stderr] | ^ expected one of 7 possible tokens [INFO] [stderr] [INFO] [stderr] error: expected identifier, found keyword `while` [INFO] [stderr] --> src/main.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | while !window.should_close() { [INFO] [stderr] | ^^^^^ expected identifier, found keyword [INFO] [stderr] [INFO] [stderr] error: expected one of `(`, `.`, `::`, `;`, `?`, `}`, or an operator, found `!` [INFO] [stderr] --> src/main.rs:19:11 [INFO] [stderr] | [INFO] [stderr] 19 | while !window.should_close() { [INFO] [stderr] | ^ expected one of 7 possible tokens [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Action`, `Key` [INFO] [stderr] --> src/main.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | use glfw::{Action, Context, Key}; [INFO] [stderr] | ^^^^^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `tow_def_game`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused imports: `Action`, `Key` [INFO] [stderr] --> src/main.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | use glfw::{Action, Context, Key}; [INFO] [stderr] | ^^^^^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `tow_def_game`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e545b7b3747525653036c89084dfee479fd8b473354c4a5395c6df2255f52151"` [INFO] running `"docker" "rm" "-f" "e545b7b3747525653036c89084dfee479fd8b473354c4a5395c6df2255f52151"` [INFO] [stdout] e545b7b3747525653036c89084dfee479fd8b473354c4a5395c6df2255f52151