Sep 14 04:17:45.287 INFO checking ianjsikes/raytracer against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 04:17:45.287 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 04:17:45.287 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 04:17:45.640 INFO blam! ace368e2a9cf9df0aff211b503443baaea2fbfb474c132c99e8897b6daa23f04 Sep 14 04:17:45.641 INFO running `"docker" "start" "-a" "ace368e2a9cf9df0aff211b503443baaea2fbfb474c132c99e8897b6daa23f04"` Sep 14 04:17:47.254 INFO kablam! usermod: no changes Sep 14 04:17:47.367 INFO kablam! Checking inflate v0.1.1 Sep 14 04:17:47.375 INFO kablam! Checking serde v0.9.12 Sep 14 04:17:47.375 INFO kablam! Checking num_cpus v1.3.0 Sep 14 04:17:47.375 INFO kablam! Checking num-integer v0.1.33 Sep 14 04:17:47.375 INFO kablam! Checking deflate v0.7.5 Sep 14 04:17:47.383 INFO kablam! Checking deque v0.3.1 Sep 14 04:17:47.383 INFO kablam! Compiling syn v0.11.10 Sep 14 04:17:48.335 INFO kablam! Checking rayon v0.6.0 Sep 14 04:17:49.203 INFO kablam! Checking num-iter v0.1.33 Sep 14 04:17:49.203 INFO kablam! Checking num-rational v0.1.36 Sep 14 04:17:56.826 INFO kablam! Checking jpeg-decoder v0.1.11 Sep 14 04:17:57.623 INFO kablam! Checking png v0.6.2 Sep 14 04:18:02.223 INFO kablam! Compiling serde_codegen_internals v0.14.2 Sep 14 04:18:02.595 INFO kablam! Checking image v0.12.3 Sep 14 04:18:05.766 INFO kablam! Compiling serde_derive v0.9.12 Sep 14 04:18:14.289 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 14 04:18:14.685 INFO kablam! error[E0422]: cannot find struct, variant or union type `Sphere` in this scope Sep 14 04:18:14.685 INFO kablam! --> src/lib.rs:61:13 Sep 14 04:18:14.685 INFO kablam! | Sep 14 04:18:14.685 INFO kablam! 61 | sphere: Sphere { Sep 14 04:18:14.685 INFO kablam! | ^^^^^^ not found in this scope Sep 14 04:18:14.685 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 14 04:18:14.685 INFO kablam! | Sep 14 04:18:14.685 INFO kablam! 11 | use scene::Element::Sphere; Sep 14 04:18:14.685 INFO kablam! | Sep 14 04:18:14.685 INFO kablam! 11 | use scene::Sphere; Sep 14 04:18:14.685 INFO kablam! | Sep 14 04:18:14.685 INFO kablam! Sep 14 04:18:14.685 INFO kablam! error[E0422]: cannot find struct, variant or union type `Point` in this scope Sep 14 04:18:14.685 INFO kablam! --> src/lib.rs:62:15 Sep 14 04:18:14.685 INFO kablam! | Sep 14 04:18:14.685 INFO kablam! 62 | center: Point { Sep 14 04:18:14.685 INFO kablam! | ^^^^^ not found in this scope Sep 14 04:18:14.685 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 04:18:14.685 INFO kablam! | Sep 14 04:18:14.685 INFO kablam! 11 | use point::Point; Sep 14 04:18:14.685 INFO kablam! | Sep 14 04:18:14.685 INFO kablam! Sep 14 04:18:14.685 INFO kablam! error[E0422]: cannot find struct, variant or union type `Color` in this scope Sep 14 04:18:14.685 INFO kablam! --> src/lib.rs:68:14 Sep 14 04:18:14.685 INFO kablam! | Sep 14 04:18:14.685 INFO kablam! 68 | color: Color { Sep 14 04:18:14.685 INFO kablam! | ^^^^^ not found in this scope Sep 14 04:18:14.685 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 14 04:18:14.685 INFO kablam! | Sep 14 04:18:14.685 INFO kablam! 11 | use scene::Color; Sep 14 04:18:14.685 INFO kablam! | Sep 14 04:18:14.685 INFO kablam! 11 | use scene::Coloration::Color; Sep 14 04:18:14.685 INFO kablam! | Sep 14 04:18:14.685 INFO kablam! Sep 14 04:18:14.830 INFO kablam! error[E0560]: struct `scene::Scene` has no field named `sphere` Sep 14 04:18:14.830 INFO kablam! --> src/lib.rs:61:5 Sep 14 04:18:14.830 INFO kablam! | Sep 14 04:18:14.830 INFO kablam! 61 | sphere: Sphere { Sep 14 04:18:14.830 INFO kablam! | ^^^^^^ `scene::Scene` does not have this field Sep 14 04:18:14.830 INFO kablam! | Sep 14 04:18:14.830 INFO kablam! = note: available fields are: `width`, `height`, `fov`, `max_recursion_depth`, `shadow_bias` ... and 2 others Sep 14 04:18:14.830 INFO kablam! Sep 14 04:18:15.071 INFO kablam! error: aborting due to 4 previous errors Sep 14 04:18:15.071 INFO kablam! Sep 14 04:18:15.071 INFO kablam! Some errors occurred: E0422, E0560. Sep 14 04:18:15.071 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 14 04:18:15.078 INFO kablam! error: Could not compile `raytracer`. Sep 14 04:18:15.078 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 04:18:15.155 INFO kablam! error: build failed Sep 14 04:18:15.155 INFO kablam! su: No module specific data is present Sep 14 04:18:15.663 INFO running `"docker" "rm" "-f" "ace368e2a9cf9df0aff211b503443baaea2fbfb474c132c99e8897b6daa23f04"` Sep 14 04:18:15.771 INFO blam! ace368e2a9cf9df0aff211b503443baaea2fbfb474c132c99e8897b6daa23f04