Sep 20 22:33:52.604 INFO checking ianjsikes/raytracer against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 22:33:52.604 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 22:33:52.604 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 22:33:52.810 INFO blam! a23744c8aa399a57f35cf285921323796c8ce91af54d5f78386cd34d636550b6 Sep 20 22:33:52.812 INFO running `"docker" "start" "-a" "a23744c8aa399a57f35cf285921323796c8ce91af54d5f78386cd34d636550b6"` Sep 20 22:33:54.010 INFO kablam! usermod: no changes Sep 20 22:33:54.181 INFO kablam! Checking libc v0.2.21 Sep 20 22:33:54.182 INFO kablam! Checking adler32 v1.0.0 Sep 20 22:33:54.197 INFO kablam! Checking scoped_threadpool v0.1.7 Sep 20 22:33:54.222 INFO kablam! Checking serde v0.9.12 Sep 20 22:33:54.230 INFO kablam! Checking num-integer v0.1.33 Sep 20 22:33:54.230 INFO kablam! Checking enum_primitive v0.1.1 Sep 20 22:33:54.230 INFO kablam! Checking gif v0.9.1 Sep 20 22:33:54.230 INFO kablam! Compiling serde_derive v0.9.12 Sep 20 22:33:55.482 INFO kablam! Checking deflate v0.7.5 Sep 20 22:33:55.570 INFO kablam! Checking num-iter v0.1.33 Sep 20 22:33:55.582 INFO kablam! Checking num-rational v0.1.36 Sep 20 22:33:58.235 INFO kablam! Checking rand v0.3.15 Sep 20 22:33:58.235 INFO kablam! Checking num_cpus v1.3.0 Sep 20 22:34:00.090 INFO kablam! Checking png v0.6.2 Sep 20 22:34:02.931 INFO kablam! Checking deque v0.3.1 Sep 20 22:34:03.400 INFO kablam! Checking rayon v0.6.0 Sep 20 22:34:09.099 INFO kablam! Checking jpeg-decoder v0.1.11 Sep 20 22:34:11.626 INFO kablam! Checking image v0.12.3 Sep 20 22:34:18.572 INFO kablam! Checking raytracer v0.1.0 (/source) Sep 20 22:34:19.226 INFO kablam! error[E0422]: cannot find struct, variant or union type `Sphere` in this scope Sep 20 22:34:19.226 INFO kablam! --> src/lib.rs:61:13 Sep 20 22:34:19.226 INFO kablam! | Sep 20 22:34:19.226 INFO kablam! 61 | sphere: Sphere { Sep 20 22:34:19.226 INFO kablam! | ^^^^^^ not found in this scope Sep 20 22:34:19.226 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 20 22:34:19.226 INFO kablam! | Sep 20 22:34:19.226 INFO kablam! 11 | use scene::Element::Sphere; Sep 20 22:34:19.226 INFO kablam! | Sep 20 22:34:19.226 INFO kablam! 11 | use scene::Sphere; Sep 20 22:34:19.226 INFO kablam! | Sep 20 22:34:19.227 INFO kablam! Sep 20 22:34:19.227 INFO kablam! error[E0422]: cannot find struct, variant or union type `Point` in this scope Sep 20 22:34:19.227 INFO kablam! --> src/lib.rs:62:15 Sep 20 22:34:19.227 INFO kablam! | Sep 20 22:34:19.227 INFO kablam! 62 | center: Point { Sep 20 22:34:19.227 INFO kablam! | ^^^^^ not found in this scope Sep 20 22:34:19.227 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 22:34:19.227 INFO kablam! | Sep 20 22:34:19.227 INFO kablam! 11 | use point::Point; Sep 20 22:34:19.227 INFO kablam! | Sep 20 22:34:19.227 INFO kablam! Sep 20 22:34:19.228 INFO kablam! error[E0422]: cannot find struct, variant or union type `Color` in this scope Sep 20 22:34:19.228 INFO kablam! --> src/lib.rs:68:14 Sep 20 22:34:19.228 INFO kablam! | Sep 20 22:34:19.228 INFO kablam! 68 | color: Color { Sep 20 22:34:19.228 INFO kablam! | ^^^^^ not found in this scope Sep 20 22:34:19.228 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 20 22:34:19.228 INFO kablam! | Sep 20 22:34:19.228 INFO kablam! 11 | use scene::Color; Sep 20 22:34:19.228 INFO kablam! | Sep 20 22:34:19.228 INFO kablam! 11 | use scene::Coloration::Color; Sep 20 22:34:19.228 INFO kablam! | Sep 20 22:34:19.228 INFO kablam! Sep 20 22:34:19.514 INFO kablam! error[E0560]: struct `scene::Scene` has no field named `sphere` Sep 20 22:34:19.514 INFO kablam! --> src/lib.rs:61:5 Sep 20 22:34:19.514 INFO kablam! | Sep 20 22:34:19.514 INFO kablam! 61 | sphere: Sphere { Sep 20 22:34:19.514 INFO kablam! | ^^^^^^ `scene::Scene` does not have this field Sep 20 22:34:19.514 INFO kablam! | Sep 20 22:34:19.514 INFO kablam! = note: available fields are: `width`, `height`, `fov`, `max_recursion_depth`, `shadow_bias` ... and 2 others Sep 20 22:34:19.514 INFO kablam! Sep 20 22:34:19.890 INFO kablam! error: aborting due to 4 previous errors Sep 20 22:34:19.890 INFO kablam! Sep 20 22:34:19.890 INFO kablam! Some errors occurred: E0422, E0560. Sep 20 22:34:19.890 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 20 22:34:19.901 INFO kablam! error: Could not compile `raytracer`. Sep 20 22:34:19.901 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 22:34:20.152 INFO kablam! error: build failed Sep 20 22:34:20.152 INFO kablam! su: No module specific data is present Sep 20 22:34:21.406 INFO running `"docker" "rm" "-f" "a23744c8aa399a57f35cf285921323796c8ce91af54d5f78386cd34d636550b6"` Sep 20 22:34:21.520 INFO blam! a23744c8aa399a57f35cf285921323796c8ce91af54d5f78386cd34d636550b6