[INFO] updating cached repository https://github.com/AntonZelenin/rust-physics-engine [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] bad3c9cfd7716d7d9a54f8c9f7bad680b9f97d92 [INFO] checking AntonZelenin/rust-physics-engine against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntonZelenin%2Frust-physics-engine" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AntonZelenin/rust-physics-engine on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/AntonZelenin/rust-physics-engine [INFO] finished tweaking git repo https://github.com/AntonZelenin/rust-physics-engine [INFO] tweaked toml for git repo https://github.com/AntonZelenin/rust-physics-engine written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/AntonZelenin/rust-physics-engine already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] f26e1c76d7946456ca9fd9fcd0fe8e0da244eb9ecc356bd23e156309990e4762 [INFO] running `"docker" "start" "-a" "f26e1c76d7946456ca9fd9fcd0fe8e0da244eb9ecc356bd23e156309990e4762"` [INFO] [stderr] Checking smallvec v0.6.11 [INFO] [stderr] Checking slotmap v0.4.0 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking libloading v0.5.2 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking x11-dl v2.18.4 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking num-complex v0.2.3 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking rusttype v0.8.1 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking rust-physics-engine v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] error[E0412]: cannot find type `Spring` in this scope [INFO] [stderr] --> src/core/particle/force_generator/deformable_spring.rs:15:29 [INFO] [stderr] | [INFO] [stderr] 15 | impl<'a, PT: ParticleTrait> Spring<'a, PT> { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 15 | impl<'a, PT: ParticleTrait> String<'a, PT> { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::core::particle::force_generator::spring::Spring; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `divider` in this scope [INFO] [stderr] --> src/core/particle/force_generator/deformable_spring.rs:45:37 [INFO] [stderr] | [INFO] [stderr] 45 | (self.spring_constant / divider) * (force.magnitude() - self.rest_length).abs(); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `rust-physics-engine`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f26e1c76d7946456ca9fd9fcd0fe8e0da244eb9ecc356bd23e156309990e4762"` [INFO] running `"docker" "rm" "-f" "f26e1c76d7946456ca9fd9fcd0fe8e0da244eb9ecc356bd23e156309990e4762"` [INFO] [stdout] f26e1c76d7946456ca9fd9fcd0fe8e0da244eb9ecc356bd23e156309990e4762