Sep 10 20:53:57.756 INFO checking convex_hull-0.1.3 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 20:53:57.756 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 20:53:57.756 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 20:53:57.928 INFO blam! b60ffb2a1cc00a9c0a447a3832280c2bcd6d3ef6dfed6b53edbd1135749c610b Sep 10 20:53:57.929 INFO running `"docker" "start" "-a" "b60ffb2a1cc00a9c0a447a3832280c2bcd6d3ef6dfed6b53edbd1135749c610b"` Sep 10 20:53:58.730 INFO kablam! usermod: no changes Sep 10 20:53:58.978 INFO kablam! Checking cgmath v0.10.0 Sep 10 20:53:58.982 INFO kablam! Compiling glutin v0.6.2 Sep 10 20:53:58.982 INFO kablam! Compiling glium v0.15.0 Sep 10 20:53:58.982 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 10 20:55:10.599 INFO kablam! Checking convex_hull v0.1.3 (file:///source) Sep 10 20:55:12.247 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 10 20:55:12.248 INFO kablam! --> src/bufferset.rs:15:1 Sep 10 20:55:12.248 INFO kablam! | Sep 10 20:55:12.248 INFO kablam! 15 | #[repr="C"] Sep 10 20:55:12.248 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 10 20:55:12.248 INFO kablam! | Sep 10 20:55:12.248 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 10 20:55:12.248 INFO kablam! Sep 10 20:55:12.319 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 10 20:55:12.319 INFO kablam! --> src/bufferset.rs:15:1 Sep 10 20:55:12.319 INFO kablam! | Sep 10 20:55:12.319 INFO kablam! 15 | #[repr="C"] Sep 10 20:55:12.319 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 10 20:55:12.320 INFO kablam! | Sep 10 20:55:12.320 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 10 20:55:12.320 INFO kablam! Sep 10 20:55:12.734 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:12.734 INFO kablam! --> src/mesh.rs:33:23 Sep 10 20:55:12.734 INFO kablam! | Sep 10 20:55:12.734 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 10 20:55:12.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 10 20:55:12.734 INFO kablam! | Sep 10 20:55:12.734 INFO kablam! = note: expected type `cgmath::Point3` Sep 10 20:55:12.734 INFO kablam! found type `cgmath::point::Point3` Sep 10 20:55:12.734 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:12.734 INFO kablam! --> src/mesh.rs:33:23 Sep 10 20:55:12.734 INFO kablam! | Sep 10 20:55:12.734 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 10 20:55:12.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:55:12.734 INFO kablam! Sep 10 20:55:12.798 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:12.798 INFO kablam! --> src/mesh.rs:33:23 Sep 10 20:55:12.798 INFO kablam! | Sep 10 20:55:12.798 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 10 20:55:12.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 10 20:55:12.798 INFO kablam! | Sep 10 20:55:12.798 INFO kablam! = note: expected type `cgmath::Point3` Sep 10 20:55:12.798 INFO kablam! found type `cgmath::point::Point3` Sep 10 20:55:12.798 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:12.798 INFO kablam! --> src/mesh.rs:33:23 Sep 10 20:55:12.798 INFO kablam! | Sep 10 20:55:12.798 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 10 20:55:12.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:55:12.798 INFO kablam! Sep 10 20:55:12.907 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:12.907 INFO kablam! --> src/mesh.rs:34:23 Sep 10 20:55:12.907 INFO kablam! | Sep 10 20:55:12.907 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 10 20:55:12.907 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 10 20:55:12.907 INFO kablam! | Sep 10 20:55:12.907 INFO kablam! = note: expected type `cgmath::Vector3` Sep 10 20:55:12.907 INFO kablam! found type `cgmath::vector::Vector3` Sep 10 20:55:12.907 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:12.907 INFO kablam! --> src/mesh.rs:34:23 Sep 10 20:55:12.907 INFO kablam! | Sep 10 20:55:12.907 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 10 20:55:12.907 INFO kablam! | ^^^^^^^^^ Sep 10 20:55:12.907 INFO kablam! Sep 10 20:55:12.954 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:12.954 INFO kablam! --> src/mesh.rs:34:23 Sep 10 20:55:12.954 INFO kablam! | Sep 10 20:55:12.954 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 10 20:55:12.954 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 10 20:55:12.954 INFO kablam! | Sep 10 20:55:12.954 INFO kablam! = note: expected type `cgmath::Vector3` Sep 10 20:55:12.954 INFO kablam! found type `cgmath::vector::Vector3` Sep 10 20:55:12.954 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:12.954 INFO kablam! --> src/mesh.rs:34:23 Sep 10 20:55:12.954 INFO kablam! | Sep 10 20:55:12.954 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 10 20:55:12.954 INFO kablam! | ^^^^^^^^^ Sep 10 20:55:12.954 INFO kablam! Sep 10 20:55:13.140 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:13.140 INFO kablam! --> src/convex_hull.rs:180:58 Sep 10 20:55:13.140 INFO kablam! | Sep 10 20:55:13.140 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 10 20:55:13.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:13.140 INFO kablam! | Sep 10 20:55:13.140 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 10 20:55:13.140 INFO kablam! found type `cgmath::Point3` Sep 10 20:55:13.140 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:13.140 INFO kablam! --> src/convex_hull.rs:180:58 Sep 10 20:55:13.140 INFO kablam! | Sep 10 20:55:13.140 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 10 20:55:13.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:55:13.140 INFO kablam! Sep 10 20:55:13.190 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:13.190 INFO kablam! --> src/convex_hull.rs:180:58 Sep 10 20:55:13.190 INFO kablam! | Sep 10 20:55:13.190 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 10 20:55:13.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:13.190 INFO kablam! | Sep 10 20:55:13.190 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 10 20:55:13.190 INFO kablam! found type `cgmath::Point3` Sep 10 20:55:13.190 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:13.190 INFO kablam! --> src/convex_hull.rs:180:58 Sep 10 20:55:13.190 INFO kablam! | Sep 10 20:55:13.190 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 10 20:55:13.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:55:13.190 INFO kablam! Sep 10 20:55:13.302 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:13.302 INFO kablam! --> src/convex_hull.rs:180:86 Sep 10 20:55:13.302 INFO kablam! | Sep 10 20:55:13.302 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 10 20:55:13.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:13.302 INFO kablam! | Sep 10 20:55:13.302 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 10 20:55:13.302 INFO kablam! found type `cgmath::Point3` Sep 10 20:55:13.302 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:13.302 INFO kablam! --> src/convex_hull.rs:180:86 Sep 10 20:55:13.302 INFO kablam! | Sep 10 20:55:13.302 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 10 20:55:13.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:55:13.302 INFO kablam! Sep 10 20:55:13.341 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:13.341 INFO kablam! --> src/convex_hull.rs:180:86 Sep 10 20:55:13.341 INFO kablam! | Sep 10 20:55:13.341 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 10 20:55:13.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:13.341 INFO kablam! | Sep 10 20:55:13.341 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 10 20:55:13.341 INFO kablam! found type `cgmath::Point3` Sep 10 20:55:13.341 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:13.341 INFO kablam! --> src/convex_hull.rs:180:86 Sep 10 20:55:13.341 INFO kablam! | Sep 10 20:55:13.341 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 10 20:55:13.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:55:13.341 INFO kablam! Sep 10 20:55:13.438 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:13.438 INFO kablam! --> src/convex_hull.rs:180:114 Sep 10 20:55:13.438 INFO kablam! | Sep 10 20:55:13.438 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 10 20:55:13.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:13.438 INFO kablam! | Sep 10 20:55:13.438 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 10 20:55:13.438 INFO kablam! found type `cgmath::Point3` Sep 10 20:55:13.438 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:13.438 INFO kablam! --> src/convex_hull.rs:180:114 Sep 10 20:55:13.438 INFO kablam! | Sep 10 20:55:13.438 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 10 20:55:13.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:55:13.438 INFO kablam! Sep 10 20:55:13.474 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:13.474 INFO kablam! --> src/convex_hull.rs:180:114 Sep 10 20:55:13.474 INFO kablam! | Sep 10 20:55:13.475 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 10 20:55:13.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:13.475 INFO kablam! | Sep 10 20:55:13.475 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 10 20:55:13.475 INFO kablam! found type `cgmath::Point3` Sep 10 20:55:13.475 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:13.475 INFO kablam! --> src/convex_hull.rs:180:114 Sep 10 20:55:13.475 INFO kablam! | Sep 10 20:55:13.475 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 10 20:55:13.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:55:13.475 INFO kablam! Sep 10 20:55:13.550 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:13.550 INFO kablam! --> src/convex_hull.rs:180:142 Sep 10 20:55:13.550 INFO kablam! | Sep 10 20:55:13.550 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 10 20:55:13.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:13.550 INFO kablam! | Sep 10 20:55:13.550 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 10 20:55:13.550 INFO kablam! found type `cgmath::Point3` Sep 10 20:55:13.550 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:13.550 INFO kablam! --> src/convex_hull.rs:180:142 Sep 10 20:55:13.550 INFO kablam! | Sep 10 20:55:13.550 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 10 20:55:13.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:55:13.550 INFO kablam! Sep 10 20:55:13.596 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:13.596 INFO kablam! --> src/convex_hull.rs:180:142 Sep 10 20:55:13.596 INFO kablam! | Sep 10 20:55:13.596 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 10 20:55:13.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:13.596 INFO kablam! | Sep 10 20:55:13.596 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 10 20:55:13.596 INFO kablam! found type `cgmath::Point3` Sep 10 20:55:13.596 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:13.596 INFO kablam! --> src/convex_hull.rs:180:142 Sep 10 20:55:13.596 INFO kablam! | Sep 10 20:55:13.596 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 10 20:55:13.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:55:13.596 INFO kablam! Sep 10 20:55:13.725 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:13.725 INFO kablam! --> src/convex_hull.rs:198:26 Sep 10 20:55:13.725 INFO kablam! | Sep 10 20:55:13.725 INFO kablam! 198 | f.borrow().can_see(& p) Sep 10 20:55:13.725 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 10 20:55:13.725 INFO kablam! | Sep 10 20:55:13.725 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 10 20:55:13.725 INFO kablam! found type `&&cgmath::Point3` Sep 10 20:55:13.725 INFO kablam! Sep 10 20:55:13.728 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:13.728 INFO kablam! --> src/convex_hull.rs:198:26 Sep 10 20:55:13.728 INFO kablam! | Sep 10 20:55:13.728 INFO kablam! 198 | f.borrow().can_see(& p) Sep 10 20:55:13.728 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 10 20:55:13.728 INFO kablam! | Sep 10 20:55:13.728 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 10 20:55:13.728 INFO kablam! found type `&&cgmath::Point3` Sep 10 20:55:13.728 INFO kablam! Sep 10 20:55:13.878 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:13.878 INFO kablam! --> src/convex_hull.rs:213:49 Sep 10 20:55:13.878 INFO kablam! | Sep 10 20:55:13.878 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 10 20:55:13.878 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 10 20:55:13.878 INFO kablam! | Sep 10 20:55:13.878 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 10 20:55:13.878 INFO kablam! found type `&&cgmath::Point3` Sep 10 20:55:13.878 INFO kablam! Sep 10 20:55:13.905 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:13.905 INFO kablam! --> src/convex_hull.rs:213:49 Sep 10 20:55:13.905 INFO kablam! | Sep 10 20:55:13.905 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 10 20:55:13.905 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 10 20:55:13.905 INFO kablam! | Sep 10 20:55:13.905 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 10 20:55:13.905 INFO kablam! found type `&&cgmath::Point3` Sep 10 20:55:13.905 INFO kablam! Sep 10 20:55:14.005 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:14.005 INFO kablam! --> src/convex_hull.rs:220:62 Sep 10 20:55:14.005 INFO kablam! | Sep 10 20:55:14.005 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 10 20:55:14.005 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:14.005 INFO kablam! | Sep 10 20:55:14.005 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 10 20:55:14.005 INFO kablam! found type `&cgmath::Point3` Sep 10 20:55:14.005 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:14.005 INFO kablam! --> src/convex_hull.rs:220:62 Sep 10 20:55:14.005 INFO kablam! | Sep 10 20:55:14.005 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 10 20:55:14.005 INFO kablam! | ^^ Sep 10 20:55:14.005 INFO kablam! Sep 10 20:55:14.074 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:14.074 INFO kablam! --> src/convex_hull.rs:220:62 Sep 10 20:55:14.074 INFO kablam! | Sep 10 20:55:14.074 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 10 20:55:14.074 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:14.075 INFO kablam! | Sep 10 20:55:14.075 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 10 20:55:14.075 INFO kablam! found type `&cgmath::Point3` Sep 10 20:55:14.075 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:14.075 INFO kablam! --> src/convex_hull.rs:220:62 Sep 10 20:55:14.075 INFO kablam! | Sep 10 20:55:14.075 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 10 20:55:14.075 INFO kablam! | ^^ Sep 10 20:55:14.076 INFO kablam! Sep 10 20:55:14.155 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:14.155 INFO kablam! --> src/convex_hull.rs:245:91 Sep 10 20:55:14.155 INFO kablam! | Sep 10 20:55:14.155 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 10 20:55:14.155 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:14.155 INFO kablam! | Sep 10 20:55:14.155 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 10 20:55:14.155 INFO kablam! found type `&cgmath::Point3` Sep 10 20:55:14.155 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:14.155 INFO kablam! --> src/convex_hull.rs:245:91 Sep 10 20:55:14.155 INFO kablam! | Sep 10 20:55:14.155 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 10 20:55:14.155 INFO kablam! | ^^^^^^^^^^^ Sep 10 20:55:14.155 INFO kablam! Sep 10 20:55:14.255 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:14.255 INFO kablam! --> src/convex_hull.rs:245:91 Sep 10 20:55:14.255 INFO kablam! | Sep 10 20:55:14.255 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 10 20:55:14.255 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:14.255 INFO kablam! | Sep 10 20:55:14.255 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 10 20:55:14.255 INFO kablam! found type `&cgmath::Point3` Sep 10 20:55:14.256 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:14.256 INFO kablam! --> src/convex_hull.rs:245:91 Sep 10 20:55:14.256 INFO kablam! | Sep 10 20:55:14.256 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 10 20:55:14.256 INFO kablam! | ^^^^^^^^^^^ Sep 10 20:55:14.256 INFO kablam! Sep 10 20:55:14.307 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:14.307 INFO kablam! --> src/convex_hull.rs:252:44 Sep 10 20:55:14.307 INFO kablam! | Sep 10 20:55:14.307 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 10 20:55:14.307 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:14.307 INFO kablam! | Sep 10 20:55:14.307 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 10 20:55:14.307 INFO kablam! found type `cgmath::Point3` Sep 10 20:55:14.307 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:14.307 INFO kablam! --> src/convex_hull.rs:252:44 Sep 10 20:55:14.307 INFO kablam! | Sep 10 20:55:14.307 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 10 20:55:14.307 INFO kablam! | ^^^^^^^^^ Sep 10 20:55:14.307 INFO kablam! Sep 10 20:55:14.411 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:14.411 INFO kablam! --> src/convex_hull.rs:252:44 Sep 10 20:55:14.411 INFO kablam! | Sep 10 20:55:14.411 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 10 20:55:14.411 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:14.411 INFO kablam! | Sep 10 20:55:14.411 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 10 20:55:14.411 INFO kablam! found type `cgmath::Point3` Sep 10 20:55:14.411 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:14.411 INFO kablam! --> src/convex_hull.rs:252:44 Sep 10 20:55:14.411 INFO kablam! | Sep 10 20:55:14.411 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 10 20:55:14.411 INFO kablam! | ^^^^^^^^^ Sep 10 20:55:14.411 INFO kablam! Sep 10 20:55:14.479 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:14.479 INFO kablam! --> src/convex_hull.rs:259:127 Sep 10 20:55:14.479 INFO kablam! | Sep 10 20:55:14.479 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 10 20:55:14.479 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:14.479 INFO kablam! | Sep 10 20:55:14.479 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 10 20:55:14.479 INFO kablam! found type `&cgmath::Point3` Sep 10 20:55:14.479 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:14.479 INFO kablam! --> src/convex_hull.rs:259:127 Sep 10 20:55:14.479 INFO kablam! | Sep 10 20:55:14.479 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 10 20:55:14.479 INFO kablam! | ^ Sep 10 20:55:14.479 INFO kablam! Sep 10 20:55:14.498 INFO kablam! error: aborting due to 12 previous errors Sep 10 20:55:14.498 INFO kablam! Sep 10 20:55:14.498 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 10 20:55:14.514 INFO kablam! error: Could not compile `convex_hull`. Sep 10 20:55:14.514 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 20:55:14.557 INFO kablam! error[E0308]: mismatched types Sep 10 20:55:14.557 INFO kablam! --> src/convex_hull.rs:259:127 Sep 10 20:55:14.557 INFO kablam! | Sep 10 20:55:14.557 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 10 20:55:14.557 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 10 20:55:14.557 INFO kablam! | Sep 10 20:55:14.557 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 10 20:55:14.558 INFO kablam! found type `&cgmath::Point3` Sep 10 20:55:14.558 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 10 20:55:14.558 INFO kablam! --> src/convex_hull.rs:259:127 Sep 10 20:55:14.558 INFO kablam! | Sep 10 20:55:14.558 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 10 20:55:14.558 INFO kablam! | ^ Sep 10 20:55:14.558 INFO kablam! Sep 10 20:55:14.572 INFO kablam! error: aborting due to 12 previous errors Sep 10 20:55:14.572 INFO kablam! Sep 10 20:55:14.572 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 10 20:55:14.587 INFO kablam! error: Could not compile `convex_hull`. Sep 10 20:55:14.588 INFO kablam! Sep 10 20:55:14.588 INFO kablam! To learn more, run the command again with --verbose. Sep 10 20:55:14.589 INFO kablam! su: No module specific data is present Sep 10 20:55:15.183 INFO running `"docker" "rm" "-f" "b60ffb2a1cc00a9c0a447a3832280c2bcd6d3ef6dfed6b53edbd1135749c610b"` Sep 10 20:55:15.250 INFO blam! b60ffb2a1cc00a9c0a447a3832280c2bcd6d3ef6dfed6b53edbd1135749c610b