Sep 05 18:43:12.086 INFO checking ianjsikes/raytracer against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 18:43:12.086 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 18:43:12.086 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 18:43:12.454 INFO blam! dcc1e356d7864f11abe4f736821879702ea7e38d8571d1b58db6bff5ccb0189a Sep 05 18:43:12.459 INFO running `"docker" "start" "-a" "dcc1e356d7864f11abe4f736821879702ea7e38d8571d1b58db6bff5ccb0189a"` Sep 05 18:43:14.118 INFO kablam! usermod: no changes Sep 05 18:43:14.242 INFO kablam! Checking serde v0.9.12 Sep 05 18:43:14.242 INFO kablam! Checking rand v0.3.15 Sep 05 18:43:14.242 INFO kablam! Checking deflate v0.7.5 Sep 05 18:43:14.242 INFO kablam! Checking num-rational v0.1.36 Sep 05 18:43:14.250 INFO kablam! Compiling serde_derive v0.9.12 Sep 05 18:43:18.730 INFO kablam! Checking png v0.6.2 Sep 05 18:43:19.830 INFO kablam! Checking deque v0.3.1 Sep 05 18:43:20.546 INFO kablam! Checking rayon v0.6.0 Sep 05 18:43:25.726 INFO kablam! Checking jpeg-decoder v0.1.11 Sep 05 18:43:27.302 INFO kablam! Checking image v0.12.3 Sep 05 18:43:32.965 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 05 18:43:33.726 INFO kablam! error[E0422]: cannot find struct, variant or union type `Sphere` in this scope Sep 05 18:43:33.726 INFO kablam! --> src/lib.rs:61:13 Sep 05 18:43:33.726 INFO kablam! | Sep 05 18:43:33.726 INFO kablam! 61 | sphere: Sphere { Sep 05 18:43:33.726 INFO kablam! | ^^^^^^ not found in this scope Sep 05 18:43:33.726 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 05 18:43:33.726 INFO kablam! | Sep 05 18:43:33.726 INFO kablam! 11 | use scene::Element::Sphere; Sep 05 18:43:33.726 INFO kablam! | Sep 05 18:43:33.726 INFO kablam! 11 | use scene::Sphere; Sep 05 18:43:33.726 INFO kablam! | Sep 05 18:43:33.726 INFO kablam! Sep 05 18:43:33.726 INFO kablam! error[E0422]: cannot find struct, variant or union type `Point` in this scope Sep 05 18:43:33.726 INFO kablam! --> src/lib.rs:62:15 Sep 05 18:43:33.726 INFO kablam! | Sep 05 18:43:33.726 INFO kablam! 62 | center: Point { Sep 05 18:43:33.726 INFO kablam! | ^^^^^ not found in this scope Sep 05 18:43:33.726 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 18:43:33.726 INFO kablam! | Sep 05 18:43:33.726 INFO kablam! 11 | use point::Point; Sep 05 18:43:33.726 INFO kablam! | Sep 05 18:43:33.726 INFO kablam! Sep 05 18:43:33.726 INFO kablam! error[E0422]: cannot find struct, variant or union type `Color` in this scope Sep 05 18:43:33.726 INFO kablam! --> src/lib.rs:68:14 Sep 05 18:43:33.726 INFO kablam! | Sep 05 18:43:33.726 INFO kablam! 68 | color: Color { Sep 05 18:43:33.726 INFO kablam! | ^^^^^ not found in this scope Sep 05 18:43:33.726 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 05 18:43:33.726 INFO kablam! | Sep 05 18:43:33.726 INFO kablam! 11 | use scene::Color; Sep 05 18:43:33.726 INFO kablam! | Sep 05 18:43:33.726 INFO kablam! 11 | use scene::Coloration::Color; Sep 05 18:43:33.726 INFO kablam! | Sep 05 18:43:33.726 INFO kablam! Sep 05 18:43:34.072 INFO kablam! error[E0560]: struct `scene::Scene` has no field named `sphere` Sep 05 18:43:34.072 INFO kablam! --> src/lib.rs:61:5 Sep 05 18:43:34.072 INFO kablam! | Sep 05 18:43:34.072 INFO kablam! 61 | sphere: Sphere { Sep 05 18:43:34.072 INFO kablam! | ^^^^^^ `scene::Scene` does not have this field Sep 05 18:43:34.082 INFO kablam! | Sep 05 18:43:34.082 INFO kablam! = note: available fields are: `width`, `height`, `fov`, `max_recursion_depth`, `shadow_bias` ... and 2 others Sep 05 18:43:34.082 INFO kablam! Sep 05 18:43:34.543 INFO kablam! error: aborting due to 4 previous errors Sep 05 18:43:34.543 INFO kablam! Sep 05 18:43:34.543 INFO kablam! Some errors occurred: E0422, E0560. Sep 05 18:43:34.543 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 05 18:43:34.550 INFO kablam! error: Could not compile `raytracer`. Sep 05 18:43:34.550 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 18:43:34.638 INFO kablam! error: build failed Sep 05 18:43:34.640 INFO kablam! su: No module specific data is present Sep 05 18:43:36.408 INFO running `"docker" "rm" "-f" "dcc1e356d7864f11abe4f736821879702ea7e38d8571d1b58db6bff5ccb0189a"` Sep 05 18:43:36.693 INFO blam! dcc1e356d7864f11abe4f736821879702ea7e38d8571d1b58db6bff5ccb0189a