Sep 14 18:11:16.433 INFO checking convex_hull-0.1.3 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 18:11:16.433 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 18:11:16.433 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 18:11:16.577 INFO blam! 1f01f5f41f4a7c3ebb3c6f7c02bde81810d3d8ff9253b8800e3b263b534fe7d3 Sep 14 18:11:16.578 INFO running `"docker" "start" "-a" "1f01f5f41f4a7c3ebb3c6f7c02bde81810d3d8ff9253b8800e3b263b534fe7d3"` Sep 14 18:11:17.476 INFO kablam! usermod: no changes Sep 14 18:11:17.684 INFO kablam! Checking cgmath v0.10.0 Sep 14 18:11:17.685 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 14 18:11:24.315 INFO kablam! Checking convex_hull v0.1.3 (file:///source) Sep 14 18:11:26.267 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 14 18:11:26.267 INFO kablam! --> src/bufferset.rs:15:1 Sep 14 18:11:26.267 INFO kablam! | Sep 14 18:11:26.267 INFO kablam! 15 | #[repr="C"] Sep 14 18:11:26.267 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 14 18:11:26.267 INFO kablam! | Sep 14 18:11:26.267 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 14 18:11:26.267 INFO kablam! Sep 14 18:11:26.267 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 14 18:11:26.267 INFO kablam! --> src/bufferset.rs:15:1 Sep 14 18:11:26.267 INFO kablam! | Sep 14 18:11:26.267 INFO kablam! 15 | #[repr="C"] Sep 14 18:11:26.267 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 14 18:11:26.267 INFO kablam! | Sep 14 18:11:26.267 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 14 18:11:26.267 INFO kablam! Sep 14 18:11:26.942 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:26.943 INFO kablam! --> src/mesh.rs:33:23 Sep 14 18:11:26.943 INFO kablam! | Sep 14 18:11:26.943 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 14 18:11:26.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 14 18:11:26.950 INFO kablam! | Sep 14 18:11:26.951 INFO kablam! = note: expected type `cgmath::Point3` Sep 14 18:11:26.951 INFO kablam! found type `cgmath::point::Point3` Sep 14 18:11:26.951 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:26.951 INFO kablam! --> src/mesh.rs:33:23 Sep 14 18:11:26.951 INFO kablam! | Sep 14 18:11:26.951 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 14 18:11:26.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:11:26.951 INFO kablam! Sep 14 18:11:26.983 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:26.983 INFO kablam! --> src/mesh.rs:33:23 Sep 14 18:11:26.983 INFO kablam! | Sep 14 18:11:26.983 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 14 18:11:26.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 14 18:11:26.987 INFO kablam! | Sep 14 18:11:26.987 INFO kablam! = note: expected type `cgmath::Point3` Sep 14 18:11:26.987 INFO kablam! found type `cgmath::point::Point3` Sep 14 18:11:26.987 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:26.987 INFO kablam! --> src/mesh.rs:33:23 Sep 14 18:11:26.987 INFO kablam! | Sep 14 18:11:26.987 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 14 18:11:26.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:11:26.987 INFO kablam! Sep 14 18:11:27.235 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:27.235 INFO kablam! --> src/mesh.rs:34:23 Sep 14 18:11:27.235 INFO kablam! | Sep 14 18:11:27.235 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 14 18:11:27.235 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 14 18:11:27.235 INFO kablam! | Sep 14 18:11:27.235 INFO kablam! = note: expected type `cgmath::Vector3` Sep 14 18:11:27.235 INFO kablam! found type `cgmath::vector::Vector3` Sep 14 18:11:27.235 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:27.235 INFO kablam! --> src/mesh.rs:34:23 Sep 14 18:11:27.235 INFO kablam! | Sep 14 18:11:27.235 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 14 18:11:27.235 INFO kablam! | ^^^^^^^^^ Sep 14 18:11:27.235 INFO kablam! Sep 14 18:11:27.391 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:27.391 INFO kablam! --> src/mesh.rs:34:23 Sep 14 18:11:27.391 INFO kablam! | Sep 14 18:11:27.391 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 14 18:11:27.391 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 14 18:11:27.391 INFO kablam! | Sep 14 18:11:27.391 INFO kablam! = note: expected type `cgmath::Vector3` Sep 14 18:11:27.391 INFO kablam! found type `cgmath::vector::Vector3` Sep 14 18:11:27.391 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:27.391 INFO kablam! --> src/mesh.rs:34:23 Sep 14 18:11:27.391 INFO kablam! | Sep 14 18:11:27.391 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 14 18:11:27.391 INFO kablam! | ^^^^^^^^^ Sep 14 18:11:27.391 INFO kablam! Sep 14 18:11:27.458 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:27.459 INFO kablam! --> src/convex_hull.rs:180:58 Sep 14 18:11:27.459 INFO kablam! | Sep 14 18:11:27.459 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 14 18:11:27.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:27.459 INFO kablam! | Sep 14 18:11:27.459 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 14 18:11:27.459 INFO kablam! found type `cgmath::Point3` Sep 14 18:11:27.459 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:27.459 INFO kablam! --> src/convex_hull.rs:180:58 Sep 14 18:11:27.459 INFO kablam! | Sep 14 18:11:27.459 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 14 18:11:27.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:11:27.459 INFO kablam! Sep 14 18:11:27.737 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:27.737 INFO kablam! --> src/convex_hull.rs:180:86 Sep 14 18:11:27.737 INFO kablam! | Sep 14 18:11:27.737 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 14 18:11:27.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:27.737 INFO kablam! | Sep 14 18:11:27.737 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 14 18:11:27.737 INFO kablam! found type `cgmath::Point3` Sep 14 18:11:27.737 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:27.737 INFO kablam! --> src/convex_hull.rs:180:86 Sep 14 18:11:27.737 INFO kablam! | Sep 14 18:11:27.737 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 14 18:11:27.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:11:27.737 INFO kablam! Sep 14 18:11:27.864 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:27.864 INFO kablam! --> src/convex_hull.rs:180:58 Sep 14 18:11:27.864 INFO kablam! | Sep 14 18:11:27.864 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 14 18:11:27.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:27.864 INFO kablam! | Sep 14 18:11:27.865 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 14 18:11:27.865 INFO kablam! found type `cgmath::Point3` Sep 14 18:11:27.865 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:27.865 INFO kablam! --> src/convex_hull.rs:180:58 Sep 14 18:11:27.865 INFO kablam! | Sep 14 18:11:27.865 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 14 18:11:27.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:11:27.865 INFO kablam! Sep 14 18:11:28.043 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:28.043 INFO kablam! --> src/convex_hull.rs:180:114 Sep 14 18:11:28.043 INFO kablam! | Sep 14 18:11:28.043 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 14 18:11:28.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:28.043 INFO kablam! | Sep 14 18:11:28.043 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 14 18:11:28.043 INFO kablam! found type `cgmath::Point3` Sep 14 18:11:28.043 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:28.043 INFO kablam! --> src/convex_hull.rs:180:114 Sep 14 18:11:28.043 INFO kablam! | Sep 14 18:11:28.043 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 14 18:11:28.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:11:28.043 INFO kablam! Sep 14 18:11:28.151 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:28.151 INFO kablam! --> src/convex_hull.rs:180:86 Sep 14 18:11:28.151 INFO kablam! | Sep 14 18:11:28.151 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 14 18:11:28.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:28.151 INFO kablam! | Sep 14 18:11:28.151 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 14 18:11:28.151 INFO kablam! found type `cgmath::Point3` Sep 14 18:11:28.151 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:28.151 INFO kablam! --> src/convex_hull.rs:180:86 Sep 14 18:11:28.151 INFO kablam! | Sep 14 18:11:28.151 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 14 18:11:28.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:11:28.151 INFO kablam! Sep 14 18:11:28.399 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:28.399 INFO kablam! --> src/convex_hull.rs:180:142 Sep 14 18:11:28.399 INFO kablam! | Sep 14 18:11:28.399 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 14 18:11:28.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:28.399 INFO kablam! | Sep 14 18:11:28.399 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 14 18:11:28.399 INFO kablam! found type `cgmath::Point3` Sep 14 18:11:28.399 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:28.399 INFO kablam! --> src/convex_hull.rs:180:142 Sep 14 18:11:28.399 INFO kablam! | Sep 14 18:11:28.399 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 14 18:11:28.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:11:28.399 INFO kablam! Sep 14 18:11:28.500 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:28.500 INFO kablam! --> src/convex_hull.rs:180:114 Sep 14 18:11:28.500 INFO kablam! | Sep 14 18:11:28.500 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 14 18:11:28.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:28.507 INFO kablam! | Sep 14 18:11:28.507 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 14 18:11:28.507 INFO kablam! found type `cgmath::Point3` Sep 14 18:11:28.507 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:28.507 INFO kablam! --> src/convex_hull.rs:180:114 Sep 14 18:11:28.507 INFO kablam! | Sep 14 18:11:28.507 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 14 18:11:28.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:11:28.507 INFO kablam! Sep 14 18:11:28.731 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:28.731 INFO kablam! --> src/convex_hull.rs:180:142 Sep 14 18:11:28.731 INFO kablam! | Sep 14 18:11:28.731 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 14 18:11:28.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:28.731 INFO kablam! | Sep 14 18:11:28.731 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 14 18:11:28.731 INFO kablam! found type `cgmath::Point3` Sep 14 18:11:28.731 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:28.731 INFO kablam! --> src/convex_hull.rs:180:142 Sep 14 18:11:28.731 INFO kablam! | Sep 14 18:11:28.731 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 14 18:11:28.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:11:28.731 INFO kablam! Sep 14 18:11:28.735 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:28.735 INFO kablam! --> src/convex_hull.rs:198:26 Sep 14 18:11:28.735 INFO kablam! | Sep 14 18:11:28.735 INFO kablam! 198 | f.borrow().can_see(& p) Sep 14 18:11:28.735 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 14 18:11:28.735 INFO kablam! | Sep 14 18:11:28.735 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 14 18:11:28.735 INFO kablam! found type `&&cgmath::Point3` Sep 14 18:11:28.735 INFO kablam! Sep 14 18:11:28.919 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:28.919 INFO kablam! --> src/convex_hull.rs:213:49 Sep 14 18:11:28.919 INFO kablam! | Sep 14 18:11:28.920 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 14 18:11:28.920 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 14 18:11:28.921 INFO kablam! | Sep 14 18:11:28.921 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 14 18:11:28.921 INFO kablam! found type `&&cgmath::Point3` Sep 14 18:11:28.921 INFO kablam! Sep 14 18:11:29.087 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:29.087 INFO kablam! --> src/convex_hull.rs:220:62 Sep 14 18:11:29.087 INFO kablam! | Sep 14 18:11:29.087 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 14 18:11:29.087 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:29.087 INFO kablam! | Sep 14 18:11:29.087 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 14 18:11:29.087 INFO kablam! found type `&cgmath::Point3` Sep 14 18:11:29.087 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:29.087 INFO kablam! --> src/convex_hull.rs:220:62 Sep 14 18:11:29.087 INFO kablam! | Sep 14 18:11:29.087 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 14 18:11:29.087 INFO kablam! | ^^ Sep 14 18:11:29.087 INFO kablam! Sep 14 18:11:29.103 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:29.103 INFO kablam! --> src/convex_hull.rs:198:26 Sep 14 18:11:29.103 INFO kablam! | Sep 14 18:11:29.103 INFO kablam! 198 | f.borrow().can_see(& p) Sep 14 18:11:29.103 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 14 18:11:29.103 INFO kablam! | Sep 14 18:11:29.103 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 14 18:11:29.103 INFO kablam! found type `&&cgmath::Point3` Sep 14 18:11:29.103 INFO kablam! Sep 14 18:11:29.263 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:29.263 INFO kablam! --> src/convex_hull.rs:245:91 Sep 14 18:11:29.263 INFO kablam! | Sep 14 18:11:29.263 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 14 18:11:29.263 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:29.263 INFO kablam! | Sep 14 18:11:29.263 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 14 18:11:29.263 INFO kablam! found type `&cgmath::Point3` Sep 14 18:11:29.263 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:29.263 INFO kablam! --> src/convex_hull.rs:245:91 Sep 14 18:11:29.263 INFO kablam! | Sep 14 18:11:29.263 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 14 18:11:29.263 INFO kablam! | ^^^^^^^^^^^ Sep 14 18:11:29.263 INFO kablam! Sep 14 18:11:29.427 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:29.427 INFO kablam! --> src/convex_hull.rs:252:44 Sep 14 18:11:29.427 INFO kablam! | Sep 14 18:11:29.427 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 14 18:11:29.427 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:29.427 INFO kablam! | Sep 14 18:11:29.427 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 14 18:11:29.427 INFO kablam! found type `cgmath::Point3` Sep 14 18:11:29.427 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:29.427 INFO kablam! --> src/convex_hull.rs:252:44 Sep 14 18:11:29.427 INFO kablam! | Sep 14 18:11:29.427 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 14 18:11:29.427 INFO kablam! | ^^^^^^^^^ Sep 14 18:11:29.427 INFO kablam! Sep 14 18:11:29.447 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:29.447 INFO kablam! --> src/convex_hull.rs:213:49 Sep 14 18:11:29.447 INFO kablam! | Sep 14 18:11:29.447 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 14 18:11:29.447 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 14 18:11:29.447 INFO kablam! | Sep 14 18:11:29.447 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 14 18:11:29.447 INFO kablam! found type `&&cgmath::Point3` Sep 14 18:11:29.447 INFO kablam! Sep 14 18:11:29.615 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:29.615 INFO kablam! --> src/convex_hull.rs:259:127 Sep 14 18:11:29.615 INFO kablam! | Sep 14 18:11:29.615 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 14 18:11:29.615 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:29.615 INFO kablam! | Sep 14 18:11:29.615 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 14 18:11:29.615 INFO kablam! found type `&cgmath::Point3` Sep 14 18:11:29.615 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:29.615 INFO kablam! --> src/convex_hull.rs:259:127 Sep 14 18:11:29.615 INFO kablam! | Sep 14 18:11:29.615 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 14 18:11:29.615 INFO kablam! | ^ Sep 14 18:11:29.615 INFO kablam! Sep 14 18:11:29.635 INFO kablam! error: aborting due to 12 previous errors Sep 14 18:11:29.639 INFO kablam! Sep 14 18:11:29.639 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 14 18:11:29.648 INFO kablam! error: Could not compile `convex_hull`. Sep 14 18:11:29.648 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 18:11:29.806 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:29.806 INFO kablam! --> src/convex_hull.rs:220:62 Sep 14 18:11:29.806 INFO kablam! | Sep 14 18:11:29.806 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 14 18:11:29.806 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:29.806 INFO kablam! | Sep 14 18:11:29.806 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 14 18:11:29.806 INFO kablam! found type `&cgmath::Point3` Sep 14 18:11:29.806 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:29.806 INFO kablam! --> src/convex_hull.rs:220:62 Sep 14 18:11:29.806 INFO kablam! | Sep 14 18:11:29.806 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 14 18:11:29.806 INFO kablam! | ^^ Sep 14 18:11:29.806 INFO kablam! Sep 14 18:11:29.979 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:29.979 INFO kablam! --> src/convex_hull.rs:245:91 Sep 14 18:11:29.979 INFO kablam! | Sep 14 18:11:29.980 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 14 18:11:29.980 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:29.980 INFO kablam! | Sep 14 18:11:29.980 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 14 18:11:29.980 INFO kablam! found type `&cgmath::Point3` Sep 14 18:11:29.980 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:29.980 INFO kablam! --> src/convex_hull.rs:245:91 Sep 14 18:11:29.980 INFO kablam! | Sep 14 18:11:29.980 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 14 18:11:29.980 INFO kablam! | ^^^^^^^^^^^ Sep 14 18:11:29.980 INFO kablam! Sep 14 18:11:30.164 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:30.164 INFO kablam! --> src/convex_hull.rs:252:44 Sep 14 18:11:30.164 INFO kablam! | Sep 14 18:11:30.164 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 14 18:11:30.164 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:30.164 INFO kablam! | Sep 14 18:11:30.164 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 14 18:11:30.164 INFO kablam! found type `cgmath::Point3` Sep 14 18:11:30.164 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:30.164 INFO kablam! --> src/convex_hull.rs:252:44 Sep 14 18:11:30.164 INFO kablam! | Sep 14 18:11:30.164 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 14 18:11:30.164 INFO kablam! | ^^^^^^^^^ Sep 14 18:11:30.164 INFO kablam! Sep 14 18:11:30.343 INFO kablam! error[E0308]: mismatched types Sep 14 18:11:30.343 INFO kablam! --> src/convex_hull.rs:259:127 Sep 14 18:11:30.343 INFO kablam! | Sep 14 18:11:30.343 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 14 18:11:30.343 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 14 18:11:30.343 INFO kablam! | Sep 14 18:11:30.343 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 14 18:11:30.343 INFO kablam! found type `&cgmath::Point3` Sep 14 18:11:30.343 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 14 18:11:30.343 INFO kablam! --> src/convex_hull.rs:259:127 Sep 14 18:11:30.343 INFO kablam! | Sep 14 18:11:30.343 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 14 18:11:30.343 INFO kablam! | ^ Sep 14 18:11:30.343 INFO kablam! Sep 14 18:11:30.363 INFO kablam! error: aborting due to 12 previous errors Sep 14 18:11:30.363 INFO kablam! Sep 14 18:11:30.363 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 14 18:11:30.387 INFO kablam! error: Could not compile `convex_hull`. Sep 14 18:11:30.387 INFO kablam! Sep 14 18:11:30.387 INFO kablam! To learn more, run the command again with --verbose. Sep 14 18:11:30.387 INFO kablam! su: No module specific data is present Sep 14 18:11:31.823 INFO running `"docker" "rm" "-f" "1f01f5f41f4a7c3ebb3c6f7c02bde81810d3d8ff9253b8800e3b263b534fe7d3"` Sep 14 18:11:32.106 INFO blam! 1f01f5f41f4a7c3ebb3c6f7c02bde81810d3d8ff9253b8800e3b263b534fe7d3