Oct 13 05:08:14.367 INFO checking Dacode45/raytracer-rust against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 05:08:14.367 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:08:14.572 INFO blam! 0f51009f57a52cfa4af3fe0b418e676c9a326dbbe5d8b330ec6ec1a99e7ab2c1 Oct 13 05:08:14.575 INFO running `"docker" "start" "-a" "0f51009f57a52cfa4af3fe0b418e676c9a326dbbe5d8b330ec6ec1a99e7ab2c1"` Oct 13 05:08:15.716 INFO kablam! usermod: no changes Oct 13 05:08:15.784 INFO kablam! Checking raycaster v0.1.0 (/source) Oct 13 05:08:16.996 INFO kablam! warning: method is never used: `length` Oct 13 05:08:16.996 INFO kablam! --> src/math/vec.rs:22:5 Oct 13 05:08:16.996 INFO kablam! | Oct 13 05:08:16.996 INFO kablam! 22 | pub fn length(&self) -> f32 { self.squared_length().sqrt() } Oct 13 05:08:16.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.996 INFO kablam! | Oct 13 05:08:16.996 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:08:16.996 INFO kablam! Oct 13 05:08:16.996 INFO kablam! warning: method is never used: `squared_length` Oct 13 05:08:16.996 INFO kablam! --> src/math/vec.rs:23:5 Oct 13 05:08:16.997 INFO kablam! | Oct 13 05:08:16.997 INFO kablam! 23 | pub fn squared_length(&self) -> f32 { self.e.iter().map(|v| v * v).sum() } Oct 13 05:08:16.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.997 INFO kablam! Oct 13 05:08:16.997 INFO kablam! warning: method is never used: `normalize` Oct 13 05:08:16.997 INFO kablam! --> src/math/vec.rs:24:5 Oct 13 05:08:16.997 INFO kablam! | Oct 13 05:08:16.997 INFO kablam! 24 | pub fn normalize(&self) -> Vec3 { Oct 13 05:08:16.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.997 INFO kablam! Oct 13 05:08:16.997 INFO kablam! warning: method is never used: `new` Oct 13 05:08:16.997 INFO kablam! --> src/math/ray.rs:10:5 Oct 13 05:08:16.997 INFO kablam! | Oct 13 05:08:16.997 INFO kablam! 10 | pub fn new(a: Vec3, b: Vec3) -> Ray { Oct 13 05:08:16.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.997 INFO kablam! Oct 13 05:08:16.997 INFO kablam! warning: method is never used: `origin` Oct 13 05:08:16.997 INFO kablam! --> src/math/ray.rs:14:5 Oct 13 05:08:16.997 INFO kablam! | Oct 13 05:08:16.997 INFO kablam! 14 | pub fn origin(&self) -> &Vec3 { &self.a } Oct 13 05:08:16.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.997 INFO kablam! Oct 13 05:08:16.997 INFO kablam! warning: method is never used: `direction` Oct 13 05:08:16.997 INFO kablam! --> src/math/ray.rs:15:5 Oct 13 05:08:16.997 INFO kablam! | Oct 13 05:08:16.997 INFO kablam! 15 | pub fn direction(&self) -> &Vec3 { &self.b } Oct 13 05:08:16.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.997 INFO kablam! Oct 13 05:08:16.997 INFO kablam! warning: method is never used: `point_at_param` Oct 13 05:08:16.997 INFO kablam! --> src/math/ray.rs:16:5 Oct 13 05:08:16.997 INFO kablam! | Oct 13 05:08:16.997 INFO kablam! 16 | pub fn point_at_param(&self, t: f32) -> Vec3 { self.a + (self.b * t) } Oct 13 05:08:16.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.997 INFO kablam! Oct 13 05:08:17.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 13 05:08:17.119 INFO kablam! su: No module specific data is present Oct 13 05:08:17.532 INFO running `"docker" "rm" "-f" "0f51009f57a52cfa4af3fe0b418e676c9a326dbbe5d8b330ec6ec1a99e7ab2c1"` Oct 13 05:08:17.687 INFO blam! 0f51009f57a52cfa4af3fe0b418e676c9a326dbbe5d8b330ec6ec1a99e7ab2c1