Oct 13 04:15:17.788 INFO checking JJag/raytracer against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 04:15:17.788 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 04:15:18.157 INFO blam! 5d96e4518d2fa30de24f78a009d90ee05f3d99b6f2ff3f9d35901737fdae441c Oct 13 04:15:18.161 INFO running `"docker" "start" "-a" "5d96e4518d2fa30de24f78a009d90ee05f3d99b6f2ff3f9d35901737fdae441c"` Oct 13 04:15:19.252 INFO kablam! usermod: no changes Oct 13 04:15:19.369 INFO kablam! Checking raytracer v0.1.0 (/source) Oct 13 04:15:20.362 INFO kablam! warning: unused variable: `spheres` Oct 13 04:15:20.362 INFO kablam! --> src/main.rs:56:9 Oct 13 04:15:20.362 INFO kablam! | Oct 13 04:15:20.362 INFO kablam! 56 | let spheres = book_scene(); Oct 13 04:15:20.362 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Oct 13 04:15:20.362 INFO kablam! | Oct 13 04:15:20.362 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:15:20.362 INFO kablam! Oct 13 04:15:20.362 INFO kablam! warning: unused variable: `spheres` Oct 13 04:15:20.362 INFO kablam! --> src/main.rs:57:9 Oct 13 04:15:20.362 INFO kablam! | Oct 13 04:15:20.362 INFO kablam! 57 | let spheres = random_scene(); Oct 13 04:15:20.362 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Oct 13 04:15:20.362 INFO kablam! Oct 13 04:15:20.374 INFO kablam! warning: field is never used: `w` Oct 13 04:15:20.374 INFO kablam! --> src/camera.rs:13:5 Oct 13 04:15:20.374 INFO kablam! | Oct 13 04:15:20.374 INFO kablam! 13 | w: Vec3, Oct 13 04:15:20.375 INFO kablam! | ^^^^^^^ Oct 13 04:15:20.375 INFO kablam! | Oct 13 04:15:20.375 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:15:20.376 INFO kablam! Oct 13 04:15:20.376 INFO kablam! warning: constant item is never used: `BLUE` Oct 13 04:15:20.378 INFO kablam! --> src/main.rs:24:1 Oct 13 04:15:20.378 INFO kablam! | Oct 13 04:15:20.379 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Oct 13 04:15:20.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:15:20.379 INFO kablam! Oct 13 04:15:20.435 INFO kablam! warning: unused variable: `spheres` Oct 13 04:15:20.435 INFO kablam! --> src/main.rs:56:9 Oct 13 04:15:20.435 INFO kablam! | Oct 13 04:15:20.436 INFO kablam! 56 | let spheres = book_scene(); Oct 13 04:15:20.436 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Oct 13 04:15:20.436 INFO kablam! | Oct 13 04:15:20.437 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:15:20.437 INFO kablam! Oct 13 04:15:20.437 INFO kablam! warning: unused variable: `spheres` Oct 13 04:15:20.437 INFO kablam! --> src/main.rs:57:9 Oct 13 04:15:20.438 INFO kablam! | Oct 13 04:15:20.438 INFO kablam! 57 | let spheres = random_scene(); Oct 13 04:15:20.438 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Oct 13 04:15:20.439 INFO kablam! Oct 13 04:15:20.464 INFO kablam! warning: field is never used: `w` Oct 13 04:15:20.464 INFO kablam! --> src/camera.rs:13:5 Oct 13 04:15:20.464 INFO kablam! | Oct 13 04:15:20.464 INFO kablam! 13 | w: Vec3, Oct 13 04:15:20.464 INFO kablam! | ^^^^^^^ Oct 13 04:15:20.464 INFO kablam! | Oct 13 04:15:20.464 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:15:20.464 INFO kablam! Oct 13 04:15:20.464 INFO kablam! warning: constant item is never used: `BLUE` Oct 13 04:15:20.464 INFO kablam! --> src/main.rs:24:1 Oct 13 04:15:20.464 INFO kablam! | Oct 13 04:15:20.464 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Oct 13 04:15:20.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:15:20.464 INFO kablam! Oct 13 04:15:20.510 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 13 04:15:20.513 INFO kablam! su: No module specific data is present Oct 13 04:15:21.104 INFO running `"docker" "rm" "-f" "5d96e4518d2fa30de24f78a009d90ee05f3d99b6f2ff3f9d35901737fdae441c"` Oct 13 04:15:21.392 INFO blam! 5d96e4518d2fa30de24f78a009d90ee05f3d99b6f2ff3f9d35901737fdae441c