Sep 17 14:04:06.562 INFO checking JJag/raytracer against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 14:04:06.562 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 14:04:06.562 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 14:04:06.880 INFO blam! 6b5f090c1915a1ff350281d75912ccf8bccd4b090626c00c50c215a065155bb2 Sep 17 14:04:06.882 INFO running `"docker" "start" "-a" "6b5f090c1915a1ff350281d75912ccf8bccd4b090626c00c50c215a065155bb2"` Sep 17 14:04:07.955 INFO kablam! usermod: no changes Sep 17 14:04:08.020 INFO kablam! Checking raytracer v0.1.0 (/source) Sep 17 14:04:08.439 INFO kablam! warning: unused variable: `spheres` Sep 17 14:04:08.439 INFO kablam! --> src/main.rs:56:9 Sep 17 14:04:08.439 INFO kablam! | Sep 17 14:04:08.439 INFO kablam! 56 | let spheres = book_scene(); Sep 17 14:04:08.439 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 17 14:04:08.439 INFO kablam! | Sep 17 14:04:08.439 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 14:04:08.439 INFO kablam! Sep 17 14:04:08.439 INFO kablam! warning: unused variable: `spheres` Sep 17 14:04:08.439 INFO kablam! --> src/main.rs:57:9 Sep 17 14:04:08.439 INFO kablam! | Sep 17 14:04:08.439 INFO kablam! 57 | let spheres = random_scene(); Sep 17 14:04:08.439 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 17 14:04:08.439 INFO kablam! Sep 17 14:04:08.471 INFO kablam! warning: field is never used: `w` Sep 17 14:04:08.471 INFO kablam! --> src/camera.rs:13:5 Sep 17 14:04:08.471 INFO kablam! | Sep 17 14:04:08.471 INFO kablam! 13 | w: Vec3, Sep 17 14:04:08.471 INFO kablam! | ^^^^^^^ Sep 17 14:04:08.471 INFO kablam! | Sep 17 14:04:08.471 INFO kablam! = note: #[warn(dead_code)] on by default Sep 17 14:04:08.471 INFO kablam! Sep 17 14:04:08.471 INFO kablam! warning: constant item is never used: `BLUE` Sep 17 14:04:08.471 INFO kablam! --> src/main.rs:24:1 Sep 17 14:04:08.471 INFO kablam! | Sep 17 14:04:08.471 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 17 14:04:08.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:04:08.471 INFO kablam! Sep 17 14:04:08.471 INFO kablam! warning: unused variable: `spheres` Sep 17 14:04:08.471 INFO kablam! --> src/main.rs:56:9 Sep 17 14:04:08.471 INFO kablam! | Sep 17 14:04:08.471 INFO kablam! 56 | let spheres = book_scene(); Sep 17 14:04:08.471 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 17 14:04:08.471 INFO kablam! | Sep 17 14:04:08.471 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 14:04:08.471 INFO kablam! Sep 17 14:04:08.471 INFO kablam! warning: unused variable: `spheres` Sep 17 14:04:08.471 INFO kablam! --> src/main.rs:57:9 Sep 17 14:04:08.471 INFO kablam! | Sep 17 14:04:08.471 INFO kablam! 57 | let spheres = random_scene(); Sep 17 14:04:08.471 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 17 14:04:08.471 INFO kablam! Sep 17 14:04:08.503 INFO kablam! warning: field is never used: `w` Sep 17 14:04:08.503 INFO kablam! --> src/camera.rs:13:5 Sep 17 14:04:08.503 INFO kablam! | Sep 17 14:04:08.503 INFO kablam! 13 | w: Vec3, Sep 17 14:04:08.503 INFO kablam! | ^^^^^^^ Sep 17 14:04:08.503 INFO kablam! | Sep 17 14:04:08.503 INFO kablam! = note: #[warn(dead_code)] on by default Sep 17 14:04:08.503 INFO kablam! Sep 17 14:04:08.503 INFO kablam! warning: constant item is never used: `BLUE` Sep 17 14:04:08.503 INFO kablam! --> src/main.rs:24:1 Sep 17 14:04:08.503 INFO kablam! | Sep 17 14:04:08.503 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 17 14:04:08.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:04:08.503 INFO kablam! Sep 17 14:04:08.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.58s Sep 17 14:04:08.559 INFO kablam! su: No module specific data is present Sep 17 14:04:09.783 INFO running `"docker" "rm" "-f" "6b5f090c1915a1ff350281d75912ccf8bccd4b090626c00c50c215a065155bb2"` Sep 17 14:04:09.905 INFO blam! 6b5f090c1915a1ff350281d75912ccf8bccd4b090626c00c50c215a065155bb2