Aug 31 22:31:08.837 INFO checking ianjsikes/raytracer against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Aug 31 22:31:08.837 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Aug 31 22:31:08.837 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/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"` Aug 31 22:31:09.095 INFO blam! 7525ea1728cb399819f010d76fadc56d9ae87e9c0015f09e5bfa0b5daff1fe74 Aug 31 22:31:09.097 INFO running `"docker" "start" "-a" "7525ea1728cb399819f010d76fadc56d9ae87e9c0015f09e5bfa0b5daff1fe74"` Aug 31 22:31:10.126 INFO kablam! Checking serde v0.9.12 Aug 31 22:31:10.126 INFO kablam! Compiling syn v0.11.10 Aug 31 22:31:19.380 INFO kablam! Compiling serde_codegen_internals v0.14.2 Aug 31 22:31:22.577 INFO kablam! Compiling serde_derive v0.9.12 Aug 31 22:31:32.309 INFO kablam! Checking raytracer v0.1.0 (file:///source) Aug 31 22:31:33.014 INFO kablam! error[E0422]: cannot find struct, variant or union type `Sphere` in this scope Aug 31 22:31:33.014 INFO kablam! --> src/lib.rs:61:13 Aug 31 22:31:33.014 INFO kablam! | Aug 31 22:31:33.014 INFO kablam! 61 | sphere: Sphere { Aug 31 22:31:33.014 INFO kablam! | ^^^^^^ not found in this scope Aug 31 22:31:33.015 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 31 22:31:33.015 INFO kablam! | Aug 31 22:31:33.015 INFO kablam! 11 | use scene::Element::Sphere; Aug 31 22:31:33.015 INFO kablam! | Aug 31 22:31:33.015 INFO kablam! 11 | use scene::Sphere; Aug 31 22:31:33.015 INFO kablam! | Aug 31 22:31:33.015 INFO kablam! Aug 31 22:31:33.016 INFO kablam! error[E0422]: cannot find struct, variant or union type `Point` in this scope Aug 31 22:31:33.016 INFO kablam! --> src/lib.rs:62:15 Aug 31 22:31:33.016 INFO kablam! | Aug 31 22:31:33.016 INFO kablam! 62 | center: Point { Aug 31 22:31:33.016 INFO kablam! | ^^^^^ not found in this scope Aug 31 22:31:33.016 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 31 22:31:33.016 INFO kablam! | Aug 31 22:31:33.016 INFO kablam! 11 | use point::Point; Aug 31 22:31:33.016 INFO kablam! | Aug 31 22:31:33.017 INFO kablam! Aug 31 22:31:33.017 INFO kablam! error[E0422]: cannot find struct, variant or union type `Color` in this scope Aug 31 22:31:33.017 INFO kablam! --> src/lib.rs:68:14 Aug 31 22:31:33.017 INFO kablam! | Aug 31 22:31:33.017 INFO kablam! 68 | color: Color { Aug 31 22:31:33.017 INFO kablam! | ^^^^^ not found in this scope Aug 31 22:31:33.018 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 31 22:31:33.018 INFO kablam! | Aug 31 22:31:33.018 INFO kablam! 11 | use scene::Color; Aug 31 22:31:33.018 INFO kablam! | Aug 31 22:31:33.018 INFO kablam! 11 | use scene::Coloration::Color; Aug 31 22:31:33.018 INFO kablam! | Aug 31 22:31:33.018 INFO kablam! Aug 31 22:31:33.318 INFO kablam! error[E0560]: struct `scene::Scene` has no field named `sphere` Aug 31 22:31:33.318 INFO kablam! --> src/lib.rs:61:5 Aug 31 22:31:33.318 INFO kablam! | Aug 31 22:31:33.318 INFO kablam! 61 | sphere: Sphere { Aug 31 22:31:33.318 INFO kablam! | ^^^^^^ `scene::Scene` does not have this field Aug 31 22:31:33.319 INFO kablam! | Aug 31 22:31:33.319 INFO kablam! = note: available fields are: `width`, `height`, `fov`, `max_recursion_depth`, `shadow_bias` ... and 2 others Aug 31 22:31:33.319 INFO kablam! Aug 31 22:31:33.823 INFO kablam! error: aborting due to 4 previous errors Aug 31 22:31:33.823 INFO kablam! Aug 31 22:31:33.823 INFO kablam! Some errors occurred: E0422, E0560. Aug 31 22:31:33.823 INFO kablam! For more information about an error, try `rustc --explain E0422`. Aug 31 22:31:33.832 INFO kablam! error: Could not compile `raytracer`. Aug 31 22:31:33.832 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 22:31:34.202 INFO kablam! error: build failed Aug 31 22:31:34.204 INFO kablam! su: No module specific data is present Aug 31 22:31:34.810 INFO running `"docker" "rm" "-f" "7525ea1728cb399819f010d76fadc56d9ae87e9c0015f09e5bfa0b5daff1fe74"` Aug 31 22:31:34.956 INFO blam! 7525ea1728cb399819f010d76fadc56d9ae87e9c0015f09e5bfa0b5daff1fe74