Oct 11 04:06:54.826 INFO testing TrevorS/luminary against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:06:54.826 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:06:54.826 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:06:55.302 INFO blam! a83719e9787978dd97cf76d9af87dd65410584a52697dab9e1c1c7aa6772ca8d Oct 11 04:06:55.316 INFO running `"docker" "start" "-a" "a83719e9787978dd97cf76d9af87dd65410584a52697dab9e1c1c7aa6772ca8d"` Oct 11 04:06:56.747 INFO kablam! usermod: no changes Oct 11 04:06:56.841 INFO kablam! Compiling luminary v0.1.0 (/source) Oct 11 04:06:58.872 INFO kablam! warning: method is never used: `zero` Oct 11 04:06:58.872 INFO kablam! --> src/core/bounds2.rs:30:5 Oct 11 04:06:58.872 INFO kablam! | Oct 11 04:06:58.872 INFO kablam! 30 | pub fn zero() -> Self { Oct 11 04:06:58.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.873 INFO kablam! | Oct 11 04:06:58.873 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:06:58.873 INFO kablam! Oct 11 04:06:58.873 INFO kablam! warning: method is never used: `zero` Oct 11 04:06:58.873 INFO kablam! --> src/core/bounds3.rs:36:5 Oct 11 04:06:58.873 INFO kablam! | Oct 11 04:06:58.873 INFO kablam! 36 | pub fn zero() -> Self { Oct 11 04:06:58.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.873 INFO kablam! Oct 11 04:06:58.873 INFO kablam! warning: method is never used: `corner` Oct 11 04:06:58.873 INFO kablam! --> src/core/bounds3.rs:54:5 Oct 11 04:06:58.873 INFO kablam! | Oct 11 04:06:58.873 INFO kablam! 54 | pub fn corner(self, corner: usize) -> Point3 { Oct 11 04:06:58.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.873 INFO kablam! Oct 11 04:06:58.873 INFO kablam! warning: method is never used: `intersection` Oct 11 04:06:58.873 INFO kablam! --> src/core/bounds3.rs:81:5 Oct 11 04:06:58.873 INFO kablam! | Oct 11 04:06:58.873 INFO kablam! 81 | pub fn intersection(self, b: Bounds3) -> Self { Oct 11 04:06:58.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.873 INFO kablam! Oct 11 04:06:58.874 INFO kablam! warning: method is never used: `overlap` Oct 11 04:06:58.874 INFO kablam! --> src/core/bounds3.rs:96:5 Oct 11 04:06:58.874 INFO kablam! | Oct 11 04:06:58.874 INFO kablam! 96 | pub fn overlap(self, b: Bounds3) -> bool { Oct 11 04:06:58.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.874 INFO kablam! Oct 11 04:06:58.874 INFO kablam! warning: method is never used: `inside` Oct 11 04:06:58.874 INFO kablam! --> src/core/bounds3.rs:104:5 Oct 11 04:06:58.874 INFO kablam! | Oct 11 04:06:58.874 INFO kablam! 104 | pub fn inside(self, p: Point3) -> bool { Oct 11 04:06:58.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.874 INFO kablam! Oct 11 04:06:58.874 INFO kablam! warning: method is never used: `inside_exclusive` Oct 11 04:06:58.874 INFO kablam! --> src/core/bounds3.rs:112:5 Oct 11 04:06:58.874 INFO kablam! | Oct 11 04:06:58.874 INFO kablam! 112 | pub fn inside_exclusive(self, p: Point3) -> bool { Oct 11 04:06:58.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.874 INFO kablam! Oct 11 04:06:58.874 INFO kablam! warning: method is never used: `expand` Oct 11 04:06:58.874 INFO kablam! --> src/core/bounds3.rs:120:5 Oct 11 04:06:58.874 INFO kablam! | Oct 11 04:06:58.874 INFO kablam! 120 | pub fn expand(self, delta: T) -> Self { Oct 11 04:06:58.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.875 INFO kablam! Oct 11 04:06:58.875 INFO kablam! warning: method is never used: `diagonal` Oct 11 04:06:58.875 INFO kablam! --> src/core/bounds3.rs:135:5 Oct 11 04:06:58.875 INFO kablam! | Oct 11 04:06:58.875 INFO kablam! 135 | pub fn diagonal(self) -> Vector3 { Oct 11 04:06:58.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.875 INFO kablam! Oct 11 04:06:58.875 INFO kablam! warning: method is never used: `surface_area` Oct 11 04:06:58.875 INFO kablam! --> src/core/bounds3.rs:139:5 Oct 11 04:06:58.875 INFO kablam! | Oct 11 04:06:58.875 INFO kablam! 139 | pub fn surface_area(self) -> T { Oct 11 04:06:58.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.875 INFO kablam! Oct 11 04:06:58.875 INFO kablam! warning: method is never used: `maximum_extent` Oct 11 04:06:58.875 INFO kablam! --> src/core/bounds3.rs:145:5 Oct 11 04:06:58.875 INFO kablam! | Oct 11 04:06:58.875 INFO kablam! 145 | pub fn maximum_extent(self) -> usize { Oct 11 04:06:58.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.875 INFO kablam! Oct 11 04:06:58.875 INFO kablam! warning: method is never used: `lerp` Oct 11 04:06:58.876 INFO kablam! --> src/core/bounds3.rs:159:5 Oct 11 04:06:58.876 INFO kablam! | Oct 11 04:06:58.876 INFO kablam! 159 | pub fn lerp(self, t: Point3) -> Point3 { Oct 11 04:06:58.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.876 INFO kablam! Oct 11 04:06:58.876 INFO kablam! warning: method is never used: `offset` Oct 11 04:06:58.876 INFO kablam! --> src/core/bounds3.rs:167:5 Oct 11 04:06:58.876 INFO kablam! | Oct 11 04:06:58.876 INFO kablam! 167 | pub fn offset(self, p: Point3) -> Vector3 { Oct 11 04:06:58.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.876 INFO kablam! Oct 11 04:06:58.876 INFO kablam! warning: method is never used: `bounding_sphere` Oct 11 04:06:58.876 INFO kablam! --> src/core/bounds3.rs:185:5 Oct 11 04:06:58.876 INFO kablam! | Oct 11 04:06:58.876 INFO kablam! 185 | pub fn bounding_sphere(self) -> (Point3, T) { Oct 11 04:06:58.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.876 INFO kablam! Oct 11 04:06:58.876 INFO kablam! warning: method is never used: `transpose` Oct 11 04:06:58.877 INFO kablam! --> src/core/matrix44.rs:47:5 Oct 11 04:06:58.877 INFO kablam! | Oct 11 04:06:58.877 INFO kablam! 47 | pub fn transpose(self) -> Self { Oct 11 04:06:58.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.877 INFO kablam! Oct 11 04:06:58.877 INFO kablam! warning: method is never used: `new` Oct 11 04:06:58.877 INFO kablam! --> src/core/normal3.rs:18:5 Oct 11 04:06:58.877 INFO kablam! | Oct 11 04:06:58.877 INFO kablam! 18 | pub fn new(x: T, y: T, z: T) -> Self { Oct 11 04:06:58.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.877 INFO kablam! Oct 11 04:06:58.877 INFO kablam! warning: method is never used: `zero` Oct 11 04:06:58.877 INFO kablam! --> src/core/normal3.rs:24:5 Oct 11 04:06:58.877 INFO kablam! | Oct 11 04:06:58.877 INFO kablam! 24 | pub fn zero() -> Self { Oct 11 04:06:58.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.877 INFO kablam! Oct 11 04:06:58.877 INFO kablam! warning: method is never used: `abs` Oct 11 04:06:58.877 INFO kablam! --> src/core/normal3.rs:28:5 Oct 11 04:06:58.877 INFO kablam! | Oct 11 04:06:58.877 INFO kablam! 28 | pub fn abs(self) -> Self { Oct 11 04:06:58.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.878 INFO kablam! Oct 11 04:06:58.878 INFO kablam! warning: method is never used: `dot` Oct 11 04:06:58.878 INFO kablam! --> src/core/normal3.rs:36:5 Oct 11 04:06:58.878 INFO kablam! | Oct 11 04:06:58.878 INFO kablam! 36 | pub fn dot(self, other: Self) -> T { Oct 11 04:06:58.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.878 INFO kablam! Oct 11 04:06:58.878 INFO kablam! warning: method is never used: `abs_dot` Oct 11 04:06:58.878 INFO kablam! --> src/core/normal3.rs:40:5 Oct 11 04:06:58.878 INFO kablam! | Oct 11 04:06:58.878 INFO kablam! 40 | pub fn abs_dot(self, other: Self) -> T { Oct 11 04:06:58.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.878 INFO kablam! Oct 11 04:06:58.878 INFO kablam! warning: method is never used: `length_squared` Oct 11 04:06:58.878 INFO kablam! --> src/core/normal3.rs:44:5 Oct 11 04:06:58.878 INFO kablam! | Oct 11 04:06:58.878 INFO kablam! 44 | pub fn length_squared(self) -> T { Oct 11 04:06:58.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.878 INFO kablam! Oct 11 04:06:58.878 INFO kablam! warning: method is never used: `length` Oct 11 04:06:58.879 INFO kablam! --> src/core/normal3.rs:48:5 Oct 11 04:06:58.879 INFO kablam! | Oct 11 04:06:58.879 INFO kablam! 48 | pub fn length(self) -> T { Oct 11 04:06:58.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.879 INFO kablam! Oct 11 04:06:58.879 INFO kablam! warning: method is never used: `normalize` Oct 11 04:06:58.879 INFO kablam! --> src/core/normal3.rs:52:5 Oct 11 04:06:58.879 INFO kablam! | Oct 11 04:06:58.879 INFO kablam! 52 | pub fn normalize(self) -> Self { Oct 11 04:06:58.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.879 INFO kablam! Oct 11 04:06:58.879 INFO kablam! warning: method is never used: `min_component` Oct 11 04:06:58.879 INFO kablam! --> src/core/normal3.rs:56:5 Oct 11 04:06:58.879 INFO kablam! | Oct 11 04:06:58.879 INFO kablam! 56 | pub fn min_component(self) -> T { Oct 11 04:06:58.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.879 INFO kablam! Oct 11 04:06:58.879 INFO kablam! warning: method is never used: `max_component` Oct 11 04:06:58.879 INFO kablam! --> src/core/normal3.rs:60:5 Oct 11 04:06:58.879 INFO kablam! | Oct 11 04:06:58.879 INFO kablam! 60 | pub fn max_component(self) -> T { Oct 11 04:06:58.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.880 INFO kablam! Oct 11 04:06:58.880 INFO kablam! warning: method is never used: `max_dimension` Oct 11 04:06:58.880 INFO kablam! --> src/core/normal3.rs:64:5 Oct 11 04:06:58.880 INFO kablam! | Oct 11 04:06:58.880 INFO kablam! 64 | pub fn max_dimension(self) -> usize { Oct 11 04:06:58.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.880 INFO kablam! Oct 11 04:06:58.880 INFO kablam! warning: method is never used: `min` Oct 11 04:06:58.880 INFO kablam! --> src/core/normal3.rs:80:5 Oct 11 04:06:58.880 INFO kablam! | Oct 11 04:06:58.880 INFO kablam! 80 | pub fn min(self, other: Self) -> Self { Oct 11 04:06:58.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.880 INFO kablam! Oct 11 04:06:58.880 INFO kablam! warning: method is never used: `max` Oct 11 04:06:58.880 INFO kablam! --> src/core/normal3.rs:88:5 Oct 11 04:06:58.880 INFO kablam! | Oct 11 04:06:58.880 INFO kablam! 88 | pub fn max(self, other: Self) -> Self { Oct 11 04:06:58.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.880 INFO kablam! Oct 11 04:06:58.880 INFO kablam! warning: method is never used: `permute` Oct 11 04:06:58.880 INFO kablam! --> src/core/normal3.rs:96:5 Oct 11 04:06:58.880 INFO kablam! | Oct 11 04:06:58.881 INFO kablam! 96 | pub fn permute(self, x: usize, y: usize, z: usize) -> Self { Oct 11 04:06:58.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.881 INFO kablam! Oct 11 04:06:58.881 INFO kablam! warning: method is never used: `face_forward` Oct 11 04:06:58.881 INFO kablam! --> src/core/normal3.rs:104:5 Oct 11 04:06:58.881 INFO kablam! | Oct 11 04:06:58.881 INFO kablam! 104 | pub fn face_forward(self, other: Vector3) -> Self { Oct 11 04:06:58.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.881 INFO kablam! Oct 11 04:06:58.881 INFO kablam! warning: method is never used: `new` Oct 11 04:06:58.881 INFO kablam! --> src/core/point2.rs:15:5 Oct 11 04:06:58.881 INFO kablam! | Oct 11 04:06:58.881 INFO kablam! 15 | pub fn new(x: T, y: T) -> Self { Oct 11 04:06:58.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.881 INFO kablam! Oct 11 04:06:58.881 INFO kablam! warning: method is never used: `zero` Oct 11 04:06:58.881 INFO kablam! --> src/core/point2.rs:21:5 Oct 11 04:06:58.881 INFO kablam! | Oct 11 04:06:58.881 INFO kablam! 21 | pub fn zero() -> Self { Oct 11 04:06:58.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.881 INFO kablam! Oct 11 04:06:58.882 INFO kablam! warning: method is never used: `min` Oct 11 04:06:58.882 INFO kablam! --> src/core/point2.rs:25:5 Oct 11 04:06:58.882 INFO kablam! | Oct 11 04:06:58.882 INFO kablam! 25 | pub fn min(self, other: Self) -> Self { Oct 11 04:06:58.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.882 INFO kablam! Oct 11 04:06:58.882 INFO kablam! warning: method is never used: `max` Oct 11 04:06:58.882 INFO kablam! --> src/core/point2.rs:32:5 Oct 11 04:06:58.882 INFO kablam! | Oct 11 04:06:58.882 INFO kablam! 32 | pub fn max(self, other: Self) -> Self { Oct 11 04:06:58.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.882 INFO kablam! Oct 11 04:06:58.882 INFO kablam! warning: method is never used: `floor` Oct 11 04:06:58.882 INFO kablam! --> src/core/point2.rs:39:5 Oct 11 04:06:58.882 INFO kablam! | Oct 11 04:06:58.882 INFO kablam! 39 | pub fn floor(self) -> Self { Oct 11 04:06:58.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.882 INFO kablam! Oct 11 04:06:58.882 INFO kablam! warning: method is never used: `ceil` Oct 11 04:06:58.882 INFO kablam! --> src/core/point2.rs:46:5 Oct 11 04:06:58.882 INFO kablam! | Oct 11 04:06:58.882 INFO kablam! 46 | pub fn ceil(self) -> Self { Oct 11 04:06:58.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.883 INFO kablam! Oct 11 04:06:58.883 INFO kablam! warning: method is never used: `abs` Oct 11 04:06:58.883 INFO kablam! --> src/core/point2.rs:53:5 Oct 11 04:06:58.883 INFO kablam! | Oct 11 04:06:58.883 INFO kablam! 53 | pub fn abs(self) -> Self { Oct 11 04:06:58.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.883 INFO kablam! Oct 11 04:06:58.883 INFO kablam! warning: method is never used: `permute` Oct 11 04:06:58.883 INFO kablam! --> src/core/point2.rs:60:5 Oct 11 04:06:58.883 INFO kablam! | Oct 11 04:06:58.883 INFO kablam! 60 | pub fn permute(self, x: usize, y: usize) -> Self { Oct 11 04:06:58.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.883 INFO kablam! Oct 11 04:06:58.883 INFO kablam! warning: method is never used: `new` Oct 11 04:06:58.883 INFO kablam! --> src/core/point3.rs:19:5 Oct 11 04:06:58.883 INFO kablam! | Oct 11 04:06:58.883 INFO kablam! 19 | pub fn new(x: T, y: T, z: T) -> Self { Oct 11 04:06:58.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.883 INFO kablam! Oct 11 04:06:58.883 INFO kablam! warning: method is never used: `zero` Oct 11 04:06:58.883 INFO kablam! --> src/core/point3.rs:25:5 Oct 11 04:06:58.884 INFO kablam! | Oct 11 04:06:58.884 INFO kablam! 25 | pub fn zero() -> Self { Oct 11 04:06:58.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.884 INFO kablam! Oct 11 04:06:58.884 INFO kablam! warning: method is never used: `distance_squared` Oct 11 04:06:58.884 INFO kablam! --> src/core/point3.rs:29:5 Oct 11 04:06:58.884 INFO kablam! | Oct 11 04:06:58.884 INFO kablam! 29 | pub fn distance_squared(self, other: Self) -> T { Oct 11 04:06:58.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.884 INFO kablam! Oct 11 04:06:58.884 INFO kablam! warning: method is never used: `distance` Oct 11 04:06:58.884 INFO kablam! --> src/core/point3.rs:33:5 Oct 11 04:06:58.884 INFO kablam! | Oct 11 04:06:58.884 INFO kablam! 33 | pub fn distance(self, other: Self) -> T { Oct 11 04:06:58.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.884 INFO kablam! Oct 11 04:06:58.884 INFO kablam! warning: method is never used: `lerp` Oct 11 04:06:58.884 INFO kablam! --> src/core/point3.rs:37:5 Oct 11 04:06:58.884 INFO kablam! | Oct 11 04:06:58.884 INFO kablam! 37 | pub fn lerp(self, other: Self, t: f64) -> Self { Oct 11 04:06:58.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.885 INFO kablam! Oct 11 04:06:58.885 INFO kablam! warning: method is never used: `min` Oct 11 04:06:58.885 INFO kablam! --> src/core/point3.rs:42:5 Oct 11 04:06:58.885 INFO kablam! | Oct 11 04:06:58.885 INFO kablam! 42 | pub fn min(self, other: Self) -> Self { Oct 11 04:06:58.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.885 INFO kablam! Oct 11 04:06:58.885 INFO kablam! warning: method is never used: `max` Oct 11 04:06:58.885 INFO kablam! --> src/core/point3.rs:50:5 Oct 11 04:06:58.885 INFO kablam! | Oct 11 04:06:58.885 INFO kablam! 50 | pub fn max(self, other: Self) -> Self { Oct 11 04:06:58.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.885 INFO kablam! Oct 11 04:06:58.885 INFO kablam! warning: method is never used: `floor` Oct 11 04:06:58.885 INFO kablam! --> src/core/point3.rs:58:5 Oct 11 04:06:58.885 INFO kablam! | Oct 11 04:06:58.885 INFO kablam! 58 | pub fn floor(self) -> Self { Oct 11 04:06:58.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.885 INFO kablam! Oct 11 04:06:58.885 INFO kablam! warning: method is never used: `ceil` Oct 11 04:06:58.885 INFO kablam! --> src/core/point3.rs:66:5 Oct 11 04:06:58.885 INFO kablam! | Oct 11 04:06:58.886 INFO kablam! 66 | pub fn ceil(self) -> Self { Oct 11 04:06:58.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.886 INFO kablam! Oct 11 04:06:58.886 INFO kablam! warning: method is never used: `abs` Oct 11 04:06:58.886 INFO kablam! --> src/core/point3.rs:74:5 Oct 11 04:06:58.886 INFO kablam! | Oct 11 04:06:58.886 INFO kablam! 74 | pub fn abs(self) -> Self { Oct 11 04:06:58.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.886 INFO kablam! Oct 11 04:06:58.886 INFO kablam! warning: method is never used: `permute` Oct 11 04:06:58.886 INFO kablam! --> src/core/point3.rs:82:5 Oct 11 04:06:58.886 INFO kablam! | Oct 11 04:06:58.886 INFO kablam! 82 | pub fn permute(self, x: usize, y: usize, z: usize) -> Self { Oct 11 04:06:58.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.886 INFO kablam! Oct 11 04:06:58.886 INFO kablam! warning: method is never used: `new` Oct 11 04:06:58.886 INFO kablam! --> src/core/ray.rs:20:5 Oct 11 04:06:58.886 INFO kablam! | Oct 11 04:06:58.886 INFO kablam! 20 | pub fn new(o: Point3f, d: Vector3f, medium: Medium, t_max: f64, time: f64) -> Self { Oct 11 04:06:58.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.886 INFO kablam! Oct 11 04:06:58.887 INFO kablam! warning: method is never used: `zero` Oct 11 04:06:58.887 INFO kablam! --> src/core/ray.rs:30:5 Oct 11 04:06:58.887 INFO kablam! | Oct 11 04:06:58.887 INFO kablam! 30 | pub fn zero() -> Self { Oct 11 04:06:58.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.887 INFO kablam! Oct 11 04:06:58.887 INFO kablam! warning: method is never used: `at` Oct 11 04:06:58.887 INFO kablam! --> src/core/ray.rs:40:5 Oct 11 04:06:58.887 INFO kablam! | Oct 11 04:06:58.887 INFO kablam! 40 | pub fn at(self, t: f64) -> Point3f { Oct 11 04:06:58.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.887 INFO kablam! Oct 11 04:06:58.887 INFO kablam! warning: method is never used: `new` Oct 11 04:06:58.887 INFO kablam! --> src/core/ray_differential.rs:18:5 Oct 11 04:06:58.887 INFO kablam! | Oct 11 04:06:58.887 INFO kablam! 18 | pub fn new(o: Point3f, d: Vector3f, medium: Medium, t_max: f64, time: f64) -> Self { Oct 11 04:06:58.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.887 INFO kablam! Oct 11 04:06:58.887 INFO kablam! warning: method is never used: `zero` Oct 11 04:06:58.887 INFO kablam! --> src/core/ray_differential.rs:22:5 Oct 11 04:06:58.887 INFO kablam! | Oct 11 04:06:58.887 INFO kablam! 22 | pub fn zero() -> Self { Oct 11 04:06:58.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.888 INFO kablam! Oct 11 04:06:58.888 INFO kablam! warning: method is never used: `at` Oct 11 04:06:58.888 INFO kablam! --> src/core/ray_differential.rs:26:5 Oct 11 04:06:58.888 INFO kablam! | Oct 11 04:06:58.888 INFO kablam! 26 | pub fn at(self, t: f64) -> Point3f { Oct 11 04:06:58.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.892 INFO kablam! Oct 11 04:06:58.892 INFO kablam! warning: method is never used: `scale_differentials` Oct 11 04:06:58.892 INFO kablam! --> src/core/ray_differential.rs:30:5 Oct 11 04:06:58.892 INFO kablam! | Oct 11 04:06:58.892 INFO kablam! 30 | pub fn scale_differentials(mut self, s: f64) { Oct 11 04:06:58.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.892 INFO kablam! Oct 11 04:06:58.892 INFO kablam! warning: method is never used: `new` Oct 11 04:06:58.892 INFO kablam! --> src/core/transform.rs:15:5 Oct 11 04:06:58.892 INFO kablam! | Oct 11 04:06:58.892 INFO kablam! 15 | pub fn new() -> Self { Oct 11 04:06:58.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.893 INFO kablam! Oct 11 04:06:58.893 INFO kablam! warning: method is never used: `translate` Oct 11 04:06:58.893 INFO kablam! --> src/core/transform.rs:23:5 Oct 11 04:06:58.893 INFO kablam! | Oct 11 04:06:58.893 INFO kablam! 23 | pub fn translate(delta: Vector3f) -> Self { Oct 11 04:06:58.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.893 INFO kablam! Oct 11 04:06:58.893 INFO kablam! warning: method is never used: `scale` Oct 11 04:06:58.893 INFO kablam! --> src/core/transform.rs:41:5 Oct 11 04:06:58.893 INFO kablam! | Oct 11 04:06:58.893 INFO kablam! 41 | pub fn scale(x: f64, y: f64, z: f64) -> Self { Oct 11 04:06:58.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.893 INFO kablam! Oct 11 04:06:58.893 INFO kablam! warning: method is never used: `inverse` Oct 11 04:06:58.893 INFO kablam! --> src/core/transform.rs:58:5 Oct 11 04:06:58.893 INFO kablam! | Oct 11 04:06:58.893 INFO kablam! 58 | pub fn inverse(self) -> Self { Oct 11 04:06:58.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.893 INFO kablam! Oct 11 04:06:58.893 INFO kablam! warning: method is never used: `transpose` Oct 11 04:06:58.894 INFO kablam! --> src/core/transform.rs:65:5 Oct 11 04:06:58.894 INFO kablam! | Oct 11 04:06:58.894 INFO kablam! 65 | pub fn transpose(self) -> Self { Oct 11 04:06:58.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.894 INFO kablam! Oct 11 04:06:58.894 INFO kablam! warning: function is never used: `lerp` Oct 11 04:06:58.894 INFO kablam! --> src/core/utils.rs:11:1 Oct 11 04:06:58.894 INFO kablam! | Oct 11 04:06:58.894 INFO kablam! 11 | pub fn lerp(t: T, v1: T, v2: T) -> T { Oct 11 04:06:58.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.894 INFO kablam! Oct 11 04:06:58.894 INFO kablam! warning: method is never used: `zero` Oct 11 04:06:58.894 INFO kablam! --> src/core/vector2.rs:20:5 Oct 11 04:06:58.894 INFO kablam! | Oct 11 04:06:58.894 INFO kablam! 20 | pub fn zero() -> Self { Oct 11 04:06:58.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.894 INFO kablam! Oct 11 04:06:58.894 INFO kablam! warning: method is never used: `abs` Oct 11 04:06:58.894 INFO kablam! --> src/core/vector2.rs:24:5 Oct 11 04:06:58.894 INFO kablam! | Oct 11 04:06:58.894 INFO kablam! 24 | pub fn abs(self) -> Self { Oct 11 04:06:58.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.895 INFO kablam! Oct 11 04:06:58.895 INFO kablam! warning: method is never used: `dot` Oct 11 04:06:58.895 INFO kablam! --> src/core/vector2.rs:31:5 Oct 11 04:06:58.895 INFO kablam! | Oct 11 04:06:58.895 INFO kablam! 31 | pub fn dot(self, other: Self) -> T { Oct 11 04:06:58.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.895 INFO kablam! Oct 11 04:06:58.895 INFO kablam! warning: method is never used: `abs_dot` Oct 11 04:06:58.895 INFO kablam! --> src/core/vector2.rs:35:5 Oct 11 04:06:58.895 INFO kablam! | Oct 11 04:06:58.895 INFO kablam! 35 | pub fn abs_dot(self, other: Self) -> T { Oct 11 04:06:58.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.895 INFO kablam! Oct 11 04:06:58.895 INFO kablam! warning: method is never used: `length_squared` Oct 11 04:06:58.895 INFO kablam! --> src/core/vector2.rs:39:5 Oct 11 04:06:58.895 INFO kablam! | Oct 11 04:06:58.895 INFO kablam! 39 | pub fn length_squared(self) -> T { Oct 11 04:06:58.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.895 INFO kablam! Oct 11 04:06:58.895 INFO kablam! warning: method is never used: `length` Oct 11 04:06:58.895 INFO kablam! --> src/core/vector2.rs:43:5 Oct 11 04:06:58.895 INFO kablam! | Oct 11 04:06:58.896 INFO kablam! 43 | pub fn length(self) -> T { Oct 11 04:06:58.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.896 INFO kablam! Oct 11 04:06:58.896 INFO kablam! warning: method is never used: `normalize` Oct 11 04:06:58.896 INFO kablam! --> src/core/vector2.rs:47:5 Oct 11 04:06:58.896 INFO kablam! | Oct 11 04:06:58.896 INFO kablam! 47 | pub fn normalize(self) -> Self { Oct 11 04:06:58.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.896 INFO kablam! Oct 11 04:06:58.896 INFO kablam! warning: method is never used: `min_component` Oct 11 04:06:58.896 INFO kablam! --> src/core/vector2.rs:51:5 Oct 11 04:06:58.896 INFO kablam! | Oct 11 04:06:58.896 INFO kablam! 51 | pub fn min_component(self) -> T { Oct 11 04:06:58.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.896 INFO kablam! Oct 11 04:06:58.896 INFO kablam! warning: method is never used: `max_component` Oct 11 04:06:58.896 INFO kablam! --> src/core/vector2.rs:55:5 Oct 11 04:06:58.896 INFO kablam! | Oct 11 04:06:58.896 INFO kablam! 55 | pub fn max_component(self) -> T { Oct 11 04:06:58.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.897 INFO kablam! Oct 11 04:06:58.897 INFO kablam! warning: method is never used: `max_dimension` Oct 11 04:06:58.897 INFO kablam! --> src/core/vector2.rs:59:5 Oct 11 04:06:58.897 INFO kablam! | Oct 11 04:06:58.897 INFO kablam! 59 | pub fn max_dimension(self) -> usize { Oct 11 04:06:58.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.897 INFO kablam! Oct 11 04:06:58.897 INFO kablam! warning: method is never used: `min` Oct 11 04:06:58.897 INFO kablam! --> src/core/vector2.rs:67:5 Oct 11 04:06:58.897 INFO kablam! | Oct 11 04:06:58.897 INFO kablam! 67 | pub fn min(self, other: Self) -> Self { Oct 11 04:06:58.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.897 INFO kablam! Oct 11 04:06:58.897 INFO kablam! warning: method is never used: `max` Oct 11 04:06:58.897 INFO kablam! --> src/core/vector2.rs:74:5 Oct 11 04:06:58.897 INFO kablam! | Oct 11 04:06:58.897 INFO kablam! 74 | pub fn max(self, other: Self) -> Self { Oct 11 04:06:58.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.897 INFO kablam! Oct 11 04:06:58.897 INFO kablam! warning: method is never used: `permute` Oct 11 04:06:58.897 INFO kablam! --> src/core/vector2.rs:81:5 Oct 11 04:06:58.897 INFO kablam! | Oct 11 04:06:58.898 INFO kablam! 81 | pub fn permute(self, x: usize, y: usize) -> Self { Oct 11 04:06:58.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.898 INFO kablam! Oct 11 04:06:58.898 INFO kablam! warning: method is never used: `abs_dot` Oct 11 04:06:58.898 INFO kablam! --> src/core/vector3.rs:42:5 Oct 11 04:06:58.898 INFO kablam! | Oct 11 04:06:58.898 INFO kablam! 42 | pub fn abs_dot(self, other: Self) -> T { Oct 11 04:06:58.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.898 INFO kablam! Oct 11 04:06:58.898 INFO kablam! warning: method is never used: `cross` Oct 11 04:06:58.898 INFO kablam! --> src/core/vector3.rs:46:5 Oct 11 04:06:58.898 INFO kablam! | Oct 11 04:06:58.898 INFO kablam! 46 | pub fn cross(self, other: Self) -> Self { Oct 11 04:06:58.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.898 INFO kablam! Oct 11 04:06:58.898 INFO kablam! warning: method is never used: `length` Oct 11 04:06:58.898 INFO kablam! --> src/core/vector3.rs:66:5 Oct 11 04:06:58.898 INFO kablam! | Oct 11 04:06:58.898 INFO kablam! 66 | pub fn length(self) -> T { Oct 11 04:06:58.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.898 INFO kablam! Oct 11 04:06:58.899 INFO kablam! warning: method is never used: `normalize` Oct 11 04:06:58.899 INFO kablam! --> src/core/vector3.rs:70:5 Oct 11 04:06:58.899 INFO kablam! | Oct 11 04:06:58.899 INFO kablam! 70 | pub fn normalize(self) -> Self { Oct 11 04:06:58.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.899 INFO kablam! Oct 11 04:06:58.899 INFO kablam! warning: method is never used: `min_component` Oct 11 04:06:58.899 INFO kablam! --> src/core/vector3.rs:74:5 Oct 11 04:06:58.899 INFO kablam! | Oct 11 04:06:58.899 INFO kablam! 74 | pub fn min_component(self) -> T { Oct 11 04:06:58.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.899 INFO kablam! Oct 11 04:06:58.899 INFO kablam! warning: method is never used: `max_component` Oct 11 04:06:58.899 INFO kablam! --> src/core/vector3.rs:78:5 Oct 11 04:06:58.899 INFO kablam! | Oct 11 04:06:58.899 INFO kablam! 78 | pub fn max_component(self) -> T { Oct 11 04:06:58.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.899 INFO kablam! Oct 11 04:06:58.899 INFO kablam! warning: method is never used: `max_dimension` Oct 11 04:06:58.899 INFO kablam! --> src/core/vector3.rs:82:5 Oct 11 04:06:58.899 INFO kablam! | Oct 11 04:06:58.899 INFO kablam! 82 | pub fn max_dimension(self) -> usize { Oct 11 04:06:58.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.900 INFO kablam! Oct 11 04:06:58.900 INFO kablam! warning: method is never used: `min` Oct 11 04:06:58.900 INFO kablam! --> src/core/vector3.rs:98:5 Oct 11 04:06:58.900 INFO kablam! | Oct 11 04:06:58.900 INFO kablam! 98 | pub fn min(self, other: Self) -> Self { Oct 11 04:06:58.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.900 INFO kablam! Oct 11 04:06:58.900 INFO kablam! warning: method is never used: `max` Oct 11 04:06:58.900 INFO kablam! --> src/core/vector3.rs:106:5 Oct 11 04:06:58.900 INFO kablam! | Oct 11 04:06:58.900 INFO kablam! 106 | pub fn max(self, other: Self) -> Self { Oct 11 04:06:58.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.900 INFO kablam! Oct 11 04:06:58.901 INFO kablam! warning: method is never used: `permute` Oct 11 04:06:58.901 INFO kablam! --> src/core/vector3.rs:114:5 Oct 11 04:06:58.901 INFO kablam! | Oct 11 04:06:58.901 INFO kablam! 114 | pub fn permute(self, x: usize, y: usize, z: usize) -> Self { Oct 11 04:06:58.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.901 INFO kablam! Oct 11 04:06:58.901 INFO kablam! warning: method is never used: `coordinate_system` Oct 11 04:06:58.901 INFO kablam! --> src/core/vector3.rs:122:5 Oct 11 04:06:58.901 INFO kablam! | Oct 11 04:06:58.901 INFO kablam! 122 | pub fn coordinate_system(self) -> (Self, Self) { Oct 11 04:06:58.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.901 INFO kablam! Oct 11 04:06:58.901 INFO kablam! warning: type alias is never used: `Normal3f` Oct 11 04:06:58.901 INFO kablam! --> src/core/mod.rs:17:1 Oct 11 04:06:58.901 INFO kablam! | Oct 11 04:06:58.901 INFO kablam! 17 | pub type Normal3f = normal3::Normal3; Oct 11 04:06:58.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.901 INFO kablam! Oct 11 04:06:58.901 INFO kablam! warning: type alias is never used: `Bounds2f` Oct 11 04:06:58.901 INFO kablam! --> src/core/mod.rs:19:1 Oct 11 04:06:58.902 INFO kablam! | Oct 11 04:06:58.902 INFO kablam! 19 | pub type Bounds2f = bounds2::Bounds2; Oct 11 04:06:58.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.902 INFO kablam! Oct 11 04:06:58.902 INFO kablam! warning: type alias is never used: `Bounds2i` Oct 11 04:06:58.902 INFO kablam! --> src/core/mod.rs:20:1 Oct 11 04:06:58.902 INFO kablam! | Oct 11 04:06:58.902 INFO kablam! 20 | pub type Bounds2i = bounds2::Bounds2; Oct 11 04:06:58.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.902 INFO kablam! Oct 11 04:06:58.902 INFO kablam! warning: type alias is never used: `Bounds3f` Oct 11 04:06:58.902 INFO kablam! --> src/core/mod.rs:21:1 Oct 11 04:06:58.902 INFO kablam! | Oct 11 04:06:58.902 INFO kablam! 21 | pub type Bounds3f = bounds3::Bounds3; Oct 11 04:06:58.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.902 INFO kablam! Oct 11 04:06:58.902 INFO kablam! warning: type alias is never used: `Bounds3i` Oct 11 04:06:58.902 INFO kablam! --> src/core/mod.rs:22:1 Oct 11 04:06:58.902 INFO kablam! | Oct 11 04:06:58.902 INFO kablam! 22 | pub type Bounds3i = bounds3::Bounds3; Oct 11 04:06:58.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.902 INFO kablam! Oct 11 04:06:58.902 INFO kablam! warning: type alias is never used: `Point2f` Oct 11 04:06:58.902 INFO kablam! --> src/core/mod.rs:24:1 Oct 11 04:06:58.902 INFO kablam! | Oct 11 04:06:58.902 INFO kablam! 24 | pub type Point2f = point2::Point2; Oct 11 04:06:58.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.902 INFO kablam! Oct 11 04:06:58.902 INFO kablam! warning: type alias is never used: `Point2i` Oct 11 04:06:58.902 INFO kablam! --> src/core/mod.rs:25:1 Oct 11 04:06:58.902 INFO kablam! | Oct 11 04:06:58.902 INFO kablam! 25 | pub type Point2i = point2::Point2; Oct 11 04:06:58.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.902 INFO kablam! Oct 11 04:06:58.902 INFO kablam! warning: type alias is never used: `Point3i` Oct 11 04:06:58.902 INFO kablam! --> src/core/mod.rs:27:1 Oct 11 04:06:58.902 INFO kablam! | Oct 11 04:06:58.902 INFO kablam! 27 | pub type Point3i = point3::Point3; Oct 11 04:06:58.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.902 INFO kablam! Oct 11 04:06:58.902 INFO kablam! warning: type alias is never used: `Vector2f` Oct 11 04:06:58.902 INFO kablam! --> src/core/mod.rs:29:1 Oct 11 04:06:58.902 INFO kablam! | Oct 11 04:06:58.902 INFO kablam! 29 | pub type Vector2f = vector2::Vector2; Oct 11 04:06:58.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.902 INFO kablam! Oct 11 04:06:58.902 INFO kablam! warning: type alias is never used: `Vector3i` Oct 11 04:06:58.902 INFO kablam! --> src/core/mod.rs:32:1 Oct 11 04:06:58.902 INFO kablam! | Oct 11 04:06:58.902 INFO kablam! 32 | pub type Vector3i = vector3::Vector3; Oct 11 04:06:58.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:06:58.902 INFO kablam! Oct 11 04:06:59.444 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.65s Oct 11 04:06:59.444 INFO kablam! su: No module specific data is present Oct 11 04:07:00.567 INFO running `"docker" "rm" "-f" "a83719e9787978dd97cf76d9af87dd65410584a52697dab9e1c1c7aa6772ca8d"` Oct 11 04:07:00.844 INFO blam! a83719e9787978dd97cf76d9af87dd65410584a52697dab9e1c1c7aa6772ca8d Oct 11 04:07:00.846 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:07:00.846 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:07:01.214 INFO blam! 692871a72b7d4245b5a0111fb5c0a5576b4b6434bab86fc070b4cad7131af2ea Oct 11 04:07:01.216 INFO running `"docker" "start" "-a" "692871a72b7d4245b5a0111fb5c0a5576b4b6434bab86fc070b4cad7131af2ea"` Oct 11 04:07:02.356 INFO kablam! usermod: no changes Oct 11 04:07:02.421 INFO kablam! Compiling luminary v0.1.0 (/source) Oct 11 04:07:05.632 INFO kablam! warning: method is never used: `zero` Oct 11 04:07:05.632 INFO kablam! --> src/core/bounds2.rs:30:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 30 | pub fn zero() -> Self { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `zero` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:36:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 36 | pub fn zero() -> Self { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `corner` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:54:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 54 | pub fn corner(self, corner: usize) -> Point3 { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `intersection` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:81:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 81 | pub fn intersection(self, b: Bounds3) -> Self { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `overlap` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:96:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 96 | pub fn overlap(self, b: Bounds3) -> bool { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `inside` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:104:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 104 | pub fn inside(self, p: Point3) -> bool { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `inside_exclusive` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:112:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 112 | pub fn inside_exclusive(self, p: Point3) -> bool { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `expand` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:120:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 120 | pub fn expand(self, delta: T) -> Self { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `diagonal` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:135:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 135 | pub fn diagonal(self) -> Vector3 { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `surface_area` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:139:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 139 | pub fn surface_area(self) -> T { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `maximum_extent` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:145:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 145 | pub fn maximum_extent(self) -> usize { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `lerp` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:159:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 159 | pub fn lerp(self, t: Point3) -> Point3 { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `offset` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:167:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 167 | pub fn offset(self, p: Point3) -> Vector3 { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `bounding_sphere` Oct 11 04:07:05.633 INFO kablam! --> src/core/bounds3.rs:185:5 Oct 11 04:07:05.633 INFO kablam! | Oct 11 04:07:05.633 INFO kablam! 185 | pub fn bounding_sphere(self) -> (Point3, T) { Oct 11 04:07:05.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.633 INFO kablam! Oct 11 04:07:05.633 INFO kablam! warning: method is never used: `transpose` Oct 11 04:07:05.633 INFO kablam! --> src/core/matrix44.rs:47:5 Oct 11 04:07:05.634 INFO kablam! | Oct 11 04:07:05.634 INFO kablam! 47 | pub fn transpose(self) -> Self { Oct 11 04:07:05.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.634 INFO kablam! Oct 11 04:07:05.634 INFO kablam! warning: method is never used: `face_forward` Oct 11 04:07:05.634 INFO kablam! --> src/core/normal3.rs:104:5 Oct 11 04:07:05.634 INFO kablam! | Oct 11 04:07:05.634 INFO kablam! 104 | pub fn face_forward(self, other: Vector3) -> Self { Oct 11 04:07:05.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.634 INFO kablam! Oct 11 04:07:05.650 INFO kablam! warning: method is never used: `new` Oct 11 04:07:05.650 INFO kablam! --> src/core/ray.rs:20:5 Oct 11 04:07:05.650 INFO kablam! | Oct 11 04:07:05.650 INFO kablam! 20 | pub fn new(o: Point3f, d: Vector3f, medium: Medium, t_max: f64, time: f64) -> Self { Oct 11 04:07:05.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.650 INFO kablam! Oct 11 04:07:05.650 INFO kablam! warning: method is never used: `zero` Oct 11 04:07:05.650 INFO kablam! --> src/core/ray.rs:30:5 Oct 11 04:07:05.650 INFO kablam! | Oct 11 04:07:05.650 INFO kablam! 30 | pub fn zero() -> Self { Oct 11 04:07:05.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.650 INFO kablam! Oct 11 04:07:05.650 INFO kablam! warning: method is never used: `at` Oct 11 04:07:05.650 INFO kablam! --> src/core/ray.rs:40:5 Oct 11 04:07:05.650 INFO kablam! | Oct 11 04:07:05.650 INFO kablam! 40 | pub fn at(self, t: f64) -> Point3f { Oct 11 04:07:05.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.650 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: method is never used: `new` Oct 11 04:07:05.651 INFO kablam! --> src/core/ray_differential.rs:18:5 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 18 | pub fn new(o: Point3f, d: Vector3f, medium: Medium, t_max: f64, time: f64) -> Self { Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: method is never used: `zero` Oct 11 04:07:05.651 INFO kablam! --> src/core/ray_differential.rs:22:5 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 22 | pub fn zero() -> Self { Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: method is never used: `at` Oct 11 04:07:05.651 INFO kablam! --> src/core/ray_differential.rs:26:5 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 26 | pub fn at(self, t: f64) -> Point3f { Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: method is never used: `scale_differentials` Oct 11 04:07:05.651 INFO kablam! --> src/core/ray_differential.rs:30:5 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 30 | pub fn scale_differentials(mut self, s: f64) { Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: method is never used: `new` Oct 11 04:07:05.651 INFO kablam! --> src/core/transform.rs:15:5 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 15 | pub fn new() -> Self { Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: method is never used: `translate` Oct 11 04:07:05.651 INFO kablam! --> src/core/transform.rs:23:5 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 23 | pub fn translate(delta: Vector3f) -> Self { Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: method is never used: `scale` Oct 11 04:07:05.651 INFO kablam! --> src/core/transform.rs:41:5 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 41 | pub fn scale(x: f64, y: f64, z: f64) -> Self { Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: method is never used: `inverse` Oct 11 04:07:05.651 INFO kablam! --> src/core/transform.rs:58:5 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 58 | pub fn inverse(self) -> Self { Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: method is never used: `transpose` Oct 11 04:07:05.651 INFO kablam! --> src/core/transform.rs:65:5 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 65 | pub fn transpose(self) -> Self { Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: function is never used: `lerp` Oct 11 04:07:05.651 INFO kablam! --> src/core/utils.rs:11:1 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 11 | pub fn lerp(t: T, v1: T, v2: T) -> T { Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: method is never used: `coordinate_system` Oct 11 04:07:05.651 INFO kablam! --> src/core/vector3.rs:122:5 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 122 | pub fn coordinate_system(self) -> (Self, Self) { Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: type alias is never used: `Normal3f` Oct 11 04:07:05.651 INFO kablam! --> src/core/mod.rs:17:1 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 17 | pub type Normal3f = normal3::Normal3; Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: type alias is never used: `Bounds2f` Oct 11 04:07:05.651 INFO kablam! --> src/core/mod.rs:19:1 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 19 | pub type Bounds2f = bounds2::Bounds2; Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: type alias is never used: `Bounds2i` Oct 11 04:07:05.651 INFO kablam! --> src/core/mod.rs:20:1 Oct 11 04:07:05.651 INFO kablam! | Oct 11 04:07:05.651 INFO kablam! 20 | pub type Bounds2i = bounds2::Bounds2; Oct 11 04:07:05.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.651 INFO kablam! Oct 11 04:07:05.651 INFO kablam! warning: type alias is never used: `Bounds3f` Oct 11 04:07:05.651 INFO kablam! --> src/core/mod.rs:21:1 Oct 11 04:07:05.652 INFO kablam! | Oct 11 04:07:05.652 INFO kablam! 21 | pub type Bounds3f = bounds3::Bounds3; Oct 11 04:07:05.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.652 INFO kablam! Oct 11 04:07:05.652 INFO kablam! warning: type alias is never used: `Bounds3i` Oct 11 04:07:05.652 INFO kablam! --> src/core/mod.rs:22:1 Oct 11 04:07:05.652 INFO kablam! | Oct 11 04:07:05.652 INFO kablam! 22 | pub type Bounds3i = bounds3::Bounds3; Oct 11 04:07:05.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.652 INFO kablam! Oct 11 04:07:05.652 INFO kablam! warning: type alias is never used: `Point2f` Oct 11 04:07:05.652 INFO kablam! --> src/core/mod.rs:24:1 Oct 11 04:07:05.652 INFO kablam! | Oct 11 04:07:05.652 INFO kablam! 24 | pub type Point2f = point2::Point2; Oct 11 04:07:05.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.652 INFO kablam! Oct 11 04:07:05.652 INFO kablam! warning: type alias is never used: `Point2i` Oct 11 04:07:05.652 INFO kablam! --> src/core/mod.rs:25:1 Oct 11 04:07:05.652 INFO kablam! | Oct 11 04:07:05.652 INFO kablam! 25 | pub type Point2i = point2::Point2; Oct 11 04:07:05.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.652 INFO kablam! Oct 11 04:07:05.652 INFO kablam! warning: type alias is never used: `Point3i` Oct 11 04:07:05.652 INFO kablam! --> src/core/mod.rs:27:1 Oct 11 04:07:05.652 INFO kablam! | Oct 11 04:07:05.652 INFO kablam! 27 | pub type Point3i = point3::Point3; Oct 11 04:07:05.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.652 INFO kablam! Oct 11 04:07:05.652 INFO kablam! warning: type alias is never used: `Vector2f` Oct 11 04:07:05.652 INFO kablam! --> src/core/mod.rs:29:1 Oct 11 04:07:05.672 INFO kablam! | Oct 11 04:07:05.672 INFO kablam! 29 | pub type Vector2f = vector2::Vector2; Oct 11 04:07:05.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.672 INFO kablam! Oct 11 04:07:05.672 INFO kablam! warning: type alias is never used: `Vector3i` Oct 11 04:07:05.672 INFO kablam! --> src/core/mod.rs:32:1 Oct 11 04:07:05.672 INFO kablam! | Oct 11 04:07:05.672 INFO kablam! 32 | pub type Vector3i = vector3::Vector3; Oct 11 04:07:05.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:07:05.672 INFO kablam! Oct 11 04:07:07.161 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.78s Oct 11 04:07:07.168 INFO kablam! su: No module specific data is present Oct 11 04:07:07.816 INFO running `"docker" "rm" "-f" "692871a72b7d4245b5a0111fb5c0a5576b4b6434bab86fc070b4cad7131af2ea"` Oct 11 04:07:08.082 INFO blam! 692871a72b7d4245b5a0111fb5c0a5576b4b6434bab86fc070b4cad7131af2ea Oct 11 04:07:08.084 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:07:08.084 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:07:08.524 INFO blam! fc5480f54b64334cc63bd440b53d18766ccecd391440e0b5f3cb7d1ebfa8acbd Oct 11 04:07:08.525 INFO running `"docker" "start" "-a" "fc5480f54b64334cc63bd440b53d18766ccecd391440e0b5f3cb7d1ebfa8acbd"` Oct 11 04:07:10.116 INFO kablam! usermod: no changes Oct 11 04:07:10.196 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 04:07:10.205 INFO kablam! Running /target/debug/deps/luminary-13d35ecfa3298016 Oct 11 04:07:10.208 INFO blam! Oct 11 04:07:10.208 INFO blam! running 142 tests Oct 11 04:07:10.216 INFO blam! test core::matrix44::tests::inverse ... ok Oct 11 04:07:10.216 INFO blam! test core::normal3::tests::div ... ok Oct 11 04:07:10.216 INFO blam! test core::normal3::tests::add ... ok Oct 11 04:07:10.216 INFO blam! test core::normal3::tests::dot ... ok Oct 11 04:07:10.216 INFO blam! test core::normal3::tests::abs ... ok Oct 11 04:07:10.216 INFO blam! test core::normal3::tests::add_assign ... ok Oct 11 04:07:10.216 INFO blam! test core::normal3::tests::div_assign ... ok Oct 11 04:07:10.216 INFO blam! test core::normal3::tests::abs_dot ... ok Oct 11 04:07:10.216 INFO blam! test core::normal3::tests::from_vector3 ... ok Oct 11 04:07:10.228 INFO blam! test core::normal3::tests::length ... ok Oct 11 04:07:10.248 INFO blam! test core::normal3::tests::max_component ... ok Oct 11 04:07:10.248 INFO blam! test core::normal3::tests::index ... ok Oct 11 04:07:10.248 INFO blam! test core::normal3::tests::max ... ok Oct 11 04:07:10.248 INFO blam! test core::normal3::tests::length_squared ... ok Oct 11 04:07:10.256 INFO blam! test core::normal3::tests::max_dimension ... ok Oct 11 04:07:10.268 INFO blam! test core::normal3::tests::min ... ok Oct 11 04:07:10.272 INFO blam! test core::normal3::tests::index_mut ... ok Oct 11 04:07:10.284 INFO blam! test core::normal3::tests::min_component ... ok Oct 11 04:07:10.284 INFO blam! test core::normal3::tests::mul_assign ... ok Oct 11 04:07:10.284 INFO blam! test core::normal3::tests::new ... ok Oct 11 04:07:10.284 INFO blam! test core::normal3::tests::new_zero_int ... ok Oct 11 04:07:10.284 INFO blam! test core::normal3::tests::neg ... ok Oct 11 04:07:10.292 INFO blam! test core::point2::tests::abs ... ok Oct 11 04:07:10.292 INFO blam! test core::normal3::tests::permute ... ok Oct 11 04:07:10.292 INFO blam! test core::normal3::tests::sub ... ok Oct 11 04:07:10.292 INFO blam! test core::normal3::tests::sub_assign ... ok Oct 11 04:07:10.292 INFO blam! test core::normal3::tests::mul ... ok Oct 11 04:07:10.292 INFO blam! test core::normal3::tests::normalize ... ok Oct 11 04:07:10.292 INFO blam! test core::normal3::tests::new_zero ... ok Oct 11 04:07:10.292 INFO blam! test core::point2::tests::ceil ... ok Oct 11 04:07:10.292 INFO blam! test core::point2::tests::ceil_int ... ok Oct 11 04:07:10.292 INFO blam! test core::point2::tests::add ... ok Oct 11 04:07:10.293 INFO blam! test core::point2::tests::floor ... ok Oct 11 04:07:10.296 INFO blam! test core::point2::tests::floor_int ... ok Oct 11 04:07:10.304 INFO blam! test core::point2::tests::add_assign ... ok Oct 11 04:07:10.304 INFO blam! test core::point2::tests::add_vector ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::from_vector2 ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::from_point3 ... ok Oct 11 04:07:10.320 INFO blam! test core::normal3::tests::has_nans_true ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::mul ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::max ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::new ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::mul_assign ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::has_nans_true ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::index_mut ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::min ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::new_zero ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::new_zero_int ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::permute ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::new_int ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::sub ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::index ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::sub_assign ... ok Oct 11 04:07:10.320 INFO blam! test core::point2::tests::sub_vector ... ok Oct 11 04:07:10.320 INFO blam! test core::point3::tests::abs ... ok Oct 11 04:07:10.321 INFO blam! test core::point3::tests::floor ... ok Oct 11 04:07:10.321 INFO blam! test core::point3::tests::ceil ... ok Oct 11 04:07:10.321 INFO blam! test core::point3::tests::add_assign ... ok Oct 11 04:07:10.321 INFO blam! test core::point3::tests::add ... ok Oct 11 04:07:10.321 INFO blam! test core::point3::tests::add_vector ... ok Oct 11 04:07:10.321 INFO blam! test core::point3::tests::distance ... ok Oct 11 04:07:10.321 INFO blam! test core::point3::tests::ceil_int ... ok Oct 11 04:07:10.321 INFO blam! test core::point3::tests::distance_squared ... ok Oct 11 04:07:10.328 INFO blam! test core::point3::tests::floor_int ... ok Oct 11 04:07:10.328 INFO blam! test core::point3::tests::has_nans_true ... ok Oct 11 04:07:10.328 INFO blam! test core::point3::tests::index_mut ... ok Oct 11 04:07:10.328 INFO blam! test core::point3::tests::max ... ok Oct 11 04:07:10.328 INFO blam! test core::point3::tests::from_vector3 ... ok Oct 11 04:07:10.328 INFO blam! test core::point3::tests::lerp ... ok Oct 11 04:07:10.328 INFO blam! test core::point3::tests::index ... ok Oct 11 04:07:10.328 INFO blam! test core::point3::tests::min ... ok Oct 11 04:07:10.328 INFO blam! test core::point3::tests::new ... ok Oct 11 04:07:10.328 INFO blam! test core::point3::tests::sub ... ok Oct 11 04:07:10.328 INFO blam! test core::point3::tests::new_zero_int ... ok Oct 11 04:07:10.328 INFO blam! test core::point3::tests::sub_vector ... ok Oct 11 04:07:10.328 INFO blam! test core::utils::tests::has_nans_2_false ... ok Oct 11 04:07:10.328 INFO blam! test core::utils::tests::has_nans_2_true ... ok Oct 11 04:07:10.328 INFO blam! test core::utils::tests::has_nans_3_false ... ok Oct 11 04:07:10.328 INFO blam! test core::utils::tests::has_nans_3_true ... ok Oct 11 04:07:10.328 INFO blam! test core::vector2::tests::abs ... ok Oct 11 04:07:10.328 INFO blam! test core::vector2::tests::abs_dot ... ok Oct 11 04:07:10.328 INFO blam! test core::vector2::tests::add ... ok Oct 11 04:07:10.328 INFO blam! test core::vector2::tests::add_assign ... ok Oct 11 04:07:10.328 INFO blam! test core::vector2::tests::div ... ok Oct 11 04:07:10.328 INFO blam! test core::vector2::tests::div_assign ... ok Oct 11 04:07:10.328 INFO blam! test core::vector2::tests::dot ... ok Oct 11 04:07:10.328 INFO blam! test core::vector2::tests::has_nans_true ... ok Oct 11 04:07:10.329 INFO blam! test core::vector2::tests::index ... ok Oct 11 04:07:10.333 INFO blam! test core::vector2::tests::index_mut ... ok Oct 11 04:07:10.333 INFO blam! test core::point3::tests::mul ... ok Oct 11 04:07:10.333 INFO blam! test core::point3::tests::mul_assign ... ok Oct 11 04:07:10.333 INFO blam! test core::point3::tests::sub_assign ... ok Oct 11 04:07:10.333 INFO blam! test core::point3::tests::permute ... ok Oct 11 04:07:10.333 INFO blam! test core::point3::tests::new_int ... ok Oct 11 04:07:10.333 INFO blam! test core::vector2::tests::length_squared ... ok Oct 11 04:07:10.333 INFO blam! test core::point3::tests::new_zero ... ok Oct 11 04:07:10.356 INFO blam! test core::vector2::tests::max_dimension ... ok Oct 11 04:07:10.356 INFO blam! test core::vector2::tests::min ... ok Oct 11 04:07:10.356 INFO blam! test core::vector2::tests::max ... ok Oct 11 04:07:10.356 INFO blam! test core::vector2::tests::max_component ... ok Oct 11 04:07:10.356 INFO blam! test core::vector2::tests::min_component ... ok Oct 11 04:07:10.356 INFO blam! test core::vector2::tests::length ... ok Oct 11 04:07:10.356 INFO blam! test core::vector2::tests::mul ... ok Oct 11 04:07:10.360 INFO blam! test core::vector2::tests::neg ... ok Oct 11 04:07:10.360 INFO blam! test core::vector2::tests::normalize ... ok Oct 11 04:07:10.360 INFO blam! test core::vector2::tests::new ... ok Oct 11 04:07:10.360 INFO blam! test core::vector2::tests::permute ... ok Oct 11 04:07:10.360 INFO blam! test core::vector2::tests::new_int ... ok Oct 11 04:07:10.360 INFO blam! test core::vector2::tests::new_zero ... ok Oct 11 04:07:10.360 INFO blam! test core::vector2::tests::new_zero_int ... ok Oct 11 04:07:10.360 INFO blam! test core::vector2::tests::mul_assign ... ok Oct 11 04:07:10.360 INFO blam! test core::vector2::tests::sub_assign ... ok Oct 11 04:07:10.360 INFO blam! test core::vector3::tests::abs ... ok Oct 11 04:07:10.360 INFO blam! test core::vector3::tests::add ... ok Oct 11 04:07:10.360 INFO blam! test core::vector3::tests::abs_dot ... ok Oct 11 04:07:10.360 INFO blam! test core::vector3::tests::add_assign ... ok Oct 11 04:07:10.360 INFO blam! test core::vector3::tests::cross ... ok Oct 11 04:07:10.360 INFO blam! test core::vector3::tests::div ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::div_assign ... ok Oct 11 04:07:10.361 INFO blam! test core::vector2::tests::sub ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::dot ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::from_normal3 ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::has_nans_true ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::index ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::length ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::length_squared ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::min_component ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::min ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::mul ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::max_dimension ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::mul_assign ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::max_component ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::neg ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::new ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::new_zero ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::new_zero_int ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::normalize ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::permute ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::sub ... ok Oct 11 04:07:10.361 INFO blam! test core::vector3::tests::sub_assign ... ok Oct 11 04:07:10.368 INFO blam! test core::vector3::tests::index_mut ... ok Oct 11 04:07:10.368 INFO blam! test core::vector3::tests::max ... ok Oct 11 04:07:10.368 INFO blam! Oct 11 04:07:10.368 INFO blam! test result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:07:10.368 INFO blam! Oct 11 04:07:10.376 INFO kablam! su: No module specific data is present Oct 11 04:07:11.034 INFO running `"docker" "rm" "-f" "fc5480f54b64334cc63bd440b53d18766ccecd391440e0b5f3cb7d1ebfa8acbd"` Oct 11 04:07:11.328 INFO blam! fc5480f54b64334cc63bd440b53d18766ccecd391440e0b5f3cb7d1ebfa8acbd