Sep 01 00:32:53.699 INFO checking JJag/raytracer against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 00:32:53.699 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 00:32:53.699 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:32:53.948 INFO blam! 9861f6224dc4f46430a53dc4af929603d82554b488ab8c4d16924e646a619b08 Sep 01 00:32:53.952 INFO running `"docker" "start" "-a" "9861f6224dc4f46430a53dc4af929603d82554b488ab8c4d16924e646a619b08"` Sep 01 00:32:54.695 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 01 00:32:55.307 INFO kablam! warning: unused variable: `spheres` Sep 01 00:32:55.307 INFO kablam! --> src/main.rs:56:9 Sep 01 00:32:55.307 INFO kablam! | Sep 01 00:32:55.307 INFO kablam! 56 | let spheres = book_scene(); Sep 01 00:32:55.307 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 01 00:32:55.307 INFO kablam! | Sep 01 00:32:55.307 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 00:32:55.307 INFO kablam! Sep 01 00:32:55.307 INFO kablam! warning: unused variable: `spheres` Sep 01 00:32:55.307 INFO kablam! --> src/main.rs:57:9 Sep 01 00:32:55.308 INFO kablam! | Sep 01 00:32:55.308 INFO kablam! 57 | let spheres = random_scene(); Sep 01 00:32:55.308 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 01 00:32:55.308 INFO kablam! Sep 01 00:32:55.329 INFO kablam! warning: unused variable: `spheres` Sep 01 00:32:55.329 INFO kablam! --> src/main.rs:56:9 Sep 01 00:32:55.329 INFO kablam! | Sep 01 00:32:55.329 INFO kablam! 56 | let spheres = book_scene(); Sep 01 00:32:55.329 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 01 00:32:55.329 INFO kablam! | Sep 01 00:32:55.329 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 00:32:55.329 INFO kablam! Sep 01 00:32:55.329 INFO kablam! warning: unused variable: `spheres` Sep 01 00:32:55.329 INFO kablam! --> src/main.rs:57:9 Sep 01 00:32:55.329 INFO kablam! | Sep 01 00:32:55.329 INFO kablam! 57 | let spheres = random_scene(); Sep 01 00:32:55.329 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 01 00:32:55.330 INFO kablam! Sep 01 00:32:55.371 INFO kablam! warning: field is never used: `w` Sep 01 00:32:55.371 INFO kablam! --> src/camera.rs:13:5 Sep 01 00:32:55.371 INFO kablam! | Sep 01 00:32:55.371 INFO kablam! 13 | w: Vec3, Sep 01 00:32:55.372 INFO kablam! | ^^^^^^^ Sep 01 00:32:55.372 INFO kablam! | Sep 01 00:32:55.372 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 00:32:55.372 INFO kablam! Sep 01 00:32:55.372 INFO kablam! warning: constant item is never used: `BLUE` Sep 01 00:32:55.372 INFO kablam! --> src/main.rs:24:1 Sep 01 00:32:55.372 INFO kablam! | Sep 01 00:32:55.372 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 01 00:32:55.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:32:55.372 INFO kablam! Sep 01 00:32:55.396 INFO kablam! warning: field is never used: `w` Sep 01 00:32:55.396 INFO kablam! --> src/camera.rs:13:5 Sep 01 00:32:55.396 INFO kablam! | Sep 01 00:32:55.396 INFO kablam! 13 | w: Vec3, Sep 01 00:32:55.396 INFO kablam! | ^^^^^^^ Sep 01 00:32:55.397 INFO kablam! | Sep 01 00:32:55.397 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 00:32:55.397 INFO kablam! Sep 01 00:32:55.397 INFO kablam! warning: constant item is never used: `BLUE` Sep 01 00:32:55.397 INFO kablam! --> src/main.rs:24:1 Sep 01 00:32:55.397 INFO kablam! | Sep 01 00:32:55.397 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 01 00:32:55.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:32:55.397 INFO kablam! Sep 01 00:32:55.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Sep 01 00:32:55.463 INFO kablam! su: No module specific data is present Sep 01 00:32:55.998 INFO running `"docker" "rm" "-f" "9861f6224dc4f46430a53dc4af929603d82554b488ab8c4d16924e646a619b08"` Sep 01 00:32:56.161 INFO blam! 9861f6224dc4f46430a53dc4af929603d82554b488ab8c4d16924e646a619b08