Sep 02 00:01:13.938 INFO checking convex_hull-0.1.3 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 02 00:01:13.938 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 00:01:13.938 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:14.138 INFO blam! ef6461609a5b9a26ed6f38a1e9f340b7ee787fec88356120c6b8f1cbba5d99b1 Sep 02 00:01:14.140 INFO running `"docker" "start" "-a" "ef6461609a5b9a26ed6f38a1e9f340b7ee787fec88356120c6b8f1cbba5d99b1"` Sep 02 00:01:15.203 INFO kablam! Checking cgmath v0.10.0 Sep 02 00:01:15.204 INFO kablam! Compiling glutin v0.6.2 Sep 02 00:01:15.204 INFO kablam! Compiling glium v0.15.0 Sep 02 00:01:15.220 INFO kablam! Checking half_edge_mesh v1.1.8 Sep 02 00:01:58.980 INFO kablam! Checking convex_hull v0.1.3 (file:///source) Sep 02 00:02:01.930 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 02 00:02:01.930 INFO kablam! --> src/bufferset.rs:15:1 Sep 02 00:02:01.930 INFO kablam! | Sep 02 00:02:01.930 INFO kablam! 15 | #[repr="C"] Sep 02 00:02:01.930 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 02 00:02:01.930 INFO kablam! | Sep 02 00:02:01.930 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 02 00:02:01.930 INFO kablam! Sep 02 00:02:02.103 INFO kablam! warning: `repr` attribute isn't configurable with a literal Sep 02 00:02:02.103 INFO kablam! --> src/bufferset.rs:15:1 Sep 02 00:02:02.103 INFO kablam! | Sep 02 00:02:02.103 INFO kablam! 15 | #[repr="C"] Sep 02 00:02:02.103 INFO kablam! | ^^^^^^^^^^^ help: give `repr` a hint: `#[repr(C)]` Sep 02 00:02:02.103 INFO kablam! | Sep 02 00:02:02.103 INFO kablam! = note: #[warn(bad_repr)] on by default Sep 02 00:02:02.103 INFO kablam! Sep 02 00:02:02.486 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:02.486 INFO kablam! --> src/mesh.rs:33:23 Sep 02 00:02:02.486 INFO kablam! | Sep 02 00:02:02.486 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 00:02:02.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 02 00:02:02.486 INFO kablam! | Sep 02 00:02:02.486 INFO kablam! = note: expected type `cgmath::Point3` Sep 02 00:02:02.486 INFO kablam! found type `cgmath::point::Point3` Sep 02 00:02:02.486 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:02.487 INFO kablam! --> src/mesh.rs:33:23 Sep 02 00:02:02.487 INFO kablam! | Sep 02 00:02:02.487 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 00:02:02.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:02.487 INFO kablam! Sep 02 00:02:02.683 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:02.683 INFO kablam! --> src/mesh.rs:34:23 Sep 02 00:02:02.684 INFO kablam! | Sep 02 00:02:02.684 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 00:02:02.684 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 02 00:02:02.684 INFO kablam! | Sep 02 00:02:02.684 INFO kablam! = note: expected type `cgmath::Vector3` Sep 02 00:02:02.684 INFO kablam! found type `cgmath::vector::Vector3` Sep 02 00:02:02.684 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:02.684 INFO kablam! --> src/mesh.rs:34:23 Sep 02 00:02:02.684 INFO kablam! | Sep 02 00:02:02.685 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 00:02:02.685 INFO kablam! | ^^^^^^^^^ Sep 02 00:02:02.685 INFO kablam! Sep 02 00:02:02.708 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:02.708 INFO kablam! --> src/mesh.rs:33:23 Sep 02 00:02:02.708 INFO kablam! | Sep 02 00:02:02.708 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 00:02:02.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::Point3`, found struct `cgmath::point::Point3` Sep 02 00:02:02.708 INFO kablam! | Sep 02 00:02:02.708 INFO kablam! = note: expected type `cgmath::Point3` Sep 02 00:02:02.708 INFO kablam! found type `cgmath::point::Point3` Sep 02 00:02:02.708 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:02.708 INFO kablam! --> src/mesh.rs:33:23 Sep 02 00:02:02.708 INFO kablam! | Sep 02 00:02:02.708 INFO kablam! 33 | mesh.add_vert(vert.borrow().pos.clone()); Sep 02 00:02:02.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:02.708 INFO kablam! Sep 02 00:02:02.930 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:02.931 INFO kablam! --> src/mesh.rs:34:23 Sep 02 00:02:02.931 INFO kablam! | Sep 02 00:02:02.931 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 00:02:02.931 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::Vector3`, found struct `cgmath::vector::Vector3` Sep 02 00:02:02.931 INFO kablam! | Sep 02 00:02:02.931 INFO kablam! = note: expected type `cgmath::Vector3` Sep 02 00:02:02.931 INFO kablam! found type `cgmath::vector::Vector3` Sep 02 00:02:02.931 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:02.931 INFO kablam! --> src/mesh.rs:34:23 Sep 02 00:02:02.931 INFO kablam! | Sep 02 00:02:02.931 INFO kablam! 34 | mesh.add_norm(face_norm); Sep 02 00:02:02.931 INFO kablam! | ^^^^^^^^^ Sep 02 00:02:02.931 INFO kablam! Sep 02 00:02:03.051 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.051 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 00:02:03.051 INFO kablam! | Sep 02 00:02:03.051 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.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.051 INFO kablam! | Sep 02 00:02:03.052 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.052 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.052 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.052 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 00:02:03.052 INFO kablam! | Sep 02 00:02:03.052 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.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.052 INFO kablam! Sep 02 00:02:03.227 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.227 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 00:02:03.228 INFO kablam! | Sep 02 00:02:03.228 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.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.228 INFO kablam! | Sep 02 00:02:03.228 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.228 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.228 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.228 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 00:02:03.228 INFO kablam! | Sep 02 00:02:03.228 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.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.228 INFO kablam! Sep 02 00:02:03.275 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.275 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 00:02:03.275 INFO kablam! | Sep 02 00:02:03.275 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.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.275 INFO kablam! | Sep 02 00:02:03.275 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.275 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.275 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.275 INFO kablam! --> src/convex_hull.rs:180:58 Sep 02 00:02:03.275 INFO kablam! | Sep 02 00:02:03.275 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.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.276 INFO kablam! Sep 02 00:02:03.466 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.466 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 00:02:03.466 INFO kablam! | Sep 02 00:02:03.466 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.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.466 INFO kablam! | Sep 02 00:02:03.466 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.466 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.466 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.466 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 00:02:03.466 INFO kablam! | Sep 02 00:02:03.467 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.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.467 INFO kablam! Sep 02 00:02:03.486 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.486 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 00:02:03.486 INFO kablam! | Sep 02 00:02:03.486 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.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.486 INFO kablam! | Sep 02 00:02:03.486 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.486 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.486 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.486 INFO kablam! --> src/convex_hull.rs:180:86 Sep 02 00:02:03.486 INFO kablam! | Sep 02 00:02:03.486 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.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.486 INFO kablam! Sep 02 00:02:03.702 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.702 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 00:02:03.702 INFO kablam! | Sep 02 00:02:03.702 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.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.702 INFO kablam! | Sep 02 00:02:03.702 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.703 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.703 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.703 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 00:02:03.703 INFO kablam! | Sep 02 00:02:03.703 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.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.703 INFO kablam! Sep 02 00:02:03.724 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.724 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 00:02:03.724 INFO kablam! | Sep 02 00:02:03.724 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.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.724 INFO kablam! | Sep 02 00:02:03.724 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.724 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.724 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.724 INFO kablam! --> src/convex_hull.rs:180:114 Sep 02 00:02:03.724 INFO kablam! | Sep 02 00:02:03.724 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.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.724 INFO kablam! Sep 02 00:02:03.979 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.979 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 00:02:03.979 INFO kablam! | Sep 02 00:02:03.979 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.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:03.979 INFO kablam! | Sep 02 00:02:03.979 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:03.979 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:03.979 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:03.979 INFO kablam! --> src/convex_hull.rs:180:142 Sep 02 00:02:03.979 INFO kablam! | Sep 02 00:02:03.979 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.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:02:03.979 INFO kablam! Sep 02 00:02:03.988 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:03.988 INFO kablam! --> src/convex_hull.rs:198:26 Sep 02 00:02:03.988 INFO kablam! | Sep 02 00:02:03.988 INFO kablam! 198 | f.borrow().can_see(& p) Sep 02 00:02:03.988 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 02 00:02:03.988 INFO kablam! | Sep 02 00:02:03.988 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:03.988 INFO kablam! found type `&&cgmath::Point3` Sep 02 00:02:03.988 INFO kablam! Sep 02 00:02:04.214 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.214 INFO kablam! --> src/convex_hull.rs:198:26 Sep 02 00:02:04.214 INFO kablam! | Sep 02 00:02:04.214 INFO kablam! 198 | f.borrow().can_see(& p) Sep 02 00:02:04.214 INFO kablam! | ^^^ expected struct `cgmath::point::Point3`, found reference Sep 02 00:02:04.214 INFO kablam! | Sep 02 00:02:04.215 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.215 INFO kablam! found type `&&cgmath::Point3` Sep 02 00:02:04.215 INFO kablam! Sep 02 00:02:04.247 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.247 INFO kablam! --> src/convex_hull.rs:213:49 Sep 02 00:02:04.247 INFO kablam! | Sep 02 00:02:04.247 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 02 00:02:04.247 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 02 00:02:04.247 INFO kablam! | Sep 02 00:02:04.247 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.247 INFO kablam! found type `&&cgmath::Point3` Sep 02 00:02:04.247 INFO kablam! Sep 02 00:02:04.473 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.473 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 00:02:04.473 INFO kablam! | Sep 02 00:02:04.473 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 00:02:04.473 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:04.474 INFO kablam! | Sep 02 00:02:04.474 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.474 INFO kablam! found type `&cgmath::Point3` Sep 02 00:02:04.474 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:04.474 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 00:02:04.474 INFO kablam! | Sep 02 00:02:04.474 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 00:02:04.474 INFO kablam! | ^^ Sep 02 00:02:04.474 INFO kablam! Sep 02 00:02:04.492 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.492 INFO kablam! --> src/convex_hull.rs:213:49 Sep 02 00:02:04.492 INFO kablam! | Sep 02 00:02:04.492 INFO kablam! 213 | .filter(|pt| test_face.borrow().can_see(pt)) Sep 02 00:02:04.492 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found reference Sep 02 00:02:04.492 INFO kablam! | Sep 02 00:02:04.492 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.493 INFO kablam! found type `&&cgmath::Point3` Sep 02 00:02:04.493 INFO kablam! Sep 02 00:02:04.661 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.661 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 00:02:04.661 INFO kablam! | Sep 02 00:02:04.661 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 00:02:04.662 INFO kablam! | ^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:04.662 INFO kablam! | Sep 02 00:02:04.662 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.662 INFO kablam! found type `&cgmath::Point3` Sep 02 00:02:04.662 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:04.662 INFO kablam! --> src/convex_hull.rs:220:62 Sep 02 00:02:04.662 INFO kablam! | Sep 02 00:02:04.662 INFO kablam! 220 | let dist = test_face.borrow().directed_distance_to(pt); Sep 02 00:02:04.662 INFO kablam! | ^^ Sep 02 00:02:04.662 INFO kablam! Sep 02 00:02:04.682 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.682 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 00:02:04.682 INFO kablam! | Sep 02 00:02:04.682 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:04.682 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:04.682 INFO kablam! | Sep 02 00:02:04.682 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.682 INFO kablam! found type `&cgmath::Point3` Sep 02 00:02:04.682 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:04.682 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 00:02:04.682 INFO kablam! | Sep 02 00:02:04.682 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:04.682 INFO kablam! | ^^^^^^^^^^^ Sep 02 00:02:04.683 INFO kablam! Sep 02 00:02:04.839 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.839 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 00:02:04.839 INFO kablam! | Sep 02 00:02:04.839 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:04.839 INFO kablam! | ^^^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:04.839 INFO kablam! | Sep 02 00:02:04.839 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:04.839 INFO kablam! found type `&cgmath::Point3` Sep 02 00:02:04.840 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:04.840 INFO kablam! --> src/convex_hull.rs:245:91 Sep 02 00:02:04.840 INFO kablam! | Sep 02 00:02:04.840 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:04.840 INFO kablam! | ^^^^^^^^^^^ Sep 02 00:02:04.840 INFO kablam! Sep 02 00:02:04.877 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:04.877 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 00:02:04.877 INFO kablam! | Sep 02 00:02:04.877 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 00:02:04.877 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:04.877 INFO kablam! | Sep 02 00:02:04.877 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:04.877 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:04.877 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:04.877 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 00:02:04.877 INFO kablam! | Sep 02 00:02:04.877 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 00:02:04.877 INFO kablam! | ^^^^^^^^^ Sep 02 00:02:04.878 INFO kablam! Sep 02 00:02:05.001 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:05.001 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 00:02:05.001 INFO kablam! | Sep 02 00:02:05.002 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 00:02:05.002 INFO kablam! | ^^^^^^^^^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:05.002 INFO kablam! | Sep 02 00:02:05.002 INFO kablam! = note: expected type `cgmath::point::Point3` Sep 02 00:02:05.002 INFO kablam! found type `cgmath::Point3` Sep 02 00:02:05.002 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:05.002 INFO kablam! --> src/convex_hull.rs:252:44 Sep 02 00:02:05.002 INFO kablam! | Sep 02 00:02:05.002 INFO kablam! 252 | match hull_mesh.attach_point_for_faces(max_point, & light_faces) { Sep 02 00:02:05.002 INFO kablam! | ^^^^^^^^^ Sep 02 00:02:05.002 INFO kablam! Sep 02 00:02:05.135 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:05.135 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 00:02:05.135 INFO kablam! | Sep 02 00:02:05.135 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.135 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:05.135 INFO kablam! | Sep 02 00:02:05.135 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:05.135 INFO kablam! found type `&cgmath::Point3` Sep 02 00:02:05.135 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:05.135 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 00:02:05.135 INFO kablam! | Sep 02 00:02:05.136 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.136 INFO kablam! | ^ Sep 02 00:02:05.136 INFO kablam! Sep 02 00:02:05.166 INFO kablam! error: aborting due to 12 previous errors Sep 02 00:02:05.166 INFO kablam! Sep 02 00:02:05.166 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 00:02:05.177 INFO kablam! error: Could not compile `convex_hull`. Sep 02 00:02:05.177 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 00:02:05.225 INFO kablam! error[E0308]: mismatched types Sep 02 00:02:05.225 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 00:02:05.225 INFO kablam! | Sep 02 00:02:05.225 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.225 INFO kablam! | ^ expected struct `cgmath::point::Point3`, found struct `cgmath::Point3` Sep 02 00:02:05.225 INFO kablam! | Sep 02 00:02:05.225 INFO kablam! = note: expected type `&cgmath::point::Point3` Sep 02 00:02:05.225 INFO kablam! found type `&cgmath::Point3` Sep 02 00:02:05.225 INFO kablam! note: Perhaps two different versions of crate `cgmath` are being used? Sep 02 00:02:05.226 INFO kablam! --> src/convex_hull.rs:259:127 Sep 02 00:02:05.226 INFO kablam! | Sep 02 00:02:05.226 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.226 INFO kablam! | ^ Sep 02 00:02:05.226 INFO kablam! Sep 02 00:02:05.244 INFO kablam! error: aborting due to 12 previous errors Sep 02 00:02:05.244 INFO kablam! Sep 02 00:02:05.244 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 00:02:05.260 INFO kablam! error: Could not compile `convex_hull`. Sep 02 00:02:05.260 INFO kablam! Sep 02 00:02:05.260 INFO kablam! To learn more, run the command again with --verbose. Sep 02 00:02:05.262 INFO kablam! su: No module specific data is present Sep 02 00:02:05.753 INFO running `"docker" "rm" "-f" "ef6461609a5b9a26ed6f38a1e9f340b7ee787fec88356120c6b8f1cbba5d99b1"` Sep 02 00:02:05.871 INFO blam! ef6461609a5b9a26ed6f38a1e9f340b7ee787fec88356120c6b8f1cbba5d99b1