[INFO] cloning repository https://github.com/CasperN/asteroids [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CasperN/asteroids" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCasperN%2Fasteroids", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCasperN%2Fasteroids'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e959c986a7be37f8408e27d5d551e507efac5817 [INFO] testing CasperN/asteroids against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCasperN%2Fasteroids" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CasperN/asteroids on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/CasperN/asteroids [INFO] finished tweaking git repo https://github.com/CasperN/asteroids [INFO] tweaked toml for git repo https://github.com/CasperN/asteroids written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/CasperN/asteroids already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c84db69650bd6abe74af5a1d0d6bd7b4748d7fa1be53b9df79e88db3bb8a1191 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c84db69650bd6abe74af5a1d0d6bd7b4748d7fa1be53b9df79e88db3bb8a1191", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c84db69650bd6abe74af5a1d0d6bd7b4748d7fa1be53b9df79e88db3bb8a1191", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c84db69650bd6abe74af5a1d0d6bd7b4748d7fa1be53b9df79e88db3bb8a1191", kill_on_drop: false }` [INFO] [stdout] c84db69650bd6abe74af5a1d0d6bd7b4748d7fa1be53b9df79e88db3bb8a1191 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 19d83d4c18e3ba10f5cd6073ee9cc5310bc7e412a1b930b31673e007adeed2eb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "19d83d4c18e3ba10f5cd6073ee9cc5310bc7e412a1b930b31673e007adeed2eb", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling rand_core v0.2.1 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling rand v0.5.3 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling asteroids v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `div_euc` found for type `f32` in the current scope [INFO] [stdout] --> src/collision.rs:88:17 [INFO] [stdout] | [INFO] [stdout] 88 | let row = x.div_euc(X_LEN / NUM_CELLS as f32) as usize; [INFO] [stdout] | ^^^^^^^ method not found in `f32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `div_euc` found for type `f32` in the current scope [INFO] [stdout] --> src/collision.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | let col = y.div_euc(X_LEN / NUM_CELLS as f32) as usize; [INFO] [stdout] | ^^^^^^^ method not found in `f32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `mod_euc` found for type `f32` in the current scope [INFO] [stdout] --> src/component/momentum.rs:58:33 [INFO] [stdout] | [INFO] [stdout] 58 | self.theta = self.theta.mod_euc(2.0 * PI); [INFO] [stdout] | ^^^^^^^ method not found in `f32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `mod_euc` found for type `f32` in the current scope [INFO] [stdout] --> src/vector_2d.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | V2(self.0.mod_euc(xmod), self.1.mod_euc(ymod)) [INFO] [stdout] | ^^^^^^^ method not found in `f32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `mod_euc` found for type `f32` in the current scope [INFO] [stdout] --> src/vector_2d.rs:17:41 [INFO] [stdout] | [INFO] [stdout] 17 | V2(self.0.mod_euc(xmod), self.1.mod_euc(ymod)) [INFO] [stdout] | ^^^^^^^ method not found in `f32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `asteroids` due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "19d83d4c18e3ba10f5cd6073ee9cc5310bc7e412a1b930b31673e007adeed2eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19d83d4c18e3ba10f5cd6073ee9cc5310bc7e412a1b930b31673e007adeed2eb", kill_on_drop: false }` [INFO] [stdout] 19d83d4c18e3ba10f5cd6073ee9cc5310bc7e412a1b930b31673e007adeed2eb