Sep 10 05:25:48.669 INFO checking JJag/raytracer against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 05:25:48.669 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 05:25:48.669 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 05:25:48.918 INFO blam! fdac5c594cca99a734ab78ce2f2343c7987ee41386507e70be539d1a67233ed6 Sep 10 05:25:48.920 INFO running `"docker" "start" "-a" "fdac5c594cca99a734ab78ce2f2343c7987ee41386507e70be539d1a67233ed6"` Sep 10 05:25:49.891 INFO kablam! usermod: no changes Sep 10 05:25:49.950 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 10 05:25:50.426 INFO kablam! warning: unused variable: `spheres` Sep 10 05:25:50.426 INFO kablam! --> src/main.rs:56:9 Sep 10 05:25:50.426 INFO kablam! | Sep 10 05:25:50.426 INFO kablam! 56 | let spheres = book_scene(); Sep 10 05:25:50.426 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 10 05:25:50.426 INFO kablam! | Sep 10 05:25:50.426 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 05:25:50.426 INFO kablam! Sep 10 05:25:50.426 INFO kablam! warning: unused variable: `spheres` Sep 10 05:25:50.426 INFO kablam! --> src/main.rs:57:9 Sep 10 05:25:50.426 INFO kablam! | Sep 10 05:25:50.426 INFO kablam! 57 | let spheres = random_scene(); Sep 10 05:25:50.426 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 10 05:25:50.426 INFO kablam! Sep 10 05:25:50.448 INFO kablam! warning: unused variable: `spheres` Sep 10 05:25:50.448 INFO kablam! --> src/main.rs:56:9 Sep 10 05:25:50.448 INFO kablam! | Sep 10 05:25:50.448 INFO kablam! 56 | let spheres = book_scene(); Sep 10 05:25:50.449 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 10 05:25:50.449 INFO kablam! | Sep 10 05:25:50.449 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 05:25:50.449 INFO kablam! Sep 10 05:25:50.449 INFO kablam! warning: unused variable: `spheres` Sep 10 05:25:50.449 INFO kablam! --> src/main.rs:57:9 Sep 10 05:25:50.449 INFO kablam! | Sep 10 05:25:50.449 INFO kablam! 57 | let spheres = random_scene(); Sep 10 05:25:50.449 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 10 05:25:50.449 INFO kablam! Sep 10 05:25:50.450 INFO kablam! warning: field is never used: `w` Sep 10 05:25:50.450 INFO kablam! --> src/camera.rs:13:5 Sep 10 05:25:50.450 INFO kablam! | Sep 10 05:25:50.450 INFO kablam! 13 | w: Vec3, Sep 10 05:25:50.450 INFO kablam! | ^^^^^^^ Sep 10 05:25:50.450 INFO kablam! | Sep 10 05:25:50.450 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 05:25:50.450 INFO kablam! Sep 10 05:25:50.450 INFO kablam! warning: constant item is never used: `BLUE` Sep 10 05:25:50.450 INFO kablam! --> src/main.rs:24:1 Sep 10 05:25:50.450 INFO kablam! | Sep 10 05:25:50.450 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 10 05:25:50.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 05:25:50.450 INFO kablam! Sep 10 05:25:50.486 INFO kablam! warning: field is never used: `w` Sep 10 05:25:50.486 INFO kablam! --> src/camera.rs:13:5 Sep 10 05:25:50.486 INFO kablam! | Sep 10 05:25:50.486 INFO kablam! 13 | w: Vec3, Sep 10 05:25:50.486 INFO kablam! | ^^^^^^^ Sep 10 05:25:50.486 INFO kablam! | Sep 10 05:25:50.486 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 05:25:50.486 INFO kablam! Sep 10 05:25:50.486 INFO kablam! warning: constant item is never used: `BLUE` Sep 10 05:25:50.486 INFO kablam! --> src/main.rs:24:1 Sep 10 05:25:50.486 INFO kablam! | Sep 10 05:25:50.486 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 10 05:25:50.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 05:25:50.486 INFO kablam! Sep 10 05:25:50.523 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.61s Sep 10 05:25:50.526 INFO kablam! su: No module specific data is present Sep 10 05:25:51.594 INFO running `"docker" "rm" "-f" "fdac5c594cca99a734ab78ce2f2343c7987ee41386507e70be539d1a67233ed6"` Sep 10 05:25:51.688 INFO blam! fdac5c594cca99a734ab78ce2f2343c7987ee41386507e70be539d1a67233ed6