Sep 03 22:20:35.328 INFO checking ianjsikes/raytracer against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 22:20:35.328 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 22:20:35.328 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 22:20:35.534 INFO blam! 4a8bdf7f476c08c0700aa1691d82039f6067bc221bc8928037de9b7e69f5beaa Sep 03 22:20:35.536 INFO running `"docker" "start" "-a" "4a8bdf7f476c08c0700aa1691d82039f6067bc221bc8928037de9b7e69f5beaa"` Sep 03 22:20:36.457 INFO kablam! Checking serde v0.9.12 Sep 03 22:20:36.457 INFO kablam! Checking deflate v0.7.5 Sep 03 22:20:36.464 INFO kablam! Checking deque v0.3.1 Sep 03 22:20:36.474 INFO kablam! Checking num-rational v0.1.36 Sep 03 22:20:36.477 INFO kablam! Compiling serde_derive v0.9.12 Sep 03 22:20:37.309 INFO kablam! Checking rayon v0.6.0 Sep 03 22:20:38.890 INFO kablam! Checking png v0.6.2 Sep 03 22:20:41.435 INFO kablam! Checking jpeg-decoder v0.1.11 Sep 03 22:20:43.551 INFO kablam! Checking image v0.12.3 Sep 03 22:20:52.957 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 03 22:20:53.919 INFO kablam! error[E0422]: cannot find struct, variant or union type `Sphere` in this scope Sep 03 22:20:53.920 INFO kablam! --> src/lib.rs:61:13 Sep 03 22:20:53.920 INFO kablam! | Sep 03 22:20:53.920 INFO kablam! 61 | sphere: Sphere { Sep 03 22:20:53.920 INFO kablam! | ^^^^^^ not found in this scope Sep 03 22:20:53.920 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 03 22:20:53.920 INFO kablam! | Sep 03 22:20:53.920 INFO kablam! 11 | use scene::Element::Sphere; Sep 03 22:20:53.920 INFO kablam! | Sep 03 22:20:53.920 INFO kablam! 11 | use scene::Sphere; Sep 03 22:20:53.920 INFO kablam! | Sep 03 22:20:53.920 INFO kablam! Sep 03 22:20:53.921 INFO kablam! error[E0422]: cannot find struct, variant or union type `Point` in this scope Sep 03 22:20:53.921 INFO kablam! --> src/lib.rs:62:15 Sep 03 22:20:53.921 INFO kablam! | Sep 03 22:20:53.921 INFO kablam! 62 | center: Point { Sep 03 22:20:53.921 INFO kablam! | ^^^^^ not found in this scope Sep 03 22:20:53.921 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 22:20:53.921 INFO kablam! | Sep 03 22:20:53.921 INFO kablam! 11 | use point::Point; Sep 03 22:20:53.921 INFO kablam! | Sep 03 22:20:53.921 INFO kablam! Sep 03 22:20:53.921 INFO kablam! error[E0422]: cannot find struct, variant or union type `Color` in this scope Sep 03 22:20:53.921 INFO kablam! --> src/lib.rs:68:14 Sep 03 22:20:53.921 INFO kablam! | Sep 03 22:20:53.921 INFO kablam! 68 | color: Color { Sep 03 22:20:53.921 INFO kablam! | ^^^^^ not found in this scope Sep 03 22:20:53.921 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 03 22:20:53.921 INFO kablam! | Sep 03 22:20:53.921 INFO kablam! 11 | use scene::Color; Sep 03 22:20:53.921 INFO kablam! | Sep 03 22:20:53.921 INFO kablam! 11 | use scene::Coloration::Color; Sep 03 22:20:53.921 INFO kablam! | Sep 03 22:20:53.921 INFO kablam! Sep 03 22:20:54.376 INFO kablam! error[E0560]: struct `scene::Scene` has no field named `sphere` Sep 03 22:20:54.377 INFO kablam! --> src/lib.rs:61:5 Sep 03 22:20:54.377 INFO kablam! | Sep 03 22:20:54.377 INFO kablam! 61 | sphere: Sphere { Sep 03 22:20:54.377 INFO kablam! | ^^^^^^ `scene::Scene` does not have this field Sep 03 22:20:54.377 INFO kablam! | Sep 03 22:20:54.377 INFO kablam! = note: available fields are: `width`, `height`, `fov`, `max_recursion_depth`, `shadow_bias` ... and 2 others Sep 03 22:20:54.377 INFO kablam! Sep 03 22:20:55.047 INFO kablam! error: aborting due to 4 previous errors Sep 03 22:20:55.047 INFO kablam! Sep 03 22:20:55.048 INFO kablam! Some errors occurred: E0422, E0560. Sep 03 22:20:55.048 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 03 22:20:55.058 INFO kablam! error: Could not compile `raytracer`. Sep 03 22:20:55.058 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 22:20:55.529 INFO kablam! error: build failed Sep 03 22:20:55.531 INFO kablam! su: No module specific data is present Sep 03 22:20:56.108 INFO running `"docker" "rm" "-f" "4a8bdf7f476c08c0700aa1691d82039f6067bc221bc8928037de9b7e69f5beaa"` Sep 03 22:20:56.267 INFO blam! 4a8bdf7f476c08c0700aa1691d82039f6067bc221bc8928037de9b7e69f5beaa