Sep 03 20:44:09.785 INFO checking JJag/raytracer against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 20:44:09.785 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 20:44:09.785 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:10.042 INFO blam! fc7687892cb44be482f1f6cee4e0c495be20feac85794b64be943de1976958cc Sep 03 20:44:10.049 INFO running `"docker" "start" "-a" "fc7687892cb44be482f1f6cee4e0c495be20feac85794b64be943de1976958cc"` Sep 03 20:44:10.864 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 03 20:44:11.477 INFO kablam! warning: unused variable: `spheres` Sep 03 20:44:11.477 INFO kablam! --> src/main.rs:56:9 Sep 03 20:44:11.477 INFO kablam! | Sep 03 20:44:11.477 INFO kablam! 56 | let spheres = book_scene(); Sep 03 20:44:11.477 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 03 20:44:11.477 INFO kablam! | Sep 03 20:44:11.478 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 20:44:11.478 INFO kablam! Sep 03 20:44:11.478 INFO kablam! warning: unused variable: `spheres` Sep 03 20:44:11.478 INFO kablam! --> src/main.rs:57:9 Sep 03 20:44:11.478 INFO kablam! | Sep 03 20:44:11.479 INFO kablam! 57 | let spheres = random_scene(); Sep 03 20:44:11.479 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 03 20:44:11.479 INFO kablam! Sep 03 20:44:11.479 INFO kablam! warning: unused variable: `spheres` Sep 03 20:44:11.479 INFO kablam! --> src/main.rs:56:9 Sep 03 20:44:11.479 INFO kablam! | Sep 03 20:44:11.479 INFO kablam! 56 | let spheres = book_scene(); Sep 03 20:44:11.479 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 03 20:44:11.479 INFO kablam! | Sep 03 20:44:11.479 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 20:44:11.479 INFO kablam! Sep 03 20:44:11.479 INFO kablam! warning: unused variable: `spheres` Sep 03 20:44:11.479 INFO kablam! --> src/main.rs:57:9 Sep 03 20:44:11.479 INFO kablam! | Sep 03 20:44:11.479 INFO kablam! 57 | let spheres = random_scene(); Sep 03 20:44:11.479 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 03 20:44:11.479 INFO kablam! Sep 03 20:44:11.553 INFO kablam! warning: field is never used: `w` Sep 03 20:44:11.553 INFO kablam! --> src/camera.rs:13:5 Sep 03 20:44:11.553 INFO kablam! | Sep 03 20:44:11.553 INFO kablam! 13 | w: Vec3, Sep 03 20:44:11.553 INFO kablam! | ^^^^^^^ Sep 03 20:44:11.554 INFO kablam! | Sep 03 20:44:11.554 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 20:44:11.554 INFO kablam! Sep 03 20:44:11.554 INFO kablam! warning: constant item is never used: `BLUE` Sep 03 20:44:11.555 INFO kablam! --> src/main.rs:24:1 Sep 03 20:44:11.555 INFO kablam! | Sep 03 20:44:11.555 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 03 20:44:11.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:44:11.555 INFO kablam! Sep 03 20:44:11.555 INFO kablam! warning: field is never used: `w` Sep 03 20:44:11.555 INFO kablam! --> src/camera.rs:13:5 Sep 03 20:44:11.555 INFO kablam! | Sep 03 20:44:11.555 INFO kablam! 13 | w: Vec3, Sep 03 20:44:11.555 INFO kablam! | ^^^^^^^ Sep 03 20:44:11.555 INFO kablam! | Sep 03 20:44:11.555 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 20:44:11.555 INFO kablam! Sep 03 20:44:11.555 INFO kablam! warning: constant item is never used: `BLUE` Sep 03 20:44:11.555 INFO kablam! --> src/main.rs:24:1 Sep 03 20:44:11.555 INFO kablam! | Sep 03 20:44:11.555 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 03 20:44:11.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:44:11.555 INFO kablam! Sep 03 20:44:11.604 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Sep 03 20:44:11.608 INFO kablam! su: No module specific data is present Sep 03 20:44:12.143 INFO running `"docker" "rm" "-f" "fc7687892cb44be482f1f6cee4e0c495be20feac85794b64be943de1976958cc"` Sep 03 20:44:12.252 INFO blam! fc7687892cb44be482f1f6cee4e0c495be20feac85794b64be943de1976958cc