Sep 19 14:54:17.606 INFO checking JJag/raytracer against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 14:54:17.606 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 14:54:17.606 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 14:54:18.066 INFO blam! 26de6068b6dba110dc3a6d548e09513dafa1774039dcad2f139465dd9813894e Sep 19 14:54:18.068 INFO running `"docker" "start" "-a" "26de6068b6dba110dc3a6d548e09513dafa1774039dcad2f139465dd9813894e"` Sep 19 14:54:19.757 INFO kablam! usermod: no changes Sep 19 14:54:19.863 INFO kablam! Checking raytracer v0.1.0 (/source) Sep 19 14:54:20.343 INFO kablam! warning: unused variable: `spheres` Sep 19 14:54:20.343 INFO kablam! --> src/main.rs:56:9 Sep 19 14:54:20.343 INFO kablam! | Sep 19 14:54:20.343 INFO kablam! 56 | let spheres = book_scene(); Sep 19 14:54:20.343 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 19 14:54:20.343 INFO kablam! | Sep 19 14:54:20.343 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 14:54:20.343 INFO kablam! Sep 19 14:54:20.343 INFO kablam! warning: unused variable: `spheres` Sep 19 14:54:20.343 INFO kablam! --> src/main.rs:57:9 Sep 19 14:54:20.343 INFO kablam! | Sep 19 14:54:20.343 INFO kablam! 57 | let spheres = random_scene(); Sep 19 14:54:20.343 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 19 14:54:20.343 INFO kablam! Sep 19 14:54:20.375 INFO kablam! warning: field is never used: `w` Sep 19 14:54:20.375 INFO kablam! --> src/camera.rs:13:5 Sep 19 14:54:20.375 INFO kablam! | Sep 19 14:54:20.375 INFO kablam! 13 | w: Vec3, Sep 19 14:54:20.375 INFO kablam! | ^^^^^^^ Sep 19 14:54:20.375 INFO kablam! | Sep 19 14:54:20.375 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 14:54:20.375 INFO kablam! Sep 19 14:54:20.375 INFO kablam! warning: constant item is never used: `BLUE` Sep 19 14:54:20.375 INFO kablam! --> src/main.rs:24:1 Sep 19 14:54:20.375 INFO kablam! | Sep 19 14:54:20.375 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 19 14:54:20.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:54:20.375 INFO kablam! Sep 19 14:54:20.455 INFO kablam! warning: unused variable: `spheres` Sep 19 14:54:20.455 INFO kablam! --> src/main.rs:56:9 Sep 19 14:54:20.455 INFO kablam! | Sep 19 14:54:20.455 INFO kablam! 56 | let spheres = book_scene(); Sep 19 14:54:20.455 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 19 14:54:20.455 INFO kablam! | Sep 19 14:54:20.455 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 14:54:20.455 INFO kablam! Sep 19 14:54:20.455 INFO kablam! warning: unused variable: `spheres` Sep 19 14:54:20.455 INFO kablam! --> src/main.rs:57:9 Sep 19 14:54:20.455 INFO kablam! | Sep 19 14:54:20.455 INFO kablam! 57 | let spheres = random_scene(); Sep 19 14:54:20.455 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 19 14:54:20.455 INFO kablam! Sep 19 14:54:20.502 INFO kablam! warning: field is never used: `w` Sep 19 14:54:20.502 INFO kablam! --> src/camera.rs:13:5 Sep 19 14:54:20.502 INFO kablam! | Sep 19 14:54:20.502 INFO kablam! 13 | w: Vec3, Sep 19 14:54:20.502 INFO kablam! | ^^^^^^^ Sep 19 14:54:20.502 INFO kablam! | Sep 19 14:54:20.502 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 14:54:20.502 INFO kablam! Sep 19 14:54:20.502 INFO kablam! warning: constant item is never used: `BLUE` Sep 19 14:54:20.502 INFO kablam! --> src/main.rs:24:1 Sep 19 14:54:20.502 INFO kablam! | Sep 19 14:54:20.502 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 19 14:54:20.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:54:20.502 INFO kablam! Sep 19 14:54:20.552 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Sep 19 14:54:20.559 INFO kablam! su: No module specific data is present Sep 19 14:54:21.534 INFO running `"docker" "rm" "-f" "26de6068b6dba110dc3a6d548e09513dafa1774039dcad2f139465dd9813894e"` Sep 19 14:54:21.782 INFO blam! 26de6068b6dba110dc3a6d548e09513dafa1774039dcad2f139465dd9813894e