Sep 02 00:01:13.021 INFO checking convex_hull-0.1.3 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 02 00:01:13.021 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 02 00:01:13.021 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 00:01:13.182 INFO blam! 7b942308b74333808284ea0d3e60df2dcdfa3cc7424de53654bf7cac317d057d Sep 02 00:01:13.184 INFO running `"docker" "start" "-a" "7b942308b74333808284ea0d3e60df2dcdfa3cc7424de53654bf7cac317d057d"` Sep 02 00:01:14.323 INFO kablam! Compiling wayland-client v0.5.12 Sep 02 00:01:14.325 INFO kablam! Checking cgmath v0.10.0 Sep 02 00:01:14.325 INFO kablam! Compiling glutin v0.6.2 Sep 02 00:01:14.326 INFO kablam! Compiling glium v0.15.0 Sep 02 00:01:14.330 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 02 00:01:14.330 INFO kablam! Checking wayland-sys v0.5.11 Sep 02 00:01:25.139 INFO kablam! Checking wayland-kbd v0.3.6 Sep 02 00:01:25.140 INFO kablam! Checking wayland-window v0.2.3 Sep 02 00:01:59.348 INFO kablam! Checking convex_hull v0.1.3 (file:///source) Sep 02 00:02:02.393 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 02 00:02:02.394 INFO kablam! --> src/bufferset.rs:15:1 Sep 02 00:02:02.394 INFO kablam! | Sep 02 00:02:02.394 INFO kablam! 15 | #[repr="C"] Sep 02 00:02:02.394 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 02 00:02:02.394 INFO kablam! | Sep 02 00:02:02.394 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 02 00:02:02.394 INFO kablam! Sep 02 00:02:02.454 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 02 00:02:02.455 INFO kablam! --> src/bufferset.rs:15:1 Sep 02 00:02:02.455 INFO kablam! | Sep 02 00:02:02.455 INFO kablam! 15 | #[repr="C"] Sep 02 00:02:02.455 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 02 00:02:02.455 INFO kablam! | Sep 02 00:02:02.455 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 02 00:02:02.455 INFO kablam! Sep 02 00:02:02.915 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:02.915 INFO kablam! --> src/mesh.rs:33:23 Sep 02 00:02:02.915 INFO kablam! | Sep 02 00:02:02.915 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 00:02:02.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 02 00:02:02.915 INFO kablam! | Sep 02 00:02:02.915 INFO kablam! = note: expected type `cgmath::Point3` Sep 02 00:02:02.915 INFO kablam! found type `cgmath::point::Point3` Sep 02 00:02:02.915 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:02.915 INFO kablam! --> src/mesh.rs:33:23 Sep 02 00:02:02.915 INFO kablam! | Sep 02 00:02:02.915 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 00:02:02.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:02.915 INFO kablam! Sep 02 00:02:03.010 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.010 INFO kablam! --> src/mesh.rs:33:23 Sep 02 00:02:03.010 INFO kablam! | Sep 02 00:02:03.010 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 00:02:03.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 02 00:02:03.010 INFO kablam! | Sep 02 00:02:03.010 INFO kablam! = note: expected type `cgmath::Point3` Sep 02 00:02:03.010 INFO kablam! found type `cgmath::point::Point3` Sep 02 00:02:03.010 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.011 INFO kablam! --> src/mesh.rs:33:23 Sep 02 00:02:03.011 INFO kablam! | Sep 02 00:02:03.011 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 00:02:03.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.011 INFO kablam! Sep 02 00:02:03.064 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.064 INFO kablam! --> src/mesh.rs:34:23 Sep 02 00:02:03.064 INFO kablam! | Sep 02 00:02:03.064 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 00:02:03.064 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 02 00:02:03.064 INFO kablam! | Sep 02 00:02:03.064 INFO kablam! = note: expected type `cgmath::Vector3` Sep 02 00:02:03.064 INFO kablam! found type `cgmath::vector::Vector3` Sep 02 00:02:03.064 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.064 INFO kablam! --> src/mesh.rs:34:23 Sep 02 00:02:03.064 INFO kablam! | Sep 02 00:02:03.064 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 00:02:03.064 INFO kablam! | ^^^^^^^^^ Sep 02 00:02:03.064 INFO kablam! Sep 02 00:02:03.192 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.192 INFO kablam! --> src/mesh.rs:34:23 Sep 02 00:02:03.192 INFO kablam! | Sep 02 00:02:03.192 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 00:02:03.192 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 02 00:02:03.192 INFO kablam! | Sep 02 00:02:03.192 INFO kablam! = note: expected type `cgmath::Vector3` Sep 02 00:02:03.193 INFO kablam! found type `cgmath::vector::Vector3` Sep 02 00:02:03.193 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.193 INFO kablam! --> src/mesh.rs:34:23 Sep 02 00:02:03.193 INFO kablam! | Sep 02 00:02:03.193 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 00:02:03.193 INFO kablam! | ^^^^^^^^^ Sep 02 00:02:03.193 INFO kablam! Sep 02 00:02:03.430 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.430 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 00:02:03.430 INFO kablam! | Sep 02 00:02:03.430 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 02 00:02:03.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.430 INFO kablam! | Sep 02 00:02:03.430 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.430 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.430 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.430 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 00:02:03.430 INFO kablam! | Sep 02 00:02:03.430 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 02 00:02:03.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.430 INFO kablam! Sep 02 00:02:03.608 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.608 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 00:02:03.608 INFO kablam! | Sep 02 00:02:03.608 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 02 00:02:03.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.608 INFO kablam! | Sep 02 00:02:03.608 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.608 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.609 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.609 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 00:02:03.609 INFO kablam! | Sep 02 00:02:03.609 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 02 00:02:03.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.609 INFO kablam! Sep 02 00:02:03.618 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.618 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 00:02:03.618 INFO kablam! | Sep 02 00:02:03.618 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 02 00:02:03.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.618 INFO kablam! | Sep 02 00:02:03.618 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.618 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.618 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.618 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 00:02:03.618 INFO kablam! | Sep 02 00:02:03.618 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 02 00:02:03.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.619 INFO kablam! Sep 02 00:02:03.851 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.851 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 00:02:03.851 INFO kablam! | Sep 02 00:02:03.851 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 02 00:02:03.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.851 INFO kablam! | Sep 02 00:02:03.851 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.851 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.851 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.851 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 00:02:03.851 INFO kablam! | Sep 02 00:02:03.851 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 02 00:02:03.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.851 INFO kablam! Sep 02 00:02:03.881 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.881 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 00:02:03.882 INFO kablam! | Sep 02 00:02:03.882 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 02 00:02:03.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.884 INFO kablam! | Sep 02 00:02:03.884 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.884 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.884 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.884 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 00:02:03.884 INFO kablam! | Sep 02 00:02:03.884 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 02 00:02:03.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.884 INFO kablam! Sep 02 00:02:04.076 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.076 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 00:02:04.076 INFO kablam! | Sep 02 00:02:04.076 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 02 00:02:04.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:04.077 INFO kablam! | Sep 02 00:02:04.077 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:04.077 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:04.077 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:04.077 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 00:02:04.077 INFO kablam! | Sep 02 00:02:04.077 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 02 00:02:04.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:04.077 INFO kablam! Sep 02 00:02:04.112 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.112 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 00:02:04.112 INFO kablam! | Sep 02 00:02:04.112 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 02 00:02:04.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:04.112 INFO kablam! | Sep 02 00:02:04.112 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:04.113 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:04.113 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:04.113 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 00:02:04.113 INFO kablam! | Sep 02 00:02:04.113 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 02 00:02:04.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:04.113 INFO kablam! Sep 02 00:02:04.279 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.279 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 00:02:04.279 INFO kablam! | Sep 02 00:02:04.279 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 02 00:02:04.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:04.279 INFO kablam! | Sep 02 00:02:04.279 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:04.279 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:04.280 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:04.280 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 00:02:04.280 INFO kablam! | Sep 02 00:02:04.280 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 02 00:02:04.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:04.280 INFO kablam! Sep 02 00:02:04.345 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.345 INFO kablam! --> src/convex_hull.rs:198:26 Sep 02 00:02:04.345 INFO kablam! | Sep 02 00:02:04.345 INFO kablam! 198 | f.borrow().can_see(& p) Sep 02 00:02:04.346 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 02 00:02:04.346 INFO kablam! | Sep 02 00:02:04.346 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.346 INFO kablam! found type `&&cgmath::Point3` Sep 02 00:02:04.346 INFO kablam! Sep 02 00:02:04.483 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.484 INFO kablam! --> src/convex_hull.rs:198:26 Sep 02 00:02:04.484 INFO kablam! | Sep 02 00:02:04.484 INFO kablam! 198 | f.borrow().can_see(& p) Sep 02 00:02:04.484 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 02 00:02:04.484 INFO kablam! | Sep 02 00:02:04.484 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.484 INFO kablam! found type `&&cgmath::Point3` Sep 02 00:02:04.484 INFO kablam! Sep 02 00:02:04.596 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.596 INFO kablam! --> src/convex_hull.rs:213:49 Sep 02 00:02:04.596 INFO kablam! | Sep 02 00:02:04.596 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 02 00:02:04.596 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 02 00:02:04.596 INFO kablam! | Sep 02 00:02:04.596 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.596 INFO kablam! found type `&&cgmath::Point3` Sep 02 00:02:04.596 INFO kablam! Sep 02 00:02:04.676 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.676 INFO kablam! --> src/convex_hull.rs:213:49 Sep 02 00:02:04.676 INFO kablam! | Sep 02 00:02:04.676 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 02 00:02:04.676 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 02 00:02:04.676 INFO kablam! | Sep 02 00:02:04.676 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.676 INFO kablam! found type `&&cgmath::Point3` Sep 02 00:02:04.676 INFO kablam! Sep 02 00:02:04.842 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.842 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 00:02:04.842 INFO kablam! | Sep 02 00:02:04.842 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 00:02:04.842 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:04.842 INFO kablam! | Sep 02 00:02:04.842 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.842 INFO kablam! found type `&cgmath::Point3` Sep 02 00:02:04.842 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:04.843 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 00:02:04.843 INFO kablam! | Sep 02 00:02:04.843 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 00:02:04.843 INFO kablam! | ^^ Sep 02 00:02:04.843 INFO kablam! Sep 02 00:02:04.868 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.869 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 00:02:04.869 INFO kablam! | Sep 02 00:02:04.869 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 00:02:04.869 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:04.869 INFO kablam! | Sep 02 00:02:04.869 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.869 INFO kablam! found type `&cgmath::Point3` Sep 02 00:02:04.869 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:04.869 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 00:02:04.869 INFO kablam! | Sep 02 00:02:04.869 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 00:02:04.869 INFO kablam! | ^^ Sep 02 00:02:04.869 INFO kablam! Sep 02 00:02:05.077 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:05.077 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 00:02:05.077 INFO kablam! | Sep 02 00:02:05.077 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 02 00:02:05.077 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:05.077 INFO kablam! | Sep 02 00:02:05.077 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:05.077 INFO kablam! found type `&cgmath::Point3` Sep 02 00:02:05.077 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:05.077 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 00:02:05.077 INFO kablam! | Sep 02 00:02:05.077 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 02 00:02:05.077 INFO kablam! | ^^^^^^^^^^^ Sep 02 00:02:05.077 INFO kablam! Sep 02 00:02:05.123 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:05.124 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 00:02:05.124 INFO kablam! | Sep 02 00:02:05.124 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 02 00:02:05.124 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:05.124 INFO kablam! | Sep 02 00:02:05.124 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:05.124 INFO kablam! found type `&cgmath::Point3` Sep 02 00:02:05.124 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:05.124 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 00:02:05.124 INFO kablam! | Sep 02 00:02:05.124 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 02 00:02:05.124 INFO kablam! | ^^^^^^^^^^^ Sep 02 00:02:05.124 INFO kablam! Sep 02 00:02:05.290 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:05.291 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 00:02:05.291 INFO kablam! | Sep 02 00:02:05.291 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 00:02:05.291 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:05.291 INFO kablam! | Sep 02 00:02:05.291 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:05.291 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:05.291 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:05.291 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 00:02:05.291 INFO kablam! | Sep 02 00:02:05.291 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 00:02:05.291 INFO kablam! | ^^^^^^^^^ Sep 02 00:02:05.291 INFO kablam! Sep 02 00:02:05.336 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:05.336 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 00:02:05.336 INFO kablam! | Sep 02 00:02:05.336 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 00:02:05.336 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:05.336 INFO kablam! | Sep 02 00:02:05.336 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:05.336 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:05.336 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:05.336 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 00:02:05.336 INFO kablam! | Sep 02 00:02:05.336 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 00:02:05.336 INFO kablam! | ^^^^^^^^^ Sep 02 00:02:05.336 INFO kablam! Sep 02 00:02:05.473 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:05.473 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 00:02:05.473 INFO kablam! | Sep 02 00:02:05.473 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 02 00:02:05.473 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:05.473 INFO kablam! | Sep 02 00:02:05.473 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:05.473 INFO kablam! found type `&cgmath::Point3` Sep 02 00:02:05.473 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:05.473 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 00:02:05.473 INFO kablam! | Sep 02 00:02:05.473 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 02 00:02:05.473 INFO kablam! | ^ Sep 02 00:02:05.473 INFO kablam! Sep 02 00:02:05.502 INFO kablam! error: aborting due to 12 previous errors Sep 02 00:02:05.503 INFO kablam! Sep 02 00:02:05.503 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 00:02:05.514 INFO kablam! error: Could not compile `convex_hull`. Sep 02 00:02:05.514 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 00:02:05.559 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:05.559 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 00:02:05.559 INFO kablam! | Sep 02 00:02:05.559 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 02 00:02:05.559 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:05.559 INFO kablam! | Sep 02 00:02:05.559 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:05.559 INFO kablam! found type `&cgmath::Point3` Sep 02 00:02:05.559 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:05.559 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 00:02:05.559 INFO kablam! | Sep 02 00:02:05.559 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 02 00:02:05.559 INFO kablam! | ^ Sep 02 00:02:05.559 INFO kablam! Sep 02 00:02:05.583 INFO kablam! error: aborting due to 12 previous errors Sep 02 00:02:05.583 INFO kablam! Sep 02 00:02:05.583 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 00:02:05.599 INFO kablam! error: Could not compile `convex_hull`. Sep 02 00:02:05.599 INFO kablam! Sep 02 00:02:05.599 INFO kablam! To learn more, run the command again with --verbose. Sep 02 00:02:05.601 INFO kablam! su: No module specific data is present Sep 02 00:02:06.123 INFO running `"docker" "rm" "-f" "7b942308b74333808284ea0d3e60df2dcdfa3cc7424de53654bf7cac317d057d"` Sep 02 00:02:06.219 INFO blam! 7b942308b74333808284ea0d3e60df2dcdfa3cc7424de53654bf7cac317d057d