Oct 15 11:41:07.080 INFO testing Dacode45/raytracer-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:41:07.080 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 11:41:07.271 INFO blam! 3ebe0f59efc9252645f9749ea8977a3bed205ed1b5e21aa36eeedde11742b264 Oct 15 11:41:07.275 INFO running `"docker" "start" "-a" "3ebe0f59efc9252645f9749ea8977a3bed205ed1b5e21aa36eeedde11742b264"` Oct 15 11:41:08.179 INFO kablam! usermod: no changes Oct 15 11:41:08.255 INFO kablam! Compiling raycaster v0.1.0 (/source) Oct 15 11:41:08.847 INFO kablam! warning: method is never used: `length` Oct 15 11:41:08.847 INFO kablam! --> src/math/vec.rs:22:5 Oct 15 11:41:08.847 INFO kablam! | Oct 15 11:41:08.847 INFO kablam! 22 | pub fn length(&self) -> f32 { self.squared_length().sqrt() } Oct 15 11:41:08.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:08.847 INFO kablam! | Oct 15 11:41:08.847 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:41:08.847 INFO kablam! Oct 15 11:41:08.847 INFO kablam! warning: method is never used: `squared_length` Oct 15 11:41:08.847 INFO kablam! --> src/math/vec.rs:23:5 Oct 15 11:41:08.847 INFO kablam! | Oct 15 11:41:08.847 INFO kablam! 23 | pub fn squared_length(&self) -> f32 { self.e.iter().map(|v| v * v).sum() } Oct 15 11:41:08.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:08.847 INFO kablam! Oct 15 11:41:08.847 INFO kablam! warning: method is never used: `normalize` Oct 15 11:41:08.847 INFO kablam! --> src/math/vec.rs:24:5 Oct 15 11:41:08.847 INFO kablam! | Oct 15 11:41:08.847 INFO kablam! 24 | pub fn normalize(&self) -> Vec3 { Oct 15 11:41:08.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:08.847 INFO kablam! Oct 15 11:41:08.847 INFO kablam! warning: method is never used: `new` Oct 15 11:41:08.847 INFO kablam! --> src/math/ray.rs:10:5 Oct 15 11:41:08.847 INFO kablam! | Oct 15 11:41:08.847 INFO kablam! 10 | pub fn new(a: Vec3, b: Vec3) -> Ray { Oct 15 11:41:08.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:08.847 INFO kablam! Oct 15 11:41:08.847 INFO kablam! warning: method is never used: `origin` Oct 15 11:41:08.847 INFO kablam! --> src/math/ray.rs:14:5 Oct 15 11:41:08.847 INFO kablam! | Oct 15 11:41:08.847 INFO kablam! 14 | pub fn origin(&self) -> &Vec3 { &self.a } Oct 15 11:41:08.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:08.847 INFO kablam! Oct 15 11:41:08.847 INFO kablam! warning: method is never used: `direction` Oct 15 11:41:08.847 INFO kablam! --> src/math/ray.rs:15:5 Oct 15 11:41:08.847 INFO kablam! | Oct 15 11:41:08.847 INFO kablam! 15 | pub fn direction(&self) -> &Vec3 { &self.b } Oct 15 11:41:08.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:08.851 INFO kablam! Oct 15 11:41:08.851 INFO kablam! warning: method is never used: `point_at_param` Oct 15 11:41:08.851 INFO kablam! --> src/math/ray.rs:16:5 Oct 15 11:41:08.851 INFO kablam! | Oct 15 11:41:08.851 INFO kablam! 16 | pub fn point_at_param(&self, t: f32) -> Vec3 { self.a + (self.b * t) } Oct 15 11:41:08.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:08.851 INFO kablam! Oct 15 11:41:09.214 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 15 11:41:09.214 INFO kablam! su: No module specific data is present Oct 15 11:41:09.606 INFO running `"docker" "rm" "-f" "3ebe0f59efc9252645f9749ea8977a3bed205ed1b5e21aa36eeedde11742b264"` Oct 15 11:41:09.745 INFO blam! 3ebe0f59efc9252645f9749ea8977a3bed205ed1b5e21aa36eeedde11742b264 Oct 15 11:41:09.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 11:41:10.182 INFO blam! 04614bb6e4dc73073eaa2d8f38e0dc9f33e6002906e21d4e566c204f22761b00 Oct 15 11:41:10.184 INFO running `"docker" "start" "-a" "04614bb6e4dc73073eaa2d8f38e0dc9f33e6002906e21d4e566c204f22761b00"` Oct 15 11:41:10.590 INFO kablam! usermod: no changes Oct 15 11:41:10.613 INFO kablam! Compiling raycaster v0.1.0 (/source) Oct 15 11:41:11.626 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 15 11:41:11.632 INFO kablam! su: No module specific data is present Oct 15 11:41:12.041 INFO running `"docker" "rm" "-f" "04614bb6e4dc73073eaa2d8f38e0dc9f33e6002906e21d4e566c204f22761b00"` Oct 15 11:41:12.147 INFO blam! 04614bb6e4dc73073eaa2d8f38e0dc9f33e6002906e21d4e566c204f22761b00 Oct 15 11:41:12.149 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 11:41:12.358 INFO blam! dfad6807bc7f3220afc1482eb0de4d60c513f26cd1ac3761376974c475e69f83 Oct 15 11:41:12.359 INFO running `"docker" "start" "-a" "dfad6807bc7f3220afc1482eb0de4d60c513f26cd1ac3761376974c475e69f83"` Oct 15 11:41:12.841 INFO kablam! usermod: no changes Oct 15 11:41:12.862 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 11:41:12.865 INFO kablam! Running /target/debug/deps/raycaster-c39d58eaba751f10 Oct 15 11:41:12.874 INFO blam! Oct 15 11:41:12.875 INFO blam! running 12 tests Oct 15 11:41:12.875 INFO blam! test math::ray::tests::ray_new ... ok Oct 15 11:41:12.886 INFO blam! test math::ray::tests::ray_origin_direction ... ok Oct 15 11:41:12.886 INFO blam! test math::vec::tests::vec3_index ... ok Oct 15 11:41:12.886 INFO blam! test math::ray::tests::ray_point_at_param ... ok Oct 15 11:41:12.886 INFO blam! test math::vec::tests::vec3_len ... ok Oct 15 11:41:12.886 INFO blam! test math::vec::tests::vec3_index_mut ... ok Oct 15 11:41:12.886 INFO blam! test math::vec::tests::vec3_add ... ok Oct 15 11:41:12.886 INFO blam! test math::vec::tests::vec3_cross ... ok Oct 15 11:41:12.887 INFO blam! test math::vec::tests::vec3_mul ... ok Oct 15 11:41:12.887 INFO blam! test math::vec::tests::vec3_normalize ... ok Oct 15 11:41:12.887 INFO blam! test math::vec::tests::vec3_sub ... ok Oct 15 11:41:12.887 INFO blam! test math::vec::tests::vec3_new ... ok Oct 15 11:41:12.887 INFO blam! Oct 15 11:41:12.887 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:41:12.887 INFO blam! Oct 15 11:41:12.890 INFO kablam! su: No module specific data is present Oct 15 11:41:13.213 INFO running `"docker" "rm" "-f" "dfad6807bc7f3220afc1482eb0de4d60c513f26cd1ac3761376974c475e69f83"` Oct 15 11:41:13.382 INFO blam! dfad6807bc7f3220afc1482eb0de4d60c513f26cd1ac3761376974c475e69f83