[INFO] updating cached repository https://github.com/jhinrichsen/lunar-lander [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] d267785dca04a2a775f5397e90af20a121c52a64 [INFO] checking jhinrichsen/lunar-lander against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjhinrichsen%2Flunar-lander" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jhinrichsen/lunar-lander 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/jhinrichsen/lunar-lander [INFO] finished tweaking git repo https://github.com/jhinrichsen/lunar-lander [INFO] tweaked toml for git repo https://github.com/jhinrichsen/lunar-lander written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/jhinrichsen/lunar-lander already has a lockfile, it will not be regenerated [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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 12b6deda8ed49e0ce0f450416f70d08623b42b1dfe81ee32374c593d05d4b2f2 [INFO] running `"docker" "start" "-a" "12b6deda8ed49e0ce0f450416f70d08623b42b1dfe81ee32374c593d05d4b2f2"` [INFO] [stderr] Checking lunar-lander v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `V` [INFO] [stderr] --> src/main.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 62 | let S = (-V + sqr(V * V + 2 * A * G)) / G [INFO] [stderr] | - expected one of 7 possible tokens here [INFO] [stderr] 63 | // 250 [INFO] [stderr] 64 | V = V + G * S; [INFO] [stderr] | ^ unexpected token [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `V` [INFO] [stderr] --> src/main.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 62 | let S = (-V + sqr(V * V + 2 * A * G)) / G [INFO] [stderr] | - expected one of 7 possible tokens here [INFO] [stderr] 63 | // 250 [INFO] [stderr] 64 | V = V + G * S; [INFO] [stderr] | ^ unexpected token [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `i` in this scope [INFO] [stderr] --> src/main.rs:78:16 [INFO] [stderr] | [INFO] [stderr] 78 | if i <= 0 { [INFO] [stderr] | ^ help: a local variable with a similar name exists: `A` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `v` in this scope [INFO] [stderr] --> src/main.rs:82:16 [INFO] [stderr] | [INFO] [stderr] 82 | if v <= 0 { [INFO] [stderr] | ^ help: a local variable with a similar name exists: `V` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `f330` in this scope [INFO] [stderr] --> src/main.rs:84:17 [INFO] [stderr] | [INFO] [stderr] 84 | f330(); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `j` in this scope [INFO] [stderr] --> src/main.rs:87:16 [INFO] [stderr] | [INFO] [stderr] 87 | if j < 0 { [INFO] [stderr] | ^ help: a local variable with a similar name exists: `A` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `f330` in this scope [INFO] [stderr] --> src/main.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | f330(); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error[E0425]: cannot find value `i` in this scope [INFO] [stderr] --> src/main.rs:78:16 [INFO] [stderr] | [INFO] [stderr] 78 | if i <= 0 { [INFO] [stderr] | ^ help: a local variable with a similar name exists: `A` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `v` in this scope [INFO] [stderr] --> src/main.rs:82:16 [INFO] [stderr] | [INFO] [stderr] 82 | if v <= 0 { [INFO] [stderr] | ^ help: a local variable with a similar name exists: `V` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `f330` in this scope [INFO] [stderr] --> src/main.rs:84:17 [INFO] [stderr] | [INFO] [stderr] 84 | f330(); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `j` in this scope [INFO] [stderr] --> src/main.rs:87:16 [INFO] [stderr] | [INFO] [stderr] 87 | if j < 0 { [INFO] [stderr] | ^ help: a local variable with a similar name exists: `A` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `f330` in this scope [INFO] [stderr] --> src/main.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | f330(); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: could not compile `lunar-lander`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `lunar-lander`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "12b6deda8ed49e0ce0f450416f70d08623b42b1dfe81ee32374c593d05d4b2f2"` [INFO] running `"docker" "rm" "-f" "12b6deda8ed49e0ce0f450416f70d08623b42b1dfe81ee32374c593d05d4b2f2"` [INFO] [stdout] 12b6deda8ed49e0ce0f450416f70d08623b42b1dfe81ee32374c593d05d4b2f2