Sep 01 07:31:21.503 INFO checking convex_hull-0.1.3 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 07:31:21.503 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 07:31:21.503 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:31:21.675 INFO blam! 2e2a8102bcb9a432ecc722021d49f8ca48314245da29642574e79ab7e35908db Sep 01 07:31:21.677 INFO running `"docker" "start" "-a" "2e2a8102bcb9a432ecc722021d49f8ca48314245da29642574e79ab7e35908db"` Sep 01 07:31:22.530 INFO kablam! Checking cgmath v0.10.0 Sep 01 07:31:22.530 INFO kablam! Compiling glutin v0.6.2 Sep 01 07:31:22.531 INFO kablam! Compiling glium v0.15.0 Sep 01 07:31:22.533 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 01 07:32:10.132 INFO kablam! Checking convex_hull v0.1.3 (file:///source) Sep 01 07:32:13.097 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 01 07:32:13.097 INFO kablam! --> src/bufferset.rs:15:1 Sep 01 07:32:13.097 INFO kablam! | Sep 01 07:32:13.097 INFO kablam! 15 | #[repr="C"] Sep 01 07:32:13.097 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 01 07:32:13.097 INFO kablam! | Sep 01 07:32:13.097 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 01 07:32:13.097 INFO kablam! Sep 01 07:32:13.583 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 01 07:32:13.583 INFO kablam! --> src/bufferset.rs:15:1 Sep 01 07:32:13.583 INFO kablam! | Sep 01 07:32:13.583 INFO kablam! 15 | #[repr="C"] Sep 01 07:32:13.583 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 01 07:32:13.583 INFO kablam! | Sep 01 07:32:13.583 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 01 07:32:13.583 INFO kablam! Sep 01 07:32:13.887 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:13.887 INFO kablam! --> src/mesh.rs:33:23 Sep 01 07:32:13.887 INFO kablam! | Sep 01 07:32:13.887 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 01 07:32:13.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 01 07:32:13.887 INFO kablam! | Sep 01 07:32:13.887 INFO kablam! = note: expected type `cgmath::Point3` Sep 01 07:32:13.887 INFO kablam! found type `cgmath::point::Point3` Sep 01 07:32:13.887 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:13.887 INFO kablam! --> src/mesh.rs:33:23 Sep 01 07:32:13.887 INFO kablam! | Sep 01 07:32:13.887 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 01 07:32:13.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:13.887 INFO kablam! Sep 01 07:32:14.050 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:14.050 INFO kablam! --> src/mesh.rs:34:23 Sep 01 07:32:14.050 INFO kablam! | Sep 01 07:32:14.050 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 01 07:32:14.051 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 01 07:32:14.051 INFO kablam! | Sep 01 07:32:14.051 INFO kablam! = note: expected type `cgmath::Vector3` Sep 01 07:32:14.051 INFO kablam! found type `cgmath::vector::Vector3` Sep 01 07:32:14.051 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:14.051 INFO kablam! --> src/mesh.rs:34:23 Sep 01 07:32:14.051 INFO kablam! | Sep 01 07:32:14.051 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 01 07:32:14.051 INFO kablam! | ^^^^^^^^^ Sep 01 07:32:14.051 INFO kablam! Sep 01 07:32:14.296 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:14.296 INFO kablam! --> src/convex_hull.rs:180:58 Sep 01 07:32:14.296 INFO kablam! | Sep 01 07:32:14.296 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 01 07:32:14.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:14.296 INFO kablam! | Sep 01 07:32:14.296 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:14.296 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:14.296 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:14.296 INFO kablam! --> src/convex_hull.rs:180:58 Sep 01 07:32:14.296 INFO kablam! | Sep 01 07:32:14.296 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 01 07:32:14.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:14.296 INFO kablam! Sep 01 07:32:14.349 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:14.349 INFO kablam! --> src/mesh.rs:33:23 Sep 01 07:32:14.349 INFO kablam! | Sep 01 07:32:14.350 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 01 07:32:14.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 01 07:32:14.350 INFO kablam! | Sep 01 07:32:14.350 INFO kablam! = note: expected type `cgmath::Point3` Sep 01 07:32:14.350 INFO kablam! found type `cgmath::point::Point3` Sep 01 07:32:14.350 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:14.350 INFO kablam! --> src/mesh.rs:33:23 Sep 01 07:32:14.350 INFO kablam! | Sep 01 07:32:14.350 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 01 07:32:14.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:14.350 INFO kablam! Sep 01 07:32:14.434 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:14.434 INFO kablam! --> src/convex_hull.rs:180:86 Sep 01 07:32:14.434 INFO kablam! | Sep 01 07:32:14.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 01 07:32:14.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:14.434 INFO kablam! | Sep 01 07:32:14.434 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:14.434 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:14.435 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:14.435 INFO kablam! --> src/convex_hull.rs:180:86 Sep 01 07:32:14.435 INFO kablam! | Sep 01 07:32:14.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 01 07:32:14.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:14.435 INFO kablam! Sep 01 07:32:14.571 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:14.571 INFO kablam! --> src/convex_hull.rs:180:114 Sep 01 07:32:14.571 INFO kablam! | Sep 01 07:32:14.571 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 01 07:32:14.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:14.571 INFO kablam! | Sep 01 07:32:14.571 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:14.572 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:14.572 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:14.572 INFO kablam! --> src/convex_hull.rs:180:114 Sep 01 07:32:14.572 INFO kablam! | Sep 01 07:32:14.572 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 01 07:32:14.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:14.572 INFO kablam! Sep 01 07:32:14.619 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:14.619 INFO kablam! --> src/mesh.rs:34:23 Sep 01 07:32:14.619 INFO kablam! | Sep 01 07:32:14.619 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 01 07:32:14.619 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 01 07:32:14.619 INFO kablam! | Sep 01 07:32:14.619 INFO kablam! = note: expected type `cgmath::Vector3` Sep 01 07:32:14.619 INFO kablam! found type `cgmath::vector::Vector3` Sep 01 07:32:14.619 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:14.619 INFO kablam! --> src/mesh.rs:34:23 Sep 01 07:32:14.620 INFO kablam! | Sep 01 07:32:14.620 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 01 07:32:14.620 INFO kablam! | ^^^^^^^^^ Sep 01 07:32:14.620 INFO kablam! Sep 01 07:32:14.713 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:14.713 INFO kablam! --> src/convex_hull.rs:180:142 Sep 01 07:32:14.713 INFO kablam! | Sep 01 07:32:14.713 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 01 07:32:14.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:14.713 INFO kablam! | Sep 01 07:32:14.713 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:14.713 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:14.713 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:14.713 INFO kablam! --> src/convex_hull.rs:180:142 Sep 01 07:32:14.713 INFO kablam! | Sep 01 07:32:14.714 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 01 07:32:14.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:14.714 INFO kablam! Sep 01 07:32:14.881 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:14.881 INFO kablam! --> src/convex_hull.rs:198:26 Sep 01 07:32:14.881 INFO kablam! | Sep 01 07:32:14.881 INFO kablam! 198 | f.borrow().can_see(& p) Sep 01 07:32:14.881 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 01 07:32:14.881 INFO kablam! | Sep 01 07:32:14.882 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:14.882 INFO kablam! found type `&&cgmath::Point3` Sep 01 07:32:14.882 INFO kablam! Sep 01 07:32:15.044 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:15.044 INFO kablam! --> src/convex_hull.rs:213:49 Sep 01 07:32:15.044 INFO kablam! | Sep 01 07:32:15.045 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 01 07:32:15.045 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 01 07:32:15.045 INFO kablam! | Sep 01 07:32:15.045 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:15.045 INFO kablam! found type `&&cgmath::Point3` Sep 01 07:32:15.045 INFO kablam! Sep 01 07:32:15.089 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:15.090 INFO kablam! --> src/convex_hull.rs:180:58 Sep 01 07:32:15.090 INFO kablam! | Sep 01 07:32:15.090 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 01 07:32:15.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:15.090 INFO kablam! | Sep 01 07:32:15.090 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:15.090 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:15.090 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:15.090 INFO kablam! --> src/convex_hull.rs:180:58 Sep 01 07:32:15.090 INFO kablam! | Sep 01 07:32:15.090 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 01 07:32:15.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:15.090 INFO kablam! Sep 01 07:32:15.209 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:15.209 INFO kablam! --> src/convex_hull.rs:220:62 Sep 01 07:32:15.209 INFO kablam! | Sep 01 07:32:15.209 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 01 07:32:15.209 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:15.209 INFO kablam! | Sep 01 07:32:15.209 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:15.209 INFO kablam! found type `&cgmath::Point3` Sep 01 07:32:15.210 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:15.210 INFO kablam! --> src/convex_hull.rs:220:62 Sep 01 07:32:15.210 INFO kablam! | Sep 01 07:32:15.210 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 01 07:32:15.210 INFO kablam! | ^^ Sep 01 07:32:15.210 INFO kablam! Sep 01 07:32:15.321 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:15.321 INFO kablam! --> src/convex_hull.rs:180:86 Sep 01 07:32:15.321 INFO kablam! | Sep 01 07:32:15.321 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 01 07:32:15.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:15.321 INFO kablam! | Sep 01 07:32:15.321 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:15.321 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:15.321 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:15.322 INFO kablam! --> src/convex_hull.rs:180:86 Sep 01 07:32:15.322 INFO kablam! | Sep 01 07:32:15.322 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 01 07:32:15.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:15.322 INFO kablam! Sep 01 07:32:15.419 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:15.419 INFO kablam! --> src/convex_hull.rs:245:91 Sep 01 07:32:15.419 INFO kablam! | Sep 01 07:32:15.419 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 01 07:32:15.420 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:15.420 INFO kablam! | Sep 01 07:32:15.420 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:15.420 INFO kablam! found type `&cgmath::Point3` Sep 01 07:32:15.420 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:15.420 INFO kablam! --> src/convex_hull.rs:245:91 Sep 01 07:32:15.420 INFO kablam! | Sep 01 07:32:15.420 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 01 07:32:15.420 INFO kablam! | ^^^^^^^^^^^ Sep 01 07:32:15.420 INFO kablam! Sep 01 07:32:15.563 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:15.564 INFO kablam! --> src/convex_hull.rs:180:114 Sep 01 07:32:15.564 INFO kablam! | Sep 01 07:32:15.564 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 01 07:32:15.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:15.564 INFO kablam! | Sep 01 07:32:15.564 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:15.564 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:15.564 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:15.564 INFO kablam! --> src/convex_hull.rs:180:114 Sep 01 07:32:15.564 INFO kablam! | Sep 01 07:32:15.564 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 01 07:32:15.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:15.564 INFO kablam! Sep 01 07:32:15.580 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:15.580 INFO kablam! --> src/convex_hull.rs:252:44 Sep 01 07:32:15.580 INFO kablam! | Sep 01 07:32:15.580 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 01 07:32:15.580 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:15.580 INFO kablam! | Sep 01 07:32:15.580 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:15.580 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:15.580 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:15.580 INFO kablam! --> src/convex_hull.rs:252:44 Sep 01 07:32:15.580 INFO kablam! | Sep 01 07:32:15.580 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 01 07:32:15.580 INFO kablam! | ^^^^^^^^^ Sep 01 07:32:15.580 INFO kablam! Sep 01 07:32:15.736 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:15.736 INFO kablam! --> src/convex_hull.rs:259:127 Sep 01 07:32:15.736 INFO kablam! | Sep 01 07:32:15.737 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 01 07:32:15.737 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:15.737 INFO kablam! | Sep 01 07:32:15.737 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:15.737 INFO kablam! found type `&cgmath::Point3` Sep 01 07:32:15.737 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:15.737 INFO kablam! --> src/convex_hull.rs:259:127 Sep 01 07:32:15.737 INFO kablam! | Sep 01 07:32:15.737 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 01 07:32:15.737 INFO kablam! | ^ Sep 01 07:32:15.737 INFO kablam! Sep 01 07:32:15.739 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:15.740 INFO kablam! --> src/convex_hull.rs:180:142 Sep 01 07:32:15.740 INFO kablam! | Sep 01 07:32:15.740 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 01 07:32:15.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:15.740 INFO kablam! | Sep 01 07:32:15.740 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:15.740 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:15.740 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:15.740 INFO kablam! --> src/convex_hull.rs:180:142 Sep 01 07:32:15.740 INFO kablam! | Sep 01 07:32:15.740 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 01 07:32:15.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:15.740 INFO kablam! Sep 01 07:32:15.761 INFO kablam! error: aborting due to 12 previous errors Sep 01 07:32:15.761 INFO kablam! Sep 01 07:32:15.761 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 07:32:15.770 INFO kablam! error: Could not compile `convex_hull`. Sep 01 07:32:15.770 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:32:15.935 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:15.935 INFO kablam! --> src/convex_hull.rs:198:26 Sep 01 07:32:15.935 INFO kablam! | Sep 01 07:32:15.935 INFO kablam! 198 | f.borrow().can_see(& p) Sep 01 07:32:15.935 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 01 07:32:15.936 INFO kablam! | Sep 01 07:32:15.936 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:15.936 INFO kablam! found type `&&cgmath::Point3` Sep 01 07:32:15.936 INFO kablam! Sep 01 07:32:16.121 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:16.121 INFO kablam! --> src/convex_hull.rs:213:49 Sep 01 07:32:16.121 INFO kablam! | Sep 01 07:32:16.121 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 01 07:32:16.121 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 01 07:32:16.121 INFO kablam! | Sep 01 07:32:16.121 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:16.122 INFO kablam! found type `&&cgmath::Point3` Sep 01 07:32:16.122 INFO kablam! Sep 01 07:32:16.276 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:16.276 INFO kablam! --> src/convex_hull.rs:220:62 Sep 01 07:32:16.276 INFO kablam! | Sep 01 07:32:16.276 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 01 07:32:16.276 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:16.277 INFO kablam! | Sep 01 07:32:16.277 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:16.277 INFO kablam! found type `&cgmath::Point3` Sep 01 07:32:16.277 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:16.277 INFO kablam! --> src/convex_hull.rs:220:62 Sep 01 07:32:16.277 INFO kablam! | Sep 01 07:32:16.277 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 01 07:32:16.277 INFO kablam! | ^^ Sep 01 07:32:16.277 INFO kablam! Sep 01 07:32:16.437 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:16.437 INFO kablam! --> src/convex_hull.rs:245:91 Sep 01 07:32:16.437 INFO kablam! | Sep 01 07:32:16.437 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 01 07:32:16.437 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:16.437 INFO kablam! | Sep 01 07:32:16.437 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:16.437 INFO kablam! found type `&cgmath::Point3` Sep 01 07:32:16.437 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:16.437 INFO kablam! --> src/convex_hull.rs:245:91 Sep 01 07:32:16.437 INFO kablam! | Sep 01 07:32:16.437 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 01 07:32:16.437 INFO kablam! | ^^^^^^^^^^^ Sep 01 07:32:16.437 INFO kablam! Sep 01 07:32:16.582 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:16.582 INFO kablam! --> src/convex_hull.rs:252:44 Sep 01 07:32:16.582 INFO kablam! | Sep 01 07:32:16.582 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 01 07:32:16.582 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:16.582 INFO kablam! | Sep 01 07:32:16.583 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:16.583 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:16.583 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:16.583 INFO kablam! --> src/convex_hull.rs:252:44 Sep 01 07:32:16.583 INFO kablam! | Sep 01 07:32:16.583 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 01 07:32:16.583 INFO kablam! | ^^^^^^^^^ Sep 01 07:32:16.583 INFO kablam! Sep 01 07:32:16.750 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:16.750 INFO kablam! --> src/convex_hull.rs:259:127 Sep 01 07:32:16.750 INFO kablam! | Sep 01 07:32:16.750 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 01 07:32:16.750 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:16.750 INFO kablam! | Sep 01 07:32:16.750 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:16.750 INFO kablam! found type `&cgmath::Point3` Sep 01 07:32:16.751 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:16.751 INFO kablam! --> src/convex_hull.rs:259:127 Sep 01 07:32:16.751 INFO kablam! | Sep 01 07:32:16.751 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 01 07:32:16.751 INFO kablam! | ^ Sep 01 07:32:16.751 INFO kablam! Sep 01 07:32:16.770 INFO kablam! error: aborting due to 12 previous errors Sep 01 07:32:16.771 INFO kablam! Sep 01 07:32:16.771 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 07:32:16.787 INFO kablam! error: Could not compile `convex_hull`. Sep 01 07:32:16.787 INFO kablam! Sep 01 07:32:16.787 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:32:16.789 INFO kablam! su: No module specific data is present Sep 01 07:32:17.172 INFO running `"docker" "rm" "-f" "2e2a8102bcb9a432ecc722021d49f8ca48314245da29642574e79ab7e35908db"` Sep 01 07:32:17.268 INFO blam! 2e2a8102bcb9a432ecc722021d49f8ca48314245da29642574e79ab7e35908db