[INFO] cloning repository https://github.com/jhinrichsen/lunar-lander [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jhinrichsen/lunar-lander" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjhinrichsen%2Flunar-lander"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjhinrichsen%2Flunar-lander'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d267785dca04a2a775f5397e90af20a121c52a64 [INFO] checking jhinrichsen/lunar-lander against master#783139bd8fc3b94fac9a1bf81bba2c506e8221b6 for pr-72644 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjhinrichsen%2Flunar-lander" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jhinrichsen/lunar-lander on toolchain 783139bd8fc3b94fac9a1bf81bba2c506e8221b6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "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-7/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" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "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] 86e2c1f8a97e1d41f368ebafb9f196443eb9d323a520e84a210311e76913b344 [INFO] running `"docker" "start" "-a" "86e2c1f8a97e1d41f368ebafb9f196443eb9d323a520e84a210311e76913b344"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking 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: 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[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] [stderr] warning: build failed, waiting for other jobs to finish... [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: build failed [INFO] running `"docker" "inspect" "86e2c1f8a97e1d41f368ebafb9f196443eb9d323a520e84a210311e76913b344"` [INFO] running `"docker" "rm" "-f" "86e2c1f8a97e1d41f368ebafb9f196443eb9d323a520e84a210311e76913b344"` [INFO] [stdout] 86e2c1f8a97e1d41f368ebafb9f196443eb9d323a520e84a210311e76913b344