[INFO] updating cached repository https://github.com/gsingh93/ray-trace [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] a39de2ca33aeb93abef4822aadd3bb07a91c95c5 [INFO] checking gsingh93/ray-trace against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgsingh93%2Fray-trace" "/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/gsingh93/ray-trace on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/gsingh93/ray-trace [INFO] finished tweaking git repo https://github.com/gsingh93/ray-trace [INFO] tweaked toml for git repo https://github.com/gsingh93/ray-trace written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/gsingh93/ray-trace already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "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=allow" "-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" "+beta-2019-10-27" "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] ad9ad2506ba1d667d67c5a96dbe4571f3252b138e2f30c4fcb8d8d49319b0280 [INFO] running `"docker" "start" "-a" "ad9ad2506ba1d667d67c5a96dbe4571f3252b138e2f30c4fcb8d8d49319b0280"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking alga v0.9.2 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking image v0.18.0 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking nalgebra v0.19.0 [INFO] [stderr] Checking noise v0.6.0 [INFO] [stderr] Checking ray-tracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `noise::Brownian3`, `noise::Seed` [INFO] [stderr] --> src/material.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | use noise::{self, Brownian3, Seed}; [INFO] [stderr] | ^^^^^^^^^ ^^^^ no `Seed` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Brownian3` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nalgebra::cross` [INFO] [stderr] --> src/surface.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | use nalgebra::{dot, cross, Norm}; [INFO] [stderr] | ^^^^^ no `cross` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nalgebra::cross` [INFO] [stderr] --> src/lib.rs:19:23 [INFO] [stderr] | [INFO] [stderr] 19 | use nalgebra::{clamp, cross, dot, Norm}; [INFO] [stderr] | ^^^^^ no `cross` in the root [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `perlin3` in crate `noise` [INFO] [stderr] --> src/material.rs:122:43 [INFO] [stderr] | [INFO] [stderr] 122 | let noise = Brownian3::new(noise::perlin3, self.octaves) [INFO] [stderr] | ^^^^^^^ not found in `noise` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `perlin3` in crate `noise` [INFO] [stderr] --> src/material.rs:164:43 [INFO] [stderr] | [INFO] [stderr] 164 | let noise = Brownian3::new(noise::perlin3, self.octaves) [INFO] [stderr] | ^^^^^^^ not found in `noise` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::constraint::ShapeConstraint: nalgebra::constraint::DimEq` is not satisfied [INFO] [stderr] --> src/lib.rs:116:38 [INFO] [stderr] | [INFO] [stderr] 116 | color = material.raw_color() * (scene.ambient_color / 255.) * scene.ambient_coeff; [INFO] [stderr] | ^ the trait `nalgebra::constraint::DimEq` is not implemented for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `nalgebra::constraint::AreMultipliable` for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] = note: required because of the requirements on the impl of `std::ops::Mul` for `nalgebra::Matrix>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::constraint::ShapeConstraint: nalgebra::constraint::DimEq` is not satisfied [INFO] [stderr] --> src/lib.rs:128:25 [INFO] [stderr] | [INFO] [stderr] 128 | * (*light.color() / 255.) * light.intensity(); [INFO] [stderr] | ^ the trait `nalgebra::constraint::DimEq` is not implemented for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `nalgebra::constraint::AreMultipliable` for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] = note: required because of the requirements on the impl of `std::ops::Mul` for `nalgebra::Matrix>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::constraint::ShapeConstraint: nalgebra::constraint::DimEq` is not satisfied [INFO] [stderr] --> src/lib.rs:133:21 [INFO] [stderr] | [INFO] [stderr] 133 | * (*light.color() / 255.) * light.intensity(); [INFO] [stderr] | ^ the trait `nalgebra::constraint::DimEq` is not implemented for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `nalgebra::constraint::AreMultipliable` for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] = note: required because of the requirements on the impl of `std::ops::Mul` for `nalgebra::Matrix>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::constraint::ShapeConstraint: nalgebra::constraint::DimEq` is not satisfied [INFO] [stderr] --> src/material.rs:57:65 [INFO] [stderr] | [INFO] [stderr] 57 | let diffuse_color = self.color * f * self.diffuse_coeff * match self.texture { [INFO] [stderr] | ^ the trait `nalgebra::constraint::DimEq` is not implemented for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `nalgebra::constraint::AreMultipliable` for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] = note: required because of the requirements on the impl of `std::ops::Mul` for `nalgebra::Matrix>` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `nalgebra::Matrix>` has no field named `x` [INFO] [stderr] --> src/surface.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | let u_axis = Vec3 { x: n.y, y: n.z, z: -n.x }; [INFO] [stderr] | ^ `nalgebra::Matrix>` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `data` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `nalgebra::Matrix>` has no field named `y` [INFO] [stderr] --> src/surface.rs:117:41 [INFO] [stderr] | [INFO] [stderr] 117 | let u_axis = Vec3 { x: n.y, y: n.z, z: -n.x }; [INFO] [stderr] | ^ `nalgebra::Matrix>` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `data` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `nalgebra::Matrix>` has no field named `z` [INFO] [stderr] --> src/surface.rs:117:49 [INFO] [stderr] | [INFO] [stderr] 117 | let u_axis = Vec3 { x: n.y, y: n.z, z: -n.x }; [INFO] [stderr] | ^ `nalgebra::Matrix>` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `data` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `data` on type `&image::Rgb` [INFO] [stderr] --> src/texture.rs:77:21 [INFO] [stderr] | [INFO] [stderr] 77 | Vec3::new(p.data[0] as f32, p.data[1] as f32, p.data[2] as f32) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `data` on type `&image::Rgb` [INFO] [stderr] --> src/texture.rs:77:39 [INFO] [stderr] | [INFO] [stderr] 77 | Vec3::new(p.data[0] as f32, p.data[1] as f32, p.data[2] as f32) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `data` on type `&image::Rgb` [INFO] [stderr] --> src/texture.rs:77:57 [INFO] [stderr] | [INFO] [stderr] 77 | Vec3::new(p.data[0] as f32, p.data[1] as f32, p.data[2] as f32) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425, E0432, E0560, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `ray-tracer`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved imports `noise::Brownian3`, `noise::Seed` [INFO] [stderr] --> src/material.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | use noise::{self, Brownian3, Seed}; [INFO] [stderr] | ^^^^^^^^^ ^^^^ no `Seed` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Brownian3` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nalgebra::cross` [INFO] [stderr] --> src/surface.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | use nalgebra::{dot, cross, Norm}; [INFO] [stderr] | ^^^^^ no `cross` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nalgebra::cross` [INFO] [stderr] --> src/lib.rs:19:23 [INFO] [stderr] | [INFO] [stderr] 19 | use nalgebra::{clamp, cross, dot, Norm}; [INFO] [stderr] | ^^^^^ no `cross` in the root [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `perlin3` in crate `noise` [INFO] [stderr] --> src/material.rs:122:43 [INFO] [stderr] | [INFO] [stderr] 122 | let noise = Brownian3::new(noise::perlin3, self.octaves) [INFO] [stderr] | ^^^^^^^ not found in `noise` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `perlin3` in crate `noise` [INFO] [stderr] --> src/material.rs:164:43 [INFO] [stderr] | [INFO] [stderr] 164 | let noise = Brownian3::new(noise::perlin3, self.octaves) [INFO] [stderr] | ^^^^^^^ not found in `noise` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::constraint::ShapeConstraint: nalgebra::constraint::DimEq` is not satisfied [INFO] [stderr] --> src/lib.rs:116:38 [INFO] [stderr] | [INFO] [stderr] 116 | color = material.raw_color() * (scene.ambient_color / 255.) * scene.ambient_coeff; [INFO] [stderr] | ^ the trait `nalgebra::constraint::DimEq` is not implemented for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `nalgebra::constraint::AreMultipliable` for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] = note: required because of the requirements on the impl of `std::ops::Mul` for `nalgebra::Matrix>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::constraint::ShapeConstraint: nalgebra::constraint::DimEq` is not satisfied [INFO] [stderr] --> src/lib.rs:128:25 [INFO] [stderr] | [INFO] [stderr] 128 | * (*light.color() / 255.) * light.intensity(); [INFO] [stderr] | ^ the trait `nalgebra::constraint::DimEq` is not implemented for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `nalgebra::constraint::AreMultipliable` for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] = note: required because of the requirements on the impl of `std::ops::Mul` for `nalgebra::Matrix>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::constraint::ShapeConstraint: nalgebra::constraint::DimEq` is not satisfied [INFO] [stderr] --> src/lib.rs:133:21 [INFO] [stderr] | [INFO] [stderr] 133 | * (*light.color() / 255.) * light.intensity(); [INFO] [stderr] | ^ the trait `nalgebra::constraint::DimEq` is not implemented for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `nalgebra::constraint::AreMultipliable` for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] = note: required because of the requirements on the impl of `std::ops::Mul` for `nalgebra::Matrix>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::constraint::ShapeConstraint: nalgebra::constraint::DimEq` is not satisfied [INFO] [stderr] --> src/material.rs:57:65 [INFO] [stderr] | [INFO] [stderr] 57 | let diffuse_color = self.color * f * self.diffuse_coeff * match self.texture { [INFO] [stderr] | ^ the trait `nalgebra::constraint::DimEq` is not implemented for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `nalgebra::constraint::AreMultipliable` for `nalgebra::constraint::ShapeConstraint` [INFO] [stderr] = note: required because of the requirements on the impl of `std::ops::Mul` for `nalgebra::Matrix>` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `nalgebra::Matrix>` has no field named `x` [INFO] [stderr] --> src/surface.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | let u_axis = Vec3 { x: n.y, y: n.z, z: -n.x }; [INFO] [stderr] | ^ `nalgebra::Matrix>` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `data` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `nalgebra::Matrix>` has no field named `y` [INFO] [stderr] --> src/surface.rs:117:41 [INFO] [stderr] | [INFO] [stderr] 117 | let u_axis = Vec3 { x: n.y, y: n.z, z: -n.x }; [INFO] [stderr] | ^ `nalgebra::Matrix>` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `data` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `nalgebra::Matrix>` has no field named `z` [INFO] [stderr] --> src/surface.rs:117:49 [INFO] [stderr] | [INFO] [stderr] 117 | let u_axis = Vec3 { x: n.y, y: n.z, z: -n.x }; [INFO] [stderr] | ^ `nalgebra::Matrix>` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `data` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `data` on type `&image::Rgb` [INFO] [stderr] --> src/texture.rs:77:21 [INFO] [stderr] | [INFO] [stderr] 77 | Vec3::new(p.data[0] as f32, p.data[1] as f32, p.data[2] as f32) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `data` on type `&image::Rgb` [INFO] [stderr] --> src/texture.rs:77:39 [INFO] [stderr] | [INFO] [stderr] 77 | Vec3::new(p.data[0] as f32, p.data[1] as f32, p.data[2] as f32) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `data` on type `&image::Rgb` [INFO] [stderr] --> src/texture.rs:77:57 [INFO] [stderr] | [INFO] [stderr] 77 | Vec3::new(p.data[0] as f32, p.data[1] as f32, p.data[2] as f32) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425, E0432, E0560, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `ray-tracer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ad9ad2506ba1d667d67c5a96dbe4571f3252b138e2f30c4fcb8d8d49319b0280"` [INFO] running `"docker" "rm" "-f" "ad9ad2506ba1d667d67c5a96dbe4571f3252b138e2f30c4fcb8d8d49319b0280"` [INFO] [stdout] ad9ad2506ba1d667d67c5a96dbe4571f3252b138e2f30c4fcb8d8d49319b0280