Sep 19 17:00:13.500 INFO checking JJag/raytracer against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 17:00:13.500 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 17:00:13.500 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:00:13.758 INFO blam! 49d54de5d1892fdb07e6d38ad2fcefd4d5664b21c843ee3957c7b476f499627f Sep 19 17:00:13.760 INFO running `"docker" "start" "-a" "49d54de5d1892fdb07e6d38ad2fcefd4d5664b21c843ee3957c7b476f499627f"` Sep 19 17:00:15.306 INFO kablam! usermod: no changes Sep 19 17:00:15.418 INFO kablam! Checking raytracer v0.1.0 (/source) Sep 19 17:00:15.905 INFO kablam! warning: unused variable: `spheres` Sep 19 17:00:15.905 INFO kablam! --> src/main.rs:56:9 Sep 19 17:00:15.905 INFO kablam! | Sep 19 17:00:15.906 INFO kablam! 56 | let spheres = book_scene(); Sep 19 17:00:15.906 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 19 17:00:15.907 INFO kablam! | Sep 19 17:00:15.907 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 17:00:15.907 INFO kablam! Sep 19 17:00:15.907 INFO kablam! warning: unused variable: `spheres` Sep 19 17:00:15.908 INFO kablam! --> src/main.rs:57:9 Sep 19 17:00:15.908 INFO kablam! | Sep 19 17:00:15.908 INFO kablam! 57 | let spheres = random_scene(); Sep 19 17:00:15.909 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 19 17:00:15.909 INFO kablam! Sep 19 17:00:15.966 INFO kablam! warning: field is never used: `w` Sep 19 17:00:15.966 INFO kablam! --> src/camera.rs:13:5 Sep 19 17:00:15.967 INFO kablam! | Sep 19 17:00:15.967 INFO kablam! 13 | w: Vec3, Sep 19 17:00:15.967 INFO kablam! | ^^^^^^^ Sep 19 17:00:15.968 INFO kablam! | Sep 19 17:00:15.968 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 17:00:15.968 INFO kablam! Sep 19 17:00:15.969 INFO kablam! warning: constant item is never used: `BLUE` Sep 19 17:00:15.969 INFO kablam! --> src/main.rs:24:1 Sep 19 17:00:15.969 INFO kablam! | Sep 19 17:00:15.970 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 19 17:00:15.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:00:15.970 INFO kablam! Sep 19 17:00:16.016 INFO kablam! warning: unused variable: `spheres` Sep 19 17:00:16.017 INFO kablam! --> src/main.rs:56:9 Sep 19 17:00:16.017 INFO kablam! | Sep 19 17:00:16.017 INFO kablam! 56 | let spheres = book_scene(); Sep 19 17:00:16.018 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 19 17:00:16.018 INFO kablam! | Sep 19 17:00:16.018 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 17:00:16.018 INFO kablam! Sep 19 17:00:16.019 INFO kablam! warning: unused variable: `spheres` Sep 19 17:00:16.019 INFO kablam! --> src/main.rs:57:9 Sep 19 17:00:16.019 INFO kablam! | Sep 19 17:00:16.019 INFO kablam! 57 | let spheres = random_scene(); Sep 19 17:00:16.020 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 19 17:00:16.020 INFO kablam! Sep 19 17:00:16.089 INFO kablam! warning: field is never used: `w` Sep 19 17:00:16.090 INFO kablam! --> src/camera.rs:13:5 Sep 19 17:00:16.090 INFO kablam! | Sep 19 17:00:16.090 INFO kablam! 13 | w: Vec3, Sep 19 17:00:16.091 INFO kablam! | ^^^^^^^ Sep 19 17:00:16.091 INFO kablam! | Sep 19 17:00:16.091 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 17:00:16.092 INFO kablam! Sep 19 17:00:16.092 INFO kablam! warning: constant item is never used: `BLUE` Sep 19 17:00:16.092 INFO kablam! --> src/main.rs:24:1 Sep 19 17:00:16.093 INFO kablam! | Sep 19 17:00:16.093 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 19 17:00:16.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:00:16.093 INFO kablam! Sep 19 17:00:16.170 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Sep 19 17:00:16.173 INFO kablam! su: No module specific data is present Sep 19 17:00:17.590 INFO running `"docker" "rm" "-f" "49d54de5d1892fdb07e6d38ad2fcefd4d5664b21c843ee3957c7b476f499627f"` Sep 19 17:00:17.697 INFO blam! 49d54de5d1892fdb07e6d38ad2fcefd4d5664b21c843ee3957c7b476f499627f