Sep 18 02:14:53.366 INFO checking convex_hull-0.1.3 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 02:14:53.366 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 02:14:53.366 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 02:14:53.480 INFO blam! 07111c93aae13e5ac9105049cf1c202334dccdb664ab55dc35c114f4ea108b3b Sep 18 02:14:53.481 INFO running `"docker" "start" "-a" "07111c93aae13e5ac9105049cf1c202334dccdb664ab55dc35c114f4ea108b3b"` Sep 18 02:14:54.530 INFO kablam! usermod: no changes Sep 18 02:14:54.766 INFO kablam! Checking cgmath v0.10.0 Sep 18 02:14:54.766 INFO kablam! Compiling glutin v0.6.2 Sep 18 02:14:54.766 INFO kablam! Compiling glium v0.15.0 Sep 18 02:14:54.770 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 18 02:15:19.077 INFO kablam! Checking convex_hull v0.1.3 (/source) Sep 18 02:15:19.880 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 18 02:15:19.880 INFO kablam! --> src/bufferset.rs:15:1 Sep 18 02:15:19.880 INFO kablam! | Sep 18 02:15:19.880 INFO kablam! 15 | #[repr="C"] Sep 18 02:15:19.880 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 18 02:15:19.880 INFO kablam! | Sep 18 02:15:19.880 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 18 02:15:19.880 INFO kablam! Sep 18 02:15:19.899 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 18 02:15:19.899 INFO kablam! --> src/bufferset.rs:15:1 Sep 18 02:15:19.899 INFO kablam! | Sep 18 02:15:19.899 INFO kablam! 15 | #[repr="C"] Sep 18 02:15:19.899 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 18 02:15:19.899 INFO kablam! | Sep 18 02:15:19.899 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 18 02:15:19.899 INFO kablam! Sep 18 02:15:20.174 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.174 INFO kablam! --> src/mesh.rs:33:23 Sep 18 02:15:20.174 INFO kablam! | Sep 18 02:15:20.174 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 18 02:15:20.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 18 02:15:20.174 INFO kablam! | Sep 18 02:15:20.174 INFO kablam! = note: expected type `cgmath::Point3` Sep 18 02:15:20.174 INFO kablam! found type `cgmath::point::Point3` Sep 18 02:15:20.174 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:20.174 INFO kablam! --> src/mesh.rs:33:23 Sep 18 02:15:20.174 INFO kablam! | Sep 18 02:15:20.174 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 18 02:15:20.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:20.174 INFO kablam! Sep 18 02:15:20.199 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.199 INFO kablam! --> src/mesh.rs:33:23 Sep 18 02:15:20.199 INFO kablam! | Sep 18 02:15:20.199 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 18 02:15:20.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 18 02:15:20.199 INFO kablam! | Sep 18 02:15:20.199 INFO kablam! = note: expected type `cgmath::Point3` Sep 18 02:15:20.199 INFO kablam! found type `cgmath::point::Point3` Sep 18 02:15:20.199 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:20.199 INFO kablam! --> src/mesh.rs:33:23 Sep 18 02:15:20.199 INFO kablam! | Sep 18 02:15:20.199 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 18 02:15:20.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:20.199 INFO kablam! Sep 18 02:15:20.288 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.288 INFO kablam! --> src/mesh.rs:34:23 Sep 18 02:15:20.288 INFO kablam! | Sep 18 02:15:20.288 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 18 02:15:20.288 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 18 02:15:20.288 INFO kablam! | Sep 18 02:15:20.288 INFO kablam! = note: expected type `cgmath::Vector3` Sep 18 02:15:20.288 INFO kablam! found type `cgmath::vector::Vector3` Sep 18 02:15:20.288 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:20.288 INFO kablam! --> src/mesh.rs:34:23 Sep 18 02:15:20.288 INFO kablam! | Sep 18 02:15:20.288 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 18 02:15:20.288 INFO kablam! | ^^^^^^^^^ Sep 18 02:15:20.288 INFO kablam! Sep 18 02:15:20.316 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.316 INFO kablam! --> src/mesh.rs:34:23 Sep 18 02:15:20.316 INFO kablam! | Sep 18 02:15:20.316 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 18 02:15:20.316 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 18 02:15:20.316 INFO kablam! | Sep 18 02:15:20.316 INFO kablam! = note: expected type `cgmath::Vector3` Sep 18 02:15:20.316 INFO kablam! found type `cgmath::vector::Vector3` Sep 18 02:15:20.316 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:20.316 INFO kablam! --> src/mesh.rs:34:23 Sep 18 02:15:20.316 INFO kablam! | Sep 18 02:15:20.316 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 18 02:15:20.316 INFO kablam! | ^^^^^^^^^ Sep 18 02:15:20.316 INFO kablam! Sep 18 02:15:20.462 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.462 INFO kablam! --> src/convex_hull.rs:180:58 Sep 18 02:15:20.462 INFO kablam! | Sep 18 02:15:20.462 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 18 02:15:20.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:20.462 INFO kablam! | Sep 18 02:15:20.462 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:20.462 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:20.462 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:20.462 INFO kablam! --> src/convex_hull.rs:180:58 Sep 18 02:15:20.462 INFO kablam! | Sep 18 02:15:20.462 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 18 02:15:20.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:20.462 INFO kablam! Sep 18 02:15:20.516 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.516 INFO kablam! --> src/convex_hull.rs:180:58 Sep 18 02:15:20.516 INFO kablam! | Sep 18 02:15:20.516 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 18 02:15:20.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:20.516 INFO kablam! | Sep 18 02:15:20.516 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:20.516 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:20.516 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:20.516 INFO kablam! --> src/convex_hull.rs:180:58 Sep 18 02:15:20.516 INFO kablam! | Sep 18 02:15:20.516 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 18 02:15:20.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:20.516 INFO kablam! Sep 18 02:15:20.571 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.571 INFO kablam! --> src/convex_hull.rs:180:86 Sep 18 02:15:20.571 INFO kablam! | Sep 18 02:15:20.571 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 18 02:15:20.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:20.571 INFO kablam! | Sep 18 02:15:20.571 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:20.571 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:20.571 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:20.571 INFO kablam! --> src/convex_hull.rs:180:86 Sep 18 02:15:20.571 INFO kablam! | Sep 18 02:15:20.571 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 18 02:15:20.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:20.571 INFO kablam! Sep 18 02:15:20.638 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.638 INFO kablam! --> src/convex_hull.rs:180:86 Sep 18 02:15:20.638 INFO kablam! | Sep 18 02:15:20.638 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 18 02:15:20.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:20.638 INFO kablam! | Sep 18 02:15:20.638 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:20.638 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:20.638 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:20.638 INFO kablam! --> src/convex_hull.rs:180:86 Sep 18 02:15:20.638 INFO kablam! | Sep 18 02:15:20.638 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 18 02:15:20.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:20.638 INFO kablam! Sep 18 02:15:20.713 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.713 INFO kablam! --> src/convex_hull.rs:180:114 Sep 18 02:15:20.713 INFO kablam! | Sep 18 02:15:20.713 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 18 02:15:20.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:20.713 INFO kablam! | Sep 18 02:15:20.713 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:20.713 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:20.713 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:20.713 INFO kablam! --> src/convex_hull.rs:180:114 Sep 18 02:15:20.713 INFO kablam! | Sep 18 02:15:20.713 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 18 02:15:20.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:20.713 INFO kablam! Sep 18 02:15:20.783 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.783 INFO kablam! --> src/convex_hull.rs:180:114 Sep 18 02:15:20.783 INFO kablam! | Sep 18 02:15:20.783 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 18 02:15:20.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:20.783 INFO kablam! | Sep 18 02:15:20.783 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:20.783 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:20.783 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:20.783 INFO kablam! --> src/convex_hull.rs:180:114 Sep 18 02:15:20.783 INFO kablam! | Sep 18 02:15:20.783 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 18 02:15:20.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:20.783 INFO kablam! Sep 18 02:15:20.858 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.858 INFO kablam! --> src/convex_hull.rs:180:142 Sep 18 02:15:20.858 INFO kablam! | Sep 18 02:15:20.858 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 18 02:15:20.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:20.859 INFO kablam! | Sep 18 02:15:20.859 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:20.859 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:20.859 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:20.859 INFO kablam! --> src/convex_hull.rs:180:142 Sep 18 02:15:20.859 INFO kablam! | Sep 18 02:15:20.859 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 18 02:15:20.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:20.859 INFO kablam! Sep 18 02:15:20.891 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.891 INFO kablam! --> src/convex_hull.rs:180:142 Sep 18 02:15:20.891 INFO kablam! | Sep 18 02:15:20.891 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 18 02:15:20.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:20.891 INFO kablam! | Sep 18 02:15:20.892 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:20.892 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:20.892 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:20.892 INFO kablam! --> src/convex_hull.rs:180:142 Sep 18 02:15:20.892 INFO kablam! | Sep 18 02:15:20.892 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 18 02:15:20.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:15:20.892 INFO kablam! Sep 18 02:15:20.999 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:20.999 INFO kablam! --> src/convex_hull.rs:198:26 Sep 18 02:15:20.999 INFO kablam! | Sep 18 02:15:20.999 INFO kablam! 198 | f.borrow().can_see(& p) Sep 18 02:15:20.999 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 18 02:15:20.999 INFO kablam! | Sep 18 02:15:20.999 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:20.999 INFO kablam! found type `&&cgmath::Point3` Sep 18 02:15:20.999 INFO kablam! Sep 18 02:15:21.008 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:21.008 INFO kablam! --> src/convex_hull.rs:198:26 Sep 18 02:15:21.008 INFO kablam! | Sep 18 02:15:21.008 INFO kablam! 198 | f.borrow().can_see(& p) Sep 18 02:15:21.008 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 18 02:15:21.008 INFO kablam! | Sep 18 02:15:21.008 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:21.008 INFO kablam! found type `&&cgmath::Point3` Sep 18 02:15:21.008 INFO kablam! Sep 18 02:15:21.175 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:21.175 INFO kablam! --> src/convex_hull.rs:213:49 Sep 18 02:15:21.175 INFO kablam! | Sep 18 02:15:21.175 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 18 02:15:21.175 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 18 02:15:21.175 INFO kablam! | Sep 18 02:15:21.175 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:21.175 INFO kablam! found type `&&cgmath::Point3` Sep 18 02:15:21.175 INFO kablam! Sep 18 02:15:21.180 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:21.180 INFO kablam! --> src/convex_hull.rs:213:49 Sep 18 02:15:21.180 INFO kablam! | Sep 18 02:15:21.181 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 18 02:15:21.181 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 18 02:15:21.181 INFO kablam! | Sep 18 02:15:21.181 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:21.181 INFO kablam! found type `&&cgmath::Point3` Sep 18 02:15:21.181 INFO kablam! Sep 18 02:15:21.347 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:21.347 INFO kablam! --> src/convex_hull.rs:220:62 Sep 18 02:15:21.347 INFO kablam! | Sep 18 02:15:21.347 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 18 02:15:21.347 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:21.347 INFO kablam! | Sep 18 02:15:21.347 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:21.347 INFO kablam! found type `&cgmath::Point3` Sep 18 02:15:21.347 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:21.347 INFO kablam! --> src/convex_hull.rs:220:62 Sep 18 02:15:21.347 INFO kablam! | Sep 18 02:15:21.347 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 18 02:15:21.347 INFO kablam! | ^^ Sep 18 02:15:21.347 INFO kablam! Sep 18 02:15:21.355 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:21.355 INFO kablam! --> src/convex_hull.rs:220:62 Sep 18 02:15:21.355 INFO kablam! | Sep 18 02:15:21.355 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 18 02:15:21.355 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:21.355 INFO kablam! | Sep 18 02:15:21.355 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:21.355 INFO kablam! found type `&cgmath::Point3` Sep 18 02:15:21.355 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:21.355 INFO kablam! --> src/convex_hull.rs:220:62 Sep 18 02:15:21.355 INFO kablam! | Sep 18 02:15:21.355 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 18 02:15:21.355 INFO kablam! | ^^ Sep 18 02:15:21.355 INFO kablam! Sep 18 02:15:21.503 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:21.503 INFO kablam! --> src/convex_hull.rs:245:91 Sep 18 02:15:21.503 INFO kablam! | Sep 18 02:15:21.503 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 18 02:15:21.503 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:21.503 INFO kablam! | Sep 18 02:15:21.503 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:21.503 INFO kablam! found type `&cgmath::Point3` Sep 18 02:15:21.503 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:21.503 INFO kablam! --> src/convex_hull.rs:245:91 Sep 18 02:15:21.503 INFO kablam! | Sep 18 02:15:21.503 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 18 02:15:21.503 INFO kablam! | ^^^^^^^^^^^ Sep 18 02:15:21.503 INFO kablam! Sep 18 02:15:21.518 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:21.519 INFO kablam! --> src/convex_hull.rs:245:91 Sep 18 02:15:21.519 INFO kablam! | Sep 18 02:15:21.519 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 18 02:15:21.519 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:21.519 INFO kablam! | Sep 18 02:15:21.519 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:21.519 INFO kablam! found type `&cgmath::Point3` Sep 18 02:15:21.519 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:21.519 INFO kablam! --> src/convex_hull.rs:245:91 Sep 18 02:15:21.519 INFO kablam! | Sep 18 02:15:21.519 INFO kablam! 245 | let light_faces: Vec = hull_mesh.faces.values().filter(|f| f.borrow().can_see(& max_point)).cloned().collect(); Sep 18 02:15:21.519 INFO kablam! | ^^^^^^^^^^^ Sep 18 02:15:21.519 INFO kablam! Sep 18 02:15:21.647 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:21.647 INFO kablam! --> src/convex_hull.rs:252:44 Sep 18 02:15:21.647 INFO kablam! | Sep 18 02:15:21.647 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 18 02:15:21.647 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:21.647 INFO kablam! | Sep 18 02:15:21.647 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:21.647 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:21.647 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:21.647 INFO kablam! --> src/convex_hull.rs:252:44 Sep 18 02:15:21.647 INFO kablam! | Sep 18 02:15:21.647 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 18 02:15:21.647 INFO kablam! | ^^^^^^^^^ Sep 18 02:15:21.647 INFO kablam! Sep 18 02:15:21.671 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:21.671 INFO kablam! --> src/convex_hull.rs:252:44 Sep 18 02:15:21.671 INFO kablam! | Sep 18 02:15:21.671 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 18 02:15:21.671 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:21.671 INFO kablam! | Sep 18 02:15:21.671 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 18 02:15:21.671 INFO kablam! found type `cgmath::Point3` Sep 18 02:15:21.675 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:21.675 INFO kablam! --> src/convex_hull.rs:252:44 Sep 18 02:15:21.675 INFO kablam! | Sep 18 02:15:21.675 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 18 02:15:21.675 INFO kablam! | ^^^^^^^^^ Sep 18 02:15:21.675 INFO kablam! Sep 18 02:15:21.839 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:21.839 INFO kablam! --> src/convex_hull.rs:259:127 Sep 18 02:15:21.839 INFO kablam! | Sep 18 02:15:21.839 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 18 02:15:21.839 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:21.839 INFO kablam! | Sep 18 02:15:21.839 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:21.839 INFO kablam! found type `&cgmath::Point3` Sep 18 02:15:21.839 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:21.839 INFO kablam! --> src/convex_hull.rs:259:127 Sep 18 02:15:21.839 INFO kablam! | Sep 18 02:15:21.839 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 18 02:15:21.839 INFO kablam! | ^ Sep 18 02:15:21.839 INFO kablam! Sep 18 02:15:21.847 INFO kablam! error[E0308]: mismatched types Sep 18 02:15:21.847 INFO kablam! --> src/convex_hull.rs:259:127 Sep 18 02:15:21.847 INFO kablam! | Sep 18 02:15:21.847 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 18 02:15:21.847 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 18 02:15:21.847 INFO kablam! | Sep 18 02:15:21.847 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 18 02:15:21.847 INFO kablam! found type `&cgmath::Point3` Sep 18 02:15:21.847 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 18 02:15:21.847 INFO kablam! --> src/convex_hull.rs:259:127 Sep 18 02:15:21.847 INFO kablam! | Sep 18 02:15:21.847 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 18 02:15:21.847 INFO kablam! | ^ Sep 18 02:15:21.847 INFO kablam! Sep 18 02:15:21.866 INFO kablam! error: aborting due to 12 previous errors Sep 18 02:15:21.866 INFO kablam! Sep 18 02:15:21.866 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 18 02:15:21.879 INFO kablam! error: aborting due to 12 previous errors Sep 18 02:15:21.879 INFO kablam! Sep 18 02:15:21.879 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 18 02:15:21.879 INFO kablam! error: Could not compile `convex_hull`. Sep 18 02:15:21.879 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:15:21.903 INFO kablam! error: Could not compile `convex_hull`. Sep 18 02:15:21.903 INFO kablam! Sep 18 02:15:21.903 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:15:21.903 INFO kablam! su: No module specific data is present Sep 18 02:15:22.685 INFO running `"docker" "rm" "-f" "07111c93aae13e5ac9105049cf1c202334dccdb664ab55dc35c114f4ea108b3b"` Sep 18 02:15:22.747 INFO blam! 07111c93aae13e5ac9105049cf1c202334dccdb664ab55dc35c114f4ea108b3b