[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] testing jhinrichsen/lunar-lander against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjhinrichsen%2Flunar-lander" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jhinrichsen/lunar-lander on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-0/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=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.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2d38e48d57ed725989d9c900f5ec1b97f2950367007dd36794dbc67a50c2f291 [INFO] running `"docker" "start" "-a" "2d38e48d57ed725989d9c900f5ec1b97f2950367007dd36794dbc67a50c2f291"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling lunar-lander v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected `;`, found ``V`` [INFO] [stderr] --> src/main.rs:62:50 [INFO] [stderr] | [INFO] [stderr] 62 | let S = (-V + sqr(V * V + 2 * A * G)) / G [INFO] [stderr] | ^ help: add `;` here [INFO] [stderr] 63 | // 250 [INFO] [stderr] 64 | V = V + G * S; [INFO] [stderr] | - unexpected token [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `sqr` in this scope [INFO] [stderr] --> src/main.rs:62:23 [INFO] [stderr] | [INFO] [stderr] 62 | let S = (-V + sqr(V * V + 2 * A * G)) / G [INFO] [stderr] | ^^^ not found in this scope [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 (notice the capitalization): `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[E0277]: cannot multiply `f64` to `{integer}` [INFO] [stderr] --> src/main.rs:62:37 [INFO] [stderr] | [INFO] [stderr] 62 | let S = (-V + sqr(V * V + 2 * A * G)) / G [INFO] [stderr] | ^ no implementation for `{integer} * f64` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Mul` is not implemented for `{integer}` [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot divide `{integer}` by `{float}` [INFO] [stderr] --> src/main.rs:62:47 [INFO] [stderr] | [INFO] [stderr] 62 | let S = (-V + sqr(V * V + 2 * A * G)) / G [INFO] [stderr] | ^ no implementation for `{integer} / {float}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Div<{float}>` is not implemented for `{integer}` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [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" "2d38e48d57ed725989d9c900f5ec1b97f2950367007dd36794dbc67a50c2f291"` [INFO] running `"docker" "rm" "-f" "2d38e48d57ed725989d9c900f5ec1b97f2950367007dd36794dbc67a50c2f291"` [INFO] [stdout] 2d38e48d57ed725989d9c900f5ec1b97f2950367007dd36794dbc67a50c2f291