Sep 01 07:31:21.145 INFO checking convex_hull-0.1.3 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 07:31:21.145 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 07:31:21.145 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-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.284 INFO blam! 6fa7d6ce221960848d4c03038ea138600a281f621cb94e2b9bd9dd9f932c6c1a Sep 01 07:31:21.287 INFO running `"docker" "start" "-a" "6fa7d6ce221960848d4c03038ea138600a281f621cb94e2b9bd9dd9f932c6c1a"` Sep 01 07:31:22.156 INFO kablam! Checking cgmath v0.10.0 Sep 01 07:31:22.157 INFO kablam! Compiling glium v0.15.0 Sep 01 07:31:22.158 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 01 07:32:04.601 INFO kablam! Checking convex_hull v0.1.3 (file:///source) Sep 01 07:32:06.947 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 01 07:32:06.947 INFO kablam! --> src/bufferset.rs:15:1 Sep 01 07:32:06.947 INFO kablam! | Sep 01 07:32:06.947 INFO kablam! 15 | #[repr="C"] Sep 01 07:32:06.947 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 01 07:32:06.947 INFO kablam! | Sep 01 07:32:06.947 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 01 07:32:06.947 INFO kablam! Sep 01 07:32:07.291 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 01 07:32:07.292 INFO kablam! --> src/bufferset.rs:15:1 Sep 01 07:32:07.292 INFO kablam! | Sep 01 07:32:07.292 INFO kablam! 15 | #[repr="C"] Sep 01 07:32:07.292 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 01 07:32:07.292 INFO kablam! | Sep 01 07:32:07.292 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 01 07:32:07.292 INFO kablam! Sep 01 07:32:07.478 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:07.478 INFO kablam! --> src/mesh.rs:33:23 Sep 01 07:32:07.478 INFO kablam! | Sep 01 07:32:07.478 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 01 07:32:07.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 01 07:32:07.478 INFO kablam! | Sep 01 07:32:07.478 INFO kablam! = note: expected type `cgmath::Point3` Sep 01 07:32:07.479 INFO kablam! found type `cgmath::point::Point3` Sep 01 07:32:07.479 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:07.479 INFO kablam! --> src/mesh.rs:33:23 Sep 01 07:32:07.479 INFO kablam! | Sep 01 07:32:07.479 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 01 07:32:07.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:07.479 INFO kablam! Sep 01 07:32:07.642 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:07.642 INFO kablam! --> src/mesh.rs:34:23 Sep 01 07:32:07.642 INFO kablam! | Sep 01 07:32:07.642 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 01 07:32:07.642 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 01 07:32:07.642 INFO kablam! | Sep 01 07:32:07.642 INFO kablam! = note: expected type `cgmath::Vector3` Sep 01 07:32:07.642 INFO kablam! found type `cgmath::vector::Vector3` Sep 01 07:32:07.643 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:07.643 INFO kablam! --> src/mesh.rs:34:23 Sep 01 07:32:07.643 INFO kablam! | Sep 01 07:32:07.643 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 01 07:32:07.643 INFO kablam! | ^^^^^^^^^ Sep 01 07:32:07.643 INFO kablam! Sep 01 07:32:07.862 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:07.862 INFO kablam! --> src/mesh.rs:33:23 Sep 01 07:32:07.862 INFO kablam! | Sep 01 07:32:07.862 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 01 07:32:07.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 01 07:32:07.862 INFO kablam! | Sep 01 07:32:07.862 INFO kablam! = note: expected type `cgmath::Point3` Sep 01 07:32:07.862 INFO kablam! found type `cgmath::point::Point3` Sep 01 07:32:07.862 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:07.862 INFO kablam! --> src/mesh.rs:33:23 Sep 01 07:32:07.862 INFO kablam! | Sep 01 07:32:07.862 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 01 07:32:07.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:07.862 INFO kablam! Sep 01 07:32:07.942 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:07.942 INFO kablam! --> src/convex_hull.rs:180:58 Sep 01 07:32:07.942 INFO kablam! | Sep 01 07:32:07.942 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:07.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:07.942 INFO kablam! | Sep 01 07:32:07.943 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:07.943 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:07.943 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:07.943 INFO kablam! --> src/convex_hull.rs:180:58 Sep 01 07:32:07.943 INFO kablam! | Sep 01 07:32:07.943 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:07.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:07.943 INFO kablam! Sep 01 07:32:08.045 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:08.045 INFO kablam! --> src/mesh.rs:34:23 Sep 01 07:32:08.045 INFO kablam! | Sep 01 07:32:08.045 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 01 07:32:08.045 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 01 07:32:08.045 INFO kablam! | Sep 01 07:32:08.045 INFO kablam! = note: expected type `cgmath::Vector3` Sep 01 07:32:08.045 INFO kablam! found type `cgmath::vector::Vector3` Sep 01 07:32:08.045 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:08.046 INFO kablam! --> src/mesh.rs:34:23 Sep 01 07:32:08.046 INFO kablam! | Sep 01 07:32:08.046 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 01 07:32:08.046 INFO kablam! | ^^^^^^^^^ Sep 01 07:32:08.046 INFO kablam! Sep 01 07:32:08.098 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:08.099 INFO kablam! --> src/convex_hull.rs:180:86 Sep 01 07:32:08.099 INFO kablam! | Sep 01 07:32:08.099 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:08.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:08.099 INFO kablam! | Sep 01 07:32:08.099 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:08.099 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:08.099 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:08.099 INFO kablam! --> src/convex_hull.rs:180:86 Sep 01 07:32:08.099 INFO kablam! | Sep 01 07:32:08.099 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:08.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:08.099 INFO kablam! Sep 01 07:32:08.260 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:08.260 INFO kablam! --> src/convex_hull.rs:180:114 Sep 01 07:32:08.260 INFO kablam! | Sep 01 07:32:08.260 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:08.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:08.261 INFO kablam! | Sep 01 07:32:08.261 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:08.261 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:08.261 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:08.261 INFO kablam! --> src/convex_hull.rs:180:114 Sep 01 07:32:08.261 INFO kablam! | Sep 01 07:32:08.261 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:08.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:08.261 INFO kablam! Sep 01 07:32:08.358 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:08.358 INFO kablam! --> src/convex_hull.rs:180:58 Sep 01 07:32:08.358 INFO kablam! | Sep 01 07:32:08.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 01 07:32:08.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:08.358 INFO kablam! | Sep 01 07:32:08.358 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:08.358 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:08.358 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:08.358 INFO kablam! --> src/convex_hull.rs:180:58 Sep 01 07:32:08.358 INFO kablam! | Sep 01 07:32:08.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 01 07:32:08.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:08.358 INFO kablam! Sep 01 07:32:08.415 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:08.415 INFO kablam! --> src/convex_hull.rs:180:142 Sep 01 07:32:08.415 INFO kablam! | Sep 01 07:32:08.415 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:08.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:08.415 INFO kablam! | Sep 01 07:32:08.415 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:08.415 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:08.415 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:08.415 INFO kablam! --> src/convex_hull.rs:180:142 Sep 01 07:32:08.415 INFO kablam! | Sep 01 07:32:08.415 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:08.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:08.415 INFO kablam! Sep 01 07:32:08.493 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:08.493 INFO kablam! --> src/convex_hull.rs:180:86 Sep 01 07:32:08.493 INFO kablam! | Sep 01 07:32:08.493 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:08.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:08.494 INFO kablam! | Sep 01 07:32:08.494 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:08.494 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:08.494 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:08.494 INFO kablam! --> src/convex_hull.rs:180:86 Sep 01 07:32:08.494 INFO kablam! | Sep 01 07:32:08.494 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:08.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:08.494 INFO kablam! Sep 01 07:32:08.599 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:08.599 INFO kablam! --> src/convex_hull.rs:198:26 Sep 01 07:32:08.599 INFO kablam! | Sep 01 07:32:08.599 INFO kablam! 198 | f.borrow().can_see(& p) Sep 01 07:32:08.599 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 01 07:32:08.599 INFO kablam! | Sep 01 07:32:08.599 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:08.599 INFO kablam! found type `&&cgmath::Point3` Sep 01 07:32:08.599 INFO kablam! Sep 01 07:32:08.645 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:08.645 INFO kablam! --> src/convex_hull.rs:180:114 Sep 01 07:32:08.645 INFO kablam! | Sep 01 07:32:08.645 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:08.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:08.645 INFO kablam! | Sep 01 07:32:08.645 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:08.645 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:08.645 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:08.645 INFO kablam! --> src/convex_hull.rs:180:114 Sep 01 07:32:08.645 INFO kablam! | Sep 01 07:32:08.645 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:08.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:08.645 INFO kablam! Sep 01 07:32:08.770 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:08.770 INFO kablam! --> src/convex_hull.rs:213:49 Sep 01 07:32:08.770 INFO kablam! | Sep 01 07:32:08.770 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 01 07:32:08.770 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 01 07:32:08.770 INFO kablam! | Sep 01 07:32:08.770 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:08.770 INFO kablam! found type `&&cgmath::Point3` Sep 01 07:32:08.771 INFO kablam! Sep 01 07:32:08.794 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:08.794 INFO kablam! --> src/convex_hull.rs:180:142 Sep 01 07:32:08.794 INFO kablam! | Sep 01 07:32:08.794 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:08.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:08.794 INFO kablam! | Sep 01 07:32:08.794 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:08.794 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:08.794 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:08.794 INFO kablam! --> src/convex_hull.rs:180:142 Sep 01 07:32:08.794 INFO kablam! | Sep 01 07:32:08.794 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:08.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:32:08.794 INFO kablam! Sep 01 07:32:08.943 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:08.943 INFO kablam! --> src/convex_hull.rs:220:62 Sep 01 07:32:08.943 INFO kablam! | Sep 01 07:32:08.943 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 01 07:32:08.943 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:08.943 INFO kablam! | Sep 01 07:32:08.943 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:08.943 INFO kablam! found type `&cgmath::Point3` Sep 01 07:32:08.943 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:08.943 INFO kablam! --> src/convex_hull.rs:220:62 Sep 01 07:32:08.943 INFO kablam! | Sep 01 07:32:08.943 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 01 07:32:08.943 INFO kablam! | ^^ Sep 01 07:32:08.943 INFO kablam! Sep 01 07:32:08.995 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:08.995 INFO kablam! --> src/convex_hull.rs:198:26 Sep 01 07:32:08.995 INFO kablam! | Sep 01 07:32:08.995 INFO kablam! 198 | f.borrow().can_see(& p) Sep 01 07:32:08.995 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 01 07:32:08.995 INFO kablam! | Sep 01 07:32:08.995 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:08.995 INFO kablam! found type `&&cgmath::Point3` Sep 01 07:32:08.995 INFO kablam! Sep 01 07:32:09.088 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:09.088 INFO kablam! --> src/convex_hull.rs:245:91 Sep 01 07:32:09.088 INFO kablam! | Sep 01 07:32:09.088 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:09.088 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:09.089 INFO kablam! | Sep 01 07:32:09.089 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:09.089 INFO kablam! found type `&cgmath::Point3` Sep 01 07:32:09.089 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:09.089 INFO kablam! --> src/convex_hull.rs:245:91 Sep 01 07:32:09.089 INFO kablam! | Sep 01 07:32:09.089 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:09.089 INFO kablam! | ^^^^^^^^^^^ Sep 01 07:32:09.089 INFO kablam! Sep 01 07:32:09.162 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:09.162 INFO kablam! --> src/convex_hull.rs:213:49 Sep 01 07:32:09.162 INFO kablam! | Sep 01 07:32:09.162 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 01 07:32:09.162 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 01 07:32:09.162 INFO kablam! | Sep 01 07:32:09.162 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:09.162 INFO kablam! found type `&&cgmath::Point3` Sep 01 07:32:09.162 INFO kablam! Sep 01 07:32:09.288 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:09.288 INFO kablam! --> src/convex_hull.rs:252:44 Sep 01 07:32:09.288 INFO kablam! | Sep 01 07:32:09.288 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 01 07:32:09.288 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:09.288 INFO kablam! | Sep 01 07:32:09.288 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:09.289 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:09.289 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:09.289 INFO kablam! --> src/convex_hull.rs:252:44 Sep 01 07:32:09.289 INFO kablam! | Sep 01 07:32:09.289 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 01 07:32:09.289 INFO kablam! | ^^^^^^^^^ Sep 01 07:32:09.289 INFO kablam! Sep 01 07:32:09.314 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:09.315 INFO kablam! --> src/convex_hull.rs:220:62 Sep 01 07:32:09.315 INFO kablam! | Sep 01 07:32:09.315 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 01 07:32:09.315 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:09.315 INFO kablam! | Sep 01 07:32:09.315 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:09.315 INFO kablam! found type `&cgmath::Point3` Sep 01 07:32:09.315 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:09.315 INFO kablam! --> src/convex_hull.rs:220:62 Sep 01 07:32:09.315 INFO kablam! | Sep 01 07:32:09.315 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 01 07:32:09.315 INFO kablam! | ^^ Sep 01 07:32:09.315 INFO kablam! Sep 01 07:32:09.450 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:09.451 INFO kablam! --> src/convex_hull.rs:259:127 Sep 01 07:32:09.451 INFO kablam! | Sep 01 07:32:09.451 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:09.451 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:09.451 INFO kablam! | Sep 01 07:32:09.451 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:09.451 INFO kablam! found type `&cgmath::Point3` Sep 01 07:32:09.451 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:09.451 INFO kablam! --> src/convex_hull.rs:259:127 Sep 01 07:32:09.451 INFO kablam! | Sep 01 07:32:09.451 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:09.451 INFO kablam! | ^ Sep 01 07:32:09.451 INFO kablam! Sep 01 07:32:09.471 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:09.471 INFO kablam! --> src/convex_hull.rs:245:91 Sep 01 07:32:09.471 INFO kablam! | Sep 01 07:32:09.472 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:09.472 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:09.472 INFO kablam! | Sep 01 07:32:09.472 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:09.472 INFO kablam! found type `&cgmath::Point3` Sep 01 07:32:09.472 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:09.472 INFO kablam! --> src/convex_hull.rs:245:91 Sep 01 07:32:09.472 INFO kablam! | Sep 01 07:32:09.472 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:09.472 INFO kablam! | ^^^^^^^^^^^ Sep 01 07:32:09.472 INFO kablam! Sep 01 07:32:09.485 INFO kablam! error: aborting due to 12 previous errors Sep 01 07:32:09.485 INFO kablam! Sep 01 07:32:09.486 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 07:32:09.498 INFO kablam! error: Could not compile `convex_hull`. Sep 01 07:32:09.498 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:32:09.641 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:09.641 INFO kablam! --> src/convex_hull.rs:252:44 Sep 01 07:32:09.641 INFO kablam! | Sep 01 07:32:09.641 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 01 07:32:09.642 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:09.642 INFO kablam! | Sep 01 07:32:09.642 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 01 07:32:09.642 INFO kablam! found type `cgmath::Point3` Sep 01 07:32:09.642 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:09.642 INFO kablam! --> src/convex_hull.rs:252:44 Sep 01 07:32:09.642 INFO kablam! | Sep 01 07:32:09.642 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 01 07:32:09.642 INFO kablam! | ^^^^^^^^^ Sep 01 07:32:09.642 INFO kablam! Sep 01 07:32:09.792 INFO kablam! error[E0308]: mismatched types Sep 01 07:32:09.792 INFO kablam! --> src/convex_hull.rs:259:127 Sep 01 07:32:09.792 INFO kablam! | Sep 01 07:32:09.792 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:09.792 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 01 07:32:09.792 INFO kablam! | Sep 01 07:32:09.792 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 01 07:32:09.792 INFO kablam! found type `&cgmath::Point3` Sep 01 07:32:09.792 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 01 07:32:09.792 INFO kablam! --> src/convex_hull.rs:259:127 Sep 01 07:32:09.792 INFO kablam! | Sep 01 07:32:09.792 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:09.793 INFO kablam! | ^ Sep 01 07:32:09.793 INFO kablam! Sep 01 07:32:09.816 INFO kablam! error: aborting due to 12 previous errors Sep 01 07:32:09.816 INFO kablam! Sep 01 07:32:09.816 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 07:32:09.833 INFO kablam! error: Could not compile `convex_hull`. Sep 01 07:32:09.833 INFO kablam! Sep 01 07:32:09.833 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:32:09.834 INFO kablam! su: No module specific data is present Sep 01 07:32:10.203 INFO running `"docker" "rm" "-f" "6fa7d6ce221960848d4c03038ea138600a281f621cb94e2b9bd9dd9f932c6c1a"` Sep 01 07:32:10.341 INFO blam! 6fa7d6ce221960848d4c03038ea138600a281f621cb94e2b9bd9dd9f932c6c1a