Sep 04 23:47:08.777 INFO checking convex_hull-0.1.3 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 23:47:08.777 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 23:47:08.777 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:47:08.990 INFO blam! 692bd52efe914ed6cee0a8a14d1af9c2a6f91cec0ecb0e8ba65d2fb3831a529d Sep 04 23:47:08.993 INFO running `"docker" "start" "-a" "692bd52efe914ed6cee0a8a14d1af9c2a6f91cec0ecb0e8ba65d2fb3831a529d"` Sep 04 23:47:10.231 INFO kablam! Compiling glium v0.15.0 Sep 04 23:47:10.231 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 04 23:47:44.767 INFO kablam! Checking convex_hull v0.1.3 (file:///source) Sep 04 23:47:47.494 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 04 23:47:47.494 INFO kablam! --> src/bufferset.rs:15:1 Sep 04 23:47:47.494 INFO kablam! | Sep 04 23:47:47.494 INFO kablam! 15 | #[repr="C"] Sep 04 23:47:47.494 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 04 23:47:47.494 INFO kablam! | Sep 04 23:47:47.494 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 04 23:47:47.494 INFO kablam! Sep 04 23:47:48.119 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:48.119 INFO kablam! --> src/mesh.rs:33:23 Sep 04 23:47:48.119 INFO kablam! | Sep 04 23:47:48.119 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 04 23:47:48.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 04 23:47:48.120 INFO kablam! | Sep 04 23:47:48.120 INFO kablam! = note: expected type `cgmath::Point3` Sep 04 23:47:48.120 INFO kablam! found type `cgmath::point::Point3` Sep 04 23:47:48.120 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:48.120 INFO kablam! --> src/mesh.rs:33:23 Sep 04 23:47:48.120 INFO kablam! | Sep 04 23:47:48.120 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 04 23:47:48.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:48.120 INFO kablam! Sep 04 23:47:48.163 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 04 23:47:48.163 INFO kablam! --> src/bufferset.rs:15:1 Sep 04 23:47:48.163 INFO kablam! | Sep 04 23:47:48.163 INFO kablam! 15 | #[repr="C"] Sep 04 23:47:48.163 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 04 23:47:48.163 INFO kablam! | Sep 04 23:47:48.163 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 04 23:47:48.163 INFO kablam! Sep 04 23:47:48.362 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:48.362 INFO kablam! --> src/mesh.rs:34:23 Sep 04 23:47:48.362 INFO kablam! | Sep 04 23:47:48.362 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 04 23:47:48.362 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 04 23:47:48.362 INFO kablam! | Sep 04 23:47:48.362 INFO kablam! = note: expected type `cgmath::Vector3` Sep 04 23:47:48.362 INFO kablam! found type `cgmath::vector::Vector3` Sep 04 23:47:48.362 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:48.362 INFO kablam! --> src/mesh.rs:34:23 Sep 04 23:47:48.362 INFO kablam! | Sep 04 23:47:48.362 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 04 23:47:48.362 INFO kablam! | ^^^^^^^^^ Sep 04 23:47:48.362 INFO kablam! Sep 04 23:47:48.773 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:48.773 INFO kablam! --> src/convex_hull.rs:180:58 Sep 04 23:47:48.773 INFO kablam! | Sep 04 23:47:48.773 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 04 23:47:48.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:48.773 INFO kablam! | Sep 04 23:47:48.773 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:48.773 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:48.773 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:48.773 INFO kablam! --> src/convex_hull.rs:180:58 Sep 04 23:47:48.773 INFO kablam! | Sep 04 23:47:48.773 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 04 23:47:48.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:48.774 INFO kablam! Sep 04 23:47:48.931 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:48.931 INFO kablam! --> src/mesh.rs:33:23 Sep 04 23:47:48.931 INFO kablam! | Sep 04 23:47:48.931 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 04 23:47:48.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 04 23:47:48.932 INFO kablam! | Sep 04 23:47:48.932 INFO kablam! = note: expected type `cgmath::Point3` Sep 04 23:47:48.932 INFO kablam! found type `cgmath::point::Point3` Sep 04 23:47:48.932 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:48.932 INFO kablam! --> src/mesh.rs:33:23 Sep 04 23:47:48.932 INFO kablam! | Sep 04 23:47:48.932 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 04 23:47:48.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:48.933 INFO kablam! Sep 04 23:47:49.012 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:49.012 INFO kablam! --> src/convex_hull.rs:180:86 Sep 04 23:47:49.012 INFO kablam! | Sep 04 23:47:49.012 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 04 23:47:49.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:49.012 INFO kablam! | Sep 04 23:47:49.012 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:49.012 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:49.012 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:49.012 INFO kablam! --> src/convex_hull.rs:180:86 Sep 04 23:47:49.012 INFO kablam! | Sep 04 23:47:49.012 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 04 23:47:49.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:49.012 INFO kablam! Sep 04 23:47:49.169 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:49.169 INFO kablam! --> src/mesh.rs:34:23 Sep 04 23:47:49.169 INFO kablam! | Sep 04 23:47:49.169 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 04 23:47:49.169 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 04 23:47:49.169 INFO kablam! | Sep 04 23:47:49.169 INFO kablam! = note: expected type `cgmath::Vector3` Sep 04 23:47:49.169 INFO kablam! found type `cgmath::vector::Vector3` Sep 04 23:47:49.169 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:49.169 INFO kablam! --> src/mesh.rs:34:23 Sep 04 23:47:49.169 INFO kablam! | Sep 04 23:47:49.169 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 04 23:47:49.169 INFO kablam! | ^^^^^^^^^ Sep 04 23:47:49.169 INFO kablam! Sep 04 23:47:49.258 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:49.258 INFO kablam! --> src/convex_hull.rs:180:114 Sep 04 23:47:49.258 INFO kablam! | Sep 04 23:47:49.258 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 04 23:47:49.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:49.258 INFO kablam! | Sep 04 23:47:49.258 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:49.258 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:49.258 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:49.258 INFO kablam! --> src/convex_hull.rs:180:114 Sep 04 23:47:49.258 INFO kablam! | Sep 04 23:47:49.258 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 04 23:47:49.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:49.258 INFO kablam! Sep 04 23:47:49.493 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:49.493 INFO kablam! --> src/convex_hull.rs:180:142 Sep 04 23:47:49.493 INFO kablam! | Sep 04 23:47:49.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 04 23:47:49.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:49.493 INFO kablam! | Sep 04 23:47:49.493 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:49.493 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:49.494 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:49.494 INFO kablam! --> src/convex_hull.rs:180:142 Sep 04 23:47:49.494 INFO kablam! | Sep 04 23:47:49.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 04 23:47:49.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:49.494 INFO kablam! Sep 04 23:47:49.576 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:49.576 INFO kablam! --> src/convex_hull.rs:180:58 Sep 04 23:47:49.576 INFO kablam! | Sep 04 23:47:49.576 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 04 23:47:49.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:49.576 INFO kablam! | Sep 04 23:47:49.576 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:49.576 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:49.576 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:49.576 INFO kablam! --> src/convex_hull.rs:180:58 Sep 04 23:47:49.576 INFO kablam! | Sep 04 23:47:49.576 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 04 23:47:49.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:49.576 INFO kablam! Sep 04 23:47:49.790 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:49.790 INFO kablam! --> src/convex_hull.rs:198:26 Sep 04 23:47:49.790 INFO kablam! | Sep 04 23:47:49.790 INFO kablam! 198 | f.borrow().can_see(& p) Sep 04 23:47:49.790 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 04 23:47:49.790 INFO kablam! | Sep 04 23:47:49.791 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:49.791 INFO kablam! found type `&&cgmath::Point3` Sep 04 23:47:49.791 INFO kablam! Sep 04 23:47:49.826 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:49.826 INFO kablam! --> src/convex_hull.rs:180:86 Sep 04 23:47:49.826 INFO kablam! | Sep 04 23:47:49.826 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 04 23:47:49.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:49.826 INFO kablam! | Sep 04 23:47:49.826 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:49.826 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:49.826 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:49.826 INFO kablam! --> src/convex_hull.rs:180:86 Sep 04 23:47:49.826 INFO kablam! | Sep 04 23:47:49.826 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 04 23:47:49.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:49.826 INFO kablam! Sep 04 23:47:50.067 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:50.067 INFO kablam! --> src/convex_hull.rs:180:114 Sep 04 23:47:50.068 INFO kablam! | Sep 04 23:47:50.068 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 04 23:47:50.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:50.068 INFO kablam! | Sep 04 23:47:50.068 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:50.068 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:50.068 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:50.068 INFO kablam! --> src/convex_hull.rs:180:114 Sep 04 23:47:50.068 INFO kablam! | Sep 04 23:47:50.068 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 04 23:47:50.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:50.068 INFO kablam! Sep 04 23:47:50.077 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:50.077 INFO kablam! --> src/convex_hull.rs:213:49 Sep 04 23:47:50.077 INFO kablam! | Sep 04 23:47:50.077 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 04 23:47:50.077 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 04 23:47:50.077 INFO kablam! | Sep 04 23:47:50.077 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:50.078 INFO kablam! found type `&&cgmath::Point3` Sep 04 23:47:50.078 INFO kablam! Sep 04 23:47:50.277 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:50.277 INFO kablam! --> src/convex_hull.rs:180:142 Sep 04 23:47:50.277 INFO kablam! | Sep 04 23:47:50.277 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 04 23:47:50.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:50.277 INFO kablam! | Sep 04 23:47:50.277 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:50.277 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:50.277 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:50.277 INFO kablam! --> src/convex_hull.rs:180:142 Sep 04 23:47:50.277 INFO kablam! | Sep 04 23:47:50.277 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 04 23:47:50.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:50.277 INFO kablam! Sep 04 23:47:50.321 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:50.321 INFO kablam! --> src/convex_hull.rs:220:62 Sep 04 23:47:50.321 INFO kablam! | Sep 04 23:47:50.321 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 04 23:47:50.321 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:50.321 INFO kablam! | Sep 04 23:47:50.321 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:50.321 INFO kablam! found type `&cgmath::Point3` Sep 04 23:47:50.321 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:50.321 INFO kablam! --> src/convex_hull.rs:220:62 Sep 04 23:47:50.321 INFO kablam! | Sep 04 23:47:50.321 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 04 23:47:50.321 INFO kablam! | ^^ Sep 04 23:47:50.321 INFO kablam! Sep 04 23:47:50.557 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:50.557 INFO kablam! --> src/convex_hull.rs:198:26 Sep 04 23:47:50.557 INFO kablam! | Sep 04 23:47:50.557 INFO kablam! 198 | f.borrow().can_see(& p) Sep 04 23:47:50.557 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 04 23:47:50.558 INFO kablam! | Sep 04 23:47:50.558 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:50.558 INFO kablam! found type `&&cgmath::Point3` Sep 04 23:47:50.558 INFO kablam! Sep 04 23:47:50.600 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:50.600 INFO kablam! --> src/convex_hull.rs:245:91 Sep 04 23:47:50.600 INFO kablam! | Sep 04 23:47:50.600 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 04 23:47:50.600 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:50.601 INFO kablam! | Sep 04 23:47:50.601 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:50.601 INFO kablam! found type `&cgmath::Point3` Sep 04 23:47:50.601 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:50.601 INFO kablam! --> src/convex_hull.rs:245:91 Sep 04 23:47:50.601 INFO kablam! | Sep 04 23:47:50.601 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 04 23:47:50.601 INFO kablam! | ^^^^^^^^^^^ Sep 04 23:47:50.601 INFO kablam! Sep 04 23:47:50.838 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:50.838 INFO kablam! --> src/convex_hull.rs:252:44 Sep 04 23:47:50.838 INFO kablam! | Sep 04 23:47:50.838 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 04 23:47:50.838 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:50.838 INFO kablam! | Sep 04 23:47:50.838 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:50.838 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:50.839 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:50.839 INFO kablam! --> src/convex_hull.rs:252:44 Sep 04 23:47:50.839 INFO kablam! | Sep 04 23:47:50.839 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 04 23:47:50.839 INFO kablam! | ^^^^^^^^^ Sep 04 23:47:50.839 INFO kablam! Sep 04 23:47:50.854 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:50.854 INFO kablam! --> src/convex_hull.rs:213:49 Sep 04 23:47:50.854 INFO kablam! | Sep 04 23:47:50.854 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 04 23:47:50.854 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 04 23:47:50.854 INFO kablam! | Sep 04 23:47:50.854 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:50.854 INFO kablam! found type `&&cgmath::Point3` Sep 04 23:47:50.854 INFO kablam! Sep 04 23:47:51.068 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:51.068 INFO kablam! --> src/convex_hull.rs:220:62 Sep 04 23:47:51.068 INFO kablam! | Sep 04 23:47:51.069 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 04 23:47:51.069 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:51.069 INFO kablam! | Sep 04 23:47:51.069 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:51.069 INFO kablam! found type `&cgmath::Point3` Sep 04 23:47:51.069 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:51.069 INFO kablam! --> src/convex_hull.rs:220:62 Sep 04 23:47:51.069 INFO kablam! | Sep 04 23:47:51.069 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 04 23:47:51.069 INFO kablam! | ^^ Sep 04 23:47:51.069 INFO kablam! Sep 04 23:47:51.098 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:51.098 INFO kablam! --> src/convex_hull.rs:259:127 Sep 04 23:47:51.098 INFO kablam! | Sep 04 23:47:51.098 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 04 23:47:51.098 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:51.098 INFO kablam! | Sep 04 23:47:51.098 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:51.098 INFO kablam! found type `&cgmath::Point3` Sep 04 23:47:51.098 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:51.098 INFO kablam! --> src/convex_hull.rs:259:127 Sep 04 23:47:51.098 INFO kablam! | Sep 04 23:47:51.098 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 04 23:47:51.098 INFO kablam! | ^ Sep 04 23:47:51.098 INFO kablam! Sep 04 23:47:51.128 INFO kablam! error: aborting due to 12 previous errors Sep 04 23:47:51.128 INFO kablam! Sep 04 23:47:51.128 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 23:47:51.140 INFO kablam! error: Could not compile `convex_hull`. Sep 04 23:47:51.140 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 23:47:51.266 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:51.268 INFO kablam! --> src/convex_hull.rs:245:91 Sep 04 23:47:51.268 INFO kablam! | Sep 04 23:47:51.268 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 04 23:47:51.268 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:51.268 INFO kablam! | Sep 04 23:47:51.268 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:51.268 INFO kablam! found type `&cgmath::Point3` Sep 04 23:47:51.268 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:51.268 INFO kablam! --> src/convex_hull.rs:245:91 Sep 04 23:47:51.269 INFO kablam! | Sep 04 23:47:51.269 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 04 23:47:51.269 INFO kablam! | ^^^^^^^^^^^ Sep 04 23:47:51.269 INFO kablam! Sep 04 23:47:51.454 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:51.454 INFO kablam! --> src/convex_hull.rs:252:44 Sep 04 23:47:51.454 INFO kablam! | Sep 04 23:47:51.455 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 04 23:47:51.455 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:51.455 INFO kablam! | Sep 04 23:47:51.455 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:51.455 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:51.455 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:51.455 INFO kablam! --> src/convex_hull.rs:252:44 Sep 04 23:47:51.455 INFO kablam! | Sep 04 23:47:51.455 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 04 23:47:51.455 INFO kablam! | ^^^^^^^^^ Sep 04 23:47:51.455 INFO kablam! Sep 04 23:47:51.625 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:51.625 INFO kablam! --> src/convex_hull.rs:259:127 Sep 04 23:47:51.625 INFO kablam! | Sep 04 23:47:51.625 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 04 23:47:51.625 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:51.625 INFO kablam! | Sep 04 23:47:51.625 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:51.625 INFO kablam! found type `&cgmath::Point3` Sep 04 23:47:51.625 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:51.625 INFO kablam! --> src/convex_hull.rs:259:127 Sep 04 23:47:51.625 INFO kablam! | Sep 04 23:47:51.625 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 04 23:47:51.625 INFO kablam! | ^ Sep 04 23:47:51.625 INFO kablam! Sep 04 23:47:51.652 INFO kablam! error: aborting due to 12 previous errors Sep 04 23:47:51.652 INFO kablam! Sep 04 23:47:51.653 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 23:47:51.673 INFO kablam! error: Could not compile `convex_hull`. Sep 04 23:47:51.673 INFO kablam! Sep 04 23:47:51.673 INFO kablam! To learn more, run the command again with --verbose. Sep 04 23:47:51.675 INFO kablam! su: No module specific data is present Sep 04 23:47:52.566 INFO running `"docker" "rm" "-f" "692bd52efe914ed6cee0a8a14d1af9c2a6f91cec0ecb0e8ba65d2fb3831a529d"` Sep 04 23:47:52.650 INFO blam! 692bd52efe914ed6cee0a8a14d1af9c2a6f91cec0ecb0e8ba65d2fb3831a529d