Sep 04 20:55:42.105 INFO checking convex_hull-0.1.3 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 20:55:42.105 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 20:55:42.105 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 20:55:42.280 INFO blam! e7ae94e219b54912b0b387478f1c09e08afd3babe48a9ece9ee77df4b05bd50d Sep 04 20:55:42.282 INFO running `"docker" "start" "-a" "e7ae94e219b54912b0b387478f1c09e08afd3babe48a9ece9ee77df4b05bd50d"` Sep 04 20:55:43.115 INFO kablam! Compiling glium v0.15.0 Sep 04 20:55:43.116 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 04 20:56:27.030 INFO kablam! Checking convex_hull v0.1.3 (file:///source) Sep 04 20:56:29.702 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 04 20:56:29.702 INFO kablam! --> src/bufferset.rs:15:1 Sep 04 20:56:29.702 INFO kablam! | Sep 04 20:56:29.702 INFO kablam! 15 | #[repr="C"] Sep 04 20:56:29.702 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 04 20:56:29.702 INFO kablam! | Sep 04 20:56:29.702 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 04 20:56:29.702 INFO kablam! Sep 04 20:56:29.712 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 04 20:56:29.712 INFO kablam! --> src/bufferset.rs:15:1 Sep 04 20:56:29.712 INFO kablam! | Sep 04 20:56:29.712 INFO kablam! 15 | #[repr="C"] Sep 04 20:56:29.712 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 04 20:56:29.712 INFO kablam! | Sep 04 20:56:29.712 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 04 20:56:29.712 INFO kablam! Sep 04 20:56:30.249 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:30.249 INFO kablam! --> src/mesh.rs:33:23 Sep 04 20:56:30.249 INFO kablam! | Sep 04 20:56:30.249 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 04 20:56:30.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 04 20:56:30.249 INFO kablam! | Sep 04 20:56:30.249 INFO kablam! = note: expected type `cgmath::Point3` Sep 04 20:56:30.249 INFO kablam! found type `cgmath::point::Point3` Sep 04 20:56:30.249 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:30.249 INFO kablam! --> src/mesh.rs:33:23 Sep 04 20:56:30.249 INFO kablam! | Sep 04 20:56:30.249 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 04 20:56:30.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:56:30.249 INFO kablam! Sep 04 20:56:30.325 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:30.325 INFO kablam! --> src/mesh.rs:33:23 Sep 04 20:56:30.325 INFO kablam! | Sep 04 20:56:30.325 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 04 20:56:30.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 04 20:56:30.325 INFO kablam! | Sep 04 20:56:30.325 INFO kablam! = note: expected type `cgmath::Point3` Sep 04 20:56:30.325 INFO kablam! found type `cgmath::point::Point3` Sep 04 20:56:30.325 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:30.325 INFO kablam! --> src/mesh.rs:33:23 Sep 04 20:56:30.325 INFO kablam! | Sep 04 20:56:30.325 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 04 20:56:30.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:56:30.325 INFO kablam! Sep 04 20:56:30.410 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:30.410 INFO kablam! --> src/mesh.rs:34:23 Sep 04 20:56:30.410 INFO kablam! | Sep 04 20:56:30.410 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 04 20:56:30.410 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 04 20:56:30.410 INFO kablam! | Sep 04 20:56:30.410 INFO kablam! = note: expected type `cgmath::Vector3` Sep 04 20:56:30.410 INFO kablam! found type `cgmath::vector::Vector3` Sep 04 20:56:30.410 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:30.410 INFO kablam! --> src/mesh.rs:34:23 Sep 04 20:56:30.410 INFO kablam! | Sep 04 20:56:30.410 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 04 20:56:30.410 INFO kablam! | ^^^^^^^^^ Sep 04 20:56:30.410 INFO kablam! Sep 04 20:56:30.474 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:30.474 INFO kablam! --> src/mesh.rs:34:23 Sep 04 20:56:30.474 INFO kablam! | Sep 04 20:56:30.474 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 04 20:56:30.474 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 04 20:56:30.474 INFO kablam! | Sep 04 20:56:30.474 INFO kablam! = note: expected type `cgmath::Vector3` Sep 04 20:56:30.474 INFO kablam! found type `cgmath::vector::Vector3` Sep 04 20:56:30.474 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:30.474 INFO kablam! --> src/mesh.rs:34:23 Sep 04 20:56:30.474 INFO kablam! | Sep 04 20:56:30.474 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 04 20:56:30.474 INFO kablam! | ^^^^^^^^^ Sep 04 20:56:30.474 INFO kablam! Sep 04 20:56:30.736 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:30.736 INFO kablam! --> src/convex_hull.rs:180:58 Sep 04 20:56:30.736 INFO kablam! | Sep 04 20:56:30.736 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 20:56:30.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:30.736 INFO kablam! | Sep 04 20:56:30.736 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 20:56:30.736 INFO kablam! found type `cgmath::Point3` Sep 04 20:56:30.736 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:30.736 INFO kablam! --> src/convex_hull.rs:180:58 Sep 04 20:56:30.736 INFO kablam! | Sep 04 20:56:30.736 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 20:56:30.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:56:30.736 INFO kablam! Sep 04 20:56:30.792 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:30.792 INFO kablam! --> src/convex_hull.rs:180:58 Sep 04 20:56:30.792 INFO kablam! | Sep 04 20:56:30.792 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 20:56:30.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:30.793 INFO kablam! | Sep 04 20:56:30.793 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 20:56:30.793 INFO kablam! found type `cgmath::Point3` Sep 04 20:56:30.793 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:30.793 INFO kablam! --> src/convex_hull.rs:180:58 Sep 04 20:56:30.793 INFO kablam! | Sep 04 20:56:30.793 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 20:56:30.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:56:30.793 INFO kablam! Sep 04 20:56:30.916 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:30.916 INFO kablam! --> src/convex_hull.rs:180:86 Sep 04 20:56:30.917 INFO kablam! | Sep 04 20:56:30.917 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 20:56:30.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:30.917 INFO kablam! | Sep 04 20:56:30.917 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 20:56:30.917 INFO kablam! found type `cgmath::Point3` Sep 04 20:56:30.917 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:30.917 INFO kablam! --> src/convex_hull.rs:180:86 Sep 04 20:56:30.917 INFO kablam! | Sep 04 20:56:30.917 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 20:56:30.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:56:30.917 INFO kablam! Sep 04 20:56:31.064 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:31.065 INFO kablam! --> src/convex_hull.rs:180:86 Sep 04 20:56:31.065 INFO kablam! | Sep 04 20:56:31.065 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 20:56:31.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:31.065 INFO kablam! | Sep 04 20:56:31.065 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 20:56:31.065 INFO kablam! found type `cgmath::Point3` Sep 04 20:56:31.065 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:31.065 INFO kablam! --> src/convex_hull.rs:180:86 Sep 04 20:56:31.065 INFO kablam! | Sep 04 20:56:31.065 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 20:56:31.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:56:31.065 INFO kablam! Sep 04 20:56:31.185 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:31.185 INFO kablam! --> src/convex_hull.rs:180:114 Sep 04 20:56:31.186 INFO kablam! | Sep 04 20:56:31.186 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 20:56:31.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:31.186 INFO kablam! | Sep 04 20:56:31.186 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 20:56:31.186 INFO kablam! found type `cgmath::Point3` Sep 04 20:56:31.186 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:31.186 INFO kablam! --> src/convex_hull.rs:180:114 Sep 04 20:56:31.186 INFO kablam! | Sep 04 20:56:31.186 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 20:56:31.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:56:31.186 INFO kablam! Sep 04 20:56:31.324 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:31.324 INFO kablam! --> src/convex_hull.rs:180:114 Sep 04 20:56:31.324 INFO kablam! | Sep 04 20:56:31.324 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 20:56:31.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:31.324 INFO kablam! | Sep 04 20:56:31.324 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 20:56:31.324 INFO kablam! found type `cgmath::Point3` Sep 04 20:56:31.324 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:31.325 INFO kablam! --> src/convex_hull.rs:180:114 Sep 04 20:56:31.325 INFO kablam! | Sep 04 20:56:31.325 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 20:56:31.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:56:31.325 INFO kablam! Sep 04 20:56:31.340 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:31.340 INFO kablam! --> src/convex_hull.rs:180:142 Sep 04 20:56:31.340 INFO kablam! | Sep 04 20:56:31.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 04 20:56:31.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:31.340 INFO kablam! | Sep 04 20:56:31.340 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 20:56:31.340 INFO kablam! found type `cgmath::Point3` Sep 04 20:56:31.340 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:31.340 INFO kablam! --> src/convex_hull.rs:180:142 Sep 04 20:56:31.340 INFO kablam! | Sep 04 20:56:31.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 04 20:56:31.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:56:31.341 INFO kablam! Sep 04 20:56:31.548 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:31.548 INFO kablam! --> src/convex_hull.rs:198:26 Sep 04 20:56:31.548 INFO kablam! | Sep 04 20:56:31.548 INFO kablam! 198 | f.borrow().can_see(& p) Sep 04 20:56:31.548 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 04 20:56:31.548 INFO kablam! | Sep 04 20:56:31.548 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 20:56:31.548 INFO kablam! found type `&&cgmath::Point3` Sep 04 20:56:31.548 INFO kablam! Sep 04 20:56:31.581 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:31.581 INFO kablam! --> src/convex_hull.rs:180:142 Sep 04 20:56:31.581 INFO kablam! | Sep 04 20:56:31.581 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 20:56:31.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:31.581 INFO kablam! | Sep 04 20:56:31.582 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 20:56:31.582 INFO kablam! found type `cgmath::Point3` Sep 04 20:56:31.583 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:31.583 INFO kablam! --> src/convex_hull.rs:180:142 Sep 04 20:56:31.583 INFO kablam! | Sep 04 20:56:31.583 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 20:56:31.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:56:31.583 INFO kablam! Sep 04 20:56:31.751 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:31.751 INFO kablam! --> src/convex_hull.rs:213:49 Sep 04 20:56:31.751 INFO kablam! | Sep 04 20:56:31.751 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 04 20:56:31.751 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 04 20:56:31.751 INFO kablam! | Sep 04 20:56:31.751 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 20:56:31.751 INFO kablam! found type `&&cgmath::Point3` Sep 04 20:56:31.751 INFO kablam! Sep 04 20:56:31.905 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:31.905 INFO kablam! --> src/convex_hull.rs:198:26 Sep 04 20:56:31.905 INFO kablam! | Sep 04 20:56:31.905 INFO kablam! 198 | f.borrow().can_see(& p) Sep 04 20:56:31.905 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 04 20:56:31.906 INFO kablam! | Sep 04 20:56:31.906 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 20:56:31.906 INFO kablam! found type `&&cgmath::Point3` Sep 04 20:56:31.906 INFO kablam! Sep 04 20:56:32.011 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:32.011 INFO kablam! --> src/convex_hull.rs:220:62 Sep 04 20:56:32.011 INFO kablam! | Sep 04 20:56:32.011 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 04 20:56:32.011 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:32.012 INFO kablam! | Sep 04 20:56:32.012 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 20:56:32.012 INFO kablam! found type `&cgmath::Point3` Sep 04 20:56:32.012 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:32.012 INFO kablam! --> src/convex_hull.rs:220:62 Sep 04 20:56:32.012 INFO kablam! | Sep 04 20:56:32.012 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 04 20:56:32.012 INFO kablam! | ^^ Sep 04 20:56:32.012 INFO kablam! Sep 04 20:56:32.192 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:32.192 INFO kablam! --> src/convex_hull.rs:213:49 Sep 04 20:56:32.192 INFO kablam! | Sep 04 20:56:32.192 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 04 20:56:32.192 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 04 20:56:32.192 INFO kablam! | Sep 04 20:56:32.192 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 20:56:32.192 INFO kablam! found type `&&cgmath::Point3` Sep 04 20:56:32.192 INFO kablam! Sep 04 20:56:32.303 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:32.303 INFO kablam! --> src/convex_hull.rs:245:91 Sep 04 20:56:32.303 INFO kablam! | Sep 04 20:56:32.303 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 04 20:56:32.303 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:32.303 INFO kablam! | Sep 04 20:56:32.304 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 20:56:32.304 INFO kablam! found type `&cgmath::Point3` Sep 04 20:56:32.304 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:32.304 INFO kablam! --> src/convex_hull.rs:245:91 Sep 04 20:56:32.304 INFO kablam! | Sep 04 20:56:32.304 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 04 20:56:32.304 INFO kablam! | ^^^^^^^^^^^ Sep 04 20:56:32.304 INFO kablam! Sep 04 20:56:32.485 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:32.485 INFO kablam! --> src/convex_hull.rs:220:62 Sep 04 20:56:32.485 INFO kablam! | Sep 04 20:56:32.485 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 04 20:56:32.485 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:32.485 INFO kablam! | Sep 04 20:56:32.485 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 20:56:32.485 INFO kablam! found type `&cgmath::Point3` Sep 04 20:56:32.485 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:32.485 INFO kablam! --> src/convex_hull.rs:220:62 Sep 04 20:56:32.485 INFO kablam! | Sep 04 20:56:32.485 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 04 20:56:32.486 INFO kablam! | ^^ Sep 04 20:56:32.486 INFO kablam! Sep 04 20:56:32.578 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:32.578 INFO kablam! --> src/convex_hull.rs:252:44 Sep 04 20:56:32.578 INFO kablam! | Sep 04 20:56:32.579 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 04 20:56:32.579 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:32.579 INFO kablam! | Sep 04 20:56:32.579 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 20:56:32.579 INFO kablam! found type `cgmath::Point3` Sep 04 20:56:32.579 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:32.579 INFO kablam! --> src/convex_hull.rs:252:44 Sep 04 20:56:32.579 INFO kablam! | Sep 04 20:56:32.579 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 04 20:56:32.579 INFO kablam! | ^^^^^^^^^ Sep 04 20:56:32.579 INFO kablam! Sep 04 20:56:32.732 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:32.732 INFO kablam! --> src/convex_hull.rs:245:91 Sep 04 20:56:32.732 INFO kablam! | Sep 04 20:56:32.732 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 04 20:56:32.732 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:32.732 INFO kablam! | Sep 04 20:56:32.733 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 20:56:32.733 INFO kablam! found type `&cgmath::Point3` Sep 04 20:56:32.733 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:32.733 INFO kablam! --> src/convex_hull.rs:245:91 Sep 04 20:56:32.733 INFO kablam! | Sep 04 20:56:32.733 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 04 20:56:32.733 INFO kablam! | ^^^^^^^^^^^ Sep 04 20:56:32.733 INFO kablam! Sep 04 20:56:32.767 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:32.767 INFO kablam! --> src/convex_hull.rs:259:127 Sep 04 20:56:32.767 INFO kablam! | Sep 04 20:56:32.767 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 20:56:32.767 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:32.767 INFO kablam! | Sep 04 20:56:32.767 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 20:56:32.767 INFO kablam! found type `&cgmath::Point3` Sep 04 20:56:32.767 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:32.767 INFO kablam! --> src/convex_hull.rs:259:127 Sep 04 20:56:32.767 INFO kablam! | Sep 04 20:56:32.767 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 20:56:32.767 INFO kablam! | ^ Sep 04 20:56:32.767 INFO kablam! Sep 04 20:56:32.803 INFO kablam! error: aborting due to 12 previous errors Sep 04 20:56:32.803 INFO kablam! Sep 04 20:56:32.803 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 20:56:32.816 INFO kablam! error: Could not compile `convex_hull`. Sep 04 20:56:32.816 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 20:56:32.973 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:32.973 INFO kablam! --> src/convex_hull.rs:252:44 Sep 04 20:56:32.973 INFO kablam! | Sep 04 20:56:32.973 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 04 20:56:32.973 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:32.973 INFO kablam! | Sep 04 20:56:32.973 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 20:56:32.973 INFO kablam! found type `cgmath::Point3` Sep 04 20:56:32.973 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:32.973 INFO kablam! --> src/convex_hull.rs:252:44 Sep 04 20:56:32.973 INFO kablam! | Sep 04 20:56:32.973 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 04 20:56:32.974 INFO kablam! | ^^^^^^^^^ Sep 04 20:56:32.974 INFO kablam! Sep 04 20:56:33.259 INFO kablam! error[E0308]: mismatched types Sep 04 20:56:33.259 INFO kablam! --> src/convex_hull.rs:259:127 Sep 04 20:56:33.259 INFO kablam! | Sep 04 20:56:33.259 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 20:56:33.259 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 20:56:33.259 INFO kablam! | Sep 04 20:56:33.259 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 20:56:33.259 INFO kablam! found type `&cgmath::Point3` Sep 04 20:56:33.259 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 20:56:33.259 INFO kablam! --> src/convex_hull.rs:259:127 Sep 04 20:56:33.259 INFO kablam! | Sep 04 20:56:33.259 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 20:56:33.259 INFO kablam! | ^ Sep 04 20:56:33.259 INFO kablam! Sep 04 20:56:33.292 INFO kablam! error: aborting due to 12 previous errors Sep 04 20:56:33.292 INFO kablam! Sep 04 20:56:33.292 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 20:56:33.316 INFO kablam! error: Could not compile `convex_hull`. Sep 04 20:56:33.316 INFO kablam! Sep 04 20:56:33.316 INFO kablam! To learn more, run the command again with --verbose. Sep 04 20:56:33.317 INFO kablam! su: No module specific data is present Sep 04 20:56:33.821 INFO running `"docker" "rm" "-f" "e7ae94e219b54912b0b387478f1c09e08afd3babe48a9ece9ee77df4b05bd50d"` Sep 04 20:56:33.948 INFO blam! e7ae94e219b54912b0b387478f1c09e08afd3babe48a9ece9ee77df4b05bd50d