[INFO] cloning repository https://github.com/josefrcm/rspt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/josefrcm/rspt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosefrcm%2Frspt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosefrcm%2Frspt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ad534adf75635338134e4ec71491f55f3065fb6a [INFO] checking josefrcm/rspt against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosefrcm%2Frspt" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/josefrcm/rspt on toolchain b20a093d9fb1ffaa04ae9852cb034864a992bafd [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/josefrcm/rspt [INFO] finished tweaking git repo https://github.com/josefrcm/rspt [INFO] tweaked toml for git repo https://github.com/josefrcm/rspt written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/josefrcm/rspt already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ron v0.6.0 [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9098df6f42e35c636d9f0fbcec74b34c77ac713b2312f83a368d126f8f871679 [INFO] running `Command { std: "docker" "start" "-a" "9098df6f42e35c636d9f0fbcec74b34c77ac713b2312f83a368d126f8f871679", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9098df6f42e35c636d9f0fbcec74b34c77ac713b2312f83a368d126f8f871679", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9098df6f42e35c636d9f0fbcec74b34c77ac713b2312f83a368d126f8f871679", kill_on_drop: false }` [INFO] [stdout] 9098df6f42e35c636d9f0fbcec74b34c77ac713b2312f83a368d126f8f871679 [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79d86b0d07352e078a0897cee770c69d828d7222cb5124e62eecca80735b9da0 [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" "79d86b0d07352e078a0897cee770c69d828d7222cb5124e62eecca80735b9da0", kill_on_drop: false }` [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling rayon-core v1.7.1 [INFO] [stderr] Checking either v1.6.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Compiling ndarray v0.13.1 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking bytemuck v1.3.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rayon v1.3.1 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking tiff v0.5.0 [INFO] [stderr] Checking png v0.16.7 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking paste v0.1.18 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking jpeg-decoder v0.1.20 [INFO] [stderr] Checking image v0.23.8 [INFO] [stderr] Checking ron v0.6.0 [INFO] [stderr] Checking simba v0.1.5 [INFO] [stderr] Checking nalgebra v0.21.1 [INFO] [stderr] Checking rspt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `ray` [INFO] [stdout] --> src/geometry/mod.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub mod ray; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `ray`, create file "src/geometry/ray.rs" or "src/geometry/ray/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `ray` [INFO] [stdout] --> src/geometry/mod.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub mod ray; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `ray`, create file "src/geometry/ray.rs" or "src/geometry/ray/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in this scope [INFO] [stdout] --> src/geometry/aabb.rs:105:34 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn intersect(&self, ray: Ray) -> Interval { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in this scope [INFO] [stdout] --> src/geometry/bvh.rs:113:34 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn intersect(&self, ray: Ray) -> BundleIntersection { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in this scope [INFO] [stdout] --> src/geometry/mesh.rs:185:34 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn intersect(&self, ray: Ray) -> MeshIntersection { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in this scope [INFO] [stdout] --> src/geometry/triangle_bundle.rs:153:34 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn intersect(&self, ray: Ray) -> BundleIntersection { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/camera.rs:64:58 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn make_rays(&self) -> ndarray::Array2 { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/camera.rs:73:23 [INFO] [stdout] | [INFO] [stdout] 73 | geometry::Ray { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/material.rs:28:95 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn spawn_secondary_ray(&self, intersection: &geometry::MeshIntersection) -> geometry::Ray { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/material.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | Material::Light { .. } => geometry::Ray { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/material.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | ) -> geometry::Ray { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/material.rs:76:15 [INFO] [stdout] | [INFO] [stdout] 76 | geometry::Ray { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/sampling.rs:32:44 [INFO] [stdout] | [INFO] [stdout] 32 | fn trace_ray(scene: &Scene, ray: geometry::Ray, max_bounces: usize) -> Color { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/scene.rs:73:44 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn intersect(&self, ray: geometry::Ray) -> geometry::MeshIntersection { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in this scope [INFO] [stdout] --> src/geometry/aabb.rs:105:34 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn intersect(&self, ray: Ray) -> Interval { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in this scope [INFO] [stdout] --> src/geometry/bvh.rs:113:34 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn intersect(&self, ray: Ray) -> BundleIntersection { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in this scope [INFO] [stdout] --> src/geometry/mesh.rs:185:34 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn intersect(&self, ray: Ray) -> MeshIntersection { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in this scope [INFO] [stdout] --> src/geometry/triangle_bundle.rs:153:34 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn intersect(&self, ray: Ray) -> BundleIntersection { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/camera.rs:64:58 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn make_rays(&self) -> ndarray::Array2 { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/camera.rs:73:23 [INFO] [stdout] | [INFO] [stdout] 73 | geometry::Ray { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/material.rs:28:95 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn spawn_secondary_ray(&self, intersection: &geometry::MeshIntersection) -> geometry::Ray { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/material.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | Material::Light { .. } => geometry::Ray { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/material.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | ) -> geometry::Ray { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/material.rs:76:15 [INFO] [stdout] | [INFO] [stdout] 76 | geometry::Ray { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/sampling.rs:32:44 [INFO] [stdout] | [INFO] [stdout] 32 | fn trace_ray(scene: &Scene, ray: geometry::Ray, max_bounces: usize) -> Color { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ray` in module `geometry` [INFO] [stdout] --> src/tracer/scene.rs:73:44 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn intersect(&self, ray: geometry::Ray) -> geometry::MeshIntersection { [INFO] [stdout] | ^^^ not found in `geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rspt` [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] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "79d86b0d07352e078a0897cee770c69d828d7222cb5124e62eecca80735b9da0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79d86b0d07352e078a0897cee770c69d828d7222cb5124e62eecca80735b9da0", kill_on_drop: false }` [INFO] [stdout] 79d86b0d07352e078a0897cee770c69d828d7222cb5124e62eecca80735b9da0