Sep 01 15:19:21.563 INFO checking ianjsikes/raytracer against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 15:19:21.563 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 15:19:21.563 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 15:19:21.762 INFO blam! b72ba5a7b7678a8a9acbbeb60532c7fca9023c21ec6093d22f1d14ef7ab78617 Sep 01 15:19:21.764 INFO running `"docker" "start" "-a" "b72ba5a7b7678a8a9acbbeb60532c7fca9023c21ec6093d22f1d14ef7ab78617"` Sep 01 15:19:22.658 INFO kablam! Checking inflate v0.1.1 Sep 01 15:19:22.664 INFO kablam! Checking scoped_threadpool v0.1.7 Sep 01 15:19:22.664 INFO kablam! Checking num-integer v0.1.33 Sep 01 15:19:22.665 INFO kablam! Checking enum_primitive v0.1.1 Sep 01 15:19:22.665 INFO kablam! Checking deflate v0.7.5 Sep 01 15:19:22.665 INFO kablam! Checking gif v0.9.1 Sep 01 15:19:22.665 INFO kablam! Checking deque v0.3.1 Sep 01 15:19:22.665 INFO kablam! Compiling serde_derive v0.9.12 Sep 01 15:19:23.541 INFO kablam! Checking rayon v0.6.0 Sep 01 15:19:23.946 INFO kablam! Checking num-iter v0.1.33 Sep 01 15:19:23.949 INFO kablam! Checking num-rational v0.1.36 Sep 01 15:19:28.486 INFO kablam! Checking jpeg-decoder v0.1.11 Sep 01 15:19:29.757 INFO kablam! Checking png v0.6.2 Sep 01 15:19:32.807 INFO kablam! Checking image v0.12.3 Sep 01 15:19:41.115 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 01 15:19:41.842 INFO kablam! error[E0422]: cannot find struct, variant or union type `Sphere` in this scope Sep 01 15:19:41.842 INFO kablam! --> src/lib.rs:61:13 Sep 01 15:19:41.842 INFO kablam! | Sep 01 15:19:41.842 INFO kablam! 61 | sphere: Sphere { Sep 01 15:19:41.842 INFO kablam! | ^^^^^^ not found in this scope Sep 01 15:19:41.842 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 15:19:41.842 INFO kablam! | Sep 01 15:19:41.842 INFO kablam! 11 | use scene::Element::Sphere; Sep 01 15:19:41.842 INFO kablam! | Sep 01 15:19:41.842 INFO kablam! 11 | use scene::Sphere; Sep 01 15:19:41.842 INFO kablam! | Sep 01 15:19:41.842 INFO kablam! Sep 01 15:19:41.843 INFO kablam! error[E0422]: cannot find struct, variant or union type `Point` in this scope Sep 01 15:19:41.843 INFO kablam! --> src/lib.rs:62:15 Sep 01 15:19:41.843 INFO kablam! | Sep 01 15:19:41.843 INFO kablam! 62 | center: Point { Sep 01 15:19:41.843 INFO kablam! | ^^^^^ not found in this scope Sep 01 15:19:41.843 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 15:19:41.844 INFO kablam! | Sep 01 15:19:41.844 INFO kablam! 11 | use point::Point; Sep 01 15:19:41.844 INFO kablam! | Sep 01 15:19:41.844 INFO kablam! Sep 01 15:19:41.844 INFO kablam! error[E0422]: cannot find struct, variant or union type `Color` in this scope Sep 01 15:19:41.844 INFO kablam! --> src/lib.rs:68:14 Sep 01 15:19:41.844 INFO kablam! | Sep 01 15:19:41.844 INFO kablam! 68 | color: Color { Sep 01 15:19:41.844 INFO kablam! | ^^^^^ not found in this scope Sep 01 15:19:41.844 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 15:19:41.844 INFO kablam! | Sep 01 15:19:41.844 INFO kablam! 11 | use scene::Color; Sep 01 15:19:41.844 INFO kablam! | Sep 01 15:19:41.844 INFO kablam! 11 | use scene::Coloration::Color; Sep 01 15:19:41.844 INFO kablam! | Sep 01 15:19:41.844 INFO kablam! Sep 01 15:19:42.208 INFO kablam! error[E0560]: struct `scene::Scene` has no field named `sphere` Sep 01 15:19:42.208 INFO kablam! --> src/lib.rs:61:5 Sep 01 15:19:42.208 INFO kablam! | Sep 01 15:19:42.208 INFO kablam! 61 | sphere: Sphere { Sep 01 15:19:42.208 INFO kablam! | ^^^^^^ `scene::Scene` does not have this field Sep 01 15:19:42.208 INFO kablam! | Sep 01 15:19:42.208 INFO kablam! = note: available fields are: `width`, `height`, `fov`, `max_recursion_depth`, `shadow_bias` ... and 2 others Sep 01 15:19:42.208 INFO kablam! Sep 01 15:19:42.781 INFO kablam! error: aborting due to 4 previous errors Sep 01 15:19:42.781 INFO kablam! Sep 01 15:19:42.781 INFO kablam! Some errors occurred: E0422, E0560. Sep 01 15:19:42.781 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 01 15:19:42.791 INFO kablam! error: Could not compile `raytracer`. Sep 01 15:19:42.791 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 15:19:43.386 INFO kablam! error: build failed Sep 01 15:19:43.388 INFO kablam! su: No module specific data is present Sep 01 15:19:43.914 INFO running `"docker" "rm" "-f" "b72ba5a7b7678a8a9acbbeb60532c7fca9023c21ec6093d22f1d14ef7ab78617"` Sep 01 15:19:44.076 INFO blam! b72ba5a7b7678a8a9acbbeb60532c7fca9023c21ec6093d22f1d14ef7ab78617