Sep 20 05:05:43.056 INFO checking convex_hull-0.1.3 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 05:05:43.056 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 05:05:43.056 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:05:43.238 INFO blam! bd7b344c1dbdc05ca5d9976b85721aa40dae6b262771d24f003a79be956390fb Sep 20 05:05:43.239 INFO running `"docker" "start" "-a" "bd7b344c1dbdc05ca5d9976b85721aa40dae6b262771d24f003a79be956390fb"` Sep 20 05:05:44.152 INFO kablam! usermod: no changes Sep 20 05:05:44.468 INFO kablam! Compiling glutin v0.6.2 Sep 20 05:05:44.468 INFO kablam! Compiling glium v0.15.0 Sep 20 05:05:44.468 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 20 05:06:08.891 INFO kablam! Checking convex_hull v0.1.3 (/source) Sep 20 05:06:09.938 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 20 05:06:09.938 INFO kablam! --> src/bufferset.rs:15:1 Sep 20 05:06:09.938 INFO kablam! | Sep 20 05:06:09.938 INFO kablam! 15 | #[repr="C"] Sep 20 05:06:09.938 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 20 05:06:09.938 INFO kablam! | Sep 20 05:06:09.938 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 20 05:06:09.938 INFO kablam! Sep 20 05:06:09.996 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 20 05:06:09.996 INFO kablam! --> src/bufferset.rs:15:1 Sep 20 05:06:09.996 INFO kablam! | Sep 20 05:06:09.996 INFO kablam! 15 | #[repr="C"] Sep 20 05:06:09.996 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 20 05:06:09.996 INFO kablam! | Sep 20 05:06:09.996 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 20 05:06:09.996 INFO kablam! Sep 20 05:06:10.286 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.286 INFO kablam! --> src/mesh.rs:33:23 Sep 20 05:06:10.286 INFO kablam! | Sep 20 05:06:10.286 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 20 05:06:10.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 20 05:06:10.286 INFO kablam! | Sep 20 05:06:10.286 INFO kablam! = note: expected type `cgmath::Point3` Sep 20 05:06:10.286 INFO kablam! found type `cgmath::point::Point3` Sep 20 05:06:10.286 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.286 INFO kablam! --> src/mesh.rs:33:23 Sep 20 05:06:10.286 INFO kablam! | Sep 20 05:06:10.286 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 20 05:06:10.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.286 INFO kablam! Sep 20 05:06:10.339 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.339 INFO kablam! --> src/mesh.rs:33:23 Sep 20 05:06:10.339 INFO kablam! | Sep 20 05:06:10.339 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 20 05:06:10.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 20 05:06:10.339 INFO kablam! | Sep 20 05:06:10.339 INFO kablam! = note: expected type `cgmath::Point3` Sep 20 05:06:10.339 INFO kablam! found type `cgmath::point::Point3` Sep 20 05:06:10.339 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.339 INFO kablam! --> src/mesh.rs:33:23 Sep 20 05:06:10.339 INFO kablam! | Sep 20 05:06:10.339 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 20 05:06:10.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.339 INFO kablam! Sep 20 05:06:10.430 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.430 INFO kablam! --> src/mesh.rs:34:23 Sep 20 05:06:10.430 INFO kablam! | Sep 20 05:06:10.430 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 20 05:06:10.430 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 20 05:06:10.430 INFO kablam! | Sep 20 05:06:10.430 INFO kablam! = note: expected type `cgmath::Vector3` Sep 20 05:06:10.430 INFO kablam! found type `cgmath::vector::Vector3` Sep 20 05:06:10.430 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.430 INFO kablam! --> src/mesh.rs:34:23 Sep 20 05:06:10.430 INFO kablam! | Sep 20 05:06:10.430 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 20 05:06:10.430 INFO kablam! | ^^^^^^^^^ Sep 20 05:06:10.430 INFO kablam! Sep 20 05:06:10.432 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.432 INFO kablam! --> src/mesh.rs:34:23 Sep 20 05:06:10.432 INFO kablam! | Sep 20 05:06:10.432 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 20 05:06:10.432 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 20 05:06:10.432 INFO kablam! | Sep 20 05:06:10.432 INFO kablam! = note: expected type `cgmath::Vector3` Sep 20 05:06:10.432 INFO kablam! found type `cgmath::vector::Vector3` Sep 20 05:06:10.432 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.432 INFO kablam! --> src/mesh.rs:34:23 Sep 20 05:06:10.432 INFO kablam! | Sep 20 05:06:10.432 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 20 05:06:10.432 INFO kablam! | ^^^^^^^^^ Sep 20 05:06:10.432 INFO kablam! Sep 20 05:06:10.604 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.604 INFO kablam! --> src/convex_hull.rs:180:58 Sep 20 05:06:10.604 INFO kablam! | Sep 20 05:06:10.604 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:10.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:10.604 INFO kablam! | Sep 20 05:06:10.604 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:10.604 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:10.604 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.604 INFO kablam! --> src/convex_hull.rs:180:58 Sep 20 05:06:10.604 INFO kablam! | Sep 20 05:06:10.604 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:10.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.604 INFO kablam! Sep 20 05:06:10.616 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.616 INFO kablam! --> src/convex_hull.rs:180:58 Sep 20 05:06:10.616 INFO kablam! | Sep 20 05:06:10.616 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:10.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:10.616 INFO kablam! | Sep 20 05:06:10.616 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:10.616 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:10.616 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.616 INFO kablam! --> src/convex_hull.rs:180:58 Sep 20 05:06:10.616 INFO kablam! | Sep 20 05:06:10.616 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:10.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.616 INFO kablam! Sep 20 05:06:10.712 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.712 INFO kablam! --> src/convex_hull.rs:180:86 Sep 20 05:06:10.712 INFO kablam! | Sep 20 05:06:10.712 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:10.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:10.712 INFO kablam! | Sep 20 05:06:10.712 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:10.712 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:10.712 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.712 INFO kablam! --> src/convex_hull.rs:180:86 Sep 20 05:06:10.712 INFO kablam! | Sep 20 05:06:10.712 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:10.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.712 INFO kablam! Sep 20 05:06:10.749 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.749 INFO kablam! --> src/convex_hull.rs:180:86 Sep 20 05:06:10.749 INFO kablam! | Sep 20 05:06:10.749 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:10.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:10.749 INFO kablam! | Sep 20 05:06:10.749 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:10.749 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:10.749 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.749 INFO kablam! --> src/convex_hull.rs:180:86 Sep 20 05:06:10.749 INFO kablam! | Sep 20 05:06:10.749 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:10.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.749 INFO kablam! Sep 20 05:06:10.836 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.836 INFO kablam! --> src/convex_hull.rs:180:114 Sep 20 05:06:10.836 INFO kablam! | Sep 20 05:06:10.836 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:10.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:10.836 INFO kablam! | Sep 20 05:06:10.836 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:10.836 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:10.836 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.836 INFO kablam! --> src/convex_hull.rs:180:114 Sep 20 05:06:10.836 INFO kablam! | Sep 20 05:06:10.836 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:10.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.836 INFO kablam! Sep 20 05:06:10.906 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.906 INFO kablam! --> src/convex_hull.rs:180:114 Sep 20 05:06:10.906 INFO kablam! | Sep 20 05:06:10.906 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:10.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:10.906 INFO kablam! | Sep 20 05:06:10.906 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:10.906 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:10.906 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.906 INFO kablam! --> src/convex_hull.rs:180:114 Sep 20 05:06:10.906 INFO kablam! | Sep 20 05:06:10.906 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:10.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.906 INFO kablam! Sep 20 05:06:11.009 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.009 INFO kablam! --> src/convex_hull.rs:180:142 Sep 20 05:06:11.009 INFO kablam! | Sep 20 05:06:11.009 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:11.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.009 INFO kablam! | Sep 20 05:06:11.009 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:11.009 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:11.009 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.009 INFO kablam! --> src/convex_hull.rs:180:142 Sep 20 05:06:11.009 INFO kablam! | Sep 20 05:06:11.009 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:11.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:11.009 INFO kablam! Sep 20 05:06:11.053 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.053 INFO kablam! --> src/convex_hull.rs:180:142 Sep 20 05:06:11.053 INFO kablam! | Sep 20 05:06:11.053 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:11.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.053 INFO kablam! | Sep 20 05:06:11.053 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:11.053 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:11.053 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.053 INFO kablam! --> src/convex_hull.rs:180:142 Sep 20 05:06:11.053 INFO kablam! | Sep 20 05:06:11.053 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 05:06:11.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:11.053 INFO kablam! Sep 20 05:06:11.165 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.165 INFO kablam! --> src/convex_hull.rs:198:26 Sep 20 05:06:11.165 INFO kablam! | Sep 20 05:06:11.165 INFO kablam! 198 | f.borrow().can_see(& p) Sep 20 05:06:11.165 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 20 05:06:11.165 INFO kablam! | Sep 20 05:06:11.165 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.165 INFO kablam! found type `&&cgmath::Point3` Sep 20 05:06:11.165 INFO kablam! Sep 20 05:06:11.183 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.183 INFO kablam! --> src/convex_hull.rs:198:26 Sep 20 05:06:11.183 INFO kablam! | Sep 20 05:06:11.183 INFO kablam! 198 | f.borrow().can_see(& p) Sep 20 05:06:11.183 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 20 05:06:11.183 INFO kablam! | Sep 20 05:06:11.183 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.183 INFO kablam! found type `&&cgmath::Point3` Sep 20 05:06:11.183 INFO kablam! Sep 20 05:06:11.268 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.268 INFO kablam! --> src/convex_hull.rs:213:49 Sep 20 05:06:11.268 INFO kablam! | Sep 20 05:06:11.268 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 20 05:06:11.268 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 20 05:06:11.268 INFO kablam! | Sep 20 05:06:11.268 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.268 INFO kablam! found type `&&cgmath::Point3` Sep 20 05:06:11.268 INFO kablam! Sep 20 05:06:11.284 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.284 INFO kablam! --> src/convex_hull.rs:213:49 Sep 20 05:06:11.284 INFO kablam! | Sep 20 05:06:11.284 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 20 05:06:11.284 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 20 05:06:11.284 INFO kablam! | Sep 20 05:06:11.284 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.284 INFO kablam! found type `&&cgmath::Point3` Sep 20 05:06:11.284 INFO kablam! Sep 20 05:06:11.364 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.364 INFO kablam! --> src/convex_hull.rs:220:62 Sep 20 05:06:11.364 INFO kablam! | Sep 20 05:06:11.364 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 20 05:06:11.364 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.365 INFO kablam! | Sep 20 05:06:11.365 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.365 INFO kablam! found type `&cgmath::Point3` Sep 20 05:06:11.365 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.365 INFO kablam! --> src/convex_hull.rs:220:62 Sep 20 05:06:11.365 INFO kablam! | Sep 20 05:06:11.365 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 20 05:06:11.365 INFO kablam! | ^^ Sep 20 05:06:11.365 INFO kablam! Sep 20 05:06:11.383 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.383 INFO kablam! --> src/convex_hull.rs:220:62 Sep 20 05:06:11.384 INFO kablam! | Sep 20 05:06:11.384 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 20 05:06:11.384 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.384 INFO kablam! | Sep 20 05:06:11.384 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.384 INFO kablam! found type `&cgmath::Point3` Sep 20 05:06:11.384 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.384 INFO kablam! --> src/convex_hull.rs:220:62 Sep 20 05:06:11.384 INFO kablam! | Sep 20 05:06:11.384 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 20 05:06:11.384 INFO kablam! | ^^ Sep 20 05:06:11.384 INFO kablam! Sep 20 05:06:11.481 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.481 INFO kablam! --> src/convex_hull.rs:245:91 Sep 20 05:06:11.481 INFO kablam! | Sep 20 05:06:11.481 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 20 05:06:11.481 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.481 INFO kablam! | Sep 20 05:06:11.481 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.481 INFO kablam! found type `&cgmath::Point3` Sep 20 05:06:11.481 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.481 INFO kablam! --> src/convex_hull.rs:245:91 Sep 20 05:06:11.481 INFO kablam! | Sep 20 05:06:11.481 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 20 05:06:11.481 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:06:11.486 INFO kablam! Sep 20 05:06:11.512 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.512 INFO kablam! --> src/convex_hull.rs:245:91 Sep 20 05:06:11.512 INFO kablam! | Sep 20 05:06:11.512 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 20 05:06:11.512 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.512 INFO kablam! | Sep 20 05:06:11.512 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.512 INFO kablam! found type `&cgmath::Point3` Sep 20 05:06:11.512 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.512 INFO kablam! --> src/convex_hull.rs:245:91 Sep 20 05:06:11.512 INFO kablam! | Sep 20 05:06:11.512 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 20 05:06:11.512 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:06:11.512 INFO kablam! Sep 20 05:06:11.611 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.611 INFO kablam! --> src/convex_hull.rs:252:44 Sep 20 05:06:11.611 INFO kablam! | Sep 20 05:06:11.611 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 20 05:06:11.611 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.611 INFO kablam! | Sep 20 05:06:11.611 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:11.611 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:11.611 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.611 INFO kablam! --> src/convex_hull.rs:252:44 Sep 20 05:06:11.611 INFO kablam! | Sep 20 05:06:11.611 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 20 05:06:11.611 INFO kablam! | ^^^^^^^^^ Sep 20 05:06:11.611 INFO kablam! Sep 20 05:06:11.656 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.656 INFO kablam! --> src/convex_hull.rs:252:44 Sep 20 05:06:11.656 INFO kablam! | Sep 20 05:06:11.656 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 20 05:06:11.657 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.657 INFO kablam! | Sep 20 05:06:11.657 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:11.657 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:11.657 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.657 INFO kablam! --> src/convex_hull.rs:252:44 Sep 20 05:06:11.657 INFO kablam! | Sep 20 05:06:11.657 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 20 05:06:11.657 INFO kablam! | ^^^^^^^^^ Sep 20 05:06:11.658 INFO kablam! Sep 20 05:06:11.758 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.758 INFO kablam! --> src/convex_hull.rs:259:127 Sep 20 05:06:11.758 INFO kablam! | Sep 20 05:06:11.758 INFO kablam! 259 | face_visible_points.iter().all(|face_pt| * face_pt != * p) || new_faces.iter().any(|n_face| n_face.borrow().can_see(p)) Sep 20 05:06:11.758 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.758 INFO kablam! | Sep 20 05:06:11.758 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.758 INFO kablam! found type `&cgmath::Point3` Sep 20 05:06:11.758 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.758 INFO kablam! --> src/convex_hull.rs:259:127 Sep 20 05:06:11.758 INFO kablam! | Sep 20 05:06:11.758 INFO kablam! 259 | face_visible_points.iter().all(|face_pt| * face_pt != * p) || new_faces.iter().any(|n_face| n_face.borrow().can_see(p)) Sep 20 05:06:11.758 INFO kablam! | ^ Sep 20 05:06:11.758 INFO kablam! Sep 20 05:06:11.777 INFO kablam! error: aborting due to 12 previous errors Sep 20 05:06:11.778 INFO kablam! Sep 20 05:06:11.778 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 05:06:11.788 INFO kablam! error: Could not compile `convex_hull`. Sep 20 05:06:11.788 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:06:11.830 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.830 INFO kablam! --> src/convex_hull.rs:259:127 Sep 20 05:06:11.830 INFO kablam! | Sep 20 05:06:11.830 INFO kablam! 259 | face_visible_points.iter().all(|face_pt| * face_pt != * p) || new_faces.iter().any(|n_face| n_face.borrow().can_see(p)) Sep 20 05:06:11.830 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.830 INFO kablam! | Sep 20 05:06:11.830 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.830 INFO kablam! found type `&cgmath::Point3` Sep 20 05:06:11.830 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.830 INFO kablam! --> src/convex_hull.rs:259:127 Sep 20 05:06:11.830 INFO kablam! | Sep 20 05:06:11.830 INFO kablam! 259 | face_visible_points.iter().all(|face_pt| * face_pt != * p) || new_faces.iter().any(|n_face| n_face.borrow().can_see(p)) Sep 20 05:06:11.830 INFO kablam! | ^ Sep 20 05:06:11.830 INFO kablam! Sep 20 05:06:11.846 INFO kablam! error: aborting due to 12 previous errors Sep 20 05:06:11.846 INFO kablam! Sep 20 05:06:11.846 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 05:06:11.870 INFO kablam! error: Could not compile `convex_hull`. Sep 20 05:06:11.870 INFO kablam! Sep 20 05:06:11.870 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:06:11.870 INFO kablam! su: No module specific data is present Sep 20 05:06:12.497 INFO running `"docker" "rm" "-f" "bd7b344c1dbdc05ca5d9976b85721aa40dae6b262771d24f003a79be956390fb"` Sep 20 05:06:12.598 INFO blam! bd7b344c1dbdc05ca5d9976b85721aa40dae6b262771d24f003a79be956390fb