Sep 01 17:30:07.260 INFO checking JJag/raytracer against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 17:30:07.260 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 17:30:07.260 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 17:30:07.495 INFO blam! 6d257fd68ee5c24cfe5bfb6bf5bb140abbc34df713fec3155fe649853e9baf3e Sep 01 17:30:07.497 INFO running `"docker" "start" "-a" "6d257fd68ee5c24cfe5bfb6bf5bb140abbc34df713fec3155fe649853e9baf3e"` Sep 01 17:30:08.313 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 01 17:30:08.926 INFO kablam! warning: unused variable: `spheres` Sep 01 17:30:08.926 INFO kablam! --> src/main.rs:56:9 Sep 01 17:30:08.926 INFO kablam! | Sep 01 17:30:08.926 INFO kablam! 56 | let spheres = book_scene(); Sep 01 17:30:08.926 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 01 17:30:08.926 INFO kablam! | Sep 01 17:30:08.926 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 17:30:08.926 INFO kablam! Sep 01 17:30:08.926 INFO kablam! warning: unused variable: `spheres` Sep 01 17:30:08.926 INFO kablam! --> src/main.rs:57:9 Sep 01 17:30:08.927 INFO kablam! | Sep 01 17:30:08.927 INFO kablam! 57 | let spheres = random_scene(); Sep 01 17:30:08.927 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 01 17:30:08.927 INFO kablam! Sep 01 17:30:08.950 INFO kablam! warning: unused variable: `spheres` Sep 01 17:30:08.950 INFO kablam! --> src/main.rs:56:9 Sep 01 17:30:08.950 INFO kablam! | Sep 01 17:30:08.950 INFO kablam! 56 | let spheres = book_scene(); Sep 01 17:30:08.950 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 01 17:30:08.950 INFO kablam! | Sep 01 17:30:08.950 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 17:30:08.950 INFO kablam! Sep 01 17:30:08.950 INFO kablam! warning: unused variable: `spheres` Sep 01 17:30:08.950 INFO kablam! --> src/main.rs:57:9 Sep 01 17:30:08.950 INFO kablam! | Sep 01 17:30:08.951 INFO kablam! 57 | let spheres = random_scene(); Sep 01 17:30:08.951 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 01 17:30:08.951 INFO kablam! Sep 01 17:30:08.993 INFO kablam! warning: field is never used: `w` Sep 01 17:30:08.993 INFO kablam! --> src/camera.rs:13:5 Sep 01 17:30:08.993 INFO kablam! | Sep 01 17:30:08.993 INFO kablam! 13 | w: Vec3, Sep 01 17:30:08.993 INFO kablam! | ^^^^^^^ Sep 01 17:30:08.994 INFO kablam! | Sep 01 17:30:08.994 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 17:30:08.994 INFO kablam! Sep 01 17:30:08.994 INFO kablam! warning: constant item is never used: `BLUE` Sep 01 17:30:08.994 INFO kablam! --> src/main.rs:24:1 Sep 01 17:30:08.994 INFO kablam! | Sep 01 17:30:08.994 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 01 17:30:08.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 17:30:08.994 INFO kablam! Sep 01 17:30:09.025 INFO kablam! warning: field is never used: `w` Sep 01 17:30:09.025 INFO kablam! --> src/camera.rs:13:5 Sep 01 17:30:09.025 INFO kablam! | Sep 01 17:30:09.025 INFO kablam! 13 | w: Vec3, Sep 01 17:30:09.025 INFO kablam! | ^^^^^^^ Sep 01 17:30:09.025 INFO kablam! | Sep 01 17:30:09.025 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 17:30:09.025 INFO kablam! Sep 01 17:30:09.026 INFO kablam! warning: constant item is never used: `BLUE` Sep 01 17:30:09.026 INFO kablam! --> src/main.rs:24:1 Sep 01 17:30:09.026 INFO kablam! | Sep 01 17:30:09.026 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 01 17:30:09.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 17:30:09.026 INFO kablam! Sep 01 17:30:09.064 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Sep 01 17:30:09.067 INFO kablam! su: No module specific data is present Sep 01 17:30:09.522 INFO running `"docker" "rm" "-f" "6d257fd68ee5c24cfe5bfb6bf5bb140abbc34df713fec3155fe649853e9baf3e"` Sep 01 17:30:09.677 INFO blam! 6d257fd68ee5c24cfe5bfb6bf5bb140abbc34df713fec3155fe649853e9baf3e