Sep 20 23:49:50.599 INFO checking JJag/raytracer against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 23:49:50.599 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 23:49:50.599 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:49:50.830 INFO blam! ffff42944892964c6779288c5f6f6547cb7c8bc68929406ca52eb0761664fe03 Sep 20 23:49:50.832 INFO running `"docker" "start" "-a" "ffff42944892964c6779288c5f6f6547cb7c8bc68929406ca52eb0761664fe03"` Sep 20 23:49:52.210 INFO kablam! usermod: no changes Sep 20 23:49:52.322 INFO kablam! Checking raytracer v0.1.0 (/source) Sep 20 23:49:52.954 INFO kablam! warning: unused variable: `spheres` Sep 20 23:49:52.954 INFO kablam! --> src/main.rs:56:9 Sep 20 23:49:52.954 INFO kablam! | Sep 20 23:49:52.954 INFO kablam! 56 | let spheres = book_scene(); Sep 20 23:49:52.954 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 20 23:49:52.954 INFO kablam! | Sep 20 23:49:52.954 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 23:49:52.954 INFO kablam! Sep 20 23:49:52.955 INFO kablam! warning: unused variable: `spheres` Sep 20 23:49:52.955 INFO kablam! --> src/main.rs:57:9 Sep 20 23:49:52.955 INFO kablam! | Sep 20 23:49:52.955 INFO kablam! 57 | let spheres = random_scene(); Sep 20 23:49:52.955 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 20 23:49:52.955 INFO kablam! Sep 20 23:49:52.983 INFO kablam! warning: field is never used: `w` Sep 20 23:49:52.983 INFO kablam! --> src/camera.rs:13:5 Sep 20 23:49:52.983 INFO kablam! | Sep 20 23:49:52.983 INFO kablam! 13 | w: Vec3, Sep 20 23:49:52.983 INFO kablam! | ^^^^^^^ Sep 20 23:49:52.983 INFO kablam! | Sep 20 23:49:52.983 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 23:49:52.983 INFO kablam! Sep 20 23:49:52.983 INFO kablam! warning: constant item is never used: `BLUE` Sep 20 23:49:52.983 INFO kablam! --> src/main.rs:24:1 Sep 20 23:49:52.983 INFO kablam! | Sep 20 23:49:52.983 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 20 23:49:52.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 23:49:52.983 INFO kablam! Sep 20 23:49:53.058 INFO kablam! warning: unused variable: `spheres` Sep 20 23:49:53.058 INFO kablam! --> src/main.rs:56:9 Sep 20 23:49:53.058 INFO kablam! | Sep 20 23:49:53.058 INFO kablam! 56 | let spheres = book_scene(); Sep 20 23:49:53.058 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 20 23:49:53.058 INFO kablam! | Sep 20 23:49:53.058 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 23:49:53.058 INFO kablam! Sep 20 23:49:53.058 INFO kablam! warning: unused variable: `spheres` Sep 20 23:49:53.058 INFO kablam! --> src/main.rs:57:9 Sep 20 23:49:53.058 INFO kablam! | Sep 20 23:49:53.058 INFO kablam! 57 | let spheres = random_scene(); Sep 20 23:49:53.058 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 20 23:49:53.058 INFO kablam! Sep 20 23:49:53.098 INFO kablam! warning: field is never used: `w` Sep 20 23:49:53.098 INFO kablam! --> src/camera.rs:13:5 Sep 20 23:49:53.098 INFO kablam! | Sep 20 23:49:53.098 INFO kablam! 13 | w: Vec3, Sep 20 23:49:53.098 INFO kablam! | ^^^^^^^ Sep 20 23:49:53.098 INFO kablam! | Sep 20 23:49:53.098 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 23:49:53.098 INFO kablam! Sep 20 23:49:53.098 INFO kablam! warning: constant item is never used: `BLUE` Sep 20 23:49:53.098 INFO kablam! --> src/main.rs:24:1 Sep 20 23:49:53.098 INFO kablam! | Sep 20 23:49:53.098 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 20 23:49:53.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 23:49:53.098 INFO kablam! Sep 20 23:49:53.158 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.92s Sep 20 23:49:53.162 INFO kablam! su: No module specific data is present Sep 20 23:49:54.500 INFO running `"docker" "rm" "-f" "ffff42944892964c6779288c5f6f6547cb7c8bc68929406ca52eb0761664fe03"` Sep 20 23:49:54.635 INFO blam! ffff42944892964c6779288c5f6f6547cb7c8bc68929406ca52eb0761664fe03