Sep 03 18:28:44.643 INFO checking ianjsikes/raytracer against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 18:28:44.643 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 18:28:44.643 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 18:28:44.913 INFO blam! ab568845c930743770b8b0348db112ea692d26562b965e3effd6226212f89db4 Sep 03 18:28:44.916 INFO running `"docker" "start" "-a" "ab568845c930743770b8b0348db112ea692d26562b965e3effd6226212f89db4"` Sep 03 18:28:45.911 INFO kablam! Checking num-integer v0.1.33 Sep 03 18:28:45.911 INFO kablam! Checking deflate v0.7.5 Sep 03 18:28:45.950 INFO kablam! Checking deque v0.3.1 Sep 03 18:28:45.954 INFO kablam! Compiling syn v0.11.10 Sep 03 18:28:46.973 INFO kablam! Checking rayon v0.6.0 Sep 03 18:28:47.167 INFO kablam! Checking num-iter v0.1.33 Sep 03 18:28:47.167 INFO kablam! Checking num-rational v0.1.36 Sep 03 18:28:50.184 INFO kablam! Checking png v0.6.2 Sep 03 18:28:53.383 INFO kablam! Checking jpeg-decoder v0.1.11 Sep 03 18:28:57.275 INFO kablam! Checking image v0.12.3 Sep 03 18:28:59.056 INFO kablam! Compiling serde_codegen_internals v0.14.2 Sep 03 18:29:02.865 INFO kablam! Compiling serde_derive v0.9.12 Sep 03 18:29:12.270 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 03 18:29:13.058 INFO kablam! error[E0422]: cannot find struct, variant or union type `Sphere` in this scope Sep 03 18:29:13.058 INFO kablam! --> src/lib.rs:61:13 Sep 03 18:29:13.058 INFO kablam! | Sep 03 18:29:13.058 INFO kablam! 61 | sphere: Sphere { Sep 03 18:29:13.058 INFO kablam! | ^^^^^^ not found in this scope Sep 03 18:29:13.058 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 03 18:29:13.058 INFO kablam! | Sep 03 18:29:13.058 INFO kablam! 11 | use scene::Element::Sphere; Sep 03 18:29:13.058 INFO kablam! | Sep 03 18:29:13.058 INFO kablam! 11 | use scene::Sphere; Sep 03 18:29:13.058 INFO kablam! | Sep 03 18:29:13.058 INFO kablam! Sep 03 18:29:13.059 INFO kablam! error[E0422]: cannot find struct, variant or union type `Point` in this scope Sep 03 18:29:13.059 INFO kablam! --> src/lib.rs:62:15 Sep 03 18:29:13.059 INFO kablam! | Sep 03 18:29:13.059 INFO kablam! 62 | center: Point { Sep 03 18:29:13.059 INFO kablam! | ^^^^^ not found in this scope Sep 03 18:29:13.059 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 18:29:13.059 INFO kablam! | Sep 03 18:29:13.059 INFO kablam! 11 | use point::Point; Sep 03 18:29:13.059 INFO kablam! | Sep 03 18:29:13.059 INFO kablam! Sep 03 18:29:13.060 INFO kablam! error[E0422]: cannot find struct, variant or union type `Color` in this scope Sep 03 18:29:13.060 INFO kablam! --> src/lib.rs:68:14 Sep 03 18:29:13.060 INFO kablam! | Sep 03 18:29:13.060 INFO kablam! 68 | color: Color { Sep 03 18:29:13.060 INFO kablam! | ^^^^^ not found in this scope Sep 03 18:29:13.060 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 03 18:29:13.060 INFO kablam! | Sep 03 18:29:13.060 INFO kablam! 11 | use scene::Color; Sep 03 18:29:13.060 INFO kablam! | Sep 03 18:29:13.060 INFO kablam! 11 | use scene::Coloration::Color; Sep 03 18:29:13.060 INFO kablam! | Sep 03 18:29:13.060 INFO kablam! Sep 03 18:29:13.375 INFO kablam! error[E0560]: struct `scene::Scene` has no field named `sphere` Sep 03 18:29:13.375 INFO kablam! --> src/lib.rs:61:5 Sep 03 18:29:13.375 INFO kablam! | Sep 03 18:29:13.375 INFO kablam! 61 | sphere: Sphere { Sep 03 18:29:13.375 INFO kablam! | ^^^^^^ `scene::Scene` does not have this field Sep 03 18:29:13.375 INFO kablam! | Sep 03 18:29:13.376 INFO kablam! = note: available fields are: `width`, `height`, `fov`, `max_recursion_depth`, `shadow_bias` ... and 2 others Sep 03 18:29:13.376 INFO kablam! Sep 03 18:29:13.984 INFO kablam! error: aborting due to 4 previous errors Sep 03 18:29:13.984 INFO kablam! Sep 03 18:29:13.984 INFO kablam! Some errors occurred: E0422, E0560. Sep 03 18:29:13.985 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 03 18:29:13.995 INFO kablam! error: Could not compile `raytracer`. Sep 03 18:29:13.995 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 18:29:14.276 INFO kablam! error: build failed Sep 03 18:29:14.277 INFO kablam! su: No module specific data is present Sep 03 18:29:14.617 INFO running `"docker" "rm" "-f" "ab568845c930743770b8b0348db112ea692d26562b965e3effd6226212f89db4"` Sep 03 18:29:14.723 INFO blam! ab568845c930743770b8b0348db112ea692d26562b965e3effd6226212f89db4