Sep 10 04:01:41.676 INFO checking ianjsikes/raytracer against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 04:01:41.676 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 04:01:41.676 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 04:01:41.938 INFO blam! f08b4560b35d9bdb378dbca91b698cd8803d10fbae077ac521b1a362de2a6d0b Sep 10 04:01:41.940 INFO running `"docker" "start" "-a" "f08b4560b35d9bdb378dbca91b698cd8803d10fbae077ac521b1a362de2a6d0b"` Sep 10 04:01:43.298 INFO kablam! usermod: no changes Sep 10 04:01:43.462 INFO kablam! Checking serde v0.9.12 Sep 10 04:01:43.462 INFO kablam! Checking rand v0.3.15 Sep 10 04:01:43.482 INFO kablam! Checking num_cpus v1.3.0 Sep 10 04:01:43.486 INFO kablam! Checking num-integer v0.1.33 Sep 10 04:01:43.494 INFO kablam! Checking deflate v0.7.5 Sep 10 04:01:43.494 INFO kablam! Compiling syn v0.11.10 Sep 10 04:01:44.348 INFO kablam! Checking num-iter v0.1.33 Sep 10 04:01:44.349 INFO kablam! Checking num-rational v0.1.36 Sep 10 04:01:48.261 INFO kablam! Checking png v0.6.2 Sep 10 04:01:49.190 INFO kablam! Checking deque v0.3.1 Sep 10 04:01:50.046 INFO kablam! Checking rayon v0.6.0 Sep 10 04:01:56.414 INFO kablam! Checking jpeg-decoder v0.1.11 Sep 10 04:01:59.671 INFO kablam! Compiling serde_codegen_internals v0.14.2 Sep 10 04:02:01.439 INFO kablam! Checking image v0.12.3 Sep 10 04:02:03.720 INFO kablam! Compiling serde_derive v0.9.12 Sep 10 04:02:16.278 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 10 04:02:16.958 INFO kablam! error[E0422]: cannot find struct, variant or union type `Sphere` in this scope Sep 10 04:02:16.958 INFO kablam! --> src/lib.rs:61:13 Sep 10 04:02:16.958 INFO kablam! | Sep 10 04:02:16.958 INFO kablam! 61 | sphere: Sphere { Sep 10 04:02:16.958 INFO kablam! | ^^^^^^ not found in this scope Sep 10 04:02:16.958 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 10 04:02:16.958 INFO kablam! | Sep 10 04:02:16.958 INFO kablam! 11 | use scene::Element::Sphere; Sep 10 04:02:16.958 INFO kablam! | Sep 10 04:02:16.958 INFO kablam! 11 | use scene::Sphere; Sep 10 04:02:16.958 INFO kablam! | Sep 10 04:02:16.958 INFO kablam! Sep 10 04:02:16.958 INFO kablam! error[E0422]: cannot find struct, variant or union type `Point` in this scope Sep 10 04:02:16.958 INFO kablam! --> src/lib.rs:62:15 Sep 10 04:02:16.958 INFO kablam! | Sep 10 04:02:16.958 INFO kablam! 62 | center: Point { Sep 10 04:02:16.958 INFO kablam! | ^^^^^ not found in this scope Sep 10 04:02:16.958 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 04:02:16.958 INFO kablam! | Sep 10 04:02:16.958 INFO kablam! 11 | use point::Point; Sep 10 04:02:16.958 INFO kablam! | Sep 10 04:02:16.958 INFO kablam! Sep 10 04:02:16.958 INFO kablam! error[E0422]: cannot find struct, variant or union type `Color` in this scope Sep 10 04:02:16.958 INFO kablam! --> src/lib.rs:68:14 Sep 10 04:02:16.958 INFO kablam! | Sep 10 04:02:16.958 INFO kablam! 68 | color: Color { Sep 10 04:02:16.958 INFO kablam! | ^^^^^ not found in this scope Sep 10 04:02:16.958 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 10 04:02:16.958 INFO kablam! | Sep 10 04:02:16.958 INFO kablam! 11 | use scene::Color; Sep 10 04:02:16.958 INFO kablam! | Sep 10 04:02:16.958 INFO kablam! 11 | use scene::Coloration::Color; Sep 10 04:02:16.959 INFO kablam! | Sep 10 04:02:16.959 INFO kablam! Sep 10 04:02:17.286 INFO kablam! error[E0560]: struct `scene::Scene` has no field named `sphere` Sep 10 04:02:17.286 INFO kablam! --> src/lib.rs:61:5 Sep 10 04:02:17.286 INFO kablam! | Sep 10 04:02:17.286 INFO kablam! 61 | sphere: Sphere { Sep 10 04:02:17.286 INFO kablam! | ^^^^^^ `scene::Scene` does not have this field Sep 10 04:02:17.286 INFO kablam! | Sep 10 04:02:17.286 INFO kablam! = note: available fields are: `width`, `height`, `fov`, `max_recursion_depth`, `shadow_bias` ... and 2 others Sep 10 04:02:17.286 INFO kablam! Sep 10 04:02:17.650 INFO kablam! error: aborting due to 4 previous errors Sep 10 04:02:17.654 INFO kablam! Sep 10 04:02:17.654 INFO kablam! Some errors occurred: E0422, E0560. Sep 10 04:02:17.654 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 10 04:02:17.670 INFO kablam! error: Could not compile `raytracer`. Sep 10 04:02:17.670 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 04:02:18.036 INFO kablam! error: build failed Sep 10 04:02:18.037 INFO kablam! su: No module specific data is present Sep 10 04:02:19.144 INFO running `"docker" "rm" "-f" "f08b4560b35d9bdb378dbca91b698cd8803d10fbae077ac521b1a362de2a6d0b"` Sep 10 04:02:19.268 INFO blam! f08b4560b35d9bdb378dbca91b698cd8803d10fbae077ac521b1a362de2a6d0b