[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#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosefrcm%2Frspt" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/josefrcm/rspt on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", 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-7/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" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7306b34f6ba66afdcded99e25992a558e57ca7222cd355865304c616624aefe6 [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" "7306b34f6ba66afdcded99e25992a558e57ca7222cd355865304c616624aefe6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7306b34f6ba66afdcded99e25992a558e57ca7222cd355865304c616624aefe6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7306b34f6ba66afdcded99e25992a558e57ca7222cd355865304c616624aefe6", kill_on_drop: false }` [INFO] [stdout] 7306b34f6ba66afdcded99e25992a558e57ca7222cd355865304c616624aefe6 [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03026ebcc5960803bd1ab9332415d76a1ce958d59c1147291b51f8c117ca17dc [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" "03026ebcc5960803bd1ab9332415d76a1ce958d59c1147291b51f8c117ca17dc", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling rayon-core v1.7.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking either v1.6.0 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Checking ppv-lite86 v0.2.8 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Compiling ndarray v0.13.1 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking bytemuck v1.3.1 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking crc32fast v1.2.0 [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 crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rayon v1.3.1 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking tiff v0.5.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Checking png v0.16.7 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking paste v0.1.18 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.115 [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" [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" [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" "03026ebcc5960803bd1ab9332415d76a1ce958d59c1147291b51f8c117ca17dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03026ebcc5960803bd1ab9332415d76a1ce958d59c1147291b51f8c117ca17dc", kill_on_drop: false }` [INFO] [stdout] 03026ebcc5960803bd1ab9332415d76a1ce958d59c1147291b51f8c117ca17dc