Sep 02 17:35:55.934 INFO checking convex_hull-0.1.3 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 17:35:55.934 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 17:35:55.934 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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.170 INFO blam! ad36f6dc87de15400ceb647dddf571349dba63caaecbbc99a3ade55c88871588 Sep 02 17:35:56.172 INFO running `"docker" "start" "-a" "ad36f6dc87de15400ceb647dddf571349dba63caaecbbc99a3ade55c88871588"` Sep 02 17:35:57.448 INFO kablam! Checking cgmath v0.10.0 Sep 02 17:35:57.450 INFO kablam! Compiling glium v0.15.0 Sep 02 17:35:57.451 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 02 17:36:38.501 INFO kablam! Checking convex_hull v0.1.3 (file:///source) Sep 02 17:36:40.827 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 02 17:36:40.827 INFO kablam! --> src/bufferset.rs:15:1 Sep 02 17:36:40.827 INFO kablam! | Sep 02 17:36:40.827 INFO kablam! 15 | #[repr="C"] Sep 02 17:36:40.827 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 02 17:36:40.827 INFO kablam! | Sep 02 17:36:40.827 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 02 17:36:40.827 INFO kablam! Sep 02 17:36:41.350 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:41.350 INFO kablam! --> src/mesh.rs:33:23 Sep 02 17:36:41.350 INFO kablam! | Sep 02 17:36:41.350 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 17:36:41.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 02 17:36:41.351 INFO kablam! | Sep 02 17:36:41.351 INFO kablam! = note: expected type `cgmath::Point3` Sep 02 17:36:41.351 INFO kablam! found type `cgmath::point::Point3` Sep 02 17:36:41.351 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:41.351 INFO kablam! --> src/mesh.rs:33:23 Sep 02 17:36:41.351 INFO kablam! | Sep 02 17:36:41.351 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 17:36:41.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:41.351 INFO kablam! Sep 02 17:36:41.421 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 02 17:36:41.421 INFO kablam! --> src/bufferset.rs:15:1 Sep 02 17:36:41.421 INFO kablam! | Sep 02 17:36:41.421 INFO kablam! 15 | #[repr="C"] Sep 02 17:36:41.421 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 02 17:36:41.421 INFO kablam! | Sep 02 17:36:41.421 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 02 17:36:41.421 INFO kablam! Sep 02 17:36:41.530 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:41.530 INFO kablam! --> src/mesh.rs:34:23 Sep 02 17:36:41.530 INFO kablam! | Sep 02 17:36:41.530 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 17:36:41.530 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 02 17:36:41.530 INFO kablam! | Sep 02 17:36:41.530 INFO kablam! = note: expected type `cgmath::Vector3` Sep 02 17:36:41.530 INFO kablam! found type `cgmath::vector::Vector3` Sep 02 17:36:41.530 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:41.530 INFO kablam! --> src/mesh.rs:34:23 Sep 02 17:36:41.530 INFO kablam! | Sep 02 17:36:41.530 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 17:36:41.530 INFO kablam! | ^^^^^^^^^ Sep 02 17:36:41.530 INFO kablam! Sep 02 17:36:41.793 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:41.793 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 17:36:41.793 INFO kablam! | Sep 02 17:36:41.793 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:41.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:41.793 INFO kablam! | Sep 02 17:36:41.793 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:41.793 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:41.793 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:41.793 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 17:36:41.793 INFO kablam! | Sep 02 17:36:41.793 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:41.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:41.793 INFO kablam! Sep 02 17:36:41.977 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:41.978 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 17:36:41.978 INFO kablam! | Sep 02 17:36:41.978 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:41.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:41.978 INFO kablam! | Sep 02 17:36:41.978 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:41.978 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:41.978 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:41.978 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 17:36:41.978 INFO kablam! | Sep 02 17:36:41.978 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:41.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:41.979 INFO kablam! Sep 02 17:36:42.002 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:42.003 INFO kablam! --> src/mesh.rs:33:23 Sep 02 17:36:42.003 INFO kablam! | Sep 02 17:36:42.003 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 17:36:42.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 02 17:36:42.003 INFO kablam! | Sep 02 17:36:42.003 INFO kablam! = note: expected type `cgmath::Point3` Sep 02 17:36:42.003 INFO kablam! found type `cgmath::point::Point3` Sep 02 17:36:42.003 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:42.003 INFO kablam! --> src/mesh.rs:33:23 Sep 02 17:36:42.003 INFO kablam! | Sep 02 17:36:42.003 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 17:36:42.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:42.003 INFO kablam! Sep 02 17:36:42.142 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:42.143 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 17:36:42.143 INFO kablam! | Sep 02 17:36:42.143 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:42.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:42.143 INFO kablam! | Sep 02 17:36:42.143 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:42.143 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:42.143 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:42.143 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 17:36:42.143 INFO kablam! | Sep 02 17:36:42.143 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:42.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:42.143 INFO kablam! Sep 02 17:36:42.160 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:42.160 INFO kablam! --> src/mesh.rs:34:23 Sep 02 17:36:42.160 INFO kablam! | Sep 02 17:36:42.160 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 17:36:42.160 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 02 17:36:42.160 INFO kablam! | Sep 02 17:36:42.160 INFO kablam! = note: expected type `cgmath::Vector3` Sep 02 17:36:42.160 INFO kablam! found type `cgmath::vector::Vector3` Sep 02 17:36:42.161 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:42.161 INFO kablam! --> src/mesh.rs:34:23 Sep 02 17:36:42.161 INFO kablam! | Sep 02 17:36:42.161 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 17:36:42.161 INFO kablam! | ^^^^^^^^^ Sep 02 17:36:42.161 INFO kablam! Sep 02 17:36:42.304 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:42.304 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 17:36:42.304 INFO kablam! | Sep 02 17:36:42.304 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:42.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:42.304 INFO kablam! | Sep 02 17:36:42.304 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:42.304 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:42.304 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:42.304 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 17:36:42.304 INFO kablam! | Sep 02 17:36:42.304 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:42.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:42.304 INFO kablam! Sep 02 17:36:42.434 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:42.434 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 17:36:42.434 INFO kablam! | Sep 02 17:36:42.434 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:42.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:42.434 INFO kablam! | Sep 02 17:36:42.434 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:42.434 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:42.434 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:42.435 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 17:36:42.435 INFO kablam! | Sep 02 17:36:42.435 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:42.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:42.435 INFO kablam! Sep 02 17:36:42.504 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:42.504 INFO kablam! --> src/convex_hull.rs:198:26 Sep 02 17:36:42.504 INFO kablam! | Sep 02 17:36:42.504 INFO kablam! 198 | f.borrow().can_see(& p) Sep 02 17:36:42.504 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 02 17:36:42.504 INFO kablam! | Sep 02 17:36:42.504 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:42.504 INFO kablam! found type `&&cgmath::Point3` Sep 02 17:36:42.504 INFO kablam! Sep 02 17:36:42.617 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:42.617 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 17:36:42.617 INFO kablam! | Sep 02 17:36:42.617 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:42.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:42.618 INFO kablam! | Sep 02 17:36:42.618 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:42.618 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:42.618 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:42.618 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 17:36:42.618 INFO kablam! | Sep 02 17:36:42.618 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:42.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:42.618 INFO kablam! Sep 02 17:36:42.672 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:42.673 INFO kablam! --> src/convex_hull.rs:213:49 Sep 02 17:36:42.673 INFO kablam! | Sep 02 17:36:42.673 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 02 17:36:42.673 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 02 17:36:42.673 INFO kablam! | Sep 02 17:36:42.673 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:42.673 INFO kablam! found type `&&cgmath::Point3` Sep 02 17:36:42.673 INFO kablam! Sep 02 17:36:42.762 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:42.762 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 17:36:42.762 INFO kablam! | Sep 02 17:36:42.762 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:42.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:42.762 INFO kablam! | Sep 02 17:36:42.762 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:42.763 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:42.763 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:42.763 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 17:36:42.763 INFO kablam! | Sep 02 17:36:42.763 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:42.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:42.763 INFO kablam! Sep 02 17:36:42.854 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:42.854 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 17:36:42.854 INFO kablam! | Sep 02 17:36:42.854 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 17:36:42.855 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:42.855 INFO kablam! | Sep 02 17:36:42.855 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:42.855 INFO kablam! found type `&cgmath::Point3` Sep 02 17:36:42.855 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:42.855 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 17:36:42.855 INFO kablam! | Sep 02 17:36:42.855 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 17:36:42.855 INFO kablam! | ^^ Sep 02 17:36:42.855 INFO kablam! Sep 02 17:36:42.934 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:42.934 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 17:36:42.934 INFO kablam! | Sep 02 17:36:42.934 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:42.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:42.934 INFO kablam! | Sep 02 17:36:42.934 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:42.934 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:42.935 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:42.935 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 17:36:42.935 INFO kablam! | Sep 02 17:36:42.935 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:42.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:36:42.935 INFO kablam! Sep 02 17:36:43.032 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:43.032 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 17:36:43.032 INFO kablam! | Sep 02 17:36:43.032 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:43.032 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:43.032 INFO kablam! | Sep 02 17:36:43.032 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:43.032 INFO kablam! found type `&cgmath::Point3` Sep 02 17:36:43.032 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:43.032 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 17:36:43.032 INFO kablam! | Sep 02 17:36:43.032 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:43.032 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:36:43.033 INFO kablam! Sep 02 17:36:43.152 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:43.152 INFO kablam! --> src/convex_hull.rs:198:26 Sep 02 17:36:43.152 INFO kablam! | Sep 02 17:36:43.152 INFO kablam! 198 | f.borrow().can_see(& p) Sep 02 17:36:43.152 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 02 17:36:43.152 INFO kablam! | Sep 02 17:36:43.152 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:43.152 INFO kablam! found type `&&cgmath::Point3` Sep 02 17:36:43.152 INFO kablam! Sep 02 17:36:43.191 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:43.191 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 17:36:43.191 INFO kablam! | Sep 02 17:36:43.191 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 17:36:43.191 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:43.191 INFO kablam! | Sep 02 17:36:43.191 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:43.191 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:43.191 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:43.191 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 17:36:43.191 INFO kablam! | Sep 02 17:36:43.191 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 17:36:43.191 INFO kablam! | ^^^^^^^^^ Sep 02 17:36:43.191 INFO kablam! Sep 02 17:36:43.345 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:43.345 INFO kablam! --> src/convex_hull.rs:213:49 Sep 02 17:36:43.345 INFO kablam! | Sep 02 17:36:43.345 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 02 17:36:43.346 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 02 17:36:43.346 INFO kablam! | Sep 02 17:36:43.346 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:43.346 INFO kablam! found type `&&cgmath::Point3` Sep 02 17:36:43.346 INFO kablam! Sep 02 17:36:43.391 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:43.391 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 17:36:43.391 INFO kablam! | Sep 02 17:36:43.391 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:43.391 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:43.391 INFO kablam! | Sep 02 17:36:43.391 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:43.391 INFO kablam! found type `&cgmath::Point3` Sep 02 17:36:43.391 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:43.391 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 17:36:43.391 INFO kablam! | Sep 02 17:36:43.391 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:43.391 INFO kablam! | ^ Sep 02 17:36:43.391 INFO kablam! Sep 02 17:36:43.423 INFO kablam! error: aborting due to 12 previous errors Sep 02 17:36:43.423 INFO kablam! Sep 02 17:36:43.423 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 17:36:43.435 INFO kablam! error: Could not compile `convex_hull`. Sep 02 17:36:43.435 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 17:36:43.520 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:43.520 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 17:36:43.520 INFO kablam! | Sep 02 17:36:43.520 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 17:36:43.520 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:43.520 INFO kablam! | Sep 02 17:36:43.520 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:43.520 INFO kablam! found type `&cgmath::Point3` Sep 02 17:36:43.520 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:43.520 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 17:36:43.520 INFO kablam! | Sep 02 17:36:43.520 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 17:36:43.520 INFO kablam! | ^^ Sep 02 17:36:43.521 INFO kablam! Sep 02 17:36:43.719 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:43.719 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 17:36:43.719 INFO kablam! | Sep 02 17:36:43.720 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:43.720 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:43.720 INFO kablam! | Sep 02 17:36:43.720 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:43.720 INFO kablam! found type `&cgmath::Point3` Sep 02 17:36:43.720 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:43.720 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 17:36:43.720 INFO kablam! | Sep 02 17:36:43.720 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:43.720 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:36:43.720 INFO kablam! Sep 02 17:36:43.869 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:43.869 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 17:36:43.869 INFO kablam! | Sep 02 17:36:43.869 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 17:36:43.869 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:43.869 INFO kablam! | Sep 02 17:36:43.869 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 17:36:43.869 INFO kablam! found type `cgmath::Point3` Sep 02 17:36:43.869 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:43.869 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 17:36:43.869 INFO kablam! | Sep 02 17:36:43.869 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 17:36:43.869 INFO kablam! | ^^^^^^^^^ Sep 02 17:36:43.869 INFO kablam! Sep 02 17:36:44.031 INFO kablam! error[E0308]: mismatched types Sep 02 17:36:44.031 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 17:36:44.031 INFO kablam! | Sep 02 17:36:44.031 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:44.031 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 17:36:44.031 INFO kablam! | Sep 02 17:36:44.031 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 17:36:44.031 INFO kablam! found type `&cgmath::Point3` Sep 02 17:36:44.031 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 17:36:44.031 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 17:36:44.031 INFO kablam! | Sep 02 17:36:44.031 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:44.031 INFO kablam! | ^ Sep 02 17:36:44.031 INFO kablam! Sep 02 17:36:44.052 INFO kablam! error: aborting due to 12 previous errors Sep 02 17:36:44.052 INFO kablam! Sep 02 17:36:44.052 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 17:36:44.068 INFO kablam! error: Could not compile `convex_hull`. Sep 02 17:36:44.068 INFO kablam! Sep 02 17:36:44.068 INFO kablam! To learn more, run the command again with --verbose. Sep 02 17:36:44.070 INFO kablam! su: No module specific data is present Sep 02 17:36:44.489 INFO running `"docker" "rm" "-f" "ad36f6dc87de15400ceb647dddf571349dba63caaecbbc99a3ade55c88871588"` Sep 02 17:36:44.581 INFO blam! ad36f6dc87de15400ceb647dddf571349dba63caaecbbc99a3ade55c88871588