Sep 04 23:47:09.806 INFO checking convex_hull-0.1.3 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 23:47:09.806 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 23:47:09.806 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:47:09.970 INFO blam! de36ac88a2a71303e6599fdee2015a919da4627019b4c959fd96cf8e59a82622 Sep 04 23:47:09.971 INFO running `"docker" "start" "-a" "de36ac88a2a71303e6599fdee2015a919da4627019b4c959fd96cf8e59a82622"` Sep 04 23:47:10.895 INFO kablam! Checking cgmath v0.10.0 Sep 04 23:47:10.896 INFO kablam! Compiling glium v0.15.0 Sep 04 23:47:10.897 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 04 23:47:50.998 INFO kablam! Checking convex_hull v0.1.3 (file:///source) Sep 04 23:47:53.601 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 04 23:47:53.601 INFO kablam! --> src/bufferset.rs:15:1 Sep 04 23:47:53.601 INFO kablam! | Sep 04 23:47:53.601 INFO kablam! 15 | #[repr="C"] Sep 04 23:47:53.601 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 04 23:47:53.601 INFO kablam! | Sep 04 23:47:53.601 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 04 23:47:53.601 INFO kablam! Sep 04 23:47:53.733 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 04 23:47:53.733 INFO kablam! --> src/bufferset.rs:15:1 Sep 04 23:47:53.733 INFO kablam! | Sep 04 23:47:53.733 INFO kablam! 15 | #[repr="C"] Sep 04 23:47:53.733 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 04 23:47:53.734 INFO kablam! | Sep 04 23:47:53.734 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 04 23:47:53.734 INFO kablam! Sep 04 23:47:54.050 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:54.050 INFO kablam! --> src/mesh.rs:33:23 Sep 04 23:47:54.050 INFO kablam! | Sep 04 23:47:54.050 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 04 23:47:54.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 04 23:47:54.050 INFO kablam! | Sep 04 23:47:54.050 INFO kablam! = note: expected type `cgmath::Point3` Sep 04 23:47:54.050 INFO kablam! found type `cgmath::point::Point3` Sep 04 23:47:54.050 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:54.050 INFO kablam! --> src/mesh.rs:33:23 Sep 04 23:47:54.050 INFO kablam! | Sep 04 23:47:54.050 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 04 23:47:54.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:54.050 INFO kablam! Sep 04 23:47:54.191 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:54.191 INFO kablam! --> src/mesh.rs:34:23 Sep 04 23:47:54.191 INFO kablam! | Sep 04 23:47:54.191 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 04 23:47:54.191 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 04 23:47:54.192 INFO kablam! | Sep 04 23:47:54.192 INFO kablam! = note: expected type `cgmath::Vector3` Sep 04 23:47:54.192 INFO kablam! found type `cgmath::vector::Vector3` Sep 04 23:47:54.192 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:54.192 INFO kablam! --> src/mesh.rs:34:23 Sep 04 23:47:54.192 INFO kablam! | Sep 04 23:47:54.192 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 04 23:47:54.192 INFO kablam! | ^^^^^^^^^ Sep 04 23:47:54.192 INFO kablam! Sep 04 23:47:54.234 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:54.235 INFO kablam! --> src/mesh.rs:33:23 Sep 04 23:47:54.235 INFO kablam! | Sep 04 23:47:54.235 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 04 23:47:54.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 04 23:47:54.235 INFO kablam! | Sep 04 23:47:54.235 INFO kablam! = note: expected type `cgmath::Point3` Sep 04 23:47:54.235 INFO kablam! found type `cgmath::point::Point3` Sep 04 23:47:54.235 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:54.235 INFO kablam! --> src/mesh.rs:33:23 Sep 04 23:47:54.235 INFO kablam! | Sep 04 23:47:54.235 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 04 23:47:54.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:54.235 INFO kablam! Sep 04 23:47:54.451 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:54.451 INFO kablam! --> src/mesh.rs:34:23 Sep 04 23:47:54.451 INFO kablam! | Sep 04 23:47:54.451 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 04 23:47:54.451 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 04 23:47:54.451 INFO kablam! | Sep 04 23:47:54.451 INFO kablam! = note: expected type `cgmath::Vector3` Sep 04 23:47:54.451 INFO kablam! found type `cgmath::vector::Vector3` Sep 04 23:47:54.451 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:54.451 INFO kablam! --> src/mesh.rs:34:23 Sep 04 23:47:54.451 INFO kablam! | Sep 04 23:47:54.451 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 04 23:47:54.451 INFO kablam! | ^^^^^^^^^ Sep 04 23:47:54.451 INFO kablam! Sep 04 23:47:54.455 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:54.455 INFO kablam! --> src/convex_hull.rs:180:58 Sep 04 23:47:54.455 INFO kablam! | Sep 04 23:47:54.455 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:54.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:54.455 INFO kablam! | Sep 04 23:47:54.455 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:54.455 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:54.456 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:54.456 INFO kablam! --> src/convex_hull.rs:180:58 Sep 04 23:47:54.456 INFO kablam! | Sep 04 23:47:54.456 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:54.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:54.456 INFO kablam! Sep 04 23:47:54.604 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:54.604 INFO kablam! --> src/convex_hull.rs:180:86 Sep 04 23:47:54.604 INFO kablam! | Sep 04 23:47:54.604 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:54.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:54.605 INFO kablam! | Sep 04 23:47:54.605 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:54.605 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:54.605 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:54.605 INFO kablam! --> src/convex_hull.rs:180:86 Sep 04 23:47:54.605 INFO kablam! | Sep 04 23:47:54.605 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:54.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:54.605 INFO kablam! Sep 04 23:47:54.755 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:54.756 INFO kablam! --> src/convex_hull.rs:180:58 Sep 04 23:47:54.756 INFO kablam! | Sep 04 23:47:54.756 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:54.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:54.756 INFO kablam! | Sep 04 23:47:54.756 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:54.756 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:54.756 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:54.756 INFO kablam! --> src/convex_hull.rs:180:58 Sep 04 23:47:54.756 INFO kablam! | Sep 04 23:47:54.756 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:54.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:54.756 INFO kablam! Sep 04 23:47:54.781 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:54.782 INFO kablam! --> src/convex_hull.rs:180:114 Sep 04 23:47:54.782 INFO kablam! | Sep 04 23:47:54.782 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:54.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:54.782 INFO kablam! | Sep 04 23:47:54.782 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:54.782 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:54.782 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:54.782 INFO kablam! --> src/convex_hull.rs:180:114 Sep 04 23:47:54.782 INFO kablam! | Sep 04 23:47:54.782 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:54.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:54.782 INFO kablam! Sep 04 23:47:54.922 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:54.922 INFO kablam! --> src/convex_hull.rs:180:142 Sep 04 23:47:54.922 INFO kablam! | Sep 04 23:47:54.922 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:54.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:54.923 INFO kablam! | Sep 04 23:47:54.923 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:54.923 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:54.923 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:54.923 INFO kablam! --> src/convex_hull.rs:180:142 Sep 04 23:47:54.923 INFO kablam! | Sep 04 23:47:54.923 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:54.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:54.923 INFO kablam! Sep 04 23:47:54.943 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:54.943 INFO kablam! --> src/convex_hull.rs:180:86 Sep 04 23:47:54.943 INFO kablam! | Sep 04 23:47:54.943 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:54.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:54.943 INFO kablam! | Sep 04 23:47:54.943 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:54.943 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:54.943 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:54.943 INFO kablam! --> src/convex_hull.rs:180:86 Sep 04 23:47:54.943 INFO kablam! | Sep 04 23:47:54.943 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:54.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:54.943 INFO kablam! Sep 04 23:47:55.111 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:55.111 INFO kablam! --> src/convex_hull.rs:180:114 Sep 04 23:47:55.111 INFO kablam! | Sep 04 23:47:55.111 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:55.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:55.111 INFO kablam! | Sep 04 23:47:55.111 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:55.111 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:55.111 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:55.111 INFO kablam! --> src/convex_hull.rs:180:114 Sep 04 23:47:55.111 INFO kablam! | Sep 04 23:47:55.111 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:55.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:55.111 INFO kablam! Sep 04 23:47:55.147 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:55.147 INFO kablam! --> src/convex_hull.rs:198:26 Sep 04 23:47:55.147 INFO kablam! | Sep 04 23:47:55.147 INFO kablam! 198 | f.borrow().can_see(& p) Sep 04 23:47:55.147 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 04 23:47:55.147 INFO kablam! | Sep 04 23:47:55.147 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:55.147 INFO kablam! found type `&&cgmath::Point3` Sep 04 23:47:55.147 INFO kablam! Sep 04 23:47:55.256 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:55.256 INFO kablam! --> src/convex_hull.rs:180:142 Sep 04 23:47:55.256 INFO kablam! | Sep 04 23:47:55.256 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:55.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:55.256 INFO kablam! | Sep 04 23:47:55.256 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:55.256 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:55.256 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:55.256 INFO kablam! --> src/convex_hull.rs:180:142 Sep 04 23:47:55.256 INFO kablam! | Sep 04 23:47:55.256 INFO kablam! 180 | let mut hull_mesh = HalfEdgeMesh::from_tetrahedron_pts(points_list[tet_points[0]], points_list[tet_points[1]], points_list[tet_points[2]], points_list[tet_points[3]]); Sep 04 23:47:55.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:47:55.256 INFO kablam! Sep 04 23:47:55.322 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:55.322 INFO kablam! --> src/convex_hull.rs:213:49 Sep 04 23:47:55.322 INFO kablam! | Sep 04 23:47:55.322 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 04 23:47:55.322 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 04 23:47:55.322 INFO kablam! | Sep 04 23:47:55.322 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:55.322 INFO kablam! found type `&&cgmath::Point3` Sep 04 23:47:55.322 INFO kablam! Sep 04 23:47:55.457 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:55.457 INFO kablam! --> src/convex_hull.rs:198:26 Sep 04 23:47:55.457 INFO kablam! | Sep 04 23:47:55.458 INFO kablam! 198 | f.borrow().can_see(& p) Sep 04 23:47:55.458 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 04 23:47:55.458 INFO kablam! | Sep 04 23:47:55.458 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:55.458 INFO kablam! found type `&&cgmath::Point3` Sep 04 23:47:55.458 INFO kablam! Sep 04 23:47:55.470 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:55.470 INFO kablam! --> src/convex_hull.rs:220:62 Sep 04 23:47:55.470 INFO kablam! | Sep 04 23:47:55.470 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 04 23:47:55.470 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:55.470 INFO kablam! | Sep 04 23:47:55.470 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:55.470 INFO kablam! found type `&cgmath::Point3` Sep 04 23:47:55.470 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:55.470 INFO kablam! --> src/convex_hull.rs:220:62 Sep 04 23:47:55.470 INFO kablam! | Sep 04 23:47:55.470 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 04 23:47:55.470 INFO kablam! | ^^ Sep 04 23:47:55.470 INFO kablam! Sep 04 23:47:55.639 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:55.639 INFO kablam! --> src/convex_hull.rs:245:91 Sep 04 23:47:55.639 INFO kablam! | Sep 04 23:47:55.639 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 04 23:47:55.639 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:55.639 INFO kablam! | Sep 04 23:47:55.639 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:55.639 INFO kablam! found type `&cgmath::Point3` Sep 04 23:47:55.639 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:55.639 INFO kablam! --> src/convex_hull.rs:245:91 Sep 04 23:47:55.639 INFO kablam! | Sep 04 23:47:55.639 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 04 23:47:55.639 INFO kablam! | ^^^^^^^^^^^ Sep 04 23:47:55.640 INFO kablam! Sep 04 23:47:55.656 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:55.656 INFO kablam! --> src/convex_hull.rs:213:49 Sep 04 23:47:55.656 INFO kablam! | Sep 04 23:47:55.656 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 04 23:47:55.656 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 04 23:47:55.656 INFO kablam! | Sep 04 23:47:55.656 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:55.656 INFO kablam! found type `&&cgmath::Point3` Sep 04 23:47:55.656 INFO kablam! Sep 04 23:47:55.861 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:55.861 INFO kablam! --> src/convex_hull.rs:220:62 Sep 04 23:47:55.861 INFO kablam! | Sep 04 23:47:55.861 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 04 23:47:55.861 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:55.861 INFO kablam! | Sep 04 23:47:55.861 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:55.861 INFO kablam! found type `&cgmath::Point3` Sep 04 23:47:55.861 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:55.861 INFO kablam! --> src/convex_hull.rs:220:62 Sep 04 23:47:55.861 INFO kablam! | Sep 04 23:47:55.861 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 04 23:47:55.861 INFO kablam! | ^^ Sep 04 23:47:55.861 INFO kablam! Sep 04 23:47:55.865 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:55.865 INFO kablam! --> src/convex_hull.rs:252:44 Sep 04 23:47:55.865 INFO kablam! | Sep 04 23:47:55.865 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 04 23:47:55.865 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:55.866 INFO kablam! | Sep 04 23:47:55.866 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:55.866 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:55.866 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:55.866 INFO kablam! --> src/convex_hull.rs:252:44 Sep 04 23:47:55.866 INFO kablam! | Sep 04 23:47:55.866 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 04 23:47:55.866 INFO kablam! | ^^^^^^^^^ Sep 04 23:47:55.866 INFO kablam! Sep 04 23:47:56.041 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:56.041 INFO kablam! --> src/convex_hull.rs:259:127 Sep 04 23:47:56.041 INFO kablam! | Sep 04 23:47:56.041 INFO kablam! 259 | face_visible_points.iter().all(|face_pt| * face_pt != * p) || new_faces.iter().any(|n_face| n_face.borrow().can_see(p)) Sep 04 23:47:56.041 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:56.041 INFO kablam! | Sep 04 23:47:56.041 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:56.041 INFO kablam! found type `&cgmath::Point3` Sep 04 23:47:56.041 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:56.041 INFO kablam! --> src/convex_hull.rs:259:127 Sep 04 23:47:56.041 INFO kablam! | Sep 04 23:47:56.041 INFO kablam! 259 | face_visible_points.iter().all(|face_pt| * face_pt != * p) || new_faces.iter().any(|n_face| n_face.borrow().can_see(p)) Sep 04 23:47:56.041 INFO kablam! | ^ Sep 04 23:47:56.041 INFO kablam! Sep 04 23:47:56.058 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:56.058 INFO kablam! --> src/convex_hull.rs:245:91 Sep 04 23:47:56.058 INFO kablam! | Sep 04 23:47:56.058 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 04 23:47:56.058 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:56.058 INFO kablam! | Sep 04 23:47:56.058 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:56.058 INFO kablam! found type `&cgmath::Point3` Sep 04 23:47:56.058 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:56.058 INFO kablam! --> src/convex_hull.rs:245:91 Sep 04 23:47:56.058 INFO kablam! | Sep 04 23:47:56.058 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 04 23:47:56.059 INFO kablam! | ^^^^^^^^^^^ Sep 04 23:47:56.059 INFO kablam! Sep 04 23:47:56.061 INFO kablam! error: aborting due to 12 previous errors Sep 04 23:47:56.061 INFO kablam! Sep 04 23:47:56.061 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 23:47:56.069 INFO kablam! error: Could not compile `convex_hull`. Sep 04 23:47:56.069 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 23:47:56.227 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:56.227 INFO kablam! --> src/convex_hull.rs:252:44 Sep 04 23:47:56.227 INFO kablam! | Sep 04 23:47:56.227 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 04 23:47:56.227 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:56.227 INFO kablam! | Sep 04 23:47:56.227 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 04 23:47:56.227 INFO kablam! found type `cgmath::Point3` Sep 04 23:47:56.227 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:56.227 INFO kablam! --> src/convex_hull.rs:252:44 Sep 04 23:47:56.227 INFO kablam! | Sep 04 23:47:56.227 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 04 23:47:56.228 INFO kablam! | ^^^^^^^^^ Sep 04 23:47:56.228 INFO kablam! Sep 04 23:47:56.406 INFO kablam! error[E0308]: mismatched types Sep 04 23:47:56.406 INFO kablam! --> src/convex_hull.rs:259:127 Sep 04 23:47:56.406 INFO kablam! | Sep 04 23:47:56.406 INFO kablam! 259 | face_visible_points.iter().all(|face_pt| * face_pt != * p) || new_faces.iter().any(|n_face| n_face.borrow().can_see(p)) Sep 04 23:47:56.406 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 04 23:47:56.406 INFO kablam! | Sep 04 23:47:56.406 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 04 23:47:56.406 INFO kablam! found type `&cgmath::Point3` Sep 04 23:47:56.406 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 04 23:47:56.406 INFO kablam! --> src/convex_hull.rs:259:127 Sep 04 23:47:56.406 INFO kablam! | Sep 04 23:47:56.406 INFO kablam! 259 | face_visible_points.iter().all(|face_pt| * face_pt != * p) || new_faces.iter().any(|n_face| n_face.borrow().can_see(p)) Sep 04 23:47:56.406 INFO kablam! | ^ Sep 04 23:47:56.406 INFO kablam! Sep 04 23:47:56.428 INFO kablam! error: aborting due to 12 previous errors Sep 04 23:47:56.428 INFO kablam! Sep 04 23:47:56.428 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 23:47:56.444 INFO kablam! error: Could not compile `convex_hull`. Sep 04 23:47:56.444 INFO kablam! Sep 04 23:47:56.444 INFO kablam! To learn more, run the command again with --verbose. Sep 04 23:47:56.445 INFO kablam! su: No module specific data is present Sep 04 23:47:57.076 INFO running `"docker" "rm" "-f" "de36ac88a2a71303e6599fdee2015a919da4627019b4c959fd96cf8e59a82622"` Sep 04 23:47:57.177 INFO blam! de36ac88a2a71303e6599fdee2015a919da4627019b4c959fd96cf8e59a82622