Oct 21 21:46:48.474 INFO checking Dacode45/raytracer-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:46:48.474 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 21:46:48.827 INFO blam! d5951e05da390cf268a9fb96419104db77e03f6bc57b252280bce4d594d67656 Oct 21 21:46:48.834 INFO running `"docker" "start" "-a" "d5951e05da390cf268a9fb96419104db77e03f6bc57b252280bce4d594d67656"` Oct 21 21:46:49.721 INFO kablam! usermod: no changes Oct 21 21:46:49.780 INFO kablam! Checking raycaster v0.1.0 (/source) Oct 21 21:46:50.824 INFO kablam! warning: method is never used: `length` Oct 21 21:46:50.824 INFO kablam! --> src/math/vec.rs:22:5 Oct 21 21:46:50.825 INFO kablam! | Oct 21 21:46:50.825 INFO kablam! 22 | pub fn length(&self) -> f32 { self.squared_length().sqrt() } Oct 21 21:46:50.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:46:50.825 INFO kablam! | Oct 21 21:46:50.825 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:46:50.825 INFO kablam! Oct 21 21:46:50.826 INFO kablam! warning: method is never used: `squared_length` Oct 21 21:46:50.826 INFO kablam! --> src/math/vec.rs:23:5 Oct 21 21:46:50.826 INFO kablam! | Oct 21 21:46:50.826 INFO kablam! 23 | pub fn squared_length(&self) -> f32 { self.e.iter().map(|v| v * v).sum() } Oct 21 21:46:50.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:46:50.827 INFO kablam! Oct 21 21:46:50.827 INFO kablam! warning: method is never used: `normalize` Oct 21 21:46:50.827 INFO kablam! --> src/math/vec.rs:24:5 Oct 21 21:46:50.827 INFO kablam! | Oct 21 21:46:50.827 INFO kablam! 24 | pub fn normalize(&self) -> Vec3 { Oct 21 21:46:50.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:46:50.828 INFO kablam! Oct 21 21:46:50.828 INFO kablam! warning: method is never used: `new` Oct 21 21:46:50.828 INFO kablam! --> src/math/ray.rs:10:5 Oct 21 21:46:50.829 INFO kablam! | Oct 21 21:46:50.829 INFO kablam! 10 | pub fn new(a: Vec3, b: Vec3) -> Ray { Oct 21 21:46:50.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:46:50.829 INFO kablam! Oct 21 21:46:50.829 INFO kablam! warning: method is never used: `origin` Oct 21 21:46:50.829 INFO kablam! --> src/math/ray.rs:14:5 Oct 21 21:46:50.830 INFO kablam! | Oct 21 21:46:50.830 INFO kablam! 14 | pub fn origin(&self) -> &Vec3 { &self.a } Oct 21 21:46:50.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:46:50.830 INFO kablam! Oct 21 21:46:50.831 INFO kablam! warning: method is never used: `direction` Oct 21 21:46:50.831 INFO kablam! --> src/math/ray.rs:15:5 Oct 21 21:46:50.831 INFO kablam! | Oct 21 21:46:50.832 INFO kablam! 15 | pub fn direction(&self) -> &Vec3 { &self.b } Oct 21 21:46:50.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:46:50.832 INFO kablam! Oct 21 21:46:50.832 INFO kablam! warning: method is never used: `point_at_param` Oct 21 21:46:50.833 INFO kablam! --> src/math/ray.rs:16:5 Oct 21 21:46:50.833 INFO kablam! | Oct 21 21:46:50.833 INFO kablam! 16 | pub fn point_at_param(&self, t: f32) -> Vec3 { self.a + (self.b * t) } Oct 21 21:46:50.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:46:50.834 INFO kablam! Oct 21 21:46:51.116 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 21 21:46:51.116 INFO kablam! su: No module specific data is present Oct 21 21:46:51.834 INFO running `"docker" "rm" "-f" "d5951e05da390cf268a9fb96419104db77e03f6bc57b252280bce4d594d67656"` Oct 21 21:46:52.141 INFO blam! d5951e05da390cf268a9fb96419104db77e03f6bc57b252280bce4d594d67656