Sep 02 17:35:56.770 INFO checking convex_hull-0.1.3 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 17:35:56.770 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 17:35:56.770 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 17:35:56.962 INFO blam! 7c576f2021531723edc8a8e45df82df99e1d0ee4be9c9ff5ce24f9d197aaa5e6 Sep 02 17:35:56.964 INFO running `"docker" "start" "-a" "7c576f2021531723edc8a8e45df82df99e1d0ee4be9c9ff5ce24f9d197aaa5e6"` Sep 02 17:35:58.096 INFO kablam! Checking cgmath v0.10.0 Sep 02 17:35:58.098 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 02 17:36:08.362 INFO kablam! Checking convex_hull v0.1.3 (file:///source) Sep 02 17:36:11.045 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 02 17:36:11.045 INFO kablam! --> src/bufferset.rs:15:1 Sep 02 17:36:11.045 INFO kablam! | Sep 02 17:36:11.045 INFO kablam! 15 | #[repr="C"] Sep 02 17:36:11.045 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 02 17:36:11.045 INFO kablam! | Sep 02 17:36:11.045 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 02 17:36:11.045 INFO kablam! Sep 02 17:36:11.155 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 02 17:36:11.155 INFO kablam! --> src/bufferset.rs:15:1 Sep 02 17:36:11.155 INFO kablam! | Sep 02 17:36:11.155 INFO kablam! 15 | #[repr="C"] Sep 02 17:36:11.155 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 02 17:36:11.155 INFO kablam! | Sep 02 17:36:11.155 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 02 17:36:11.155 INFO kablam! Sep 02 17:36:11.637 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:11.637 INFO kablam! --> src/mesh.rs:33:23 Sep 02 17:36:11.637 INFO kablam! | Sep 02 17:36:11.638 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 17:36:11.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 02 17:36:11.638 INFO kablam! | Sep 02 17:36:11.638 INFO kablam! = note: expected type `cgmath::Point3` Sep 02 17:36:11.638 INFO kablam! found type `cgmath::point::Point3` Sep 02 17:36:11.638 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:11.638 INFO kablam! --> src/mesh.rs:33:23 Sep 02 17:36:11.638 INFO kablam! | Sep 02 17:36:11.638 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 17:36:11.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:11.638 INFO kablam! Sep 02 17:36:11.720 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:11.720 INFO kablam! --> src/mesh.rs:33:23 Sep 02 17:36:11.720 INFO kablam! | Sep 02 17:36:11.720 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 17:36:11.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 02 17:36:11.720 INFO kablam! | Sep 02 17:36:11.720 INFO kablam! = note: expected type `cgmath::Point3` Sep 02 17:36:11.720 INFO kablam! found type `cgmath::point::Point3` Sep 02 17:36:11.720 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:11.720 INFO kablam! --> src/mesh.rs:33:23 Sep 02 17:36:11.720 INFO kablam! | Sep 02 17:36:11.720 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 17:36:11.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:11.720 INFO kablam! Sep 02 17:36:11.800 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:11.801 INFO kablam! --> src/mesh.rs:34:23 Sep 02 17:36:11.801 INFO kablam! | Sep 02 17:36:11.801 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 17:36:11.801 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 02 17:36:11.801 INFO kablam! | Sep 02 17:36:11.801 INFO kablam! = note: expected type `cgmath::Vector3` Sep 02 17:36:11.801 INFO kablam! found type `cgmath::vector::Vector3` Sep 02 17:36:11.801 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:11.801 INFO kablam! --> src/mesh.rs:34:23 Sep 02 17:36:11.801 INFO kablam! | Sep 02 17:36:11.801 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 17:36:11.801 INFO kablam! | ^^^^^^^^^ Sep 02 17:36:11.801 INFO kablam! Sep 02 17:36:11.896 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:11.896 INFO kablam! --> src/mesh.rs:34:23 Sep 02 17:36:11.896 INFO kablam! | Sep 02 17:36:11.896 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 17:36:11.896 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 02 17:36:11.896 INFO kablam! | Sep 02 17:36:11.896 INFO kablam! = note: expected type `cgmath::Vector3` Sep 02 17:36:11.896 INFO kablam! found type `cgmath::vector::Vector3` Sep 02 17:36:11.896 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:11.896 INFO kablam! --> src/mesh.rs:34:23 Sep 02 17:36:11.896 INFO kablam! | Sep 02 17:36:11.896 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 17:36:11.897 INFO kablam! | ^^^^^^^^^ Sep 02 17:36:11.897 INFO kablam! Sep 02 17:36:12.092 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:12.092 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 17:36:12.092 INFO kablam! | Sep 02 17:36:12.092 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 02 17:36:12.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:12.092 INFO kablam! | Sep 02 17:36:12.092 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:12.092 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:12.093 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:12.093 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 17:36:12.093 INFO kablam! | Sep 02 17:36:12.093 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 02 17:36:12.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:12.093 INFO kablam! Sep 02 17:36:12.224 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:12.224 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 17:36:12.224 INFO kablam! | Sep 02 17:36:12.224 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 02 17:36:12.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:12.224 INFO kablam! | Sep 02 17:36:12.224 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:12.224 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:12.224 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:12.224 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 17:36:12.224 INFO kablam! | Sep 02 17:36:12.224 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 02 17:36:12.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:12.224 INFO kablam! Sep 02 17:36:12.255 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:12.256 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 17:36:12.256 INFO kablam! | Sep 02 17:36:12.256 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 02 17:36:12.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:12.256 INFO kablam! | Sep 02 17:36:12.256 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:12.256 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:12.256 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:12.256 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 17:36:12.256 INFO kablam! | Sep 02 17:36:12.256 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 02 17:36:12.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:12.256 INFO kablam! Sep 02 17:36:12.410 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:12.410 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 17:36:12.410 INFO kablam! | Sep 02 17:36:12.410 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 02 17:36:12.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:12.410 INFO kablam! | Sep 02 17:36:12.410 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:12.410 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:12.410 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:12.410 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 17:36:12.410 INFO kablam! | Sep 02 17:36:12.410 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 02 17:36:12.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:12.410 INFO kablam! Sep 02 17:36:12.420 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:12.420 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 17:36:12.420 INFO kablam! | Sep 02 17:36:12.420 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 02 17:36:12.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:12.420 INFO kablam! | Sep 02 17:36:12.420 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:12.420 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:12.420 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:12.421 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 17:36:12.421 INFO kablam! | Sep 02 17:36:12.421 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 02 17:36:12.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:12.421 INFO kablam! Sep 02 17:36:12.597 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:12.597 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 17:36:12.597 INFO kablam! | Sep 02 17:36:12.597 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 02 17:36:12.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:12.597 INFO kablam! | Sep 02 17:36:12.597 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:12.597 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:12.597 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:12.597 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 17:36:12.597 INFO kablam! | Sep 02 17:36:12.597 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 02 17:36:12.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:12.598 INFO kablam! Sep 02 17:36:12.598 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:12.598 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 17:36:12.598 INFO kablam! | Sep 02 17:36:12.598 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 02 17:36:12.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:12.598 INFO kablam! | Sep 02 17:36:12.598 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:12.598 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:12.598 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:12.598 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 17:36:12.598 INFO kablam! | Sep 02 17:36:12.598 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 02 17:36:12.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:12.598 INFO kablam! Sep 02 17:36:12.758 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:12.758 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 17:36:12.758 INFO kablam! | Sep 02 17:36:12.758 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 02 17:36:12.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:12.758 INFO kablam! | Sep 02 17:36:12.758 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:12.758 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:12.758 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:12.758 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 17:36:12.758 INFO kablam! | Sep 02 17:36:12.759 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 02 17:36:12.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:12.759 INFO kablam! Sep 02 17:36:12.806 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:12.806 INFO kablam! --> src/convex_hull.rs:198:26 Sep 02 17:36:12.806 INFO kablam! | Sep 02 17:36:12.806 INFO kablam! 198 | f.borrow().can_see(& p) Sep 02 17:36:12.806 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 02 17:36:12.806 INFO kablam! | Sep 02 17:36:12.806 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:12.806 INFO kablam! found type `&&cgmath::Point3` Sep 02 17:36:12.806 INFO kablam! Sep 02 17:36:13.011 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:13.011 INFO kablam! --> src/convex_hull.rs:198:26 Sep 02 17:36:13.011 INFO kablam! | Sep 02 17:36:13.011 INFO kablam! 198 | f.borrow().can_see(& p) Sep 02 17:36:13.012 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 02 17:36:13.012 INFO kablam! | Sep 02 17:36:13.012 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:13.012 INFO kablam! found type `&&cgmath::Point3` Sep 02 17:36:13.012 INFO kablam! Sep 02 17:36:13.059 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:13.059 INFO kablam! --> src/convex_hull.rs:213:49 Sep 02 17:36:13.059 INFO kablam! | Sep 02 17:36:13.059 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 02 17:36:13.059 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 02 17:36:13.059 INFO kablam! | Sep 02 17:36:13.059 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:13.059 INFO kablam! found type `&&cgmath::Point3` Sep 02 17:36:13.059 INFO kablam! Sep 02 17:36:13.185 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:13.185 INFO kablam! --> src/convex_hull.rs:213:49 Sep 02 17:36:13.185 INFO kablam! | Sep 02 17:36:13.185 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 02 17:36:13.185 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 02 17:36:13.185 INFO kablam! | Sep 02 17:36:13.185 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:13.185 INFO kablam! found type `&&cgmath::Point3` Sep 02 17:36:13.185 INFO kablam! Sep 02 17:36:13.334 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:13.334 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 17:36:13.334 INFO kablam! | Sep 02 17:36:13.335 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 17:36:13.335 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:13.335 INFO kablam! | Sep 02 17:36:13.335 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:13.335 INFO kablam! found type `&cgmath::Point3` Sep 02 17:36:13.335 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:13.335 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 17:36:13.335 INFO kablam! | Sep 02 17:36:13.335 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 17:36:13.335 INFO kablam! | ^^ Sep 02 17:36:13.335 INFO kablam! Sep 02 17:36:13.360 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:13.360 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 17:36:13.360 INFO kablam! | Sep 02 17:36:13.360 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 17:36:13.360 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:13.360 INFO kablam! | Sep 02 17:36:13.360 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:13.361 INFO kablam! found type `&cgmath::Point3` Sep 02 17:36:13.361 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:13.361 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 17:36:13.361 INFO kablam! | Sep 02 17:36:13.361 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 17:36:13.361 INFO kablam! | ^^ Sep 02 17:36:13.361 INFO kablam! Sep 02 17:36:13.603 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:13.603 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 17:36:13.603 INFO kablam! | Sep 02 17:36:13.603 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 02 17:36:13.603 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:13.603 INFO kablam! | Sep 02 17:36:13.603 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:13.603 INFO kablam! found type `&cgmath::Point3` Sep 02 17:36:13.603 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:13.603 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 17:36:13.603 INFO kablam! | Sep 02 17:36:13.603 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 02 17:36:13.603 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:36:13.603 INFO kablam! Sep 02 17:36:13.627 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:13.627 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 17:36:13.627 INFO kablam! | Sep 02 17:36:13.627 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 02 17:36:13.627 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:13.627 INFO kablam! | Sep 02 17:36:13.627 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:13.627 INFO kablam! found type `&cgmath::Point3` Sep 02 17:36:13.627 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:13.627 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 17:36:13.627 INFO kablam! | Sep 02 17:36:13.627 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 02 17:36:13.627 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:36:13.627 INFO kablam! Sep 02 17:36:13.854 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:13.854 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 17:36:13.854 INFO kablam! | Sep 02 17:36:13.854 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 17:36:13.854 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:13.854 INFO kablam! | Sep 02 17:36:13.854 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:13.854 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:13.854 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:13.854 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 17:36:13.854 INFO kablam! | Sep 02 17:36:13.854 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 17:36:13.854 INFO kablam! | ^^^^^^^^^ Sep 02 17:36:13.854 INFO kablam! Sep 02 17:36:13.879 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:13.879 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 17:36:13.879 INFO kablam! | Sep 02 17:36:13.879 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 17:36:13.879 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:13.879 INFO kablam! | Sep 02 17:36:13.879 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:13.879 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:13.879 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:13.879 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 17:36:13.879 INFO kablam! | Sep 02 17:36:13.879 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 17:36:13.879 INFO kablam! | ^^^^^^^^^ Sep 02 17:36:13.879 INFO kablam! Sep 02 17:36:14.122 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:14.122 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 17:36:14.123 INFO kablam! | Sep 02 17:36:14.123 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 02 17:36:14.123 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:14.123 INFO kablam! | Sep 02 17:36:14.123 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:14.123 INFO kablam! found type `&cgmath::Point3` Sep 02 17:36:14.123 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:14.123 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 17:36:14.123 INFO kablam! | Sep 02 17:36:14.123 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 02 17:36:14.123 INFO kablam! | ^ Sep 02 17:36:14.123 INFO kablam! Sep 02 17:36:14.145 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:14.145 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 17:36:14.145 INFO kablam! | Sep 02 17:36:14.145 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 02 17:36:14.145 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:14.145 INFO kablam! | Sep 02 17:36:14.145 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:14.145 INFO kablam! found type `&cgmath::Point3` Sep 02 17:36:14.145 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:14.145 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 17:36:14.145 INFO kablam! | Sep 02 17:36:14.146 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 02 17:36:14.146 INFO kablam! | ^ Sep 02 17:36:14.146 INFO kablam! Sep 02 17:36:14.153 INFO kablam! error: aborting due to 12 previous errors Sep 02 17:36:14.153 INFO kablam! Sep 02 17:36:14.153 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 17:36:14.165 INFO kablam! error: Could not compile `convex_hull`. Sep 02 17:36:14.165 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 17:36:14.174 INFO kablam! error: aborting due to 12 previous errors Sep 02 17:36:14.174 INFO kablam! Sep 02 17:36:14.174 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 17:36:14.196 INFO kablam! error: Could not compile `convex_hull`. Sep 02 17:36:14.196 INFO kablam! Sep 02 17:36:14.196 INFO kablam! To learn more, run the command again with --verbose. Sep 02 17:36:14.198 INFO kablam! su: No module specific data is present Sep 02 17:36:14.586 INFO running `"docker" "rm" "-f" "7c576f2021531723edc8a8e45df82df99e1d0ee4be9c9ff5ce24f9d197aaa5e6"` Sep 02 17:36:14.694 INFO blam! 7c576f2021531723edc8a8e45df82df99e1d0ee4be9c9ff5ce24f9d197aaa5e6