Sep 20 23:49:50.717 INFO checking JJag/raytracer against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 23:49:50.717 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 23:49:50.717 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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.887 INFO blam! 4810f6d6d938d687cbd1104139145165df767a1da418e6274b03fdc162d2be5a Sep 20 23:49:50.890 INFO running `"docker" "start" "-a" "4810f6d6d938d687cbd1104139145165df767a1da418e6274b03fdc162d2be5a"` Sep 20 23:49:52.061 INFO kablam! usermod: no changes Sep 20 23:49:52.207 INFO kablam! Checking raytracer v0.1.0 (/source) Sep 20 23:49:52.982 INFO kablam! warning: unused variable: `spheres` Sep 20 23:49:52.982 INFO kablam! --> src/main.rs:56:9 Sep 20 23:49:52.982 INFO kablam! | Sep 20 23:49:52.982 INFO kablam! 56 | let spheres = book_scene(); Sep 20 23:49:52.982 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 20 23:49:52.983 INFO kablam! | Sep 20 23:49:52.983 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 23:49:52.983 INFO kablam! Sep 20 23:49:52.984 INFO kablam! warning: unused variable: `spheres` Sep 20 23:49:52.984 INFO kablam! --> src/main.rs:57:9 Sep 20 23:49:52.984 INFO kablam! | Sep 20 23:49:52.984 INFO kablam! 57 | let spheres = random_scene(); Sep 20 23:49:52.984 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 20 23:49:52.984 INFO kablam! Sep 20 23:49:53.002 INFO kablam! warning: unused variable: `spheres` Sep 20 23:49:53.002 INFO kablam! --> src/main.rs:56:9 Sep 20 23:49:53.003 INFO kablam! | Sep 20 23:49:53.003 INFO kablam! 56 | let spheres = book_scene(); Sep 20 23:49:53.003 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 20 23:49:53.003 INFO kablam! | Sep 20 23:49:53.004 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 23:49:53.004 INFO kablam! Sep 20 23:49:53.004 INFO kablam! warning: unused variable: `spheres` Sep 20 23:49:53.004 INFO kablam! --> src/main.rs:57:9 Sep 20 23:49:53.005 INFO kablam! | Sep 20 23:49:53.005 INFO kablam! 57 | let spheres = random_scene(); Sep 20 23:49:53.005 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 20 23:49:53.005 INFO kablam! Sep 20 23:49:53.027 INFO kablam! warning: field is never used: `w` Sep 20 23:49:53.027 INFO kablam! --> src/camera.rs:13:5 Sep 20 23:49:53.027 INFO kablam! | Sep 20 23:49:53.027 INFO kablam! 13 | w: Vec3, Sep 20 23:49:53.027 INFO kablam! | ^^^^^^^ Sep 20 23:49:53.027 INFO kablam! | Sep 20 23:49:53.027 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 23:49:53.027 INFO kablam! Sep 20 23:49:53.027 INFO kablam! warning: constant item is never used: `BLUE` Sep 20 23:49:53.027 INFO kablam! --> src/main.rs:24:1 Sep 20 23:49:53.027 INFO kablam! | Sep 20 23:49:53.027 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 20 23:49:53.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 23:49:53.027 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.185 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Sep 20 23:49:53.190 INFO kablam! su: No module specific data is present Sep 20 23:49:54.504 INFO running `"docker" "rm" "-f" "4810f6d6d938d687cbd1104139145165df767a1da418e6274b03fdc162d2be5a"` Sep 20 23:49:54.623 INFO blam! 4810f6d6d938d687cbd1104139145165df767a1da418e6274b03fdc162d2be5a