Sep 03 20:44:09.707 INFO checking JJag/raytracer against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 20:44:09.707 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 20:44:09.707 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 20:44:09.934 INFO blam! 80aa16399a6e499c0fc4930bf3fb3bca584ff0666f27c5f42e6491ab9d278780 Sep 03 20:44:09.936 INFO running `"docker" "start" "-a" "80aa16399a6e499c0fc4930bf3fb3bca584ff0666f27c5f42e6491ab9d278780"` Sep 03 20:44:10.679 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 03 20:44:11.275 INFO kablam! warning: unused variable: `spheres` Sep 03 20:44:11.275 INFO kablam! --> src/main.rs:56:9 Sep 03 20:44:11.275 INFO kablam! | Sep 03 20:44:11.275 INFO kablam! 56 | let spheres = book_scene(); Sep 03 20:44:11.275 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 03 20:44:11.276 INFO kablam! | Sep 03 20:44:11.276 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 20:44:11.277 INFO kablam! Sep 03 20:44:11.277 INFO kablam! warning: unused variable: `spheres` Sep 03 20:44:11.277 INFO kablam! --> src/main.rs:57:9 Sep 03 20:44:11.277 INFO kablam! | Sep 03 20:44:11.277 INFO kablam! 57 | let spheres = random_scene(); Sep 03 20:44:11.277 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 03 20:44:11.278 INFO kablam! Sep 03 20:44:11.350 INFO kablam! warning: field is never used: `w` Sep 03 20:44:11.350 INFO kablam! --> src/camera.rs:13:5 Sep 03 20:44:11.350 INFO kablam! | Sep 03 20:44:11.350 INFO kablam! 13 | w: Vec3, Sep 03 20:44:11.350 INFO kablam! | ^^^^^^^ Sep 03 20:44:11.351 INFO kablam! | Sep 03 20:44:11.351 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 20:44:11.352 INFO kablam! Sep 03 20:44:11.352 INFO kablam! warning: constant item is never used: `BLUE` Sep 03 20:44:11.352 INFO kablam! --> src/main.rs:24:1 Sep 03 20:44:11.352 INFO kablam! | Sep 03 20:44:11.352 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 03 20:44:11.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:44:11.353 INFO kablam! Sep 03 20:44:11.377 INFO kablam! warning: unused variable: `spheres` Sep 03 20:44:11.378 INFO kablam! --> src/main.rs:56:9 Sep 03 20:44:11.378 INFO kablam! | Sep 03 20:44:11.378 INFO kablam! 56 | let spheres = book_scene(); Sep 03 20:44:11.378 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 03 20:44:11.378 INFO kablam! | Sep 03 20:44:11.378 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 20:44:11.378 INFO kablam! Sep 03 20:44:11.379 INFO kablam! warning: unused variable: `spheres` Sep 03 20:44:11.379 INFO kablam! --> src/main.rs:57:9 Sep 03 20:44:11.379 INFO kablam! | Sep 03 20:44:11.379 INFO kablam! 57 | let spheres = random_scene(); Sep 03 20:44:11.379 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 03 20:44:11.379 INFO kablam! Sep 03 20:44:11.453 INFO kablam! warning: field is never used: `w` Sep 03 20:44:11.453 INFO kablam! --> src/camera.rs:13:5 Sep 03 20:44:11.453 INFO kablam! | Sep 03 20:44:11.453 INFO kablam! 13 | w: Vec3, Sep 03 20:44:11.453 INFO kablam! | ^^^^^^^ Sep 03 20:44:11.453 INFO kablam! | Sep 03 20:44:11.453 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 20:44:11.453 INFO kablam! Sep 03 20:44:11.454 INFO kablam! warning: constant item is never used: `BLUE` Sep 03 20:44:11.454 INFO kablam! --> src/main.rs:24:1 Sep 03 20:44:11.454 INFO kablam! | Sep 03 20:44:11.454 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 03 20:44:11.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:44:11.454 INFO kablam! Sep 03 20:44:11.497 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Sep 03 20:44:11.500 INFO kablam! su: No module specific data is present Sep 03 20:44:12.044 INFO running `"docker" "rm" "-f" "80aa16399a6e499c0fc4930bf3fb3bca584ff0666f27c5f42e6491ab9d278780"` Sep 03 20:44:12.157 INFO blam! 80aa16399a6e499c0fc4930bf3fb3bca584ff0666f27c5f42e6491ab9d278780