Sep 05 18:42:55.515 INFO checking ianjsikes/raytracer against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 18:42:55.515 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 18:42:55.516 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-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:42:55.958 INFO blam! 34632e9790bead5383e78163761858c2d05fbe5b3befdf315a5b3229ea775186 Sep 05 18:42:55.960 INFO running `"docker" "start" "-a" "34632e9790bead5383e78163761858c2d05fbe5b3befdf315a5b3229ea775186"` Sep 05 18:42:57.749 INFO kablam! usermod: no changes Sep 05 18:42:57.925 INFO kablam! Checking serde v0.9.12 Sep 05 18:42:57.930 INFO kablam! Compiling syn v0.11.10 Sep 05 18:43:07.470 INFO kablam! Compiling serde_codegen_internals v0.14.2 Sep 05 18:43:10.814 INFO kablam! Compiling serde_derive v0.9.12 Sep 05 18:43:18.642 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 05 18:43:19.429 INFO kablam! error[E0422]: cannot find struct, variant or union type `Sphere` in this scope Sep 05 18:43:19.429 INFO kablam! --> src/lib.rs:61:13 Sep 05 18:43:19.429 INFO kablam! | Sep 05 18:43:19.429 INFO kablam! 61 | sphere: Sphere { Sep 05 18:43:19.429 INFO kablam! | ^^^^^^ not found in this scope Sep 05 18:43:19.434 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 05 18:43:19.434 INFO kablam! | Sep 05 18:43:19.434 INFO kablam! 11 | use scene::Element::Sphere; Sep 05 18:43:19.434 INFO kablam! | Sep 05 18:43:19.434 INFO kablam! 11 | use scene::Sphere; Sep 05 18:43:19.434 INFO kablam! | Sep 05 18:43:19.434 INFO kablam! Sep 05 18:43:19.434 INFO kablam! error[E0422]: cannot find struct, variant or union type `Point` in this scope Sep 05 18:43:19.434 INFO kablam! --> src/lib.rs:62:15 Sep 05 18:43:19.434 INFO kablam! | Sep 05 18:43:19.434 INFO kablam! 62 | center: Point { Sep 05 18:43:19.434 INFO kablam! | ^^^^^ not found in this scope Sep 05 18:43:19.434 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 18:43:19.434 INFO kablam! | Sep 05 18:43:19.434 INFO kablam! 11 | use point::Point; Sep 05 18:43:19.434 INFO kablam! | Sep 05 18:43:19.434 INFO kablam! Sep 05 18:43:19.434 INFO kablam! error[E0422]: cannot find struct, variant or union type `Color` in this scope Sep 05 18:43:19.434 INFO kablam! --> src/lib.rs:68:14 Sep 05 18:43:19.434 INFO kablam! | Sep 05 18:43:19.434 INFO kablam! 68 | color: Color { Sep 05 18:43:19.434 INFO kablam! | ^^^^^ not found in this scope Sep 05 18:43:19.434 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 05 18:43:19.434 INFO kablam! | Sep 05 18:43:19.434 INFO kablam! 11 | use scene::Color; Sep 05 18:43:19.434 INFO kablam! | Sep 05 18:43:19.434 INFO kablam! 11 | use scene::Coloration::Color; Sep 05 18:43:19.434 INFO kablam! | Sep 05 18:43:19.434 INFO kablam! Sep 05 18:43:19.754 INFO kablam! error[E0560]: struct `scene::Scene` has no field named `sphere` Sep 05 18:43:19.754 INFO kablam! --> src/lib.rs:61:5 Sep 05 18:43:19.754 INFO kablam! | Sep 05 18:43:19.754 INFO kablam! 61 | sphere: Sphere { Sep 05 18:43:19.754 INFO kablam! | ^^^^^^ `scene::Scene` does not have this field Sep 05 18:43:19.754 INFO kablam! | Sep 05 18:43:19.754 INFO kablam! = note: available fields are: `width`, `height`, `fov`, `max_recursion_depth`, `shadow_bias` ... and 2 others Sep 05 18:43:19.754 INFO kablam! Sep 05 18:43:20.195 INFO kablam! error: aborting due to 4 previous errors Sep 05 18:43:20.195 INFO kablam! Sep 05 18:43:20.195 INFO kablam! Some errors occurred: E0422, E0560. Sep 05 18:43:20.195 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 05 18:43:20.218 INFO kablam! error: Could not compile `raytracer`. Sep 05 18:43:20.218 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 18:43:20.526 INFO kablam! error: build failed Sep 05 18:43:20.528 INFO kablam! su: No module specific data is present Sep 05 18:43:22.029 INFO running `"docker" "rm" "-f" "34632e9790bead5383e78163761858c2d05fbe5b3befdf315a5b3229ea775186"` Sep 05 18:43:22.346 INFO blam! 34632e9790bead5383e78163761858c2d05fbe5b3befdf315a5b3229ea775186