Sep 19 13:34:28.677 INFO checking ianjsikes/raytracer against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 13:34:28.677 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 13:34:28.678 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 13:34:29.129 INFO blam! 2debcbfe54af7482d77ef63e7bc4c3001fec7e48ec1a75a72bbd05254411fbf1 Sep 19 13:34:29.133 INFO running `"docker" "start" "-a" "2debcbfe54af7482d77ef63e7bc4c3001fec7e48ec1a75a72bbd05254411fbf1"` Sep 19 13:34:30.890 INFO kablam! usermod: no changes Sep 19 13:34:31.051 INFO kablam! Checking serde v0.9.12 Sep 19 13:34:31.051 INFO kablam! Compiling syn v0.11.10 Sep 19 13:34:40.655 INFO kablam! Compiling serde_codegen_internals v0.14.2 Sep 19 13:34:43.459 INFO kablam! Compiling serde_derive v0.9.12 Sep 19 13:34:52.156 INFO kablam! Checking raytracer v0.1.0 (/source) Sep 19 13:34:52.847 INFO kablam! error[E0422]: cannot find struct, variant or union type `Sphere` in this scope Sep 19 13:34:52.847 INFO kablam! --> src/lib.rs:61:13 Sep 19 13:34:52.847 INFO kablam! | Sep 19 13:34:52.847 INFO kablam! 61 | sphere: Sphere { Sep 19 13:34:52.847 INFO kablam! | ^^^^^^ not found in this scope Sep 19 13:34:52.847 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 19 13:34:52.847 INFO kablam! | Sep 19 13:34:52.847 INFO kablam! 11 | use scene::Element::Sphere; Sep 19 13:34:52.847 INFO kablam! | Sep 19 13:34:52.847 INFO kablam! 11 | use scene::Sphere; Sep 19 13:34:52.847 INFO kablam! | Sep 19 13:34:52.847 INFO kablam! Sep 19 13:34:52.847 INFO kablam! error[E0422]: cannot find struct, variant or union type `Point` in this scope Sep 19 13:34:52.847 INFO kablam! --> src/lib.rs:62:15 Sep 19 13:34:52.847 INFO kablam! | Sep 19 13:34:52.847 INFO kablam! 62 | center: Point { Sep 19 13:34:52.847 INFO kablam! | ^^^^^ not found in this scope Sep 19 13:34:52.847 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 13:34:52.847 INFO kablam! | Sep 19 13:34:52.847 INFO kablam! 11 | use point::Point; Sep 19 13:34:52.847 INFO kablam! | Sep 19 13:34:52.847 INFO kablam! Sep 19 13:34:52.847 INFO kablam! error[E0422]: cannot find struct, variant or union type `Color` in this scope Sep 19 13:34:52.847 INFO kablam! --> src/lib.rs:68:14 Sep 19 13:34:52.847 INFO kablam! | Sep 19 13:34:52.847 INFO kablam! 68 | color: Color { Sep 19 13:34:52.847 INFO kablam! | ^^^^^ not found in this scope Sep 19 13:34:52.847 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 19 13:34:52.847 INFO kablam! | Sep 19 13:34:52.847 INFO kablam! 11 | use scene::Color; Sep 19 13:34:52.847 INFO kablam! | Sep 19 13:34:52.847 INFO kablam! 11 | use scene::Coloration::Color; Sep 19 13:34:52.847 INFO kablam! | Sep 19 13:34:52.847 INFO kablam! Sep 19 13:34:52.999 INFO kablam! error[E0560]: struct `scene::Scene` has no field named `sphere` Sep 19 13:34:52.999 INFO kablam! --> src/lib.rs:61:5 Sep 19 13:34:52.999 INFO kablam! | Sep 19 13:34:52.999 INFO kablam! 61 | sphere: Sphere { Sep 19 13:34:52.999 INFO kablam! | ^^^^^^ `scene::Scene` does not have this field Sep 19 13:34:52.999 INFO kablam! | Sep 19 13:34:52.999 INFO kablam! = note: available fields are: `width`, `height`, `fov`, `max_recursion_depth`, `shadow_bias` ... and 2 others Sep 19 13:34:52.999 INFO kablam! Sep 19 13:34:53.277 INFO kablam! error: aborting due to 4 previous errors Sep 19 13:34:53.277 INFO kablam! Sep 19 13:34:53.277 INFO kablam! Some errors occurred: E0422, E0560. Sep 19 13:34:53.278 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 19 13:34:53.288 INFO kablam! error: Could not compile `raytracer`. Sep 19 13:34:53.289 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 13:34:53.790 INFO kablam! error: build failed Sep 19 13:34:53.795 INFO kablam! su: No module specific data is present Sep 19 13:34:55.504 INFO running `"docker" "rm" "-f" "2debcbfe54af7482d77ef63e7bc4c3001fec7e48ec1a75a72bbd05254411fbf1"` Sep 19 13:34:55.740 INFO blam! 2debcbfe54af7482d77ef63e7bc4c3001fec7e48ec1a75a72bbd05254411fbf1