Sep 04 00:23:11.104 INFO checking JJag/raytracer against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 00:23:11.104 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 00:23:11.104 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:23:11.328 INFO blam! 8471b00bcd7c096124ce0e218ac3f5d7fed8dab368fa0e37d754844ac640a7e4 Sep 04 00:23:11.330 INFO running `"docker" "start" "-a" "8471b00bcd7c096124ce0e218ac3f5d7fed8dab368fa0e37d754844ac640a7e4"` Sep 04 00:23:12.119 INFO kablam! Checking raytracer v0.1.0 (file:///source) Sep 04 00:23:12.692 INFO kablam! warning: unused variable: `spheres` Sep 04 00:23:12.692 INFO kablam! --> src/main.rs:56:9 Sep 04 00:23:12.693 INFO kablam! | Sep 04 00:23:12.693 INFO kablam! 56 | let spheres = book_scene(); Sep 04 00:23:12.693 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 04 00:23:12.693 INFO kablam! | Sep 04 00:23:12.693 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 00:23:12.693 INFO kablam! Sep 04 00:23:12.693 INFO kablam! warning: unused variable: `spheres` Sep 04 00:23:12.693 INFO kablam! --> src/main.rs:57:9 Sep 04 00:23:12.693 INFO kablam! | Sep 04 00:23:12.693 INFO kablam! 57 | let spheres = random_scene(); Sep 04 00:23:12.693 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 04 00:23:12.693 INFO kablam! Sep 04 00:23:12.758 INFO kablam! warning: field is never used: `w` Sep 04 00:23:12.758 INFO kablam! --> src/camera.rs:13:5 Sep 04 00:23:12.758 INFO kablam! | Sep 04 00:23:12.758 INFO kablam! 13 | w: Vec3, Sep 04 00:23:12.758 INFO kablam! | ^^^^^^^ Sep 04 00:23:12.758 INFO kablam! | Sep 04 00:23:12.758 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 00:23:12.759 INFO kablam! Sep 04 00:23:12.759 INFO kablam! warning: constant item is never used: `BLUE` Sep 04 00:23:12.759 INFO kablam! --> src/main.rs:24:1 Sep 04 00:23:12.759 INFO kablam! | Sep 04 00:23:12.759 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 04 00:23:12.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:23:12.760 INFO kablam! Sep 04 00:23:12.854 INFO kablam! warning: unused variable: `spheres` Sep 04 00:23:12.854 INFO kablam! --> src/main.rs:56:9 Sep 04 00:23:12.854 INFO kablam! | Sep 04 00:23:12.854 INFO kablam! 56 | let spheres = book_scene(); Sep 04 00:23:12.854 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 04 00:23:12.854 INFO kablam! | Sep 04 00:23:12.854 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 00:23:12.854 INFO kablam! Sep 04 00:23:12.855 INFO kablam! warning: unused variable: `spheres` Sep 04 00:23:12.855 INFO kablam! --> src/main.rs:57:9 Sep 04 00:23:12.855 INFO kablam! | Sep 04 00:23:12.855 INFO kablam! 57 | let spheres = random_scene(); Sep 04 00:23:12.855 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Sep 04 00:23:12.855 INFO kablam! Sep 04 00:23:12.915 INFO kablam! warning: field is never used: `w` Sep 04 00:23:12.915 INFO kablam! --> src/camera.rs:13:5 Sep 04 00:23:12.915 INFO kablam! | Sep 04 00:23:12.915 INFO kablam! 13 | w: Vec3, Sep 04 00:23:12.915 INFO kablam! | ^^^^^^^ Sep 04 00:23:12.915 INFO kablam! | Sep 04 00:23:12.915 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 00:23:12.915 INFO kablam! Sep 04 00:23:12.915 INFO kablam! warning: constant item is never used: `BLUE` Sep 04 00:23:12.915 INFO kablam! --> src/main.rs:24:1 Sep 04 00:23:12.916 INFO kablam! | Sep 04 00:23:12.916 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Sep 04 00:23:12.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:23:12.916 INFO kablam! Sep 04 00:23:12.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Sep 04 00:23:12.950 INFO kablam! su: No module specific data is present Sep 04 00:23:13.433 INFO running `"docker" "rm" "-f" "8471b00bcd7c096124ce0e218ac3f5d7fed8dab368fa0e37d754844ac640a7e4"` Sep 04 00:23:13.556 INFO blam! 8471b00bcd7c096124ce0e218ac3f5d7fed8dab368fa0e37d754844ac640a7e4