Sep 19 14:54:19.029 INFO checking JJag/raytracer against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 14:54:19.029 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 14:54:19.030 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-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:19.476 INFO blam! 8c905eb4a67ff3e00a1ac336c6df93d8894b241d876275afd22898579acc1d68 Sep 19 14:54:19.494 INFO running `"docker" "start" "-a" "8c905eb4a67ff3e00a1ac336c6df93d8894b241d876275afd22898579acc1d68"` Sep 19 14:54:20.973 INFO kablam! usermod: no changes Sep 19 14:54:21.075 INFO kablam! Checking raytracer v0.1.0 (/source) Sep 19 14:54:21.518 INFO kablam! warning: unused variable: `spheres` Sep 19 14:54:21.518 INFO kablam! --> src/main.rs:56:9 Sep 19 14:54:21.519 INFO kablam! | Sep 19 14:54:21.519 INFO kablam! 56 | let spheres = book_scene(); Sep 19 14:54:21.519 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 19 14:54:21.520 INFO kablam! | Sep 19 14:54:21.520 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 14:54:21.520 INFO kablam! Sep 19 14:54:21.521 INFO kablam! warning: unused variable: `spheres` Sep 19 14:54:21.521 INFO kablam! --> src/main.rs:57:9 Sep 19 14:54:21.521 INFO kablam! | Sep 19 14:54:21.521 INFO kablam! 57 | let spheres = random_scene(); Sep 19 14:54:21.522 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 19 14:54:21.522 INFO kablam! Sep 19 14:54:21.555 INFO kablam! warning: field is never used: `w` Sep 19 14:54:21.555 INFO kablam! --> src/camera.rs:13:5 Sep 19 14:54:21.555 INFO kablam! | Sep 19 14:54:21.556 INFO kablam! 13 | w: Vec3, Sep 19 14:54:21.556 INFO kablam! | ^^^^^^^ Sep 19 14:54:21.556 INFO kablam! | Sep 19 14:54:21.556 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 14:54:21.556 INFO kablam! Sep 19 14:54:21.557 INFO kablam! warning: constant item is never used: `BLUE` Sep 19 14:54:21.557 INFO kablam! --> src/main.rs:24:1 Sep 19 14:54:21.557 INFO kablam! | Sep 19 14:54:21.557 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 19 14:54:21.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:54:21.557 INFO kablam! Sep 19 14:54:21.682 INFO kablam! warning: unused variable: `spheres` Sep 19 14:54:21.683 INFO kablam! --> src/main.rs:56:9 Sep 19 14:54:21.683 INFO kablam! | Sep 19 14:54:21.684 INFO kablam! 56 | let spheres = book_scene(); Sep 19 14:54:21.684 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 19 14:54:21.684 INFO kablam! | Sep 19 14:54:21.684 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 14:54:21.685 INFO kablam! Sep 19 14:54:21.685 INFO kablam! warning: unused variable: `spheres` Sep 19 14:54:21.685 INFO kablam! --> src/main.rs:57:9 Sep 19 14:54:21.685 INFO kablam! | Sep 19 14:54:21.686 INFO kablam! 57 | let spheres = random_scene(); Sep 19 14:54:21.686 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 19 14:54:21.686 INFO kablam! Sep 19 14:54:21.731 INFO kablam! warning: field is never used: `w` Sep 19 14:54:21.731 INFO kablam! --> src/camera.rs:13:5 Sep 19 14:54:21.731 INFO kablam! | Sep 19 14:54:21.731 INFO kablam! 13 | w: Vec3, Sep 19 14:54:21.731 INFO kablam! | ^^^^^^^ Sep 19 14:54:21.731 INFO kablam! | Sep 19 14:54:21.732 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 14:54:21.732 INFO kablam! Sep 19 14:54:21.739 INFO kablam! warning: constant item is never used: `BLUE` Sep 19 14:54:21.739 INFO kablam! --> src/main.rs:24:1 Sep 19 14:54:21.739 INFO kablam! | Sep 19 14:54:21.739 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 19 14:54:21.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:54:21.739 INFO kablam! Sep 19 14:54:21.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Sep 19 14:54:21.779 INFO kablam! su: No module specific data is present Sep 19 14:54:22.981 INFO running `"docker" "rm" "-f" "8c905eb4a67ff3e00a1ac336c6df93d8894b241d876275afd22898579acc1d68"` Sep 19 14:54:23.218 INFO blam! 8c905eb4a67ff3e00a1ac336c6df93d8894b241d876275afd22898579acc1d68