Oct 13 05:08:14.049 INFO checking Dacode45/raytracer-rust against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 05:08:14.056 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.300 INFO blam! 92b1fdc8d6532fa45f79a43efbfe581d2e6d9d885d13ade69220d0fb255f2c4a Oct 13 05:08:14.300 INFO running `"docker" "start" "-a" "92b1fdc8d6532fa45f79a43efbfe581d2e6d9d885d13ade69220d0fb255f2c4a"` Oct 13 05:08:14.883 INFO kablam! usermod: no changes Oct 13 05:08:14.920 INFO kablam! Checking raycaster v0.1.0 (/source) Oct 13 05:08:16.104 INFO kablam! warning: method is never used: `length` Oct 13 05:08:16.104 INFO kablam! --> src/math/vec.rs:22:5 Oct 13 05:08:16.104 INFO kablam! | Oct 13 05:08:16.104 INFO kablam! 22 | pub fn length(&self) -> f32 { self.squared_length().sqrt() } Oct 13 05:08:16.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.104 INFO kablam! | Oct 13 05:08:16.104 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:08:16.104 INFO kablam! Oct 13 05:08:16.104 INFO kablam! warning: method is never used: `squared_length` Oct 13 05:08:16.104 INFO kablam! --> src/math/vec.rs:23:5 Oct 13 05:08:16.104 INFO kablam! | Oct 13 05:08:16.104 INFO kablam! 23 | pub fn squared_length(&self) -> f32 { self.e.iter().map(|v| v * v).sum() } Oct 13 05:08:16.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.104 INFO kablam! Oct 13 05:08:16.104 INFO kablam! warning: method is never used: `normalize` Oct 13 05:08:16.104 INFO kablam! --> src/math/vec.rs:24:5 Oct 13 05:08:16.104 INFO kablam! | Oct 13 05:08:16.104 INFO kablam! 24 | pub fn normalize(&self) -> Vec3 { Oct 13 05:08:16.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.104 INFO kablam! Oct 13 05:08:16.104 INFO kablam! warning: method is never used: `new` Oct 13 05:08:16.104 INFO kablam! --> src/math/ray.rs:10:5 Oct 13 05:08:16.104 INFO kablam! | Oct 13 05:08:16.104 INFO kablam! 10 | pub fn new(a: Vec3, b: Vec3) -> Ray { Oct 13 05:08:16.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.104 INFO kablam! Oct 13 05:08:16.104 INFO kablam! warning: method is never used: `origin` Oct 13 05:08:16.104 INFO kablam! --> src/math/ray.rs:14:5 Oct 13 05:08:16.104 INFO kablam! | Oct 13 05:08:16.104 INFO kablam! 14 | pub fn origin(&self) -> &Vec3 { &self.a } Oct 13 05:08:16.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.104 INFO kablam! Oct 13 05:08:16.104 INFO kablam! warning: method is never used: `direction` Oct 13 05:08:16.104 INFO kablam! --> src/math/ray.rs:15:5 Oct 13 05:08:16.104 INFO kablam! | Oct 13 05:08:16.104 INFO kablam! 15 | pub fn direction(&self) -> &Vec3 { &self.b } Oct 13 05:08:16.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.104 INFO kablam! Oct 13 05:08:16.104 INFO kablam! warning: method is never used: `point_at_param` Oct 13 05:08:16.104 INFO kablam! --> src/math/ray.rs:16:5 Oct 13 05:08:16.104 INFO kablam! | Oct 13 05:08:16.104 INFO kablam! 16 | pub fn point_at_param(&self, t: f32) -> Vec3 { self.a + (self.b * t) } Oct 13 05:08:16.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:16.104 INFO kablam! Oct 13 05:08:16.142 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.23s Oct 13 05:08:16.158 INFO kablam! su: No module specific data is present Oct 13 05:08:17.035 INFO running `"docker" "rm" "-f" "92b1fdc8d6532fa45f79a43efbfe581d2e6d9d885d13ade69220d0fb255f2c4a"` Oct 13 05:08:17.205 INFO blam! 92b1fdc8d6532fa45f79a43efbfe581d2e6d9d885d13ade69220d0fb255f2c4a