Sep 18 02:14:51.920 INFO checking convex_hull-0.1.3 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 02:14:51.920 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 02:14:51.920 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 02:14:52.284 INFO blam! 74c6a338acec5213c940fe592f2f56ea3a9a4b2be2318d48e5461adf3e92fba2 Sep 18 02:14:52.287 INFO running `"docker" "start" "-a" "74c6a338acec5213c940fe592f2f56ea3a9a4b2be2318d48e5461adf3e92fba2"` Sep 18 02:14:53.767 INFO kablam! usermod: no changes Sep 18 02:14:53.978 INFO kablam! Checking cgmath v0.10.0 Sep 18 02:14:53.978 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 18 02:14:59.750 INFO kablam! Checking convex_hull v0.1.3 (/source) Sep 18 02:15:00.874 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 18 02:15:00.875 INFO kablam! --> src/bufferset.rs:15:1 Sep 18 02:15:00.875 INFO kablam! | Sep 18 02:15:00.875 INFO kablam! 15 | #[repr="C"] Sep 18 02:15:00.876 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 18 02:15:00.876 INFO kablam! | Sep 18 02:15:00.876 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 18 02:15:00.876 INFO kablam! Sep 18 02:15:00.983 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 18 02:15:00.983 INFO kablam! --> src/bufferset.rs:15:1 Sep 18 02:15:00.983 INFO kablam! | Sep 18 02:15:00.983 INFO kablam! 15 | #[repr="C"] Sep 18 02:15:00.983 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 18 02:15:00.983 INFO kablam! | Sep 18 02:15:00.983 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 18 02:15:00.983 INFO kablam! Sep 18 02:15:01.262 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:01.262 INFO kablam! --> src/mesh.rs:33:23 Sep 18 02:15:01.262 INFO kablam! | Sep 18 02:15:01.262 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 18 02:15:01.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 18 02:15:01.262 INFO kablam! | Sep 18 02:15:01.262 INFO kablam! = note: expected type `cgmath::Point3` Sep 18 02:15:01.262 INFO kablam! found type `cgmath::point::Point3` Sep 18 02:15:01.262 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:01.262 INFO kablam! --> src/mesh.rs:33:23 Sep 18 02:15:01.262 INFO kablam! | Sep 18 02:15:01.262 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 18 02:15:01.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:01.262 INFO kablam! Sep 18 02:15:01.419 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:01.419 INFO kablam! --> src/mesh.rs:34:23 Sep 18 02:15:01.419 INFO kablam! | Sep 18 02:15:01.419 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 18 02:15:01.419 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 18 02:15:01.419 INFO kablam! | Sep 18 02:15:01.419 INFO kablam! = note: expected type `cgmath::Vector3` Sep 18 02:15:01.419 INFO kablam! found type `cgmath::vector::Vector3` Sep 18 02:15:01.419 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:01.419 INFO kablam! --> src/mesh.rs:34:23 Sep 18 02:15:01.419 INFO kablam! | Sep 18 02:15:01.419 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 18 02:15:01.419 INFO kablam! | ^^^^^^^^^ Sep 18 02:15:01.419 INFO kablam! Sep 18 02:15:01.530 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:01.530 INFO kablam! --> src/mesh.rs:33:23 Sep 18 02:15:01.530 INFO kablam! | Sep 18 02:15:01.530 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 18 02:15:01.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 18 02:15:01.530 INFO kablam! | Sep 18 02:15:01.530 INFO kablam! = note: expected type `cgmath::Point3` Sep 18 02:15:01.530 INFO kablam! found type `cgmath::point::Point3` Sep 18 02:15:01.530 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:01.530 INFO kablam! --> src/mesh.rs:33:23 Sep 18 02:15:01.530 INFO kablam! | Sep 18 02:15:01.530 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 18 02:15:01.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:01.530 INFO kablam! Sep 18 02:15:01.714 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:01.715 INFO kablam! --> src/mesh.rs:34:23 Sep 18 02:15:01.715 INFO kablam! | Sep 18 02:15:01.715 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 18 02:15:01.715 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 18 02:15:01.715 INFO kablam! | Sep 18 02:15:01.715 INFO kablam! = note: expected type `cgmath::Vector3` Sep 18 02:15:01.715 INFO kablam! found type `cgmath::vector::Vector3` Sep 18 02:15:01.715 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:01.715 INFO kablam! --> src/mesh.rs:34:23 Sep 18 02:15:01.715 INFO kablam! | Sep 18 02:15:01.715 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 18 02:15:01.715 INFO kablam! | ^^^^^^^^^ Sep 18 02:15:01.715 INFO kablam! Sep 18 02:15:01.720 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:01.720 INFO kablam! --> src/convex_hull.rs:180:58 Sep 18 02:15:01.720 INFO kablam! | Sep 18 02:15:01.720 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 18 02:15:01.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:01.720 INFO kablam! | Sep 18 02:15:01.720 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:01.720 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:01.720 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:01.720 INFO kablam! --> src/convex_hull.rs:180:58 Sep 18 02:15:01.720 INFO kablam! | Sep 18 02:15:01.720 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 18 02:15:01.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:01.720 INFO kablam! Sep 18 02:15:01.967 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:01.967 INFO kablam! --> src/convex_hull.rs:180:86 Sep 18 02:15:01.967 INFO kablam! | Sep 18 02:15:01.967 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 18 02:15:01.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:01.967 INFO kablam! | Sep 18 02:15:01.967 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:01.967 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:01.967 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:01.967 INFO kablam! --> src/convex_hull.rs:180:86 Sep 18 02:15:01.967 INFO kablam! | Sep 18 02:15:01.967 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 18 02:15:01.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:01.967 INFO kablam! Sep 18 02:15:02.031 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:02.031 INFO kablam! --> src/convex_hull.rs:180:58 Sep 18 02:15:02.031 INFO kablam! | Sep 18 02:15:02.031 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 18 02:15:02.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:02.031 INFO kablam! | Sep 18 02:15:02.031 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:02.031 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:02.031 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:02.031 INFO kablam! --> src/convex_hull.rs:180:58 Sep 18 02:15:02.031 INFO kablam! | Sep 18 02:15:02.031 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 18 02:15:02.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:02.031 INFO kablam! Sep 18 02:15:02.140 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:02.140 INFO kablam! --> src/convex_hull.rs:180:114 Sep 18 02:15:02.140 INFO kablam! | Sep 18 02:15:02.140 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 18 02:15:02.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:02.140 INFO kablam! | Sep 18 02:15:02.140 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:02.140 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:02.140 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:02.140 INFO kablam! --> src/convex_hull.rs:180:114 Sep 18 02:15:02.140 INFO kablam! | Sep 18 02:15:02.140 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 18 02:15:02.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:02.140 INFO kablam! Sep 18 02:15:02.279 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:02.279 INFO kablam! --> src/convex_hull.rs:180:86 Sep 18 02:15:02.279 INFO kablam! | Sep 18 02:15:02.279 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 18 02:15:02.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:02.279 INFO kablam! | Sep 18 02:15:02.279 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:02.279 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:02.279 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:02.279 INFO kablam! --> src/convex_hull.rs:180:86 Sep 18 02:15:02.279 INFO kablam! | Sep 18 02:15:02.279 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 18 02:15:02.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:02.279 INFO kablam! Sep 18 02:15:02.363 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:02.363 INFO kablam! --> src/convex_hull.rs:180:142 Sep 18 02:15:02.363 INFO kablam! | Sep 18 02:15:02.363 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 18 02:15:02.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:02.363 INFO kablam! | Sep 18 02:15:02.363 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:02.363 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:02.363 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:02.363 INFO kablam! --> src/convex_hull.rs:180:142 Sep 18 02:15:02.363 INFO kablam! | Sep 18 02:15:02.363 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 18 02:15:02.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:02.363 INFO kablam! Sep 18 02:15:02.529 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:02.529 INFO kablam! --> src/convex_hull.rs:198:26 Sep 18 02:15:02.529 INFO kablam! | Sep 18 02:15:02.529 INFO kablam! 198 | f.borrow().can_see(& p) Sep 18 02:15:02.529 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 18 02:15:02.529 INFO kablam! | Sep 18 02:15:02.529 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:02.529 INFO kablam! found type `&&cgmath::Point3` Sep 18 02:15:02.529 INFO kablam! Sep 18 02:15:02.634 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:02.635 INFO kablam! --> src/convex_hull.rs:180:114 Sep 18 02:15:02.635 INFO kablam! | Sep 18 02:15:02.635 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 18 02:15:02.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:02.646 INFO kablam! | Sep 18 02:15:02.647 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:02.647 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:02.647 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:02.647 INFO kablam! --> src/convex_hull.rs:180:114 Sep 18 02:15:02.647 INFO kablam! | Sep 18 02:15:02.647 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 18 02:15:02.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:02.647 INFO kablam! Sep 18 02:15:02.706 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:02.707 INFO kablam! --> src/convex_hull.rs:213:49 Sep 18 02:15:02.707 INFO kablam! | Sep 18 02:15:02.707 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 18 02:15:02.707 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 18 02:15:02.707 INFO kablam! | Sep 18 02:15:02.707 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:02.707 INFO kablam! found type `&&cgmath::Point3` Sep 18 02:15:02.707 INFO kablam! Sep 18 02:15:02.919 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:02.919 INFO kablam! --> src/convex_hull.rs:180:142 Sep 18 02:15:02.919 INFO kablam! | Sep 18 02:15:02.919 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 18 02:15:02.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:02.919 INFO kablam! | Sep 18 02:15:02.919 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:02.919 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:02.919 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:02.919 INFO kablam! --> src/convex_hull.rs:180:142 Sep 18 02:15:02.919 INFO kablam! | Sep 18 02:15:02.919 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 18 02:15:02.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:02.919 INFO kablam! Sep 18 02:15:02.935 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:02.935 INFO kablam! --> src/convex_hull.rs:220:62 Sep 18 02:15:02.935 INFO kablam! | Sep 18 02:15:02.935 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 18 02:15:02.935 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:02.935 INFO kablam! | Sep 18 02:15:02.935 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:02.935 INFO kablam! found type `&cgmath::Point3` Sep 18 02:15:02.935 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:02.935 INFO kablam! --> src/convex_hull.rs:220:62 Sep 18 02:15:02.935 INFO kablam! | Sep 18 02:15:02.935 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 18 02:15:02.935 INFO kablam! | ^^ Sep 18 02:15:02.935 INFO kablam! Sep 18 02:15:03.129 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:03.129 INFO kablam! --> src/convex_hull.rs:245:91 Sep 18 02:15:03.129 INFO kablam! | Sep 18 02:15:03.129 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 18 02:15:03.129 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:03.129 INFO kablam! | Sep 18 02:15:03.129 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:03.129 INFO kablam! found type `&cgmath::Point3` Sep 18 02:15:03.129 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:03.129 INFO kablam! --> src/convex_hull.rs:245:91 Sep 18 02:15:03.129 INFO kablam! | Sep 18 02:15:03.129 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 18 02:15:03.129 INFO kablam! | ^^^^^^^^^^^ Sep 18 02:15:03.129 INFO kablam! Sep 18 02:15:03.207 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:03.207 INFO kablam! --> src/convex_hull.rs:198:26 Sep 18 02:15:03.207 INFO kablam! | Sep 18 02:15:03.208 INFO kablam! 198 | f.borrow().can_see(& p) Sep 18 02:15:03.208 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 18 02:15:03.208 INFO kablam! | Sep 18 02:15:03.208 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:03.208 INFO kablam! found type `&&cgmath::Point3` Sep 18 02:15:03.208 INFO kablam! Sep 18 02:15:03.290 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:03.291 INFO kablam! --> src/convex_hull.rs:252:44 Sep 18 02:15:03.291 INFO kablam! | Sep 18 02:15:03.291 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 18 02:15:03.291 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:03.291 INFO kablam! | Sep 18 02:15:03.291 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:03.291 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:03.291 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:03.291 INFO kablam! --> src/convex_hull.rs:252:44 Sep 18 02:15:03.291 INFO kablam! | Sep 18 02:15:03.291 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 18 02:15:03.291 INFO kablam! | ^^^^^^^^^ Sep 18 02:15:03.291 INFO kablam! Sep 18 02:15:03.434 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:03.435 INFO kablam! --> src/convex_hull.rs:213:49 Sep 18 02:15:03.435 INFO kablam! | Sep 18 02:15:03.435 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 18 02:15:03.435 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 18 02:15:03.435 INFO kablam! | Sep 18 02:15:03.435 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:03.435 INFO kablam! found type `&&cgmath::Point3` Sep 18 02:15:03.435 INFO kablam! Sep 18 02:15:03.462 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:03.463 INFO kablam! --> src/convex_hull.rs:259:127 Sep 18 02:15:03.463 INFO kablam! | Sep 18 02:15:03.463 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 18 02:15:03.463 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:03.463 INFO kablam! | Sep 18 02:15:03.463 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:03.463 INFO kablam! found type `&cgmath::Point3` Sep 18 02:15:03.463 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:03.463 INFO kablam! --> src/convex_hull.rs:259:127 Sep 18 02:15:03.463 INFO kablam! | Sep 18 02:15:03.463 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 18 02:15:03.463 INFO kablam! | ^ Sep 18 02:15:03.463 INFO kablam! Sep 18 02:15:03.494 INFO kablam! error: aborting due to 12 previous errors Sep 18 02:15:03.494 INFO kablam! Sep 18 02:15:03.495 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 18 02:15:03.495 INFO kablam! error: Could not compile `convex_hull`. Sep 18 02:15:03.495 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:15:03.666 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:03.667 INFO kablam! --> src/convex_hull.rs:220:62 Sep 18 02:15:03.667 INFO kablam! | Sep 18 02:15:03.667 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 18 02:15:03.667 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:03.667 INFO kablam! | Sep 18 02:15:03.667 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:03.667 INFO kablam! found type `&cgmath::Point3` Sep 18 02:15:03.667 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:03.667 INFO kablam! --> src/convex_hull.rs:220:62 Sep 18 02:15:03.667 INFO kablam! | Sep 18 02:15:03.667 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 18 02:15:03.667 INFO kablam! | ^^ Sep 18 02:15:03.667 INFO kablam! Sep 18 02:15:03.837 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:03.837 INFO kablam! --> src/convex_hull.rs:245:91 Sep 18 02:15:03.837 INFO kablam! | Sep 18 02:15:03.837 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 18 02:15:03.837 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:03.837 INFO kablam! | Sep 18 02:15:03.837 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:03.837 INFO kablam! found type `&cgmath::Point3` Sep 18 02:15:03.837 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:03.837 INFO kablam! --> src/convex_hull.rs:245:91 Sep 18 02:15:03.837 INFO kablam! | Sep 18 02:15:03.837 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 18 02:15:03.837 INFO kablam! | ^^^^^^^^^^^ Sep 18 02:15:03.837 INFO kablam! Sep 18 02:15:03.975 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:03.975 INFO kablam! --> src/convex_hull.rs:252:44 Sep 18 02:15:03.975 INFO kablam! | Sep 18 02:15:03.975 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 18 02:15:03.975 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:03.975 INFO kablam! | Sep 18 02:15:03.975 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:03.975 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:03.975 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:03.975 INFO kablam! --> src/convex_hull.rs:252:44 Sep 18 02:15:03.975 INFO kablam! | Sep 18 02:15:03.975 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 18 02:15:03.975 INFO kablam! | ^^^^^^^^^ Sep 18 02:15:03.975 INFO kablam! Sep 18 02:15:04.131 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:04.131 INFO kablam! --> src/convex_hull.rs:259:127 Sep 18 02:15:04.131 INFO kablam! | Sep 18 02:15:04.131 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 18 02:15:04.131 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:04.131 INFO kablam! | Sep 18 02:15:04.131 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:04.131 INFO kablam! found type `&cgmath::Point3` Sep 18 02:15:04.131 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:04.131 INFO kablam! --> src/convex_hull.rs:259:127 Sep 18 02:15:04.131 INFO kablam! | Sep 18 02:15:04.131 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 18 02:15:04.131 INFO kablam! | ^ Sep 18 02:15:04.131 INFO kablam! Sep 18 02:15:04.155 INFO kablam! error: aborting due to 12 previous errors Sep 18 02:15:04.155 INFO kablam! Sep 18 02:15:04.155 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 18 02:15:04.175 INFO kablam! error: Could not compile `convex_hull`. Sep 18 02:15:04.175 INFO kablam! Sep 18 02:15:04.175 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:15:04.176 INFO kablam! su: No module specific data is present Sep 18 02:15:04.831 INFO running `"docker" "rm" "-f" "74c6a338acec5213c940fe592f2f56ea3a9a4b2be2318d48e5461adf3e92fba2"` Sep 18 02:15:05.090 INFO blam! 74c6a338acec5213c940fe592f2f56ea3a9a4b2be2318d48e5461adf3e92fba2