Sep 20 03:24:50.070 INFO checking convex_hull-0.1.3 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 03:24:50.070 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 03:24:50.070 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:24:50.215 INFO blam! 8785bb8e0487287a8dd62e7476303ee0654c96584e756bd9fc9df386c7efd4f5 Sep 20 03:24:50.217 INFO running `"docker" "start" "-a" "8785bb8e0487287a8dd62e7476303ee0654c96584e756bd9fc9df386c7efd4f5"` Sep 20 03:24:51.249 INFO kablam! usermod: no changes Sep 20 03:24:51.522 INFO kablam! Checking cgmath v0.10.0 Sep 20 03:24:51.522 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 20 03:24:58.466 INFO kablam! Checking convex_hull v0.1.3 (/source) Sep 20 03:25:00.587 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 20 03:25:00.587 INFO kablam! --> src/bufferset.rs:15:1 Sep 20 03:25:00.587 INFO kablam! | Sep 20 03:25:00.587 INFO kablam! 15 | #[repr="C"] Sep 20 03:25:00.587 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 20 03:25:00.587 INFO kablam! | Sep 20 03:25:00.587 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 20 03:25:00.587 INFO kablam! Sep 20 03:25:00.699 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 20 03:25:00.699 INFO kablam! --> src/bufferset.rs:15:1 Sep 20 03:25:00.699 INFO kablam! | Sep 20 03:25:00.699 INFO kablam! 15 | #[repr="C"] Sep 20 03:25:00.699 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 20 03:25:00.699 INFO kablam! | Sep 20 03:25:00.699 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 20 03:25:00.699 INFO kablam! Sep 20 03:25:00.991 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:00.991 INFO kablam! --> src/mesh.rs:33:23 Sep 20 03:25:00.991 INFO kablam! | Sep 20 03:25:00.991 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 20 03:25:00.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 20 03:25:00.991 INFO kablam! | Sep 20 03:25:00.991 INFO kablam! = note: expected type `cgmath::Point3` Sep 20 03:25:00.991 INFO kablam! found type `cgmath::point::Point3` Sep 20 03:25:00.991 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:00.991 INFO kablam! --> src/mesh.rs:33:23 Sep 20 03:25:00.991 INFO kablam! | Sep 20 03:25:00.991 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 20 03:25:00.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:25:00.991 INFO kablam! Sep 20 03:25:01.143 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:01.143 INFO kablam! --> src/mesh.rs:34:23 Sep 20 03:25:01.143 INFO kablam! | Sep 20 03:25:01.143 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 20 03:25:01.143 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 20 03:25:01.143 INFO kablam! | Sep 20 03:25:01.143 INFO kablam! = note: expected type `cgmath::Vector3` Sep 20 03:25:01.143 INFO kablam! found type `cgmath::vector::Vector3` Sep 20 03:25:01.143 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:01.143 INFO kablam! --> src/mesh.rs:34:23 Sep 20 03:25:01.143 INFO kablam! | Sep 20 03:25:01.143 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 20 03:25:01.143 INFO kablam! | ^^^^^^^^^ Sep 20 03:25:01.143 INFO kablam! Sep 20 03:25:01.343 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:01.343 INFO kablam! --> src/mesh.rs:33:23 Sep 20 03:25:01.343 INFO kablam! | Sep 20 03:25:01.343 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 20 03:25:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 20 03:25:01.343 INFO kablam! | Sep 20 03:25:01.343 INFO kablam! = note: expected type `cgmath::Point3` Sep 20 03:25:01.343 INFO kablam! found type `cgmath::point::Point3` Sep 20 03:25:01.343 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:01.343 INFO kablam! --> src/mesh.rs:33:23 Sep 20 03:25:01.343 INFO kablam! | Sep 20 03:25:01.343 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 20 03:25:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:25:01.343 INFO kablam! Sep 20 03:25:01.358 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:01.358 INFO kablam! --> src/convex_hull.rs:180:58 Sep 20 03:25:01.358 INFO kablam! | Sep 20 03:25:01.358 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:01.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:01.358 INFO kablam! | Sep 20 03:25:01.358 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 03:25:01.358 INFO kablam! found type `cgmath::Point3` Sep 20 03:25:01.358 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:01.358 INFO kablam! --> src/convex_hull.rs:180:58 Sep 20 03:25:01.359 INFO kablam! | Sep 20 03:25:01.359 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:01.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:25:01.359 INFO kablam! Sep 20 03:25:01.507 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:01.507 INFO kablam! --> src/convex_hull.rs:180:86 Sep 20 03:25:01.507 INFO kablam! | Sep 20 03:25:01.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 20 03:25:01.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:01.507 INFO kablam! | Sep 20 03:25:01.507 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 03:25:01.507 INFO kablam! found type `cgmath::Point3` Sep 20 03:25:01.507 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:01.507 INFO kablam! --> src/convex_hull.rs:180:86 Sep 20 03:25:01.507 INFO kablam! | Sep 20 03:25:01.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 20 03:25:01.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:25:01.507 INFO kablam! Sep 20 03:25:01.663 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:01.663 INFO kablam! --> src/convex_hull.rs:180:114 Sep 20 03:25:01.663 INFO kablam! | Sep 20 03:25:01.663 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:01.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:01.663 INFO kablam! | Sep 20 03:25:01.671 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 03:25:01.671 INFO kablam! found type `cgmath::Point3` Sep 20 03:25:01.671 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:01.671 INFO kablam! --> src/convex_hull.rs:180:114 Sep 20 03:25:01.671 INFO kablam! | Sep 20 03:25:01.671 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:01.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:25:01.671 INFO kablam! Sep 20 03:25:01.779 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:01.779 INFO kablam! --> src/mesh.rs:34:23 Sep 20 03:25:01.779 INFO kablam! | Sep 20 03:25:01.779 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 20 03:25:01.779 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 20 03:25:01.779 INFO kablam! | Sep 20 03:25:01.779 INFO kablam! = note: expected type `cgmath::Vector3` Sep 20 03:25:01.779 INFO kablam! found type `cgmath::vector::Vector3` Sep 20 03:25:01.779 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:01.779 INFO kablam! --> src/mesh.rs:34:23 Sep 20 03:25:01.779 INFO kablam! | Sep 20 03:25:01.779 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 20 03:25:01.779 INFO kablam! | ^^^^^^^^^ Sep 20 03:25:01.779 INFO kablam! Sep 20 03:25:01.811 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:01.811 INFO kablam! --> src/convex_hull.rs:180:142 Sep 20 03:25:01.811 INFO kablam! | Sep 20 03:25:01.811 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:01.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:01.811 INFO kablam! | Sep 20 03:25:01.811 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 03:25:01.812 INFO kablam! found type `cgmath::Point3` Sep 20 03:25:01.812 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:01.812 INFO kablam! --> src/convex_hull.rs:180:142 Sep 20 03:25:01.812 INFO kablam! | Sep 20 03:25:01.812 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:01.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:25:01.812 INFO kablam! Sep 20 03:25:02.015 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:02.015 INFO kablam! --> src/convex_hull.rs:198:26 Sep 20 03:25:02.015 INFO kablam! | Sep 20 03:25:02.015 INFO kablam! 198 | f.borrow().can_see(& p) Sep 20 03:25:02.015 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 20 03:25:02.015 INFO kablam! | Sep 20 03:25:02.015 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 03:25:02.015 INFO kablam! found type `&&cgmath::Point3` Sep 20 03:25:02.015 INFO kablam! Sep 20 03:25:02.294 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:02.295 INFO kablam! --> src/convex_hull.rs:213:49 Sep 20 03:25:02.295 INFO kablam! | Sep 20 03:25:02.295 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 20 03:25:02.295 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 20 03:25:02.295 INFO kablam! | Sep 20 03:25:02.295 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 03:25:02.295 INFO kablam! found type `&&cgmath::Point3` Sep 20 03:25:02.295 INFO kablam! Sep 20 03:25:02.340 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:02.340 INFO kablam! --> src/convex_hull.rs:180:58 Sep 20 03:25:02.340 INFO kablam! | Sep 20 03:25:02.340 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:02.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:02.340 INFO kablam! | Sep 20 03:25:02.340 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 03:25:02.340 INFO kablam! found type `cgmath::Point3` Sep 20 03:25:02.340 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:02.340 INFO kablam! --> src/convex_hull.rs:180:58 Sep 20 03:25:02.340 INFO kablam! | Sep 20 03:25:02.340 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:02.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:25:02.340 INFO kablam! Sep 20 03:25:02.492 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:02.492 INFO kablam! --> src/convex_hull.rs:220:62 Sep 20 03:25:02.492 INFO kablam! | Sep 20 03:25:02.492 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 20 03:25:02.492 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:02.493 INFO kablam! | Sep 20 03:25:02.493 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 03:25:02.493 INFO kablam! found type `&cgmath::Point3` Sep 20 03:25:02.494 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:02.495 INFO kablam! --> src/convex_hull.rs:220:62 Sep 20 03:25:02.499 INFO kablam! | Sep 20 03:25:02.499 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 20 03:25:02.499 INFO kablam! | ^^ Sep 20 03:25:02.499 INFO kablam! Sep 20 03:25:02.667 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:02.667 INFO kablam! --> src/convex_hull.rs:180:86 Sep 20 03:25:02.667 INFO kablam! | Sep 20 03:25:02.667 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:02.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:02.667 INFO kablam! | Sep 20 03:25:02.671 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 03:25:02.671 INFO kablam! found type `cgmath::Point3` Sep 20 03:25:02.671 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:02.671 INFO kablam! --> src/convex_hull.rs:180:86 Sep 20 03:25:02.671 INFO kablam! | Sep 20 03:25:02.671 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:02.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:25:02.671 INFO kablam! Sep 20 03:25:02.671 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:02.671 INFO kablam! --> src/convex_hull.rs:245:91 Sep 20 03:25:02.671 INFO kablam! | Sep 20 03:25:02.671 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 20 03:25:02.671 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:02.671 INFO kablam! | Sep 20 03:25:02.671 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 03:25:02.671 INFO kablam! found type `&cgmath::Point3` Sep 20 03:25:02.671 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:02.671 INFO kablam! --> src/convex_hull.rs:245:91 Sep 20 03:25:02.671 INFO kablam! | Sep 20 03:25:02.671 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 20 03:25:02.671 INFO kablam! | ^^^^^^^^^^^ Sep 20 03:25:02.671 INFO kablam! Sep 20 03:25:02.842 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:02.843 INFO kablam! --> src/convex_hull.rs:252:44 Sep 20 03:25:02.843 INFO kablam! | Sep 20 03:25:02.843 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 20 03:25:02.843 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:02.843 INFO kablam! | Sep 20 03:25:02.843 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 03:25:02.843 INFO kablam! found type `cgmath::Point3` Sep 20 03:25:02.843 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:02.843 INFO kablam! --> src/convex_hull.rs:252:44 Sep 20 03:25:02.843 INFO kablam! | Sep 20 03:25:02.843 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 20 03:25:02.843 INFO kablam! | ^^^^^^^^^ Sep 20 03:25:02.843 INFO kablam! Sep 20 03:25:02.876 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:02.876 INFO kablam! --> src/convex_hull.rs:180:114 Sep 20 03:25:02.876 INFO kablam! | Sep 20 03:25:02.876 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:02.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:02.877 INFO kablam! | Sep 20 03:25:02.877 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 03:25:02.877 INFO kablam! found type `cgmath::Point3` Sep 20 03:25:02.878 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:02.878 INFO kablam! --> src/convex_hull.rs:180:114 Sep 20 03:25:02.878 INFO kablam! | Sep 20 03:25:02.887 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:02.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:25:02.887 INFO kablam! Sep 20 03:25:03.087 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:03.087 INFO kablam! --> src/convex_hull.rs:259:127 Sep 20 03:25:03.087 INFO kablam! | Sep 20 03:25:03.087 INFO kablam! 259 | face_visible_points.iter().all(|face_pt| * face_pt != * p) || new_faces.iter().any(|n_face| n_face.borrow().can_see(p)) Sep 20 03:25:03.087 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:03.087 INFO kablam! | Sep 20 03:25:03.087 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 03:25:03.087 INFO kablam! found type `&cgmath::Point3` Sep 20 03:25:03.087 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:03.087 INFO kablam! --> src/convex_hull.rs:259:127 Sep 20 03:25:03.087 INFO kablam! | Sep 20 03:25:03.087 INFO kablam! 259 | face_visible_points.iter().all(|face_pt| * face_pt != * p) || new_faces.iter().any(|n_face| n_face.borrow().can_see(p)) Sep 20 03:25:03.087 INFO kablam! | ^ Sep 20 03:25:03.087 INFO kablam! Sep 20 03:25:03.103 INFO kablam! error: aborting due to 12 previous errors Sep 20 03:25:03.103 INFO kablam! Sep 20 03:25:03.103 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 03:25:03.115 INFO kablam! error: Could not compile `convex_hull`. Sep 20 03:25:03.115 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:25:03.175 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:03.175 INFO kablam! --> src/convex_hull.rs:180:142 Sep 20 03:25:03.175 INFO kablam! | Sep 20 03:25:03.175 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:03.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:03.175 INFO kablam! | Sep 20 03:25:03.175 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 03:25:03.175 INFO kablam! found type `cgmath::Point3` Sep 20 03:25:03.175 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:03.175 INFO kablam! --> src/convex_hull.rs:180:142 Sep 20 03:25:03.175 INFO kablam! | Sep 20 03:25:03.175 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 20 03:25:03.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:25:03.175 INFO kablam! Sep 20 03:25:03.374 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:03.375 INFO kablam! --> src/convex_hull.rs:198:26 Sep 20 03:25:03.375 INFO kablam! | Sep 20 03:25:03.375 INFO kablam! 198 | f.borrow().can_see(& p) Sep 20 03:25:03.375 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 20 03:25:03.375 INFO kablam! | Sep 20 03:25:03.375 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 03:25:03.375 INFO kablam! found type `&&cgmath::Point3` Sep 20 03:25:03.375 INFO kablam! Sep 20 03:25:03.546 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:03.547 INFO kablam! --> src/convex_hull.rs:213:49 Sep 20 03:25:03.547 INFO kablam! | Sep 20 03:25:03.547 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 20 03:25:03.547 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 20 03:25:03.547 INFO kablam! | Sep 20 03:25:03.547 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 03:25:03.547 INFO kablam! found type `&&cgmath::Point3` Sep 20 03:25:03.547 INFO kablam! Sep 20 03:25:03.726 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:03.727 INFO kablam! --> src/convex_hull.rs:220:62 Sep 20 03:25:03.727 INFO kablam! | Sep 20 03:25:03.727 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 20 03:25:03.727 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:03.727 INFO kablam! | Sep 20 03:25:03.727 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 03:25:03.727 INFO kablam! found type `&cgmath::Point3` Sep 20 03:25:03.727 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:03.727 INFO kablam! --> src/convex_hull.rs:220:62 Sep 20 03:25:03.727 INFO kablam! | Sep 20 03:25:03.727 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 20 03:25:03.727 INFO kablam! | ^^ Sep 20 03:25:03.727 INFO kablam! Sep 20 03:25:03.874 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:03.875 INFO kablam! --> src/convex_hull.rs:245:91 Sep 20 03:25:03.875 INFO kablam! | Sep 20 03:25:03.875 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 20 03:25:03.875 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:03.875 INFO kablam! | Sep 20 03:25:03.875 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 03:25:03.875 INFO kablam! found type `&cgmath::Point3` Sep 20 03:25:03.875 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:03.875 INFO kablam! --> src/convex_hull.rs:245:91 Sep 20 03:25:03.875 INFO kablam! | Sep 20 03:25:03.875 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 20 03:25:03.875 INFO kablam! | ^^^^^^^^^^^ Sep 20 03:25:03.875 INFO kablam! Sep 20 03:25:04.091 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:04.091 INFO kablam! --> src/convex_hull.rs:252:44 Sep 20 03:25:04.091 INFO kablam! | Sep 20 03:25:04.091 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 20 03:25:04.091 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:04.091 INFO kablam! | Sep 20 03:25:04.091 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 03:25:04.091 INFO kablam! found type `cgmath::Point3` Sep 20 03:25:04.091 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:04.091 INFO kablam! --> src/convex_hull.rs:252:44 Sep 20 03:25:04.091 INFO kablam! | Sep 20 03:25:04.091 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 20 03:25:04.091 INFO kablam! | ^^^^^^^^^ Sep 20 03:25:04.091 INFO kablam! Sep 20 03:25:04.255 INFO kablam! error[E0308]: mismatched types Sep 20 03:25:04.255 INFO kablam! --> src/convex_hull.rs:259:127 Sep 20 03:25:04.255 INFO kablam! | Sep 20 03:25:04.255 INFO kablam! 259 | face_visible_points.iter().all(|face_pt| * face_pt != * p) || new_faces.iter().any(|n_face| n_face.borrow().can_see(p)) Sep 20 03:25:04.255 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 03:25:04.255 INFO kablam! | Sep 20 03:25:04.255 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 03:25:04.255 INFO kablam! found type `&cgmath::Point3` Sep 20 03:25:04.255 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 03:25:04.255 INFO kablam! --> src/convex_hull.rs:259:127 Sep 20 03:25:04.255 INFO kablam! | Sep 20 03:25:04.255 INFO kablam! 259 | face_visible_points.iter().all(|face_pt| * face_pt != * p) || new_faces.iter().any(|n_face| n_face.borrow().can_see(p)) Sep 20 03:25:04.255 INFO kablam! | ^ Sep 20 03:25:04.255 INFO kablam! Sep 20 03:25:04.271 INFO kablam! error: aborting due to 12 previous errors Sep 20 03:25:04.271 INFO kablam! Sep 20 03:25:04.271 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 03:25:04.288 INFO kablam! error: Could not compile `convex_hull`. Sep 20 03:25:04.288 INFO kablam! Sep 20 03:25:04.288 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:25:04.288 INFO kablam! su: No module specific data is present Sep 20 03:25:05.445 INFO running `"docker" "rm" "-f" "8785bb8e0487287a8dd62e7476303ee0654c96584e756bd9fc9df386c7efd4f5"` Sep 20 03:25:05.751 INFO blam! 8785bb8e0487287a8dd62e7476303ee0654c96584e756bd9fc9df386c7efd4f5