Sep 06 08:32:07.233 INFO checking convex_hull-0.1.3 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 08:32:07.233 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 08:32:07.233 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 08:32:07.423 INFO blam! f673d3a9fdc23ef53583fd2253af9bec6741f3b80250be61bdce3e77e5f816e2 Sep 06 08:32:07.425 INFO running `"docker" "start" "-a" "f673d3a9fdc23ef53583fd2253af9bec6741f3b80250be61bdce3e77e5f816e2"` Sep 06 08:32:08.292 INFO kablam! usermod: no changes Sep 06 08:32:08.456 INFO kablam! Compiling glutin v0.6.2 Sep 06 08:32:08.456 INFO kablam! Compiling glium v0.15.0 Sep 06 08:32:08.456 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 06 08:32:33.629 INFO kablam! Checking convex_hull v0.1.3 (file:///source) Sep 06 08:32:35.038 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 06 08:32:35.038 INFO kablam! --> src/bufferset.rs:15:1 Sep 06 08:32:35.038 INFO kablam! | Sep 06 08:32:35.038 INFO kablam! 15 | #[repr="C"] Sep 06 08:32:35.038 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 06 08:32:35.038 INFO kablam! | Sep 06 08:32:35.038 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 06 08:32:35.038 INFO kablam! Sep 06 08:32:35.450 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:35.450 INFO kablam! --> src/mesh.rs:33:23 Sep 06 08:32:35.450 INFO kablam! | Sep 06 08:32:35.450 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 06 08:32:35.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 06 08:32:35.450 INFO kablam! | Sep 06 08:32:35.450 INFO kablam! = note: expected type `cgmath::Point3` Sep 06 08:32:35.450 INFO kablam! found type `cgmath::point::Point3` Sep 06 08:32:35.450 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:35.450 INFO kablam! --> src/mesh.rs:33:23 Sep 06 08:32:35.450 INFO kablam! | Sep 06 08:32:35.450 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 06 08:32:35.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:32:35.450 INFO kablam! Sep 06 08:32:35.460 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 06 08:32:35.460 INFO kablam! --> src/bufferset.rs:15:1 Sep 06 08:32:35.460 INFO kablam! | Sep 06 08:32:35.460 INFO kablam! 15 | #[repr="C"] Sep 06 08:32:35.461 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 06 08:32:35.461 INFO kablam! | Sep 06 08:32:35.461 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 06 08:32:35.461 INFO kablam! Sep 06 08:32:35.588 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:35.588 INFO kablam! --> src/mesh.rs:34:23 Sep 06 08:32:35.588 INFO kablam! | Sep 06 08:32:35.588 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 06 08:32:35.588 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 06 08:32:35.588 INFO kablam! | Sep 06 08:32:35.588 INFO kablam! = note: expected type `cgmath::Vector3` Sep 06 08:32:35.588 INFO kablam! found type `cgmath::vector::Vector3` Sep 06 08:32:35.588 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:35.588 INFO kablam! --> src/mesh.rs:34:23 Sep 06 08:32:35.588 INFO kablam! | Sep 06 08:32:35.588 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 06 08:32:35.588 INFO kablam! | ^^^^^^^^^ Sep 06 08:32:35.588 INFO kablam! Sep 06 08:32:35.761 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:35.761 INFO kablam! --> src/convex_hull.rs:180:58 Sep 06 08:32:35.761 INFO kablam! | Sep 06 08:32:35.762 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 06 08:32:35.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:35.762 INFO kablam! | Sep 06 08:32:35.762 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 06 08:32:35.762 INFO kablam! found type `cgmath::Point3` Sep 06 08:32:35.762 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:35.762 INFO kablam! --> src/convex_hull.rs:180:58 Sep 06 08:32:35.762 INFO kablam! | Sep 06 08:32:35.762 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 06 08:32:35.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:32:35.762 INFO kablam! Sep 06 08:32:35.830 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:35.830 INFO kablam! --> src/mesh.rs:33:23 Sep 06 08:32:35.830 INFO kablam! | Sep 06 08:32:35.830 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 06 08:32:35.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 06 08:32:35.830 INFO kablam! | Sep 06 08:32:35.830 INFO kablam! = note: expected type `cgmath::Point3` Sep 06 08:32:35.830 INFO kablam! found type `cgmath::point::Point3` Sep 06 08:32:35.830 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:35.830 INFO kablam! --> src/mesh.rs:33:23 Sep 06 08:32:35.830 INFO kablam! | Sep 06 08:32:35.830 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 06 08:32:35.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:32:35.830 INFO kablam! Sep 06 08:32:35.862 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:35.862 INFO kablam! --> src/convex_hull.rs:180:86 Sep 06 08:32:35.862 INFO kablam! | Sep 06 08:32:35.862 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 06 08:32:35.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:35.862 INFO kablam! | Sep 06 08:32:35.862 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 06 08:32:35.862 INFO kablam! found type `cgmath::Point3` Sep 06 08:32:35.862 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:35.862 INFO kablam! --> src/convex_hull.rs:180:86 Sep 06 08:32:35.862 INFO kablam! | Sep 06 08:32:35.862 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 06 08:32:35.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:32:35.862 INFO kablam! Sep 06 08:32:35.958 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:35.958 INFO kablam! --> src/convex_hull.rs:180:114 Sep 06 08:32:35.958 INFO kablam! | Sep 06 08:32:35.958 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 06 08:32:35.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:35.958 INFO kablam! | Sep 06 08:32:35.958 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 06 08:32:35.959 INFO kablam! found type `cgmath::Point3` Sep 06 08:32:35.959 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:35.959 INFO kablam! --> src/convex_hull.rs:180:114 Sep 06 08:32:35.959 INFO kablam! | Sep 06 08:32:35.959 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 06 08:32:35.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:32:35.959 INFO kablam! Sep 06 08:32:35.978 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:35.978 INFO kablam! --> src/mesh.rs:34:23 Sep 06 08:32:35.978 INFO kablam! | Sep 06 08:32:35.978 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 06 08:32:35.978 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 06 08:32:35.978 INFO kablam! | Sep 06 08:32:35.978 INFO kablam! = note: expected type `cgmath::Vector3` Sep 06 08:32:35.978 INFO kablam! found type `cgmath::vector::Vector3` Sep 06 08:32:35.978 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:35.978 INFO kablam! --> src/mesh.rs:34:23 Sep 06 08:32:35.978 INFO kablam! | Sep 06 08:32:35.978 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 06 08:32:35.978 INFO kablam! | ^^^^^^^^^ Sep 06 08:32:35.978 INFO kablam! Sep 06 08:32:36.058 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:36.058 INFO kablam! --> src/convex_hull.rs:180:142 Sep 06 08:32:36.058 INFO kablam! | Sep 06 08:32:36.058 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 06 08:32:36.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:36.058 INFO kablam! | Sep 06 08:32:36.058 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 06 08:32:36.058 INFO kablam! found type `cgmath::Point3` Sep 06 08:32:36.058 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:36.058 INFO kablam! --> src/convex_hull.rs:180:142 Sep 06 08:32:36.058 INFO kablam! | Sep 06 08:32:36.058 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 06 08:32:36.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:32:36.058 INFO kablam! Sep 06 08:32:36.185 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:36.185 INFO kablam! --> src/convex_hull.rs:180:58 Sep 06 08:32:36.185 INFO kablam! | Sep 06 08:32:36.185 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 06 08:32:36.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:36.185 INFO kablam! | Sep 06 08:32:36.185 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 06 08:32:36.185 INFO kablam! found type `cgmath::Point3` Sep 06 08:32:36.185 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:36.185 INFO kablam! --> src/convex_hull.rs:180:58 Sep 06 08:32:36.185 INFO kablam! | Sep 06 08:32:36.185 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 06 08:32:36.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:32:36.185 INFO kablam! Sep 06 08:32:36.198 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:36.198 INFO kablam! --> src/convex_hull.rs:198:26 Sep 06 08:32:36.198 INFO kablam! | Sep 06 08:32:36.198 INFO kablam! 198 | f.borrow().can_see(& p) Sep 06 08:32:36.198 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 06 08:32:36.198 INFO kablam! | Sep 06 08:32:36.198 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 06 08:32:36.198 INFO kablam! found type `&&cgmath::Point3` Sep 06 08:32:36.198 INFO kablam! Sep 06 08:32:36.306 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:36.306 INFO kablam! --> src/convex_hull.rs:180:86 Sep 06 08:32:36.306 INFO kablam! | Sep 06 08:32:36.306 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 06 08:32:36.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:36.306 INFO kablam! | Sep 06 08:32:36.306 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 06 08:32:36.306 INFO kablam! found type `cgmath::Point3` Sep 06 08:32:36.306 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:36.306 INFO kablam! --> src/convex_hull.rs:180:86 Sep 06 08:32:36.306 INFO kablam! | Sep 06 08:32:36.306 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 06 08:32:36.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:32:36.306 INFO kablam! Sep 06 08:32:36.369 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:36.369 INFO kablam! --> src/convex_hull.rs:213:49 Sep 06 08:32:36.369 INFO kablam! | Sep 06 08:32:36.369 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 06 08:32:36.369 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 06 08:32:36.369 INFO kablam! | Sep 06 08:32:36.369 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 06 08:32:36.369 INFO kablam! found type `&&cgmath::Point3` Sep 06 08:32:36.369 INFO kablam! Sep 06 08:32:36.436 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:36.436 INFO kablam! --> src/convex_hull.rs:180:114 Sep 06 08:32:36.436 INFO kablam! | Sep 06 08:32:36.436 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 06 08:32:36.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:36.436 INFO kablam! | Sep 06 08:32:36.436 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 06 08:32:36.436 INFO kablam! found type `cgmath::Point3` Sep 06 08:32:36.436 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:36.437 INFO kablam! --> src/convex_hull.rs:180:114 Sep 06 08:32:36.437 INFO kablam! | Sep 06 08:32:36.437 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 06 08:32:36.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:32:36.437 INFO kablam! Sep 06 08:32:36.548 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:36.548 INFO kablam! --> src/convex_hull.rs:220:62 Sep 06 08:32:36.548 INFO kablam! | Sep 06 08:32:36.548 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 06 08:32:36.548 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:36.548 INFO kablam! | Sep 06 08:32:36.548 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 06 08:32:36.548 INFO kablam! found type `&cgmath::Point3` Sep 06 08:32:36.548 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:36.548 INFO kablam! --> src/convex_hull.rs:220:62 Sep 06 08:32:36.548 INFO kablam! | Sep 06 08:32:36.548 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 06 08:32:36.548 INFO kablam! | ^^ Sep 06 08:32:36.548 INFO kablam! Sep 06 08:32:36.590 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:36.590 INFO kablam! --> src/convex_hull.rs:180:142 Sep 06 08:32:36.590 INFO kablam! | Sep 06 08:32:36.590 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 06 08:32:36.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:36.590 INFO kablam! | Sep 06 08:32:36.590 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 06 08:32:36.590 INFO kablam! found type `cgmath::Point3` Sep 06 08:32:36.590 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:36.590 INFO kablam! --> src/convex_hull.rs:180:142 Sep 06 08:32:36.590 INFO kablam! | Sep 06 08:32:36.590 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 06 08:32:36.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:32:36.590 INFO kablam! Sep 06 08:32:36.698 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:36.698 INFO kablam! --> src/convex_hull.rs:245:91 Sep 06 08:32:36.698 INFO kablam! | Sep 06 08:32:36.698 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 06 08:32:36.698 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:36.698 INFO kablam! | Sep 06 08:32:36.698 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 06 08:32:36.698 INFO kablam! found type `&cgmath::Point3` Sep 06 08:32:36.698 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:36.698 INFO kablam! --> src/convex_hull.rs:245:91 Sep 06 08:32:36.698 INFO kablam! | Sep 06 08:32:36.698 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 06 08:32:36.698 INFO kablam! | ^^^^^^^^^^^ Sep 06 08:32:36.698 INFO kablam! Sep 06 08:32:36.759 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:36.759 INFO kablam! --> src/convex_hull.rs:198:26 Sep 06 08:32:36.759 INFO kablam! | Sep 06 08:32:36.759 INFO kablam! 198 | f.borrow().can_see(& p) Sep 06 08:32:36.759 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 06 08:32:36.759 INFO kablam! | Sep 06 08:32:36.759 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 06 08:32:36.759 INFO kablam! found type `&&cgmath::Point3` Sep 06 08:32:36.759 INFO kablam! Sep 06 08:32:36.832 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:36.832 INFO kablam! --> src/convex_hull.rs:252:44 Sep 06 08:32:36.832 INFO kablam! | Sep 06 08:32:36.832 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 06 08:32:36.832 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:36.832 INFO kablam! | Sep 06 08:32:36.832 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 06 08:32:36.832 INFO kablam! found type `cgmath::Point3` Sep 06 08:32:36.834 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:36.834 INFO kablam! --> src/convex_hull.rs:252:44 Sep 06 08:32:36.834 INFO kablam! | Sep 06 08:32:36.834 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 06 08:32:36.834 INFO kablam! | ^^^^^^^^^ Sep 06 08:32:36.834 INFO kablam! Sep 06 08:32:36.924 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:36.924 INFO kablam! --> src/convex_hull.rs:213:49 Sep 06 08:32:36.924 INFO kablam! | Sep 06 08:32:36.924 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 06 08:32:36.924 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 06 08:32:36.924 INFO kablam! | Sep 06 08:32:36.924 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 06 08:32:36.924 INFO kablam! found type `&&cgmath::Point3` Sep 06 08:32:36.924 INFO kablam! Sep 06 08:32:37.015 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:37.015 INFO kablam! --> src/convex_hull.rs:259:127 Sep 06 08:32:37.015 INFO kablam! | Sep 06 08:32:37.015 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 06 08:32:37.015 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:37.015 INFO kablam! | Sep 06 08:32:37.015 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 06 08:32:37.015 INFO kablam! found type `&cgmath::Point3` Sep 06 08:32:37.015 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:37.015 INFO kablam! --> src/convex_hull.rs:259:127 Sep 06 08:32:37.015 INFO kablam! | Sep 06 08:32:37.015 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 06 08:32:37.015 INFO kablam! | ^ Sep 06 08:32:37.015 INFO kablam! Sep 06 08:32:37.031 INFO kablam! error: aborting due to 12 previous errors Sep 06 08:32:37.031 INFO kablam! Sep 06 08:32:37.031 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 06 08:32:37.054 INFO kablam! error: Could not compile `convex_hull`. Sep 06 08:32:37.054 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 08:32:37.067 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:37.067 INFO kablam! --> src/convex_hull.rs:220:62 Sep 06 08:32:37.067 INFO kablam! | Sep 06 08:32:37.067 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 06 08:32:37.067 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:37.067 INFO kablam! | Sep 06 08:32:37.067 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 06 08:32:37.067 INFO kablam! found type `&cgmath::Point3` Sep 06 08:32:37.067 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:37.067 INFO kablam! --> src/convex_hull.rs:220:62 Sep 06 08:32:37.067 INFO kablam! | Sep 06 08:32:37.067 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 06 08:32:37.067 INFO kablam! | ^^ Sep 06 08:32:37.067 INFO kablam! Sep 06 08:32:37.210 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:37.210 INFO kablam! --> src/convex_hull.rs:245:91 Sep 06 08:32:37.210 INFO kablam! | Sep 06 08:32:37.210 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 06 08:32:37.210 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:37.210 INFO kablam! | Sep 06 08:32:37.210 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 06 08:32:37.210 INFO kablam! found type `&cgmath::Point3` Sep 06 08:32:37.210 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:37.210 INFO kablam! --> src/convex_hull.rs:245:91 Sep 06 08:32:37.210 INFO kablam! | Sep 06 08:32:37.210 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 06 08:32:37.210 INFO kablam! | ^^^^^^^^^^^ Sep 06 08:32:37.210 INFO kablam! Sep 06 08:32:37.351 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:37.351 INFO kablam! --> src/convex_hull.rs:252:44 Sep 06 08:32:37.351 INFO kablam! | Sep 06 08:32:37.351 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 06 08:32:37.351 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:37.351 INFO kablam! | Sep 06 08:32:37.351 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 06 08:32:37.351 INFO kablam! found type `cgmath::Point3` Sep 06 08:32:37.351 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:37.351 INFO kablam! --> src/convex_hull.rs:252:44 Sep 06 08:32:37.351 INFO kablam! | Sep 06 08:32:37.351 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 06 08:32:37.351 INFO kablam! | ^^^^^^^^^ Sep 06 08:32:37.351 INFO kablam! Sep 06 08:32:37.506 INFO kablam! error[E0308]: mismatched types Sep 06 08:32:37.506 INFO kablam! --> src/convex_hull.rs:259:127 Sep 06 08:32:37.506 INFO kablam! | Sep 06 08:32:37.506 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 06 08:32:37.506 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 06 08:32:37.506 INFO kablam! | Sep 06 08:32:37.506 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 06 08:32:37.506 INFO kablam! found type `&cgmath::Point3` Sep 06 08:32:37.506 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 06 08:32:37.506 INFO kablam! --> src/convex_hull.rs:259:127 Sep 06 08:32:37.506 INFO kablam! | Sep 06 08:32:37.506 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 06 08:32:37.506 INFO kablam! | ^ Sep 06 08:32:37.506 INFO kablam! Sep 06 08:32:37.521 INFO kablam! error: aborting due to 12 previous errors Sep 06 08:32:37.521 INFO kablam! Sep 06 08:32:37.521 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 06 08:32:37.538 INFO kablam! error: Could not compile `convex_hull`. Sep 06 08:32:37.538 INFO kablam! Sep 06 08:32:37.538 INFO kablam! To learn more, run the command again with --verbose. Sep 06 08:32:37.542 INFO kablam! su: No module specific data is present Sep 06 08:32:38.172 INFO running `"docker" "rm" "-f" "f673d3a9fdc23ef53583fd2253af9bec6741f3b80250be61bdce3e77e5f816e2"` Sep 06 08:32:38.265 INFO blam! f673d3a9fdc23ef53583fd2253af9bec6741f3b80250be61bdce3e77e5f816e2