Sep 20 05:05:43.619 INFO checking convex_hull-0.1.3 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 05:05:43.619 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 05:05:43.619 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:05:43.791 INFO blam! 846416ec633f1696167725b2b0d5cca97fa7737bf63a1fe4f8db6049513eef3a Sep 20 05:05:43.792 INFO running `"docker" "start" "-a" "846416ec633f1696167725b2b0d5cca97fa7737bf63a1fe4f8db6049513eef3a"` Sep 20 05:05:44.709 INFO kablam! usermod: no changes Sep 20 05:05:45.020 INFO kablam! Compiling glutin v0.6.2 Sep 20 05:05:45.020 INFO kablam! Compiling glium v0.15.0 Sep 20 05:05:45.020 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 20 05:06:09.153 INFO kablam! Checking convex_hull v0.1.3 (/source) Sep 20 05:06:10.142 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 20 05:06:10.142 INFO kablam! --> src/bufferset.rs:15:1 Sep 20 05:06:10.142 INFO kablam! | Sep 20 05:06:10.142 INFO kablam! 15 | #[repr="C"] Sep 20 05:06:10.142 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 20 05:06:10.142 INFO kablam! | Sep 20 05:06:10.142 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 20 05:06:10.142 INFO kablam! Sep 20 05:06:10.261 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 20 05:06:10.261 INFO kablam! --> src/bufferset.rs:15:1 Sep 20 05:06:10.261 INFO kablam! | Sep 20 05:06:10.261 INFO kablam! 15 | #[repr="C"] Sep 20 05:06:10.261 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 20 05:06:10.261 INFO kablam! | Sep 20 05:06:10.261 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 20 05:06:10.261 INFO kablam! Sep 20 05:06:10.479 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.479 INFO kablam! --> src/mesh.rs:33:23 Sep 20 05:06:10.479 INFO kablam! | Sep 20 05:06:10.479 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 20 05:06:10.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 20 05:06:10.479 INFO kablam! | Sep 20 05:06:10.479 INFO kablam! = note: expected type `cgmath::Point3` Sep 20 05:06:10.479 INFO kablam! found type `cgmath::point::Point3` Sep 20 05:06:10.479 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.479 INFO kablam! --> src/mesh.rs:33:23 Sep 20 05:06:10.479 INFO kablam! | Sep 20 05:06:10.479 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 20 05:06:10.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.479 INFO kablam! Sep 20 05:06:10.584 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.584 INFO kablam! --> src/mesh.rs:33:23 Sep 20 05:06:10.584 INFO kablam! | Sep 20 05:06:10.584 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 20 05:06:10.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 20 05:06:10.584 INFO kablam! | Sep 20 05:06:10.584 INFO kablam! = note: expected type `cgmath::Point3` Sep 20 05:06:10.584 INFO kablam! found type `cgmath::point::Point3` Sep 20 05:06:10.584 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.584 INFO kablam! --> src/mesh.rs:33:23 Sep 20 05:06:10.584 INFO kablam! | Sep 20 05:06:10.584 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 20 05:06:10.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.584 INFO kablam! Sep 20 05:06:10.618 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.618 INFO kablam! --> src/mesh.rs:34:23 Sep 20 05:06:10.618 INFO kablam! | Sep 20 05:06:10.618 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 20 05:06:10.618 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 20 05:06:10.618 INFO kablam! | Sep 20 05:06:10.618 INFO kablam! = note: expected type `cgmath::Vector3` Sep 20 05:06:10.618 INFO kablam! found type `cgmath::vector::Vector3` Sep 20 05:06:10.618 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.618 INFO kablam! --> src/mesh.rs:34:23 Sep 20 05:06:10.618 INFO kablam! | Sep 20 05:06:10.618 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 20 05:06:10.618 INFO kablam! | ^^^^^^^^^ Sep 20 05:06:10.618 INFO kablam! Sep 20 05:06:10.694 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.694 INFO kablam! --> src/mesh.rs:34:23 Sep 20 05:06:10.694 INFO kablam! | Sep 20 05:06:10.694 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 20 05:06:10.694 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 20 05:06:10.695 INFO kablam! | Sep 20 05:06:10.695 INFO kablam! = note: expected type `cgmath::Vector3` Sep 20 05:06:10.695 INFO kablam! found type `cgmath::vector::Vector3` Sep 20 05:06:10.695 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.695 INFO kablam! --> src/mesh.rs:34:23 Sep 20 05:06:10.695 INFO kablam! | Sep 20 05:06:10.695 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 20 05:06:10.695 INFO kablam! | ^^^^^^^^^ Sep 20 05:06:10.695 INFO kablam! Sep 20 05:06:10.790 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.790 INFO kablam! --> src/convex_hull.rs:180:58 Sep 20 05:06:10.790 INFO kablam! | Sep 20 05:06:10.790 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 20 05:06:10.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:10.790 INFO kablam! | Sep 20 05:06:10.790 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:10.790 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:10.790 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.790 INFO kablam! --> src/convex_hull.rs:180:58 Sep 20 05:06:10.790 INFO kablam! | Sep 20 05:06:10.790 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 20 05:06:10.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.790 INFO kablam! Sep 20 05:06:10.889 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.889 INFO kablam! --> src/convex_hull.rs:180:58 Sep 20 05:06:10.890 INFO kablam! | Sep 20 05:06:10.890 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 20 05:06:10.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:10.890 INFO kablam! | Sep 20 05:06:10.890 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:10.890 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:10.890 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.890 INFO kablam! --> src/convex_hull.rs:180:58 Sep 20 05:06:10.890 INFO kablam! | Sep 20 05:06:10.890 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 20 05:06:10.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.890 INFO kablam! Sep 20 05:06:10.940 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:10.940 INFO kablam! --> src/convex_hull.rs:180:86 Sep 20 05:06:10.940 INFO kablam! | Sep 20 05:06:10.940 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 20 05:06:10.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:10.940 INFO kablam! | Sep 20 05:06:10.940 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:10.940 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:10.940 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:10.940 INFO kablam! --> src/convex_hull.rs:180:86 Sep 20 05:06:10.940 INFO kablam! | Sep 20 05:06:10.940 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 20 05:06:10.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:10.940 INFO kablam! Sep 20 05:06:11.026 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.026 INFO kablam! --> src/convex_hull.rs:180:86 Sep 20 05:06:11.026 INFO kablam! | Sep 20 05:06:11.026 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 20 05:06:11.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.026 INFO kablam! | Sep 20 05:06:11.026 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:11.026 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:11.026 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.026 INFO kablam! --> src/convex_hull.rs:180:86 Sep 20 05:06:11.026 INFO kablam! | Sep 20 05:06:11.026 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 20 05:06:11.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:11.026 INFO kablam! Sep 20 05:06:11.102 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.102 INFO kablam! --> src/convex_hull.rs:180:114 Sep 20 05:06:11.102 INFO kablam! | Sep 20 05:06:11.102 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 20 05:06:11.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.103 INFO kablam! | Sep 20 05:06:11.103 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:11.103 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:11.103 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.103 INFO kablam! --> src/convex_hull.rs:180:114 Sep 20 05:06:11.103 INFO kablam! | Sep 20 05:06:11.103 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 20 05:06:11.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:11.103 INFO kablam! Sep 20 05:06:11.158 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.158 INFO kablam! --> src/convex_hull.rs:180:114 Sep 20 05:06:11.158 INFO kablam! | Sep 20 05:06:11.158 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 20 05:06:11.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.158 INFO kablam! | Sep 20 05:06:11.158 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:11.158 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:11.158 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.158 INFO kablam! --> src/convex_hull.rs:180:114 Sep 20 05:06:11.158 INFO kablam! | Sep 20 05:06:11.158 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 20 05:06:11.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:11.158 INFO kablam! Sep 20 05:06:11.212 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.212 INFO kablam! --> src/convex_hull.rs:180:142 Sep 20 05:06:11.212 INFO kablam! | Sep 20 05:06:11.212 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 20 05:06:11.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.212 INFO kablam! | Sep 20 05:06:11.212 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:11.212 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:11.212 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.212 INFO kablam! --> src/convex_hull.rs:180:142 Sep 20 05:06:11.213 INFO kablam! | Sep 20 05:06:11.213 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 20 05:06:11.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:11.213 INFO kablam! Sep 20 05:06:11.248 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.248 INFO kablam! --> src/convex_hull.rs:180:142 Sep 20 05:06:11.248 INFO kablam! | Sep 20 05:06:11.248 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 20 05:06:11.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.248 INFO kablam! | Sep 20 05:06:11.248 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:11.248 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:11.248 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.249 INFO kablam! --> src/convex_hull.rs:180:142 Sep 20 05:06:11.249 INFO kablam! | Sep 20 05:06:11.249 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 20 05:06:11.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:06:11.249 INFO kablam! Sep 20 05:06:11.318 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.318 INFO kablam! --> src/convex_hull.rs:198:26 Sep 20 05:06:11.318 INFO kablam! | Sep 20 05:06:11.318 INFO kablam! 198 | f.borrow().can_see(& p) Sep 20 05:06:11.318 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 20 05:06:11.318 INFO kablam! | Sep 20 05:06:11.318 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.318 INFO kablam! found type `&&cgmath::Point3` Sep 20 05:06:11.318 INFO kablam! Sep 20 05:06:11.373 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.373 INFO kablam! --> src/convex_hull.rs:198:26 Sep 20 05:06:11.373 INFO kablam! | Sep 20 05:06:11.373 INFO kablam! 198 | f.borrow().can_see(& p) Sep 20 05:06:11.373 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 20 05:06:11.373 INFO kablam! | Sep 20 05:06:11.373 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.373 INFO kablam! found type `&&cgmath::Point3` Sep 20 05:06:11.373 INFO kablam! Sep 20 05:06:11.419 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.419 INFO kablam! --> src/convex_hull.rs:213:49 Sep 20 05:06:11.419 INFO kablam! | Sep 20 05:06:11.419 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 20 05:06:11.419 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 20 05:06:11.419 INFO kablam! | Sep 20 05:06:11.419 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.419 INFO kablam! found type `&&cgmath::Point3` Sep 20 05:06:11.419 INFO kablam! Sep 20 05:06:11.494 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.494 INFO kablam! --> src/convex_hull.rs:213:49 Sep 20 05:06:11.495 INFO kablam! | Sep 20 05:06:11.495 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 20 05:06:11.495 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 20 05:06:11.495 INFO kablam! | Sep 20 05:06:11.495 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.495 INFO kablam! found type `&&cgmath::Point3` Sep 20 05:06:11.495 INFO kablam! Sep 20 05:06:11.555 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.555 INFO kablam! --> src/convex_hull.rs:220:62 Sep 20 05:06:11.555 INFO kablam! | Sep 20 05:06:11.555 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 20 05:06:11.555 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.555 INFO kablam! | Sep 20 05:06:11.555 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.555 INFO kablam! found type `&cgmath::Point3` Sep 20 05:06:11.555 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.555 INFO kablam! --> src/convex_hull.rs:220:62 Sep 20 05:06:11.555 INFO kablam! | Sep 20 05:06:11.555 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 20 05:06:11.555 INFO kablam! | ^^ Sep 20 05:06:11.555 INFO kablam! Sep 20 05:06:11.673 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.673 INFO kablam! --> src/convex_hull.rs:220:62 Sep 20 05:06:11.673 INFO kablam! | Sep 20 05:06:11.673 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 20 05:06:11.673 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.673 INFO kablam! | Sep 20 05:06:11.673 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.673 INFO kablam! found type `&cgmath::Point3` Sep 20 05:06:11.673 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.673 INFO kablam! --> src/convex_hull.rs:220:62 Sep 20 05:06:11.673 INFO kablam! | Sep 20 05:06:11.673 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 20 05:06:11.673 INFO kablam! | ^^ Sep 20 05:06:11.673 INFO kablam! Sep 20 05:06:11.702 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.702 INFO kablam! --> src/convex_hull.rs:245:91 Sep 20 05:06:11.702 INFO kablam! | Sep 20 05:06:11.702 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 20 05:06:11.702 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.702 INFO kablam! | Sep 20 05:06:11.702 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.702 INFO kablam! found type `&cgmath::Point3` Sep 20 05:06:11.702 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.702 INFO kablam! --> src/convex_hull.rs:245:91 Sep 20 05:06:11.702 INFO kablam! | Sep 20 05:06:11.702 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 20 05:06:11.702 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:06:11.702 INFO kablam! Sep 20 05:06:11.816 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.816 INFO kablam! --> src/convex_hull.rs:245:91 Sep 20 05:06:11.816 INFO kablam! | Sep 20 05:06:11.816 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 20 05:06:11.816 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.816 INFO kablam! | Sep 20 05:06:11.816 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.816 INFO kablam! found type `&cgmath::Point3` Sep 20 05:06:11.816 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.816 INFO kablam! --> src/convex_hull.rs:245:91 Sep 20 05:06:11.816 INFO kablam! | Sep 20 05:06:11.816 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 20 05:06:11.816 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:06:11.816 INFO kablam! Sep 20 05:06:11.848 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.849 INFO kablam! --> src/convex_hull.rs:252:44 Sep 20 05:06:11.849 INFO kablam! | Sep 20 05:06:11.849 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 20 05:06:11.849 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.849 INFO kablam! | Sep 20 05:06:11.850 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:11.850 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:11.854 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.854 INFO kablam! --> src/convex_hull.rs:252:44 Sep 20 05:06:11.854 INFO kablam! | Sep 20 05:06:11.854 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 20 05:06:11.854 INFO kablam! | ^^^^^^^^^ Sep 20 05:06:11.854 INFO kablam! Sep 20 05:06:11.953 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.953 INFO kablam! --> src/convex_hull.rs:252:44 Sep 20 05:06:11.953 INFO kablam! | Sep 20 05:06:11.953 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 20 05:06:11.953 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.953 INFO kablam! | Sep 20 05:06:11.953 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 20 05:06:11.953 INFO kablam! found type `cgmath::Point3` Sep 20 05:06:11.953 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.953 INFO kablam! --> src/convex_hull.rs:252:44 Sep 20 05:06:11.953 INFO kablam! | Sep 20 05:06:11.953 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 20 05:06:11.953 INFO kablam! | ^^^^^^^^^ Sep 20 05:06:11.953 INFO kablam! Sep 20 05:06:11.992 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:11.993 INFO kablam! --> src/convex_hull.rs:259:127 Sep 20 05:06:11.993 INFO kablam! | Sep 20 05:06:11.993 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 20 05:06:11.993 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:11.993 INFO kablam! | Sep 20 05:06:11.993 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:11.993 INFO kablam! found type `&cgmath::Point3` Sep 20 05:06:11.993 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:11.993 INFO kablam! --> src/convex_hull.rs:259:127 Sep 20 05:06:11.993 INFO kablam! | Sep 20 05:06:11.993 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 20 05:06:11.993 INFO kablam! | ^ Sep 20 05:06:11.993 INFO kablam! Sep 20 05:06:12.012 INFO kablam! error: aborting due to 12 previous errors Sep 20 05:06:12.012 INFO kablam! Sep 20 05:06:12.012 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 05:06:12.023 INFO kablam! error: Could not compile `convex_hull`. Sep 20 05:06:12.024 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:06:12.100 INFO kablam! error[E0308]: mismatched types Sep 20 05:06:12.100 INFO kablam! --> src/convex_hull.rs:259:127 Sep 20 05:06:12.100 INFO kablam! | Sep 20 05:06:12.100 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 20 05:06:12.100 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 20 05:06:12.100 INFO kablam! | Sep 20 05:06:12.100 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 20 05:06:12.100 INFO kablam! found type `&cgmath::Point3` Sep 20 05:06:12.100 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 20 05:06:12.100 INFO kablam! --> src/convex_hull.rs:259:127 Sep 20 05:06:12.100 INFO kablam! | Sep 20 05:06:12.100 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 20 05:06:12.100 INFO kablam! | ^ Sep 20 05:06:12.100 INFO kablam! Sep 20 05:06:12.118 INFO kablam! error: aborting due to 12 previous errors Sep 20 05:06:12.118 INFO kablam! Sep 20 05:06:12.118 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 05:06:12.132 INFO kablam! error: Could not compile `convex_hull`. Sep 20 05:06:12.132 INFO kablam! Sep 20 05:06:12.132 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:06:12.134 INFO kablam! su: No module specific data is present Sep 20 05:06:12.641 INFO running `"docker" "rm" "-f" "846416ec633f1696167725b2b0d5cca97fa7737bf63a1fe4f8db6049513eef3a"` Sep 20 05:06:12.762 INFO blam! 846416ec633f1696167725b2b0d5cca97fa7737bf63a1fe4f8db6049513eef3a