Oct 21 20:16:56.107 INFO checking TrevorS/luminary against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:16:56.109 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 20:16:56.817 INFO blam! 9eb24e5b2565baeafd8b6a6f8f4926ca6f0be02edf364d7d7370f4b3f0d73a7b Oct 21 20:16:56.822 INFO running `"docker" "start" "-a" "9eb24e5b2565baeafd8b6a6f8f4926ca6f0be02edf364d7d7370f4b3f0d73a7b"` Oct 21 20:16:58.183 INFO kablam! usermod: no changes Oct 21 20:16:58.332 INFO kablam! Checking luminary v0.1.0 (/source) Oct 21 20:17:00.021 INFO kablam! warning: method is never used: `zero` Oct 21 20:17:00.021 INFO kablam! --> src/core/bounds2.rs:30:5 Oct 21 20:17:00.021 INFO kablam! | Oct 21 20:17:00.022 INFO kablam! 30 | pub fn zero() -> Self { Oct 21 20:17:00.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.022 INFO kablam! | Oct 21 20:17:00.022 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:17:00.023 INFO kablam! Oct 21 20:17:00.023 INFO kablam! warning: method is never used: `zero` Oct 21 20:17:00.023 INFO kablam! --> src/core/bounds3.rs:36:5 Oct 21 20:17:00.024 INFO kablam! | Oct 21 20:17:00.024 INFO kablam! 36 | pub fn zero() -> Self { Oct 21 20:17:00.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.025 INFO kablam! Oct 21 20:17:00.025 INFO kablam! warning: method is never used: `corner` Oct 21 20:17:00.025 INFO kablam! --> src/core/bounds3.rs:54:5 Oct 21 20:17:00.026 INFO kablam! | Oct 21 20:17:00.026 INFO kablam! 54 | pub fn corner(self, corner: usize) -> Point3 { Oct 21 20:17:00.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.027 INFO kablam! Oct 21 20:17:00.027 INFO kablam! warning: method is never used: `intersection` Oct 21 20:17:00.027 INFO kablam! --> src/core/bounds3.rs:81:5 Oct 21 20:17:00.028 INFO kablam! | Oct 21 20:17:00.028 INFO kablam! 81 | pub fn intersection(self, b: Bounds3) -> Self { Oct 21 20:17:00.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.028 INFO kablam! Oct 21 20:17:00.029 INFO kablam! warning: method is never used: `overlap` Oct 21 20:17:00.029 INFO kablam! --> src/core/bounds3.rs:96:5 Oct 21 20:17:00.029 INFO kablam! | Oct 21 20:17:00.030 INFO kablam! 96 | pub fn overlap(self, b: Bounds3) -> bool { Oct 21 20:17:00.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.030 INFO kablam! Oct 21 20:17:00.031 INFO kablam! warning: method is never used: `inside` Oct 21 20:17:00.031 INFO kablam! --> src/core/bounds3.rs:104:5 Oct 21 20:17:00.031 INFO kablam! | Oct 21 20:17:00.031 INFO kablam! 104 | pub fn inside(self, p: Point3) -> bool { Oct 21 20:17:00.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.032 INFO kablam! Oct 21 20:17:00.032 INFO kablam! warning: method is never used: `inside_exclusive` Oct 21 20:17:00.033 INFO kablam! --> src/core/bounds3.rs:112:5 Oct 21 20:17:00.033 INFO kablam! | Oct 21 20:17:00.033 INFO kablam! 112 | pub fn inside_exclusive(self, p: Point3) -> bool { Oct 21 20:17:00.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.034 INFO kablam! Oct 21 20:17:00.034 INFO kablam! warning: method is never used: `expand` Oct 21 20:17:00.034 INFO kablam! --> src/core/bounds3.rs:120:5 Oct 21 20:17:00.035 INFO kablam! | Oct 21 20:17:00.035 INFO kablam! 120 | pub fn expand(self, delta: T) -> Self { Oct 21 20:17:00.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.036 INFO kablam! Oct 21 20:17:00.036 INFO kablam! warning: method is never used: `diagonal` Oct 21 20:17:00.036 INFO kablam! --> src/core/bounds3.rs:135:5 Oct 21 20:17:00.037 INFO kablam! | Oct 21 20:17:00.037 INFO kablam! 135 | pub fn diagonal(self) -> Vector3 { Oct 21 20:17:00.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.038 INFO kablam! Oct 21 20:17:00.038 INFO kablam! warning: method is never used: `surface_area` Oct 21 20:17:00.038 INFO kablam! --> src/core/bounds3.rs:139:5 Oct 21 20:17:00.039 INFO kablam! | Oct 21 20:17:00.039 INFO kablam! 139 | pub fn surface_area(self) -> T { Oct 21 20:17:00.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.039 INFO kablam! Oct 21 20:17:00.040 INFO kablam! warning: method is never used: `maximum_extent` Oct 21 20:17:00.040 INFO kablam! --> src/core/bounds3.rs:145:5 Oct 21 20:17:00.040 INFO kablam! | Oct 21 20:17:00.041 INFO kablam! 145 | pub fn maximum_extent(self) -> usize { Oct 21 20:17:00.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.041 INFO kablam! Oct 21 20:17:00.042 INFO kablam! warning: method is never used: `lerp` Oct 21 20:17:00.042 INFO kablam! --> src/core/bounds3.rs:159:5 Oct 21 20:17:00.042 INFO kablam! | Oct 21 20:17:00.043 INFO kablam! 159 | pub fn lerp(self, t: Point3) -> Point3 { Oct 21 20:17:00.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.043 INFO kablam! Oct 21 20:17:00.043 INFO kablam! warning: method is never used: `offset` Oct 21 20:17:00.044 INFO kablam! --> src/core/bounds3.rs:167:5 Oct 21 20:17:00.044 INFO kablam! | Oct 21 20:17:00.044 INFO kablam! 167 | pub fn offset(self, p: Point3) -> Vector3 { Oct 21 20:17:00.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.045 INFO kablam! Oct 21 20:17:00.045 INFO kablam! warning: method is never used: `bounding_sphere` Oct 21 20:17:00.046 INFO kablam! --> src/core/bounds3.rs:185:5 Oct 21 20:17:00.046 INFO kablam! | Oct 21 20:17:00.046 INFO kablam! 185 | pub fn bounding_sphere(self) -> (Point3, T) { Oct 21 20:17:00.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.047 INFO kablam! Oct 21 20:17:00.047 INFO kablam! warning: method is never used: `transpose` Oct 21 20:17:00.048 INFO kablam! --> src/core/matrix44.rs:47:5 Oct 21 20:17:00.048 INFO kablam! | Oct 21 20:17:00.048 INFO kablam! 47 | pub fn transpose(self) -> Self { Oct 21 20:17:00.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.049 INFO kablam! Oct 21 20:17:00.049 INFO kablam! warning: method is never used: `new` Oct 21 20:17:00.049 INFO kablam! --> src/core/normal3.rs:18:5 Oct 21 20:17:00.050 INFO kablam! | Oct 21 20:17:00.050 INFO kablam! 18 | pub fn new(x: T, y: T, z: T) -> Self { Oct 21 20:17:00.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.051 INFO kablam! Oct 21 20:17:00.051 INFO kablam! warning: method is never used: `zero` Oct 21 20:17:00.051 INFO kablam! --> src/core/normal3.rs:24:5 Oct 21 20:17:00.052 INFO kablam! | Oct 21 20:17:00.052 INFO kablam! 24 | pub fn zero() -> Self { Oct 21 20:17:00.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.053 INFO kablam! Oct 21 20:17:00.053 INFO kablam! warning: method is never used: `abs` Oct 21 20:17:00.053 INFO kablam! --> src/core/normal3.rs:28:5 Oct 21 20:17:00.053 INFO kablam! | Oct 21 20:17:00.054 INFO kablam! 28 | pub fn abs(self) -> Self { Oct 21 20:17:00.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.054 INFO kablam! Oct 21 20:17:00.055 INFO kablam! warning: method is never used: `dot` Oct 21 20:17:00.055 INFO kablam! --> src/core/normal3.rs:36:5 Oct 21 20:17:00.055 INFO kablam! | Oct 21 20:17:00.056 INFO kablam! 36 | pub fn dot(self, other: Self) -> T { Oct 21 20:17:00.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.056 INFO kablam! Oct 21 20:17:00.056 INFO kablam! warning: method is never used: `abs_dot` Oct 21 20:17:00.057 INFO kablam! --> src/core/normal3.rs:40:5 Oct 21 20:17:00.057 INFO kablam! | Oct 21 20:17:00.057 INFO kablam! 40 | pub fn abs_dot(self, other: Self) -> T { Oct 21 20:17:00.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.058 INFO kablam! Oct 21 20:17:00.058 INFO kablam! warning: method is never used: `length_squared` Oct 21 20:17:00.059 INFO kablam! --> src/core/normal3.rs:44:5 Oct 21 20:17:00.059 INFO kablam! | Oct 21 20:17:00.059 INFO kablam! 44 | pub fn length_squared(self) -> T { Oct 21 20:17:00.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.060 INFO kablam! Oct 21 20:17:00.060 INFO kablam! warning: method is never used: `length` Oct 21 20:17:00.061 INFO kablam! --> src/core/normal3.rs:48:5 Oct 21 20:17:00.061 INFO kablam! | Oct 21 20:17:00.061 INFO kablam! 48 | pub fn length(self) -> T { Oct 21 20:17:00.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.062 INFO kablam! Oct 21 20:17:00.062 INFO kablam! warning: method is never used: `normalize` Oct 21 20:17:00.062 INFO kablam! --> src/core/normal3.rs:52:5 Oct 21 20:17:00.063 INFO kablam! | Oct 21 20:17:00.063 INFO kablam! 52 | pub fn normalize(self) -> Self { Oct 21 20:17:00.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.064 INFO kablam! Oct 21 20:17:00.064 INFO kablam! warning: method is never used: `min_component` Oct 21 20:17:00.064 INFO kablam! --> src/core/normal3.rs:56:5 Oct 21 20:17:00.064 INFO kablam! | Oct 21 20:17:00.065 INFO kablam! 56 | pub fn min_component(self) -> T { Oct 21 20:17:00.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.065 INFO kablam! Oct 21 20:17:00.066 INFO kablam! warning: method is never used: `max_component` Oct 21 20:17:00.066 INFO kablam! --> src/core/normal3.rs:60:5 Oct 21 20:17:00.066 INFO kablam! | Oct 21 20:17:00.067 INFO kablam! 60 | pub fn max_component(self) -> T { Oct 21 20:17:00.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.067 INFO kablam! Oct 21 20:17:00.067 INFO kablam! warning: method is never used: `max_dimension` Oct 21 20:17:00.068 INFO kablam! --> src/core/normal3.rs:64:5 Oct 21 20:17:00.068 INFO kablam! | Oct 21 20:17:00.068 INFO kablam! 64 | pub fn max_dimension(self) -> usize { Oct 21 20:17:00.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.069 INFO kablam! Oct 21 20:17:00.069 INFO kablam! warning: method is never used: `min` Oct 21 20:17:00.070 INFO kablam! --> src/core/normal3.rs:80:5 Oct 21 20:17:00.070 INFO kablam! | Oct 21 20:17:00.070 INFO kablam! 80 | pub fn min(self, other: Self) -> Self { Oct 21 20:17:00.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.071 INFO kablam! Oct 21 20:17:00.071 INFO kablam! warning: method is never used: `max` Oct 21 20:17:00.071 INFO kablam! --> src/core/normal3.rs:88:5 Oct 21 20:17:00.072 INFO kablam! | Oct 21 20:17:00.072 INFO kablam! 88 | pub fn max(self, other: Self) -> Self { Oct 21 20:17:00.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.073 INFO kablam! Oct 21 20:17:00.073 INFO kablam! warning: method is never used: `permute` Oct 21 20:17:00.073 INFO kablam! --> src/core/normal3.rs:96:5 Oct 21 20:17:00.074 INFO kablam! | Oct 21 20:17:00.074 INFO kablam! 96 | pub fn permute(self, x: usize, y: usize, z: usize) -> Self { Oct 21 20:17:00.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.075 INFO kablam! Oct 21 20:17:00.075 INFO kablam! warning: method is never used: `face_forward` Oct 21 20:17:00.075 INFO kablam! --> src/core/normal3.rs:104:5 Oct 21 20:17:00.076 INFO kablam! | Oct 21 20:17:00.076 INFO kablam! 104 | pub fn face_forward(self, other: Vector3) -> Self { Oct 21 20:17:00.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.077 INFO kablam! Oct 21 20:17:00.077 INFO kablam! warning: method is never used: `new` Oct 21 20:17:00.077 INFO kablam! --> src/core/point2.rs:15:5 Oct 21 20:17:00.077 INFO kablam! | Oct 21 20:17:00.078 INFO kablam! 15 | pub fn new(x: T, y: T) -> Self { Oct 21 20:17:00.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.078 INFO kablam! Oct 21 20:17:00.079 INFO kablam! warning: method is never used: `zero` Oct 21 20:17:00.079 INFO kablam! --> src/core/point2.rs:21:5 Oct 21 20:17:00.079 INFO kablam! | Oct 21 20:17:00.080 INFO kablam! 21 | pub fn zero() -> Self { Oct 21 20:17:00.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.080 INFO kablam! Oct 21 20:17:00.080 INFO kablam! warning: method is never used: `min` Oct 21 20:17:00.081 INFO kablam! --> src/core/point2.rs:25:5 Oct 21 20:17:00.081 INFO kablam! | Oct 21 20:17:00.081 INFO kablam! 25 | pub fn min(self, other: Self) -> Self { Oct 21 20:17:00.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.082 INFO kablam! Oct 21 20:17:00.082 INFO kablam! warning: method is never used: `max` Oct 21 20:17:00.082 INFO kablam! --> src/core/point2.rs:32:5 Oct 21 20:17:00.082 INFO kablam! | Oct 21 20:17:00.083 INFO kablam! 32 | pub fn max(self, other: Self) -> Self { Oct 21 20:17:00.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.083 INFO kablam! Oct 21 20:17:00.083 INFO kablam! warning: method is never used: `floor` Oct 21 20:17:00.083 INFO kablam! --> src/core/point2.rs:39:5 Oct 21 20:17:00.083 INFO kablam! | Oct 21 20:17:00.083 INFO kablam! 39 | pub fn floor(self) -> Self { Oct 21 20:17:00.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.083 INFO kablam! Oct 21 20:17:00.083 INFO kablam! warning: method is never used: `ceil` Oct 21 20:17:00.083 INFO kablam! --> src/core/point2.rs:46:5 Oct 21 20:17:00.083 INFO kablam! | Oct 21 20:17:00.083 INFO kablam! 46 | pub fn ceil(self) -> Self { Oct 21 20:17:00.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.083 INFO kablam! Oct 21 20:17:00.083 INFO kablam! warning: method is never used: `abs` Oct 21 20:17:00.083 INFO kablam! --> src/core/point2.rs:53:5 Oct 21 20:17:00.083 INFO kablam! | Oct 21 20:17:00.083 INFO kablam! 53 | pub fn abs(self) -> Self { Oct 21 20:17:00.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.083 INFO kablam! Oct 21 20:17:00.083 INFO kablam! warning: method is never used: `permute` Oct 21 20:17:00.084 INFO kablam! --> src/core/point2.rs:60:5 Oct 21 20:17:00.084 INFO kablam! | Oct 21 20:17:00.084 INFO kablam! 60 | pub fn permute(self, x: usize, y: usize) -> Self { Oct 21 20:17:00.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.084 INFO kablam! Oct 21 20:17:00.084 INFO kablam! warning: method is never used: `new` Oct 21 20:17:00.084 INFO kablam! --> src/core/point3.rs:19:5 Oct 21 20:17:00.084 INFO kablam! | Oct 21 20:17:00.084 INFO kablam! 19 | pub fn new(x: T, y: T, z: T) -> Self { Oct 21 20:17:00.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.084 INFO kablam! Oct 21 20:17:00.084 INFO kablam! warning: method is never used: `zero` Oct 21 20:17:00.084 INFO kablam! --> src/core/point3.rs:25:5 Oct 21 20:17:00.084 INFO kablam! | Oct 21 20:17:00.084 INFO kablam! 25 | pub fn zero() -> Self { Oct 21 20:17:00.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.084 INFO kablam! Oct 21 20:17:00.084 INFO kablam! warning: method is never used: `distance_squared` Oct 21 20:17:00.084 INFO kablam! --> src/core/point3.rs:29:5 Oct 21 20:17:00.084 INFO kablam! | Oct 21 20:17:00.084 INFO kablam! 29 | pub fn distance_squared(self, other: Self) -> T { Oct 21 20:17:00.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.085 INFO kablam! Oct 21 20:17:00.085 INFO kablam! warning: method is never used: `distance` Oct 21 20:17:00.085 INFO kablam! --> src/core/point3.rs:33:5 Oct 21 20:17:00.085 INFO kablam! | Oct 21 20:17:00.085 INFO kablam! 33 | pub fn distance(self, other: Self) -> T { Oct 21 20:17:00.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.085 INFO kablam! Oct 21 20:17:00.085 INFO kablam! warning: method is never used: `lerp` Oct 21 20:17:00.085 INFO kablam! --> src/core/point3.rs:37:5 Oct 21 20:17:00.085 INFO kablam! | Oct 21 20:17:00.085 INFO kablam! 37 | pub fn lerp(self, other: Self, t: f64) -> Self { Oct 21 20:17:00.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.085 INFO kablam! Oct 21 20:17:00.085 INFO kablam! warning: method is never used: `min` Oct 21 20:17:00.085 INFO kablam! --> src/core/point3.rs:42:5 Oct 21 20:17:00.085 INFO kablam! | Oct 21 20:17:00.085 INFO kablam! 42 | pub fn min(self, other: Self) -> Self { Oct 21 20:17:00.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.085 INFO kablam! Oct 21 20:17:00.085 INFO kablam! warning: method is never used: `max` Oct 21 20:17:00.085 INFO kablam! --> src/core/point3.rs:50:5 Oct 21 20:17:00.086 INFO kablam! | Oct 21 20:17:00.086 INFO kablam! 50 | pub fn max(self, other: Self) -> Self { Oct 21 20:17:00.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.086 INFO kablam! Oct 21 20:17:00.086 INFO kablam! warning: method is never used: `floor` Oct 21 20:17:00.086 INFO kablam! --> src/core/point3.rs:58:5 Oct 21 20:17:00.086 INFO kablam! | Oct 21 20:17:00.086 INFO kablam! 58 | pub fn floor(self) -> Self { Oct 21 20:17:00.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.086 INFO kablam! Oct 21 20:17:00.086 INFO kablam! warning: method is never used: `ceil` Oct 21 20:17:00.086 INFO kablam! --> src/core/point3.rs:66:5 Oct 21 20:17:00.086 INFO kablam! | Oct 21 20:17:00.086 INFO kablam! 66 | pub fn ceil(self) -> Self { Oct 21 20:17:00.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.086 INFO kablam! Oct 21 20:17:00.086 INFO kablam! warning: method is never used: `abs` Oct 21 20:17:00.086 INFO kablam! --> src/core/point3.rs:74:5 Oct 21 20:17:00.086 INFO kablam! | Oct 21 20:17:00.086 INFO kablam! 74 | pub fn abs(self) -> Self { Oct 21 20:17:00.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.087 INFO kablam! Oct 21 20:17:00.087 INFO kablam! warning: method is never used: `permute` Oct 21 20:17:00.087 INFO kablam! --> src/core/point3.rs:82:5 Oct 21 20:17:00.087 INFO kablam! | Oct 21 20:17:00.087 INFO kablam! 82 | pub fn permute(self, x: usize, y: usize, z: usize) -> Self { Oct 21 20:17:00.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.087 INFO kablam! Oct 21 20:17:00.087 INFO kablam! warning: method is never used: `new` Oct 21 20:17:00.087 INFO kablam! --> src/core/ray.rs:20:5 Oct 21 20:17:00.087 INFO kablam! | Oct 21 20:17:00.087 INFO kablam! 20 | pub fn new(o: Point3f, d: Vector3f, medium: Medium, t_max: f64, time: f64) -> Self { Oct 21 20:17:00.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.087 INFO kablam! Oct 21 20:17:00.087 INFO kablam! warning: method is never used: `zero` Oct 21 20:17:00.087 INFO kablam! --> src/core/ray.rs:30:5 Oct 21 20:17:00.087 INFO kablam! | Oct 21 20:17:00.087 INFO kablam! 30 | pub fn zero() -> Self { Oct 21 20:17:00.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.087 INFO kablam! Oct 21 20:17:00.087 INFO kablam! warning: method is never used: `at` Oct 21 20:17:00.087 INFO kablam! --> src/core/ray.rs:40:5 Oct 21 20:17:00.088 INFO kablam! | Oct 21 20:17:00.088 INFO kablam! 40 | pub fn at(self, t: f64) -> Point3f { Oct 21 20:17:00.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.088 INFO kablam! Oct 21 20:17:00.088 INFO kablam! warning: method is never used: `new` Oct 21 20:17:00.088 INFO kablam! --> src/core/ray_differential.rs:18:5 Oct 21 20:17:00.088 INFO kablam! | Oct 21 20:17:00.088 INFO kablam! 18 | pub fn new(o: Point3f, d: Vector3f, medium: Medium, t_max: f64, time: f64) -> Self { Oct 21 20:17:00.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.088 INFO kablam! Oct 21 20:17:00.088 INFO kablam! warning: method is never used: `zero` Oct 21 20:17:00.088 INFO kablam! --> src/core/ray_differential.rs:22:5 Oct 21 20:17:00.088 INFO kablam! | Oct 21 20:17:00.088 INFO kablam! 22 | pub fn zero() -> Self { Oct 21 20:17:00.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.088 INFO kablam! Oct 21 20:17:00.088 INFO kablam! warning: method is never used: `at` Oct 21 20:17:00.089 INFO kablam! --> src/core/ray_differential.rs:26:5 Oct 21 20:17:00.089 INFO kablam! | Oct 21 20:17:00.089 INFO kablam! 26 | pub fn at(self, t: f64) -> Point3f { Oct 21 20:17:00.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.089 INFO kablam! Oct 21 20:17:00.089 INFO kablam! warning: method is never used: `scale_differentials` Oct 21 20:17:00.089 INFO kablam! --> src/core/ray_differential.rs:30:5 Oct 21 20:17:00.089 INFO kablam! | Oct 21 20:17:00.089 INFO kablam! 30 | pub fn scale_differentials(mut self, s: f64) { Oct 21 20:17:00.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.089 INFO kablam! Oct 21 20:17:00.089 INFO kablam! warning: method is never used: `new` Oct 21 20:17:00.089 INFO kablam! --> src/core/transform.rs:15:5 Oct 21 20:17:00.089 INFO kablam! | Oct 21 20:17:00.089 INFO kablam! 15 | pub fn new() -> Self { Oct 21 20:17:00.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.089 INFO kablam! Oct 21 20:17:00.089 INFO kablam! warning: method is never used: `translate` Oct 21 20:17:00.089 INFO kablam! --> src/core/transform.rs:23:5 Oct 21 20:17:00.089 INFO kablam! | Oct 21 20:17:00.089 INFO kablam! 23 | pub fn translate(delta: Vector3f) -> Self { Oct 21 20:17:00.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.090 INFO kablam! Oct 21 20:17:00.090 INFO kablam! warning: method is never used: `scale` Oct 21 20:17:00.090 INFO kablam! --> src/core/transform.rs:41:5 Oct 21 20:17:00.090 INFO kablam! | Oct 21 20:17:00.090 INFO kablam! 41 | pub fn scale(x: f64, y: f64, z: f64) -> Self { Oct 21 20:17:00.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.090 INFO kablam! Oct 21 20:17:00.090 INFO kablam! warning: method is never used: `inverse` Oct 21 20:17:00.090 INFO kablam! --> src/core/transform.rs:58:5 Oct 21 20:17:00.090 INFO kablam! | Oct 21 20:17:00.090 INFO kablam! 58 | pub fn inverse(self) -> Self { Oct 21 20:17:00.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.090 INFO kablam! Oct 21 20:17:00.090 INFO kablam! warning: method is never used: `transpose` Oct 21 20:17:00.090 INFO kablam! --> src/core/transform.rs:65:5 Oct 21 20:17:00.090 INFO kablam! | Oct 21 20:17:00.090 INFO kablam! 65 | pub fn transpose(self) -> Self { Oct 21 20:17:00.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.090 INFO kablam! Oct 21 20:17:00.090 INFO kablam! warning: function is never used: `lerp` Oct 21 20:17:00.090 INFO kablam! --> src/core/utils.rs:11:1 Oct 21 20:17:00.091 INFO kablam! | Oct 21 20:17:00.091 INFO kablam! 11 | pub fn lerp(t: T, v1: T, v2: T) -> T { Oct 21 20:17:00.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.091 INFO kablam! Oct 21 20:17:00.091 INFO kablam! warning: method is never used: `zero` Oct 21 20:17:00.091 INFO kablam! --> src/core/vector2.rs:20:5 Oct 21 20:17:00.091 INFO kablam! | Oct 21 20:17:00.091 INFO kablam! 20 | pub fn zero() -> Self { Oct 21 20:17:00.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.091 INFO kablam! Oct 21 20:17:00.091 INFO kablam! warning: method is never used: `abs` Oct 21 20:17:00.091 INFO kablam! --> src/core/vector2.rs:24:5 Oct 21 20:17:00.091 INFO kablam! | Oct 21 20:17:00.091 INFO kablam! 24 | pub fn abs(self) -> Self { Oct 21 20:17:00.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.091 INFO kablam! Oct 21 20:17:00.091 INFO kablam! warning: method is never used: `dot` Oct 21 20:17:00.091 INFO kablam! --> src/core/vector2.rs:31:5 Oct 21 20:17:00.091 INFO kablam! | Oct 21 20:17:00.091 INFO kablam! 31 | pub fn dot(self, other: Self) -> T { Oct 21 20:17:00.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.091 INFO kablam! Oct 21 20:17:00.092 INFO kablam! warning: method is never used: `abs_dot` Oct 21 20:17:00.092 INFO kablam! --> src/core/vector2.rs:35:5 Oct 21 20:17:00.092 INFO kablam! | Oct 21 20:17:00.092 INFO kablam! 35 | pub fn abs_dot(self, other: Self) -> T { Oct 21 20:17:00.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.092 INFO kablam! Oct 21 20:17:00.092 INFO kablam! warning: method is never used: `length_squared` Oct 21 20:17:00.092 INFO kablam! --> src/core/vector2.rs:39:5 Oct 21 20:17:00.092 INFO kablam! | Oct 21 20:17:00.092 INFO kablam! 39 | pub fn length_squared(self) -> T { Oct 21 20:17:00.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.092 INFO kablam! Oct 21 20:17:00.092 INFO kablam! warning: method is never used: `length` Oct 21 20:17:00.092 INFO kablam! --> src/core/vector2.rs:43:5 Oct 21 20:17:00.092 INFO kablam! | Oct 21 20:17:00.092 INFO kablam! 43 | pub fn length(self) -> T { Oct 21 20:17:00.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.092 INFO kablam! Oct 21 20:17:00.092 INFO kablam! warning: method is never used: `normalize` Oct 21 20:17:00.092 INFO kablam! --> src/core/vector2.rs:47:5 Oct 21 20:17:00.092 INFO kablam! | Oct 21 20:17:00.092 INFO kablam! 47 | pub fn normalize(self) -> Self { Oct 21 20:17:00.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.093 INFO kablam! Oct 21 20:17:00.093 INFO kablam! warning: method is never used: `min_component` Oct 21 20:17:00.093 INFO kablam! --> src/core/vector2.rs:51:5 Oct 21 20:17:00.093 INFO kablam! | Oct 21 20:17:00.093 INFO kablam! 51 | pub fn min_component(self) -> T { Oct 21 20:17:00.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.093 INFO kablam! Oct 21 20:17:00.093 INFO kablam! warning: method is never used: `max_component` Oct 21 20:17:00.093 INFO kablam! --> src/core/vector2.rs:55:5 Oct 21 20:17:00.093 INFO kablam! | Oct 21 20:17:00.093 INFO kablam! 55 | pub fn max_component(self) -> T { Oct 21 20:17:00.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.093 INFO kablam! Oct 21 20:17:00.093 INFO kablam! warning: method is never used: `max_dimension` Oct 21 20:17:00.093 INFO kablam! --> src/core/vector2.rs:59:5 Oct 21 20:17:00.093 INFO kablam! | Oct 21 20:17:00.093 INFO kablam! 59 | pub fn max_dimension(self) -> usize { Oct 21 20:17:00.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.093 INFO kablam! Oct 21 20:17:00.093 INFO kablam! warning: method is never used: `min` Oct 21 20:17:00.093 INFO kablam! --> src/core/vector2.rs:67:5 Oct 21 20:17:00.093 INFO kablam! | Oct 21 20:17:00.093 INFO kablam! 67 | pub fn min(self, other: Self) -> Self { Oct 21 20:17:00.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.094 INFO kablam! Oct 21 20:17:00.094 INFO kablam! warning: method is never used: `max` Oct 21 20:17:00.094 INFO kablam! --> src/core/vector2.rs:74:5 Oct 21 20:17:00.094 INFO kablam! | Oct 21 20:17:00.094 INFO kablam! 74 | pub fn max(self, other: Self) -> Self { Oct 21 20:17:00.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.094 INFO kablam! Oct 21 20:17:00.094 INFO kablam! warning: method is never used: `permute` Oct 21 20:17:00.094 INFO kablam! --> src/core/vector2.rs:81:5 Oct 21 20:17:00.094 INFO kablam! | Oct 21 20:17:00.094 INFO kablam! 81 | pub fn permute(self, x: usize, y: usize) -> Self { Oct 21 20:17:00.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.094 INFO kablam! Oct 21 20:17:00.094 INFO kablam! warning: method is never used: `abs_dot` Oct 21 20:17:00.094 INFO kablam! --> src/core/vector3.rs:42:5 Oct 21 20:17:00.094 INFO kablam! | Oct 21 20:17:00.094 INFO kablam! 42 | pub fn abs_dot(self, other: Self) -> T { Oct 21 20:17:00.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.094 INFO kablam! Oct 21 20:17:00.094 INFO kablam! warning: method is never used: `cross` Oct 21 20:17:00.094 INFO kablam! --> src/core/vector3.rs:46:5 Oct 21 20:17:00.094 INFO kablam! | Oct 21 20:17:00.095 INFO kablam! 46 | pub fn cross(self, other: Self) -> Self { Oct 21 20:17:00.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.095 INFO kablam! Oct 21 20:17:00.095 INFO kablam! warning: method is never used: `length` Oct 21 20:17:00.095 INFO kablam! --> src/core/vector3.rs:66:5 Oct 21 20:17:00.095 INFO kablam! | Oct 21 20:17:00.095 INFO kablam! 66 | pub fn length(self) -> T { Oct 21 20:17:00.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.095 INFO kablam! Oct 21 20:17:00.095 INFO kablam! warning: method is never used: `normalize` Oct 21 20:17:00.095 INFO kablam! --> src/core/vector3.rs:70:5 Oct 21 20:17:00.095 INFO kablam! | Oct 21 20:17:00.095 INFO kablam! 70 | pub fn normalize(self) -> Self { Oct 21 20:17:00.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.095 INFO kablam! Oct 21 20:17:00.095 INFO kablam! warning: method is never used: `min_component` Oct 21 20:17:00.095 INFO kablam! --> src/core/vector3.rs:74:5 Oct 21 20:17:00.095 INFO kablam! | Oct 21 20:17:00.095 INFO kablam! 74 | pub fn min_component(self) -> T { Oct 21 20:17:00.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.095 INFO kablam! Oct 21 20:17:00.095 INFO kablam! warning: method is never used: `max_component` Oct 21 20:17:00.095 INFO kablam! --> src/core/vector3.rs:78:5 Oct 21 20:17:00.095 INFO kablam! | Oct 21 20:17:00.096 INFO kablam! 78 | pub fn max_component(self) -> T { Oct 21 20:17:00.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.096 INFO kablam! Oct 21 20:17:00.096 INFO kablam! warning: method is never used: `max_dimension` Oct 21 20:17:00.096 INFO kablam! --> src/core/vector3.rs:82:5 Oct 21 20:17:00.096 INFO kablam! | Oct 21 20:17:00.096 INFO kablam! 82 | pub fn max_dimension(self) -> usize { Oct 21 20:17:00.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.096 INFO kablam! Oct 21 20:17:00.096 INFO kablam! warning: method is never used: `min` Oct 21 20:17:00.096 INFO kablam! --> src/core/vector3.rs:98:5 Oct 21 20:17:00.096 INFO kablam! | Oct 21 20:17:00.096 INFO kablam! 98 | pub fn min(self, other: Self) -> Self { Oct 21 20:17:00.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.096 INFO kablam! Oct 21 20:17:00.096 INFO kablam! warning: method is never used: `max` Oct 21 20:17:00.096 INFO kablam! --> src/core/vector3.rs:106:5 Oct 21 20:17:00.096 INFO kablam! | Oct 21 20:17:00.096 INFO kablam! 106 | pub fn max(self, other: Self) -> Self { Oct 21 20:17:00.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.096 INFO kablam! Oct 21 20:17:00.097 INFO kablam! warning: method is never used: `permute` Oct 21 20:17:00.097 INFO kablam! --> src/core/vector3.rs:114:5 Oct 21 20:17:00.097 INFO kablam! | Oct 21 20:17:00.097 INFO kablam! 114 | pub fn permute(self, x: usize, y: usize, z: usize) -> Self { Oct 21 20:17:00.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.097 INFO kablam! Oct 21 20:17:00.097 INFO kablam! warning: method is never used: `coordinate_system` Oct 21 20:17:00.097 INFO kablam! --> src/core/vector3.rs:122:5 Oct 21 20:17:00.097 INFO kablam! | Oct 21 20:17:00.097 INFO kablam! 122 | pub fn coordinate_system(self) -> (Self, Self) { Oct 21 20:17:00.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.097 INFO kablam! Oct 21 20:17:00.097 INFO kablam! warning: type alias is never used: `Normal3f` Oct 21 20:17:00.097 INFO kablam! --> src/core/mod.rs:17:1 Oct 21 20:17:00.097 INFO kablam! | Oct 21 20:17:00.097 INFO kablam! 17 | pub type Normal3f = normal3::Normal3; Oct 21 20:17:00.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.097 INFO kablam! Oct 21 20:17:00.097 INFO kablam! warning: type alias is never used: `Bounds2f` Oct 21 20:17:00.097 INFO kablam! --> src/core/mod.rs:19:1 Oct 21 20:17:00.097 INFO kablam! | Oct 21 20:17:00.098 INFO kablam! 19 | pub type Bounds2f = bounds2::Bounds2; Oct 21 20:17:00.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.098 INFO kablam! Oct 21 20:17:00.098 INFO kablam! warning: type alias is never used: `Bounds2i` Oct 21 20:17:00.098 INFO kablam! --> src/core/mod.rs:20:1 Oct 21 20:17:00.098 INFO kablam! | Oct 21 20:17:00.098 INFO kablam! 20 | pub type Bounds2i = bounds2::Bounds2; Oct 21 20:17:00.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.098 INFO kablam! Oct 21 20:17:00.098 INFO kablam! warning: type alias is never used: `Bounds3f` Oct 21 20:17:00.098 INFO kablam! --> src/core/mod.rs:21:1 Oct 21 20:17:00.098 INFO kablam! | Oct 21 20:17:00.098 INFO kablam! 21 | pub type Bounds3f = bounds3::Bounds3; Oct 21 20:17:00.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.098 INFO kablam! Oct 21 20:17:00.098 INFO kablam! warning: type alias is never used: `Bounds3i` Oct 21 20:17:00.098 INFO kablam! --> src/core/mod.rs:22:1 Oct 21 20:17:00.098 INFO kablam! | Oct 21 20:17:00.098 INFO kablam! 22 | pub type Bounds3i = bounds3::Bounds3; Oct 21 20:17:00.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.098 INFO kablam! Oct 21 20:17:00.098 INFO kablam! warning: type alias is never used: `Point2f` Oct 21 20:17:00.099 INFO kablam! --> src/core/mod.rs:24:1 Oct 21 20:17:00.099 INFO kablam! | Oct 21 20:17:00.099 INFO kablam! 24 | pub type Point2f = point2::Point2; Oct 21 20:17:00.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.099 INFO kablam! Oct 21 20:17:00.099 INFO kablam! warning: type alias is never used: `Point2i` Oct 21 20:17:00.099 INFO kablam! --> src/core/mod.rs:25:1 Oct 21 20:17:00.099 INFO kablam! | Oct 21 20:17:00.099 INFO kablam! 25 | pub type Point2i = point2::Point2; Oct 21 20:17:00.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.099 INFO kablam! Oct 21 20:17:00.099 INFO kablam! warning: type alias is never used: `Point3i` Oct 21 20:17:00.099 INFO kablam! --> src/core/mod.rs:27:1 Oct 21 20:17:00.099 INFO kablam! | Oct 21 20:17:00.099 INFO kablam! 27 | pub type Point3i = point3::Point3; Oct 21 20:17:00.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.099 INFO kablam! Oct 21 20:17:00.099 INFO kablam! warning: type alias is never used: `Vector2f` Oct 21 20:17:00.099 INFO kablam! --> src/core/mod.rs:29:1 Oct 21 20:17:00.099 INFO kablam! | Oct 21 20:17:00.099 INFO kablam! 29 | pub type Vector2f = vector2::Vector2; Oct 21 20:17:00.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.100 INFO kablam! Oct 21 20:17:00.100 INFO kablam! warning: type alias is never used: `Vector3i` Oct 21 20:17:00.100 INFO kablam! --> src/core/mod.rs:32:1 Oct 21 20:17:00.100 INFO kablam! | Oct 21 20:17:00.100 INFO kablam! 32 | pub type Vector3i = vector3::Vector3; Oct 21 20:17:00.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:00.100 INFO kablam! Oct 21 20:17:01.767 INFO kablam! warning: method is never used: `zero` Oct 21 20:17:01.767 INFO kablam! --> src/core/bounds2.rs:30:5 Oct 21 20:17:01.767 INFO kablam! | Oct 21 20:17:01.767 INFO kablam! 30 | pub fn zero() -> Self { Oct 21 20:17:01.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.767 INFO kablam! | Oct 21 20:17:01.767 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:17:01.767 INFO kablam! Oct 21 20:17:01.767 INFO kablam! warning: method is never used: `zero` Oct 21 20:17:01.767 INFO kablam! --> src/core/bounds3.rs:36:5 Oct 21 20:17:01.767 INFO kablam! | Oct 21 20:17:01.767 INFO kablam! 36 | pub fn zero() -> Self { Oct 21 20:17:01.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.767 INFO kablam! Oct 21 20:17:01.767 INFO kablam! warning: method is never used: `corner` Oct 21 20:17:01.767 INFO kablam! --> src/core/bounds3.rs:54:5 Oct 21 20:17:01.767 INFO kablam! | Oct 21 20:17:01.767 INFO kablam! 54 | pub fn corner(self, corner: usize) -> Point3 { Oct 21 20:17:01.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.767 INFO kablam! Oct 21 20:17:01.767 INFO kablam! warning: method is never used: `intersection` Oct 21 20:17:01.768 INFO kablam! --> src/core/bounds3.rs:81:5 Oct 21 20:17:01.768 INFO kablam! | Oct 21 20:17:01.768 INFO kablam! 81 | pub fn intersection(self, b: Bounds3) -> Self { Oct 21 20:17:01.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.768 INFO kablam! Oct 21 20:17:01.768 INFO kablam! warning: method is never used: `overlap` Oct 21 20:17:01.768 INFO kablam! --> src/core/bounds3.rs:96:5 Oct 21 20:17:01.768 INFO kablam! | Oct 21 20:17:01.768 INFO kablam! 96 | pub fn overlap(self, b: Bounds3) -> bool { Oct 21 20:17:01.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.768 INFO kablam! Oct 21 20:17:01.768 INFO kablam! warning: method is never used: `inside` Oct 21 20:17:01.768 INFO kablam! --> src/core/bounds3.rs:104:5 Oct 21 20:17:01.768 INFO kablam! | Oct 21 20:17:01.768 INFO kablam! 104 | pub fn inside(self, p: Point3) -> bool { Oct 21 20:17:01.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.768 INFO kablam! Oct 21 20:17:01.768 INFO kablam! warning: method is never used: `inside_exclusive` Oct 21 20:17:01.768 INFO kablam! --> src/core/bounds3.rs:112:5 Oct 21 20:17:01.768 INFO kablam! | Oct 21 20:17:01.768 INFO kablam! 112 | pub fn inside_exclusive(self, p: Point3) -> bool { Oct 21 20:17:01.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.769 INFO kablam! Oct 21 20:17:01.769 INFO kablam! warning: method is never used: `expand` Oct 21 20:17:01.769 INFO kablam! --> src/core/bounds3.rs:120:5 Oct 21 20:17:01.769 INFO kablam! | Oct 21 20:17:01.769 INFO kablam! 120 | pub fn expand(self, delta: T) -> Self { Oct 21 20:17:01.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.769 INFO kablam! Oct 21 20:17:01.769 INFO kablam! warning: method is never used: `diagonal` Oct 21 20:17:01.769 INFO kablam! --> src/core/bounds3.rs:135:5 Oct 21 20:17:01.769 INFO kablam! | Oct 21 20:17:01.769 INFO kablam! 135 | pub fn diagonal(self) -> Vector3 { Oct 21 20:17:01.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.769 INFO kablam! Oct 21 20:17:01.769 INFO kablam! warning: method is never used: `surface_area` Oct 21 20:17:01.769 INFO kablam! --> src/core/bounds3.rs:139:5 Oct 21 20:17:01.769 INFO kablam! | Oct 21 20:17:01.769 INFO kablam! 139 | pub fn surface_area(self) -> T { Oct 21 20:17:01.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.769 INFO kablam! Oct 21 20:17:01.769 INFO kablam! warning: method is never used: `maximum_extent` Oct 21 20:17:01.769 INFO kablam! --> src/core/bounds3.rs:145:5 Oct 21 20:17:01.769 INFO kablam! | Oct 21 20:17:01.770 INFO kablam! 145 | pub fn maximum_extent(self) -> usize { Oct 21 20:17:01.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.770 INFO kablam! Oct 21 20:17:01.770 INFO kablam! warning: method is never used: `lerp` Oct 21 20:17:01.770 INFO kablam! --> src/core/bounds3.rs:159:5 Oct 21 20:17:01.770 INFO kablam! | Oct 21 20:17:01.770 INFO kablam! 159 | pub fn lerp(self, t: Point3) -> Point3 { Oct 21 20:17:01.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.770 INFO kablam! Oct 21 20:17:01.770 INFO kablam! warning: method is never used: `offset` Oct 21 20:17:01.770 INFO kablam! --> src/core/bounds3.rs:167:5 Oct 21 20:17:01.770 INFO kablam! | Oct 21 20:17:01.770 INFO kablam! 167 | pub fn offset(self, p: Point3) -> Vector3 { Oct 21 20:17:01.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.770 INFO kablam! Oct 21 20:17:01.770 INFO kablam! warning: method is never used: `bounding_sphere` Oct 21 20:17:01.770 INFO kablam! --> src/core/bounds3.rs:185:5 Oct 21 20:17:01.770 INFO kablam! | Oct 21 20:17:01.770 INFO kablam! 185 | pub fn bounding_sphere(self) -> (Point3, T) { Oct 21 20:17:01.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.770 INFO kablam! Oct 21 20:17:01.771 INFO kablam! warning: method is never used: `transpose` Oct 21 20:17:01.771 INFO kablam! --> src/core/matrix44.rs:47:5 Oct 21 20:17:01.771 INFO kablam! | Oct 21 20:17:01.771 INFO kablam! 47 | pub fn transpose(self) -> Self { Oct 21 20:17:01.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.771 INFO kablam! Oct 21 20:17:01.771 INFO kablam! warning: method is never used: `face_forward` Oct 21 20:17:01.771 INFO kablam! --> src/core/normal3.rs:104:5 Oct 21 20:17:01.771 INFO kablam! | Oct 21 20:17:01.771 INFO kablam! 104 | pub fn face_forward(self, other: Vector3) -> Self { Oct 21 20:17:01.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.771 INFO kablam! Oct 21 20:17:01.771 INFO kablam! warning: method is never used: `new` Oct 21 20:17:01.771 INFO kablam! --> src/core/ray.rs:20:5 Oct 21 20:17:01.771 INFO kablam! | Oct 21 20:17:01.771 INFO kablam! 20 | pub fn new(o: Point3f, d: Vector3f, medium: Medium, t_max: f64, time: f64) -> Self { Oct 21 20:17:01.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.771 INFO kablam! Oct 21 20:17:01.771 INFO kablam! warning: method is never used: `zero` Oct 21 20:17:01.771 INFO kablam! --> src/core/ray.rs:30:5 Oct 21 20:17:01.771 INFO kablam! | Oct 21 20:17:01.771 INFO kablam! 30 | pub fn zero() -> Self { Oct 21 20:17:01.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.772 INFO kablam! Oct 21 20:17:01.772 INFO kablam! warning: method is never used: `at` Oct 21 20:17:01.772 INFO kablam! --> src/core/ray.rs:40:5 Oct 21 20:17:01.772 INFO kablam! | Oct 21 20:17:01.772 INFO kablam! 40 | pub fn at(self, t: f64) -> Point3f { Oct 21 20:17:01.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.772 INFO kablam! Oct 21 20:17:01.772 INFO kablam! warning: method is never used: `new` Oct 21 20:17:01.772 INFO kablam! --> src/core/ray_differential.rs:18:5 Oct 21 20:17:01.772 INFO kablam! | Oct 21 20:17:01.772 INFO kablam! 18 | pub fn new(o: Point3f, d: Vector3f, medium: Medium, t_max: f64, time: f64) -> Self { Oct 21 20:17:01.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.772 INFO kablam! Oct 21 20:17:01.772 INFO kablam! warning: method is never used: `zero` Oct 21 20:17:01.772 INFO kablam! --> src/core/ray_differential.rs:22:5 Oct 21 20:17:01.772 INFO kablam! | Oct 21 20:17:01.772 INFO kablam! 22 | pub fn zero() -> Self { Oct 21 20:17:01.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.772 INFO kablam! Oct 21 20:17:01.772 INFO kablam! warning: method is never used: `at` Oct 21 20:17:01.773 INFO kablam! --> src/core/ray_differential.rs:26:5 Oct 21 20:17:01.773 INFO kablam! | Oct 21 20:17:01.773 INFO kablam! 26 | pub fn at(self, t: f64) -> Point3f { Oct 21 20:17:01.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.773 INFO kablam! Oct 21 20:17:01.773 INFO kablam! warning: method is never used: `scale_differentials` Oct 21 20:17:01.773 INFO kablam! --> src/core/ray_differential.rs:30:5 Oct 21 20:17:01.773 INFO kablam! | Oct 21 20:17:01.773 INFO kablam! 30 | pub fn scale_differentials(mut self, s: f64) { Oct 21 20:17:01.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.773 INFO kablam! Oct 21 20:17:01.773 INFO kablam! warning: method is never used: `new` Oct 21 20:17:01.773 INFO kablam! --> src/core/transform.rs:15:5 Oct 21 20:17:01.773 INFO kablam! | Oct 21 20:17:01.773 INFO kablam! 15 | pub fn new() -> Self { Oct 21 20:17:01.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.773 INFO kablam! Oct 21 20:17:01.773 INFO kablam! warning: method is never used: `translate` Oct 21 20:17:01.773 INFO kablam! --> src/core/transform.rs:23:5 Oct 21 20:17:01.773 INFO kablam! | Oct 21 20:17:01.773 INFO kablam! 23 | pub fn translate(delta: Vector3f) -> Self { Oct 21 20:17:01.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.773 INFO kablam! Oct 21 20:17:01.774 INFO kablam! warning: method is never used: `scale` Oct 21 20:17:01.774 INFO kablam! --> src/core/transform.rs:41:5 Oct 21 20:17:01.774 INFO kablam! | Oct 21 20:17:01.774 INFO kablam! 41 | pub fn scale(x: f64, y: f64, z: f64) -> Self { Oct 21 20:17:01.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.774 INFO kablam! Oct 21 20:17:01.774 INFO kablam! warning: method is never used: `inverse` Oct 21 20:17:01.774 INFO kablam! --> src/core/transform.rs:58:5 Oct 21 20:17:01.774 INFO kablam! | Oct 21 20:17:01.774 INFO kablam! 58 | pub fn inverse(self) -> Self { Oct 21 20:17:01.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.774 INFO kablam! Oct 21 20:17:01.774 INFO kablam! warning: method is never used: `transpose` Oct 21 20:17:01.774 INFO kablam! --> src/core/transform.rs:65:5 Oct 21 20:17:01.774 INFO kablam! | Oct 21 20:17:01.774 INFO kablam! 65 | pub fn transpose(self) -> Self { Oct 21 20:17:01.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.774 INFO kablam! Oct 21 20:17:01.774 INFO kablam! warning: function is never used: `lerp` Oct 21 20:17:01.774 INFO kablam! --> src/core/utils.rs:11:1 Oct 21 20:17:01.774 INFO kablam! | Oct 21 20:17:01.774 INFO kablam! 11 | pub fn lerp(t: T, v1: T, v2: T) -> T { Oct 21 20:17:01.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.775 INFO kablam! Oct 21 20:17:01.775 INFO kablam! warning: method is never used: `coordinate_system` Oct 21 20:17:01.775 INFO kablam! --> src/core/vector3.rs:122:5 Oct 21 20:17:01.775 INFO kablam! | Oct 21 20:17:01.775 INFO kablam! 122 | pub fn coordinate_system(self) -> (Self, Self) { Oct 21 20:17:01.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.775 INFO kablam! Oct 21 20:17:01.775 INFO kablam! warning: type alias is never used: `Normal3f` Oct 21 20:17:01.775 INFO kablam! --> src/core/mod.rs:17:1 Oct 21 20:17:01.775 INFO kablam! | Oct 21 20:17:01.775 INFO kablam! 17 | pub type Normal3f = normal3::Normal3; Oct 21 20:17:01.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.775 INFO kablam! Oct 21 20:17:01.775 INFO kablam! warning: type alias is never used: `Bounds2f` Oct 21 20:17:01.775 INFO kablam! --> src/core/mod.rs:19:1 Oct 21 20:17:01.775 INFO kablam! | Oct 21 20:17:01.775 INFO kablam! 19 | pub type Bounds2f = bounds2::Bounds2; Oct 21 20:17:01.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.775 INFO kablam! Oct 21 20:17:01.775 INFO kablam! warning: type alias is never used: `Bounds2i` Oct 21 20:17:01.776 INFO kablam! --> src/core/mod.rs:20:1 Oct 21 20:17:01.776 INFO kablam! | Oct 21 20:17:01.776 INFO kablam! 20 | pub type Bounds2i = bounds2::Bounds2; Oct 21 20:17:01.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.776 INFO kablam! Oct 21 20:17:01.776 INFO kablam! warning: type alias is never used: `Bounds3f` Oct 21 20:17:01.776 INFO kablam! --> src/core/mod.rs:21:1 Oct 21 20:17:01.776 INFO kablam! | Oct 21 20:17:01.776 INFO kablam! 21 | pub type Bounds3f = bounds3::Bounds3; Oct 21 20:17:01.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.776 INFO kablam! Oct 21 20:17:01.776 INFO kablam! warning: type alias is never used: `Bounds3i` Oct 21 20:17:01.776 INFO kablam! --> src/core/mod.rs:22:1 Oct 21 20:17:01.776 INFO kablam! | Oct 21 20:17:01.776 INFO kablam! 22 | pub type Bounds3i = bounds3::Bounds3; Oct 21 20:17:01.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.776 INFO kablam! Oct 21 20:17:01.776 INFO kablam! warning: type alias is never used: `Point2f` Oct 21 20:17:01.776 INFO kablam! --> src/core/mod.rs:24:1 Oct 21 20:17:01.776 INFO kablam! | Oct 21 20:17:01.776 INFO kablam! 24 | pub type Point2f = point2::Point2; Oct 21 20:17:01.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.777 INFO kablam! Oct 21 20:17:01.777 INFO kablam! warning: type alias is never used: `Point2i` Oct 21 20:17:01.777 INFO kablam! --> src/core/mod.rs:25:1 Oct 21 20:17:01.777 INFO kablam! | Oct 21 20:17:01.777 INFO kablam! 25 | pub type Point2i = point2::Point2; Oct 21 20:17:01.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.777 INFO kablam! Oct 21 20:17:01.777 INFO kablam! warning: type alias is never used: `Point3i` Oct 21 20:17:01.777 INFO kablam! --> src/core/mod.rs:27:1 Oct 21 20:17:01.777 INFO kablam! | Oct 21 20:17:01.777 INFO kablam! 27 | pub type Point3i = point3::Point3; Oct 21 20:17:01.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.777 INFO kablam! Oct 21 20:17:01.777 INFO kablam! warning: type alias is never used: `Vector2f` Oct 21 20:17:01.777 INFO kablam! --> src/core/mod.rs:29:1 Oct 21 20:17:01.777 INFO kablam! | Oct 21 20:17:01.777 INFO kablam! 29 | pub type Vector2f = vector2::Vector2; Oct 21 20:17:01.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.777 INFO kablam! Oct 21 20:17:01.777 INFO kablam! warning: type alias is never used: `Vector3i` Oct 21 20:17:01.777 INFO kablam! --> src/core/mod.rs:32:1 Oct 21 20:17:01.777 INFO kablam! | Oct 21 20:17:01.778 INFO kablam! 32 | pub type Vector3i = vector3::Vector3; Oct 21 20:17:01.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:17:01.778 INFO kablam! Oct 21 20:17:01.926 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.71s Oct 21 20:17:01.928 INFO kablam! su: No module specific data is present Oct 21 20:17:02.548 INFO running `"docker" "rm" "-f" "9eb24e5b2565baeafd8b6a6f8f4926ca6f0be02edf364d7d7370f4b3f0d73a7b"` Oct 21 20:17:02.880 INFO blam! 9eb24e5b2565baeafd8b6a6f8f4926ca6f0be02edf364d7d7370f4b3f0d73a7b