Oct 15 06:07:05.410 INFO testing TrevorS/luminary against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:07:05.412 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 06:07:05.807 INFO blam! 776adcfc8d1ab81baae2a826eb431a105bc3d53333f6d7633162292a025172d1 Oct 15 06:07:05.823 INFO running `"docker" "start" "-a" "776adcfc8d1ab81baae2a826eb431a105bc3d53333f6d7633162292a025172d1"` Oct 15 06:07:07.018 INFO kablam! usermod: no changes Oct 15 06:07:07.145 INFO kablam! Compiling num-bigint v0.1.44 Oct 15 06:07:10.527 INFO kablam! Compiling num-rational v0.1.42 Oct 15 06:07:12.615 INFO kablam! Compiling num v0.1.42 Oct 15 06:07:13.135 INFO kablam! Compiling luminary v0.1.0 (/source) Oct 15 06:07:14.152 INFO kablam! warning: method is never used: `zero` Oct 15 06:07:14.152 INFO kablam! --> src/core/bounds2.rs:30:5 Oct 15 06:07:14.152 INFO kablam! | Oct 15 06:07:14.152 INFO kablam! 30 | pub fn zero() -> Self { Oct 15 06:07:14.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.152 INFO kablam! | Oct 15 06:07:14.152 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:07:14.152 INFO kablam! Oct 15 06:07:14.152 INFO kablam! warning: method is never used: `zero` Oct 15 06:07:14.152 INFO kablam! --> src/core/bounds3.rs:36:5 Oct 15 06:07:14.152 INFO kablam! | Oct 15 06:07:14.152 INFO kablam! 36 | pub fn zero() -> Self { Oct 15 06:07:14.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.152 INFO kablam! Oct 15 06:07:14.152 INFO kablam! warning: method is never used: `corner` Oct 15 06:07:14.152 INFO kablam! --> src/core/bounds3.rs:54:5 Oct 15 06:07:14.152 INFO kablam! | Oct 15 06:07:14.152 INFO kablam! 54 | pub fn corner(self, corner: usize) -> Point3 { Oct 15 06:07:14.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.152 INFO kablam! Oct 15 06:07:14.152 INFO kablam! warning: method is never used: `intersection` Oct 15 06:07:14.152 INFO kablam! --> src/core/bounds3.rs:81:5 Oct 15 06:07:14.152 INFO kablam! | Oct 15 06:07:14.152 INFO kablam! 81 | pub fn intersection(self, b: Bounds3) -> Self { Oct 15 06:07:14.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.152 INFO kablam! Oct 15 06:07:14.152 INFO kablam! warning: method is never used: `overlap` Oct 15 06:07:14.152 INFO kablam! --> src/core/bounds3.rs:96:5 Oct 15 06:07:14.152 INFO kablam! | Oct 15 06:07:14.152 INFO kablam! 96 | pub fn overlap(self, b: Bounds3) -> bool { Oct 15 06:07:14.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.152 INFO kablam! Oct 15 06:07:14.152 INFO kablam! warning: method is never used: `inside` Oct 15 06:07:14.152 INFO kablam! --> src/core/bounds3.rs:104:5 Oct 15 06:07:14.152 INFO kablam! | Oct 15 06:07:14.152 INFO kablam! 104 | pub fn inside(self, p: Point3) -> bool { Oct 15 06:07:14.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.159 INFO kablam! Oct 15 06:07:14.159 INFO kablam! warning: method is never used: `inside_exclusive` Oct 15 06:07:14.159 INFO kablam! --> src/core/bounds3.rs:112:5 Oct 15 06:07:14.159 INFO kablam! | Oct 15 06:07:14.159 INFO kablam! 112 | pub fn inside_exclusive(self, p: Point3) -> bool { Oct 15 06:07:14.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.159 INFO kablam! Oct 15 06:07:14.159 INFO kablam! warning: method is never used: `expand` Oct 15 06:07:14.159 INFO kablam! --> src/core/bounds3.rs:120:5 Oct 15 06:07:14.159 INFO kablam! | Oct 15 06:07:14.159 INFO kablam! 120 | pub fn expand(self, delta: T) -> Self { Oct 15 06:07:14.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.159 INFO kablam! Oct 15 06:07:14.159 INFO kablam! warning: method is never used: `diagonal` Oct 15 06:07:14.159 INFO kablam! --> src/core/bounds3.rs:135:5 Oct 15 06:07:14.159 INFO kablam! | Oct 15 06:07:14.159 INFO kablam! 135 | pub fn diagonal(self) -> Vector3 { Oct 15 06:07:14.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.159 INFO kablam! Oct 15 06:07:14.159 INFO kablam! warning: method is never used: `surface_area` Oct 15 06:07:14.159 INFO kablam! --> src/core/bounds3.rs:139:5 Oct 15 06:07:14.159 INFO kablam! | Oct 15 06:07:14.159 INFO kablam! 139 | pub fn surface_area(self) -> T { Oct 15 06:07:14.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `maximum_extent` Oct 15 06:07:14.160 INFO kablam! --> src/core/bounds3.rs:145:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 145 | pub fn maximum_extent(self) -> usize { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `lerp` Oct 15 06:07:14.160 INFO kablam! --> src/core/bounds3.rs:159:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 159 | pub fn lerp(self, t: Point3) -> Point3 { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `offset` Oct 15 06:07:14.160 INFO kablam! --> src/core/bounds3.rs:167:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 167 | pub fn offset(self, p: Point3) -> Vector3 { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `bounding_sphere` Oct 15 06:07:14.160 INFO kablam! --> src/core/bounds3.rs:185:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 185 | pub fn bounding_sphere(self) -> (Point3, T) { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `transpose` Oct 15 06:07:14.160 INFO kablam! --> src/core/matrix44.rs:47:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 47 | pub fn transpose(self) -> Self { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `new` Oct 15 06:07:14.160 INFO kablam! --> src/core/normal3.rs:18:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 18 | pub fn new(x: T, y: T, z: T) -> Self { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `zero` Oct 15 06:07:14.160 INFO kablam! --> src/core/normal3.rs:24:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 24 | pub fn zero() -> Self { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `abs` Oct 15 06:07:14.160 INFO kablam! --> src/core/normal3.rs:28:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 28 | pub fn abs(self) -> Self { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `dot` Oct 15 06:07:14.160 INFO kablam! --> src/core/normal3.rs:36:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 36 | pub fn dot(self, other: Self) -> T { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `abs_dot` Oct 15 06:07:14.160 INFO kablam! --> src/core/normal3.rs:40:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 40 | pub fn abs_dot(self, other: Self) -> T { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `length_squared` Oct 15 06:07:14.160 INFO kablam! --> src/core/normal3.rs:44:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 44 | pub fn length_squared(self) -> T { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `length` Oct 15 06:07:14.160 INFO kablam! --> src/core/normal3.rs:48:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 48 | pub fn length(self) -> T { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `normalize` Oct 15 06:07:14.160 INFO kablam! --> src/core/normal3.rs:52:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 52 | pub fn normalize(self) -> Self { Oct 15 06:07:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.160 INFO kablam! Oct 15 06:07:14.160 INFO kablam! warning: method is never used: `min_component` Oct 15 06:07:14.160 INFO kablam! --> src/core/normal3.rs:56:5 Oct 15 06:07:14.160 INFO kablam! | Oct 15 06:07:14.160 INFO kablam! 56 | pub fn min_component(self) -> T { Oct 15 06:07:14.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.161 INFO kablam! Oct 15 06:07:14.161 INFO kablam! warning: method is never used: `max_component` Oct 15 06:07:14.161 INFO kablam! --> src/core/normal3.rs:60:5 Oct 15 06:07:14.161 INFO kablam! | Oct 15 06:07:14.161 INFO kablam! 60 | pub fn max_component(self) -> T { Oct 15 06:07:14.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.161 INFO kablam! Oct 15 06:07:14.161 INFO kablam! warning: method is never used: `max_dimension` Oct 15 06:07:14.161 INFO kablam! --> src/core/normal3.rs:64:5 Oct 15 06:07:14.161 INFO kablam! | Oct 15 06:07:14.161 INFO kablam! 64 | pub fn max_dimension(self) -> usize { Oct 15 06:07:14.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.161 INFO kablam! Oct 15 06:07:14.161 INFO kablam! warning: method is never used: `min` Oct 15 06:07:14.161 INFO kablam! --> src/core/normal3.rs:80:5 Oct 15 06:07:14.161 INFO kablam! | Oct 15 06:07:14.161 INFO kablam! 80 | pub fn min(self, other: Self) -> Self { Oct 15 06:07:14.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.161 INFO kablam! Oct 15 06:07:14.178 INFO kablam! warning: method is never used: `max` Oct 15 06:07:14.178 INFO kablam! --> src/core/normal3.rs:88:5 Oct 15 06:07:14.178 INFO kablam! | Oct 15 06:07:14.178 INFO kablam! 88 | pub fn max(self, other: Self) -> Self { Oct 15 06:07:14.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.178 INFO kablam! Oct 15 06:07:14.178 INFO kablam! warning: method is never used: `permute` Oct 15 06:07:14.178 INFO kablam! --> src/core/normal3.rs:96:5 Oct 15 06:07:14.178 INFO kablam! | Oct 15 06:07:14.178 INFO kablam! 96 | pub fn permute(self, x: usize, y: usize, z: usize) -> Self { Oct 15 06:07:14.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.178 INFO kablam! Oct 15 06:07:14.178 INFO kablam! warning: method is never used: `face_forward` Oct 15 06:07:14.178 INFO kablam! --> src/core/normal3.rs:104:5 Oct 15 06:07:14.178 INFO kablam! | Oct 15 06:07:14.178 INFO kablam! 104 | pub fn face_forward(self, other: Vector3) -> Self { Oct 15 06:07:14.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.178 INFO kablam! Oct 15 06:07:14.178 INFO kablam! warning: method is never used: `new` Oct 15 06:07:14.178 INFO kablam! --> src/core/point2.rs:15:5 Oct 15 06:07:14.178 INFO kablam! | Oct 15 06:07:14.178 INFO kablam! 15 | pub fn new(x: T, y: T) -> Self { Oct 15 06:07:14.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.178 INFO kablam! Oct 15 06:07:14.178 INFO kablam! warning: method is never used: `zero` Oct 15 06:07:14.178 INFO kablam! --> src/core/point2.rs:21:5 Oct 15 06:07:14.178 INFO kablam! | Oct 15 06:07:14.178 INFO kablam! 21 | pub fn zero() -> Self { Oct 15 06:07:14.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.178 INFO kablam! Oct 15 06:07:14.178 INFO kablam! warning: method is never used: `min` Oct 15 06:07:14.178 INFO kablam! --> src/core/point2.rs:25:5 Oct 15 06:07:14.178 INFO kablam! | Oct 15 06:07:14.178 INFO kablam! 25 | pub fn min(self, other: Self) -> Self { Oct 15 06:07:14.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.178 INFO kablam! Oct 15 06:07:14.178 INFO kablam! warning: method is never used: `max` Oct 15 06:07:14.178 INFO kablam! --> src/core/point2.rs:32:5 Oct 15 06:07:14.178 INFO kablam! | Oct 15 06:07:14.178 INFO kablam! 32 | pub fn max(self, other: Self) -> Self { Oct 15 06:07:14.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.178 INFO kablam! Oct 15 06:07:14.178 INFO kablam! warning: method is never used: `floor` Oct 15 06:07:14.178 INFO kablam! --> src/core/point2.rs:39:5 Oct 15 06:07:14.178 INFO kablam! | Oct 15 06:07:14.178 INFO kablam! 39 | pub fn floor(self) -> Self { Oct 15 06:07:14.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.178 INFO kablam! Oct 15 06:07:14.178 INFO kablam! warning: method is never used: `ceil` Oct 15 06:07:14.178 INFO kablam! --> src/core/point2.rs:46:5 Oct 15 06:07:14.178 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 46 | pub fn ceil(self) -> Self { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `abs` Oct 15 06:07:14.179 INFO kablam! --> src/core/point2.rs:53:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 53 | pub fn abs(self) -> Self { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `permute` Oct 15 06:07:14.179 INFO kablam! --> src/core/point2.rs:60:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 60 | pub fn permute(self, x: usize, y: usize) -> Self { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `new` Oct 15 06:07:14.179 INFO kablam! --> src/core/point3.rs:19:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 19 | pub fn new(x: T, y: T, z: T) -> Self { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `zero` Oct 15 06:07:14.179 INFO kablam! --> src/core/point3.rs:25:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 25 | pub fn zero() -> Self { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `distance_squared` Oct 15 06:07:14.179 INFO kablam! --> src/core/point3.rs:29:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 29 | pub fn distance_squared(self, other: Self) -> T { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `distance` Oct 15 06:07:14.179 INFO kablam! --> src/core/point3.rs:33:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 33 | pub fn distance(self, other: Self) -> T { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `lerp` Oct 15 06:07:14.179 INFO kablam! --> src/core/point3.rs:37:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 37 | pub fn lerp(self, other: Self, t: f64) -> Self { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `min` Oct 15 06:07:14.179 INFO kablam! --> src/core/point3.rs:42:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 42 | pub fn min(self, other: Self) -> Self { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `max` Oct 15 06:07:14.179 INFO kablam! --> src/core/point3.rs:50:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 50 | pub fn max(self, other: Self) -> Self { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `floor` Oct 15 06:07:14.179 INFO kablam! --> src/core/point3.rs:58:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 58 | pub fn floor(self) -> Self { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `ceil` Oct 15 06:07:14.179 INFO kablam! --> src/core/point3.rs:66:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 66 | pub fn ceil(self) -> Self { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `abs` Oct 15 06:07:14.179 INFO kablam! --> src/core/point3.rs:74:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 74 | pub fn abs(self) -> Self { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `permute` Oct 15 06:07:14.179 INFO kablam! --> src/core/point3.rs:82:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 82 | pub fn permute(self, x: usize, y: usize, z: usize) -> Self { Oct 15 06:07:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.179 INFO kablam! Oct 15 06:07:14.179 INFO kablam! warning: method is never used: `new` Oct 15 06:07:14.179 INFO kablam! --> src/core/ray.rs:20:5 Oct 15 06:07:14.179 INFO kablam! | Oct 15 06:07:14.179 INFO kablam! 20 | pub fn new(o: Point3f, d: Vector3f, medium: Medium, t_max: f64, time: f64) -> Self { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `zero` Oct 15 06:07:14.180 INFO kablam! --> src/core/ray.rs:30:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 30 | pub fn zero() -> Self { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `at` Oct 15 06:07:14.180 INFO kablam! --> src/core/ray.rs:40:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 40 | pub fn at(self, t: f64) -> Point3f { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `new` Oct 15 06:07:14.180 INFO kablam! --> src/core/ray_differential.rs:18:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 18 | pub fn new(o: Point3f, d: Vector3f, medium: Medium, t_max: f64, time: f64) -> Self { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `zero` Oct 15 06:07:14.180 INFO kablam! --> src/core/ray_differential.rs:22:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 22 | pub fn zero() -> Self { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `at` Oct 15 06:07:14.180 INFO kablam! --> src/core/ray_differential.rs:26:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 26 | pub fn at(self, t: f64) -> Point3f { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `scale_differentials` Oct 15 06:07:14.180 INFO kablam! --> src/core/ray_differential.rs:30:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 30 | pub fn scale_differentials(mut self, s: f64) { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `new` Oct 15 06:07:14.180 INFO kablam! --> src/core/transform.rs:15:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 15 | pub fn new() -> Self { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `translate` Oct 15 06:07:14.180 INFO kablam! --> src/core/transform.rs:23:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 23 | pub fn translate(delta: Vector3f) -> Self { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `scale` Oct 15 06:07:14.180 INFO kablam! --> src/core/transform.rs:41:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 41 | pub fn scale(x: f64, y: f64, z: f64) -> Self { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `inverse` Oct 15 06:07:14.180 INFO kablam! --> src/core/transform.rs:58:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 58 | pub fn inverse(self) -> Self { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `transpose` Oct 15 06:07:14.180 INFO kablam! --> src/core/transform.rs:65:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 65 | pub fn transpose(self) -> Self { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: function is never used: `lerp` Oct 15 06:07:14.180 INFO kablam! --> src/core/utils.rs:11:1 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 11 | pub fn lerp(t: T, v1: T, v2: T) -> T { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `zero` Oct 15 06:07:14.180 INFO kablam! --> src/core/vector2.rs:20:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.180 INFO kablam! 20 | pub fn zero() -> Self { Oct 15 06:07:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.180 INFO kablam! Oct 15 06:07:14.180 INFO kablam! warning: method is never used: `abs` Oct 15 06:07:14.180 INFO kablam! --> src/core/vector2.rs:24:5 Oct 15 06:07:14.180 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 24 | pub fn abs(self) -> Self { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `dot` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector2.rs:31:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 31 | pub fn dot(self, other: Self) -> T { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `abs_dot` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector2.rs:35:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 35 | pub fn abs_dot(self, other: Self) -> T { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `length_squared` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector2.rs:39:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 39 | pub fn length_squared(self) -> T { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `length` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector2.rs:43:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 43 | pub fn length(self) -> T { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `normalize` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector2.rs:47:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 47 | pub fn normalize(self) -> Self { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `min_component` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector2.rs:51:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 51 | pub fn min_component(self) -> T { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `max_component` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector2.rs:55:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 55 | pub fn max_component(self) -> T { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `max_dimension` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector2.rs:59:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 59 | pub fn max_dimension(self) -> usize { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `min` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector2.rs:67:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 67 | pub fn min(self, other: Self) -> Self { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `max` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector2.rs:74:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 74 | pub fn max(self, other: Self) -> Self { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `permute` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector2.rs:81:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 81 | pub fn permute(self, x: usize, y: usize) -> Self { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `abs_dot` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector3.rs:42:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 42 | pub fn abs_dot(self, other: Self) -> T { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `cross` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector3.rs:46:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.181 INFO kablam! 46 | pub fn cross(self, other: Self) -> Self { Oct 15 06:07:14.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.181 INFO kablam! Oct 15 06:07:14.181 INFO kablam! warning: method is never used: `length` Oct 15 06:07:14.181 INFO kablam! --> src/core/vector3.rs:66:5 Oct 15 06:07:14.181 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 66 | pub fn length(self) -> T { Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: method is never used: `normalize` Oct 15 06:07:14.182 INFO kablam! --> src/core/vector3.rs:70:5 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 70 | pub fn normalize(self) -> Self { Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: method is never used: `min_component` Oct 15 06:07:14.182 INFO kablam! --> src/core/vector3.rs:74:5 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 74 | pub fn min_component(self) -> T { Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: method is never used: `max_component` Oct 15 06:07:14.182 INFO kablam! --> src/core/vector3.rs:78:5 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 78 | pub fn max_component(self) -> T { Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: method is never used: `max_dimension` Oct 15 06:07:14.182 INFO kablam! --> src/core/vector3.rs:82:5 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 82 | pub fn max_dimension(self) -> usize { Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: method is never used: `min` Oct 15 06:07:14.182 INFO kablam! --> src/core/vector3.rs:98:5 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 98 | pub fn min(self, other: Self) -> Self { Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: method is never used: `max` Oct 15 06:07:14.182 INFO kablam! --> src/core/vector3.rs:106:5 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 106 | pub fn max(self, other: Self) -> Self { Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: method is never used: `permute` Oct 15 06:07:14.182 INFO kablam! --> src/core/vector3.rs:114:5 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 114 | pub fn permute(self, x: usize, y: usize, z: usize) -> Self { Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: method is never used: `coordinate_system` Oct 15 06:07:14.182 INFO kablam! --> src/core/vector3.rs:122:5 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 122 | pub fn coordinate_system(self) -> (Self, Self) { Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: type alias is never used: `Normal3f` Oct 15 06:07:14.182 INFO kablam! --> src/core/mod.rs:17:1 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 17 | pub type Normal3f = normal3::Normal3; Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: type alias is never used: `Bounds2f` Oct 15 06:07:14.182 INFO kablam! --> src/core/mod.rs:19:1 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 19 | pub type Bounds2f = bounds2::Bounds2; Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: type alias is never used: `Bounds2i` Oct 15 06:07:14.182 INFO kablam! --> src/core/mod.rs:20:1 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 20 | pub type Bounds2i = bounds2::Bounds2; Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: type alias is never used: `Bounds3f` Oct 15 06:07:14.182 INFO kablam! --> src/core/mod.rs:21:1 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 21 | pub type Bounds3f = bounds3::Bounds3; Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.182 INFO kablam! Oct 15 06:07:14.182 INFO kablam! warning: type alias is never used: `Bounds3i` Oct 15 06:07:14.182 INFO kablam! --> src/core/mod.rs:22:1 Oct 15 06:07:14.182 INFO kablam! | Oct 15 06:07:14.182 INFO kablam! 22 | pub type Bounds3i = bounds3::Bounds3; Oct 15 06:07:14.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.183 INFO kablam! Oct 15 06:07:14.183 INFO kablam! warning: type alias is never used: `Point2f` Oct 15 06:07:14.183 INFO kablam! --> src/core/mod.rs:24:1 Oct 15 06:07:14.183 INFO kablam! | Oct 15 06:07:14.183 INFO kablam! 24 | pub type Point2f = point2::Point2; Oct 15 06:07:14.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.183 INFO kablam! Oct 15 06:07:14.183 INFO kablam! warning: type alias is never used: `Point2i` Oct 15 06:07:14.183 INFO kablam! --> src/core/mod.rs:25:1 Oct 15 06:07:14.183 INFO kablam! | Oct 15 06:07:14.183 INFO kablam! 25 | pub type Point2i = point2::Point2; Oct 15 06:07:14.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.183 INFO kablam! Oct 15 06:07:14.183 INFO kablam! warning: type alias is never used: `Point3i` Oct 15 06:07:14.183 INFO kablam! --> src/core/mod.rs:27:1 Oct 15 06:07:14.183 INFO kablam! | Oct 15 06:07:14.183 INFO kablam! 27 | pub type Point3i = point3::Point3; Oct 15 06:07:14.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.183 INFO kablam! Oct 15 06:07:14.183 INFO kablam! warning: type alias is never used: `Vector2f` Oct 15 06:07:14.183 INFO kablam! --> src/core/mod.rs:29:1 Oct 15 06:07:14.183 INFO kablam! | Oct 15 06:07:14.183 INFO kablam! 29 | pub type Vector2f = vector2::Vector2; Oct 15 06:07:14.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.183 INFO kablam! Oct 15 06:07:14.183 INFO kablam! warning: type alias is never used: `Vector3i` Oct 15 06:07:14.183 INFO kablam! --> src/core/mod.rs:32:1 Oct 15 06:07:14.183 INFO kablam! | Oct 15 06:07:14.183 INFO kablam! 32 | pub type Vector3i = vector3::Vector3; Oct 15 06:07:14.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:14.183 INFO kablam! Oct 15 06:07:14.613 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.54s Oct 15 06:07:14.623 INFO kablam! su: No module specific data is present Oct 15 06:07:15.635 INFO running `"docker" "rm" "-f" "776adcfc8d1ab81baae2a826eb431a105bc3d53333f6d7633162292a025172d1"` Oct 15 06:07:15.919 INFO blam! 776adcfc8d1ab81baae2a826eb431a105bc3d53333f6d7633162292a025172d1 Oct 15 06:07:15.921 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 06:07:16.275 INFO blam! 50a274c1fb43403e2cf4104848aeb91065a5bad419444e33131214018d8c9a02 Oct 15 06:07:16.277 INFO running `"docker" "start" "-a" "50a274c1fb43403e2cf4104848aeb91065a5bad419444e33131214018d8c9a02"` Oct 15 06:07:17.373 INFO kablam! usermod: no changes Oct 15 06:07:17.455 INFO kablam! Compiling luminary v0.1.0 (/source) Oct 15 06:07:19.871 INFO kablam! warning: method is never used: `zero` Oct 15 06:07:19.871 INFO kablam! --> src/core/bounds2.rs:30:5 Oct 15 06:07:19.871 INFO kablam! | Oct 15 06:07:19.871 INFO kablam! 30 | pub fn zero() -> Self { Oct 15 06:07:19.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.871 INFO kablam! | Oct 15 06:07:19.871 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:07:19.871 INFO kablam! Oct 15 06:07:19.871 INFO kablam! warning: method is never used: `zero` Oct 15 06:07:19.871 INFO kablam! --> src/core/bounds3.rs:36:5 Oct 15 06:07:19.871 INFO kablam! | Oct 15 06:07:19.871 INFO kablam! 36 | pub fn zero() -> Self { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `corner` Oct 15 06:07:19.872 INFO kablam! --> src/core/bounds3.rs:54:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 54 | pub fn corner(self, corner: usize) -> Point3 { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `intersection` Oct 15 06:07:19.872 INFO kablam! --> src/core/bounds3.rs:81:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 81 | pub fn intersection(self, b: Bounds3) -> Self { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `overlap` Oct 15 06:07:19.872 INFO kablam! --> src/core/bounds3.rs:96:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 96 | pub fn overlap(self, b: Bounds3) -> bool { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `inside` Oct 15 06:07:19.872 INFO kablam! --> src/core/bounds3.rs:104:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 104 | pub fn inside(self, p: Point3) -> bool { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `inside_exclusive` Oct 15 06:07:19.872 INFO kablam! --> src/core/bounds3.rs:112:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 112 | pub fn inside_exclusive(self, p: Point3) -> bool { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `expand` Oct 15 06:07:19.872 INFO kablam! --> src/core/bounds3.rs:120:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 120 | pub fn expand(self, delta: T) -> Self { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `diagonal` Oct 15 06:07:19.872 INFO kablam! --> src/core/bounds3.rs:135:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 135 | pub fn diagonal(self) -> Vector3 { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `surface_area` Oct 15 06:07:19.872 INFO kablam! --> src/core/bounds3.rs:139:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 139 | pub fn surface_area(self) -> T { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `maximum_extent` Oct 15 06:07:19.872 INFO kablam! --> src/core/bounds3.rs:145:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 145 | pub fn maximum_extent(self) -> usize { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `lerp` Oct 15 06:07:19.872 INFO kablam! --> src/core/bounds3.rs:159:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 159 | pub fn lerp(self, t: Point3) -> Point3 { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `offset` Oct 15 06:07:19.872 INFO kablam! --> src/core/bounds3.rs:167:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 167 | pub fn offset(self, p: Point3) -> Vector3 { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `bounding_sphere` Oct 15 06:07:19.872 INFO kablam! --> src/core/bounds3.rs:185:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 185 | pub fn bounding_sphere(self) -> (Point3, T) { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `transpose` Oct 15 06:07:19.872 INFO kablam! --> src/core/matrix44.rs:47:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 47 | pub fn transpose(self) -> Self { Oct 15 06:07:19.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.872 INFO kablam! Oct 15 06:07:19.872 INFO kablam! warning: method is never used: `face_forward` Oct 15 06:07:19.872 INFO kablam! --> src/core/normal3.rs:104:5 Oct 15 06:07:19.872 INFO kablam! | Oct 15 06:07:19.872 INFO kablam! 104 | pub fn face_forward(self, other: Vector3) -> Self { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.873 INFO kablam! warning: method is never used: `new` Oct 15 06:07:19.873 INFO kablam! --> src/core/ray.rs:20:5 Oct 15 06:07:19.873 INFO kablam! | Oct 15 06:07:19.873 INFO kablam! 20 | pub fn new(o: Point3f, d: Vector3f, medium: Medium, t_max: f64, time: f64) -> Self { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.873 INFO kablam! warning: method is never used: `zero` Oct 15 06:07:19.873 INFO kablam! --> src/core/ray.rs:30:5 Oct 15 06:07:19.873 INFO kablam! | Oct 15 06:07:19.873 INFO kablam! 30 | pub fn zero() -> Self { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.873 INFO kablam! warning: method is never used: `at` Oct 15 06:07:19.873 INFO kablam! --> src/core/ray.rs:40:5 Oct 15 06:07:19.873 INFO kablam! | Oct 15 06:07:19.873 INFO kablam! 40 | pub fn at(self, t: f64) -> Point3f { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.873 INFO kablam! warning: method is never used: `new` Oct 15 06:07:19.873 INFO kablam! --> src/core/ray_differential.rs:18:5 Oct 15 06:07:19.873 INFO kablam! | Oct 15 06:07:19.873 INFO kablam! 18 | pub fn new(o: Point3f, d: Vector3f, medium: Medium, t_max: f64, time: f64) -> Self { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.873 INFO kablam! warning: method is never used: `zero` Oct 15 06:07:19.873 INFO kablam! --> src/core/ray_differential.rs:22:5 Oct 15 06:07:19.873 INFO kablam! | Oct 15 06:07:19.873 INFO kablam! 22 | pub fn zero() -> Self { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.873 INFO kablam! warning: method is never used: `at` Oct 15 06:07:19.873 INFO kablam! --> src/core/ray_differential.rs:26:5 Oct 15 06:07:19.873 INFO kablam! | Oct 15 06:07:19.873 INFO kablam! 26 | pub fn at(self, t: f64) -> Point3f { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.873 INFO kablam! warning: method is never used: `scale_differentials` Oct 15 06:07:19.873 INFO kablam! --> src/core/ray_differential.rs:30:5 Oct 15 06:07:19.873 INFO kablam! | Oct 15 06:07:19.873 INFO kablam! 30 | pub fn scale_differentials(mut self, s: f64) { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.873 INFO kablam! warning: method is never used: `new` Oct 15 06:07:19.873 INFO kablam! --> src/core/transform.rs:15:5 Oct 15 06:07:19.873 INFO kablam! | Oct 15 06:07:19.873 INFO kablam! 15 | pub fn new() -> Self { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.873 INFO kablam! warning: method is never used: `translate` Oct 15 06:07:19.873 INFO kablam! --> src/core/transform.rs:23:5 Oct 15 06:07:19.873 INFO kablam! | Oct 15 06:07:19.873 INFO kablam! 23 | pub fn translate(delta: Vector3f) -> Self { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.873 INFO kablam! warning: method is never used: `scale` Oct 15 06:07:19.873 INFO kablam! --> src/core/transform.rs:41:5 Oct 15 06:07:19.873 INFO kablam! | Oct 15 06:07:19.873 INFO kablam! 41 | pub fn scale(x: f64, y: f64, z: f64) -> Self { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.873 INFO kablam! warning: method is never used: `inverse` Oct 15 06:07:19.873 INFO kablam! --> src/core/transform.rs:58:5 Oct 15 06:07:19.873 INFO kablam! | Oct 15 06:07:19.873 INFO kablam! 58 | pub fn inverse(self) -> Self { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.873 INFO kablam! warning: method is never used: `transpose` Oct 15 06:07:19.873 INFO kablam! --> src/core/transform.rs:65:5 Oct 15 06:07:19.873 INFO kablam! | Oct 15 06:07:19.873 INFO kablam! 65 | pub fn transpose(self) -> Self { Oct 15 06:07:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.873 INFO kablam! Oct 15 06:07:19.883 INFO kablam! warning: function is never used: `lerp` Oct 15 06:07:19.883 INFO kablam! --> src/core/utils.rs:11:1 Oct 15 06:07:19.883 INFO kablam! | Oct 15 06:07:19.883 INFO kablam! 11 | pub fn lerp(t: T, v1: T, v2: T) -> T { Oct 15 06:07:19.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.883 INFO kablam! Oct 15 06:07:19.883 INFO kablam! warning: method is never used: `coordinate_system` Oct 15 06:07:19.883 INFO kablam! --> src/core/vector3.rs:122:5 Oct 15 06:07:19.883 INFO kablam! | Oct 15 06:07:19.883 INFO kablam! 122 | pub fn coordinate_system(self) -> (Self, Self) { Oct 15 06:07:19.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.883 INFO kablam! Oct 15 06:07:19.883 INFO kablam! warning: type alias is never used: `Normal3f` Oct 15 06:07:19.883 INFO kablam! --> src/core/mod.rs:17:1 Oct 15 06:07:19.883 INFO kablam! | Oct 15 06:07:19.883 INFO kablam! 17 | pub type Normal3f = normal3::Normal3; Oct 15 06:07:19.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.883 INFO kablam! Oct 15 06:07:19.883 INFO kablam! warning: type alias is never used: `Bounds2f` Oct 15 06:07:19.883 INFO kablam! --> src/core/mod.rs:19:1 Oct 15 06:07:19.883 INFO kablam! | Oct 15 06:07:19.883 INFO kablam! 19 | pub type Bounds2f = bounds2::Bounds2; Oct 15 06:07:19.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.883 INFO kablam! Oct 15 06:07:19.883 INFO kablam! warning: type alias is never used: `Bounds2i` Oct 15 06:07:19.883 INFO kablam! --> src/core/mod.rs:20:1 Oct 15 06:07:19.883 INFO kablam! | Oct 15 06:07:19.883 INFO kablam! 20 | pub type Bounds2i = bounds2::Bounds2; Oct 15 06:07:19.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.883 INFO kablam! Oct 15 06:07:19.883 INFO kablam! warning: type alias is never used: `Bounds3f` Oct 15 06:07:19.883 INFO kablam! --> src/core/mod.rs:21:1 Oct 15 06:07:19.883 INFO kablam! | Oct 15 06:07:19.883 INFO kablam! 21 | pub type Bounds3f = bounds3::Bounds3; Oct 15 06:07:19.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.883 INFO kablam! Oct 15 06:07:19.883 INFO kablam! warning: type alias is never used: `Bounds3i` Oct 15 06:07:19.883 INFO kablam! --> src/core/mod.rs:22:1 Oct 15 06:07:19.883 INFO kablam! | Oct 15 06:07:19.883 INFO kablam! 22 | pub type Bounds3i = bounds3::Bounds3; Oct 15 06:07:19.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.883 INFO kablam! Oct 15 06:07:19.883 INFO kablam! warning: type alias is never used: `Point2f` Oct 15 06:07:19.884 INFO kablam! --> src/core/mod.rs:24:1 Oct 15 06:07:19.884 INFO kablam! | Oct 15 06:07:19.884 INFO kablam! 24 | pub type Point2f = point2::Point2; Oct 15 06:07:19.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.884 INFO kablam! Oct 15 06:07:19.884 INFO kablam! warning: type alias is never used: `Point2i` Oct 15 06:07:19.884 INFO kablam! --> src/core/mod.rs:25:1 Oct 15 06:07:19.884 INFO kablam! | Oct 15 06:07:19.884 INFO kablam! 25 | pub type Point2i = point2::Point2; Oct 15 06:07:19.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.884 INFO kablam! Oct 15 06:07:19.884 INFO kablam! warning: type alias is never used: `Point3i` Oct 15 06:07:19.884 INFO kablam! --> src/core/mod.rs:27:1 Oct 15 06:07:19.884 INFO kablam! | Oct 15 06:07:19.884 INFO kablam! 27 | pub type Point3i = point3::Point3; Oct 15 06:07:19.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.884 INFO kablam! Oct 15 06:07:19.884 INFO kablam! warning: type alias is never used: `Vector2f` Oct 15 06:07:19.884 INFO kablam! --> src/core/mod.rs:29:1 Oct 15 06:07:19.884 INFO kablam! | Oct 15 06:07:19.884 INFO kablam! 29 | pub type Vector2f = vector2::Vector2; Oct 15 06:07:19.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.884 INFO kablam! Oct 15 06:07:19.884 INFO kablam! warning: type alias is never used: `Vector3i` Oct 15 06:07:19.884 INFO kablam! --> src/core/mod.rs:32:1 Oct 15 06:07:19.884 INFO kablam! | Oct 15 06:07:19.884 INFO kablam! 32 | pub type Vector3i = vector3::Vector3; Oct 15 06:07:19.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:07:19.884 INFO kablam! Oct 15 06:07:21.377 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.98s Oct 15 06:07:21.380 INFO kablam! su: No module specific data is present Oct 15 06:07:21.939 INFO running `"docker" "rm" "-f" "50a274c1fb43403e2cf4104848aeb91065a5bad419444e33131214018d8c9a02"` Oct 15 06:07:22.179 INFO blam! 50a274c1fb43403e2cf4104848aeb91065a5bad419444e33131214018d8c9a02 Oct 15 06:07:22.187 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 06:07:22.679 INFO blam! 53458b5948160b15047abdcd6283ade7c12ccba5f5e41ed2d9c959a950baa3fd Oct 15 06:07:22.683 INFO running `"docker" "start" "-a" "53458b5948160b15047abdcd6283ade7c12ccba5f5e41ed2d9c959a950baa3fd"` Oct 15 06:07:23.946 INFO kablam! usermod: no changes Oct 15 06:07:24.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 06:07:24.043 INFO kablam! Running /target/debug/deps/luminary-13d35ecfa3298016 Oct 15 06:07:24.047 INFO blam! Oct 15 06:07:24.047 INFO blam! running 142 tests Oct 15 06:07:24.047 INFO blam! test core::normal3::tests::div ... ok Oct 15 06:07:24.047 INFO blam! test core::normal3::tests::add_assign ... ok Oct 15 06:07:24.047 INFO blam! test core::normal3::tests::add ... ok Oct 15 06:07:24.047 INFO blam! test core::normal3::tests::abs_dot ... ok Oct 15 06:07:24.047 INFO blam! test core::normal3::tests::from_vector3 ... ok Oct 15 06:07:24.047 INFO blam! test core::normal3::tests::dot ... ok Oct 15 06:07:24.055 INFO blam! test core::normal3::tests::div_assign ... ok Oct 15 06:07:24.055 INFO blam! test core::normal3::tests::index ... ok Oct 15 06:07:24.055 INFO blam! test core::matrix44::tests::inverse ... ok Oct 15 06:07:24.055 INFO blam! test core::normal3::tests::abs ... ok Oct 15 06:07:24.055 INFO blam! test core::normal3::tests::index_mut ... ok Oct 15 06:07:24.055 INFO blam! test core::normal3::tests::length ... ok Oct 15 06:07:24.055 INFO blam! test core::normal3::tests::max_dimension ... ok Oct 15 06:07:24.055 INFO blam! test core::normal3::tests::min ... ok Oct 15 06:07:24.055 INFO blam! test core::normal3::tests::min_component ... ok Oct 15 06:07:24.055 INFO blam! test core::normal3::tests::mul ... ok Oct 15 06:07:24.055 INFO blam! test core::normal3::tests::max_component ... ok Oct 15 06:07:24.055 INFO blam! test core::normal3::tests::max ... ok Oct 15 06:07:24.059 INFO blam! test core::normal3::tests::new ... ok Oct 15 06:07:24.060 INFO blam! test core::normal3::tests::new_zero ... ok Oct 15 06:07:24.060 INFO blam! test core::normal3::tests::new_zero_int ... ok Oct 15 06:07:24.060 INFO blam! test core::normal3::tests::mul_assign ... ok Oct 15 06:07:24.060 INFO blam! test core::normal3::tests::normalize ... ok Oct 15 06:07:24.060 INFO blam! test core::normal3::tests::length_squared ... ok Oct 15 06:07:24.060 INFO blam! test core::normal3::tests::permute ... ok Oct 15 06:07:24.060 INFO blam! test core::normal3::tests::sub ... ok Oct 15 06:07:24.060 INFO blam! test core::normal3::tests::sub_assign ... ok Oct 15 06:07:24.060 INFO blam! test core::point2::tests::abs ... ok Oct 15 06:07:24.060 INFO blam! test core::point2::tests::add ... ok Oct 15 06:07:24.060 INFO blam! test core::point2::tests::add_assign ... ok Oct 15 06:07:24.063 INFO blam! test core::point2::tests::add_vector ... ok Oct 15 06:07:24.063 INFO blam! test core::point2::tests::ceil ... ok Oct 15 06:07:24.063 INFO blam! test core::point2::tests::ceil_int ... ok Oct 15 06:07:24.063 INFO blam! test core::point2::tests::floor_int ... ok Oct 15 06:07:24.063 INFO blam! test core::point2::tests::from_point3 ... ok Oct 15 06:07:24.063 INFO blam! test core::point2::tests::floor ... ok Oct 15 06:07:24.063 INFO blam! test core::point2::tests::index ... ok Oct 15 06:07:24.068 INFO blam! test core::point2::tests::index_mut ... ok Oct 15 06:07:24.068 INFO blam! test core::point2::tests::max ... ok Oct 15 06:07:24.068 INFO blam! test core::point2::tests::mul ... ok Oct 15 06:07:24.068 INFO blam! test core::point2::tests::from_vector2 ... ok Oct 15 06:07:24.068 INFO blam! test core::point2::tests::min ... ok Oct 15 06:07:24.068 INFO blam! test core::normal3::tests::neg ... ok Oct 15 06:07:24.068 INFO blam! test core::point2::tests::new_zero_int ... ok Oct 15 06:07:24.068 INFO blam! test core::point2::tests::mul_assign ... ok Oct 15 06:07:24.068 INFO blam! test core::point2::tests::permute ... ok Oct 15 06:07:24.068 INFO blam! test core::point2::tests::new ... ok Oct 15 06:07:24.079 INFO blam! test core::point2::tests::new_int ... ok Oct 15 06:07:24.079 INFO blam! test core::point2::tests::new_zero ... ok Oct 15 06:07:24.079 INFO blam! test core::point2::tests::sub ... ok Oct 15 06:07:24.079 INFO blam! test core::point2::tests::sub_assign ... ok Oct 15 06:07:24.079 INFO blam! test core::point2::tests::sub_vector ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::abs ... ok Oct 15 06:07:24.079 INFO blam! test core::normal3::tests::has_nans_true ... ok Oct 15 06:07:24.079 INFO blam! test core::point2::tests::has_nans_true ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::ceil_int ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::distance ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::floor ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::floor_int ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::from_vector3 ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::distance_squared ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::has_nans_true ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::index ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::index_mut ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::lerp ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::add_assign ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::add ... ok Oct 15 06:07:24.079 INFO blam! test core::point3::tests::add_vector ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::ceil ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::mul ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::new_int ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::min ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::mul_assign ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::new ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::max ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::new_zero_int ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::permute ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::sub ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::sub_assign ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::new_zero ... ok Oct 15 06:07:24.087 INFO blam! test core::utils::tests::has_nans_3_false ... ok Oct 15 06:07:24.087 INFO blam! test core::utils::tests::has_nans_3_true ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::abs ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::abs_dot ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::add ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::add_assign ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::div ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::div_assign ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::dot ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::has_nans_true ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::max ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::index ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::index_mut ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::length ... ok Oct 15 06:07:24.087 INFO blam! test core::vector2::tests::length_squared ... ok Oct 15 06:07:24.087 INFO blam! test core::utils::tests::has_nans_2_true ... ok Oct 15 06:07:24.087 INFO blam! test core::point3::tests::sub_vector ... ok Oct 15 06:07:24.088 INFO blam! test core::utils::tests::has_nans_2_false ... ok Oct 15 06:07:24.088 INFO blam! test core::vector2::tests::mul_assign ... ok Oct 15 06:07:24.088 INFO blam! test core::vector2::tests::new ... ok Oct 15 06:07:24.088 INFO blam! test core::vector2::tests::neg ... ok Oct 15 06:07:24.088 INFO blam! test core::vector2::tests::new_int ... ok Oct 15 06:07:24.088 INFO blam! test core::vector2::tests::new_zero ... ok Oct 15 06:07:24.088 INFO blam! test core::vector2::tests::new_zero_int ... ok Oct 15 06:07:24.088 INFO blam! test core::vector2::tests::normalize ... ok Oct 15 06:07:24.088 INFO blam! test core::vector2::tests::permute ... ok Oct 15 06:07:24.088 INFO blam! test core::vector2::tests::sub ... ok Oct 15 06:07:24.088 INFO blam! test core::vector2::tests::sub_assign ... ok Oct 15 06:07:24.088 INFO blam! test core::vector3::tests::abs ... ok Oct 15 06:07:24.088 INFO blam! test core::vector3::tests::abs_dot ... ok Oct 15 06:07:24.088 INFO blam! test core::vector3::tests::add ... ok Oct 15 06:07:24.088 INFO blam! test core::vector3::tests::add_assign ... ok Oct 15 06:07:24.088 INFO blam! test core::vector3::tests::cross ... ok Oct 15 06:07:24.088 INFO blam! test core::vector3::tests::div ... ok Oct 15 06:07:24.088 INFO blam! test core::vector3::tests::div_assign ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::dot ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::from_normal3 ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::has_nans_true ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::index ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::index_mut ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::length_squared ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::length ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::max ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::max_component ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::max_dimension ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::min ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::min_component ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::mul ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::mul_assign ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::neg ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::new ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::new_zero ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::new_zero_int ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::normalize ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::permute ... ok Oct 15 06:07:24.089 INFO blam! test core::vector3::tests::sub ... ok Oct 15 06:07:24.090 INFO blam! test core::vector3::tests::sub_assign ... ok Oct 15 06:07:24.107 INFO blam! test core::vector2::tests::max_component ... ok Oct 15 06:07:24.107 INFO kablam! su: No module specific data is present Oct 15 06:07:24.107 INFO blam! test core::vector2::tests::max_dimension ... ok Oct 15 06:07:24.107 INFO blam! test core::vector2::tests::min ... ok Oct 15 06:07:24.107 INFO blam! test core::vector2::tests::mul ... ok Oct 15 06:07:24.107 INFO blam! test core::vector2::tests::min_component ... ok Oct 15 06:07:24.107 INFO blam! Oct 15 06:07:24.107 INFO blam! test result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:07:24.107 INFO blam! Oct 15 06:07:24.743 INFO running `"docker" "rm" "-f" "53458b5948160b15047abdcd6283ade7c12ccba5f5e41ed2d9c959a950baa3fd"` Oct 15 06:07:25.066 INFO blam! 53458b5948160b15047abdcd6283ade7c12ccba5f5e41ed2d9c959a950baa3fd