Sep 17 20:57:45.034 INFO checking ncollide_geometry-0.1.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:57:45.034 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:57:45.034 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 20:57:45.200 INFO blam! 94d375245d3073cdd6c1662e29973bdf956e5ef9079d565ee3dbba9e1770d7b9 Sep 17 20:57:45.204 INFO running `"docker" "start" "-a" "94d375245d3073cdd6c1662e29973bdf956e5ef9079d565ee3dbba9e1770d7b9"` Sep 17 20:57:45.891 INFO kablam! usermod: no changes Sep 17 20:57:45.970 INFO kablam! Checking ncollide_math v0.4.0 Sep 17 20:57:46.458 INFO kablam! Checking ncollide_utils v0.4.0 Sep 17 20:57:47.988 INFO kablam! Checking ncollide_geometry v0.1.1 (/source) Sep 17 20:57:48.724 INFO kablam! error: unnecessary parentheses around function argument Sep 17 20:57:48.724 INFO kablam! --> query/contacts_internal/ball_against_ball.rs:32:17 Sep 17 20:57:48.724 INFO kablam! | Sep 17 20:57:48.724 INFO kablam! 32 | (sum_radius - distance_squared.sqrt()))) Sep 17 20:57:48.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 20:57:48.725 INFO kablam! | Sep 17 20:57:48.725 INFO kablam! note: lint level defined here Sep 17 20:57:48.725 INFO kablam! --> lib.rs:4:9 Sep 17 20:57:48.725 INFO kablam! | Sep 17 20:57:48.725 INFO kablam! 4 | #![deny(unused_parens)] Sep 17 20:57:48.725 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 20:57:48.725 INFO kablam! Sep 17 20:57:48.760 INFO kablam! error: unnecessary parentheses around function argument Sep 17 20:57:48.760 INFO kablam! --> query/contacts_internal/ball_against_ball.rs:32:17 Sep 17 20:57:48.760 INFO kablam! | Sep 17 20:57:48.761 INFO kablam! 32 | (sum_radius - distance_squared.sqrt()))) Sep 17 20:57:48.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 20:57:48.761 INFO kablam! | Sep 17 20:57:48.762 INFO kablam! note: lint level defined here Sep 17 20:57:48.762 INFO kablam! --> lib.rs:4:9 Sep 17 20:57:48.763 INFO kablam! | Sep 17 20:57:48.763 INFO kablam! 4 | #![deny(unused_parens)] Sep 17 20:57:48.763 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 20:57:48.764 INFO kablam! Sep 17 20:57:49.095 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.095 INFO kablam! --> shape/mod.rs:66:51 Sep 17 20:57:49.095 INFO kablam! | Sep 17 20:57:49.095 INFO kablam! 66 | #[doc = "A 2D polyline."] pub type Polyline2 = Polyline>; Sep 17 20:57:49.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.095 INFO kablam! | Sep 17 20:57:49.095 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:57:49.095 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.095 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:49.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.095 INFO kablam! Sep 17 20:57:49.095 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.095 INFO kablam! --> shape/mod.rs:67:57 Sep 17 20:57:49.095 INFO kablam! | Sep 17 20:57:49.095 INFO kablam! 67 | #[doc = "A 2D compound shape."] pub type Compound2 = Compound, Isometry2>; Sep 17 20:57:49.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.095 INFO kablam! | Sep 17 20:57:49.095 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.095 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:49.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.095 INFO kablam! Sep 17 20:57:49.095 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.095 INFO kablam! --> shape/mod.rs:71:73 Sep 17 20:57:49.095 INFO kablam! | Sep 17 20:57:49.095 INFO kablam! 71 | #[doc = "A 2D shared dynamic shape handle."] pub type ShapeHandle2 = ShapeHandle, Isometry2>; Sep 17 20:57:49.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.095 INFO kablam! | Sep 17 20:57:49.095 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.095 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:49.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.095 INFO kablam! Sep 17 20:57:49.099 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.099 INFO kablam! --> shape/mod.rs:82:51 Sep 17 20:57:49.099 INFO kablam! | Sep 17 20:57:49.099 INFO kablam! 82 | #[doc = "A 3D polyline."] pub type Polyline3 = Polyline>; Sep 17 20:57:49.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.099 INFO kablam! | Sep 17 20:57:49.099 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.099 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:49.099 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.099 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.099 INFO kablam! Sep 17 20:57:49.099 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.099 INFO kablam! --> shape/mod.rs:83:55 Sep 17 20:57:49.099 INFO kablam! | Sep 17 20:57:49.099 INFO kablam! 83 | #[doc = "A 3D triangle mesh."] pub type TriMesh3 = TriMesh>; Sep 17 20:57:49.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.099 INFO kablam! | Sep 17 20:57:49.099 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.099 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:49.099 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.099 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.099 INFO kablam! Sep 17 20:57:49.099 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.099 INFO kablam! --> shape/mod.rs:84:57 Sep 17 20:57:49.099 INFO kablam! | Sep 17 20:57:49.099 INFO kablam! 84 | #[doc = "A 3D compound shape."] pub type Compound3 = Compound, Isometry3>; Sep 17 20:57:49.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.099 INFO kablam! | Sep 17 20:57:49.099 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.099 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:49.099 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.099 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.099 INFO kablam! Sep 17 20:57:49.103 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.103 INFO kablam! --> shape/mod.rs:88:73 Sep 17 20:57:49.103 INFO kablam! | Sep 17 20:57:49.103 INFO kablam! 88 | #[doc = "A 3D shared dynamic shape handle."] pub type ShapeHandle3 = ShapeHandle, Isometry3>; Sep 17 20:57:49.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.103 INFO kablam! | Sep 17 20:57:49.103 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.103 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:49.103 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.103 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.103 INFO kablam! Sep 17 20:57:49.147 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.147 INFO kablam! --> shape/mod.rs:66:51 Sep 17 20:57:49.147 INFO kablam! | Sep 17 20:57:49.147 INFO kablam! 66 | #[doc = "A 2D polyline."] pub type Polyline2 = Polyline>; Sep 17 20:57:49.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.147 INFO kablam! | Sep 17 20:57:49.147 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:57:49.147 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.147 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:49.147 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.147 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.147 INFO kablam! Sep 17 20:57:49.147 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.147 INFO kablam! --> shape/mod.rs:67:57 Sep 17 20:57:49.147 INFO kablam! | Sep 17 20:57:49.147 INFO kablam! 67 | #[doc = "A 2D compound shape."] pub type Compound2 = Compound, Isometry2>; Sep 17 20:57:49.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.147 INFO kablam! | Sep 17 20:57:49.147 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.147 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:49.147 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.147 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.147 INFO kablam! Sep 17 20:57:49.147 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.147 INFO kablam! --> shape/mod.rs:71:73 Sep 17 20:57:49.147 INFO kablam! | Sep 17 20:57:49.147 INFO kablam! 71 | #[doc = "A 2D shared dynamic shape handle."] pub type ShapeHandle2 = ShapeHandle, Isometry2>; Sep 17 20:57:49.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.147 INFO kablam! | Sep 17 20:57:49.148 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.148 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:49.148 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.148 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.148 INFO kablam! Sep 17 20:57:49.148 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.148 INFO kablam! --> shape/mod.rs:82:51 Sep 17 20:57:49.148 INFO kablam! | Sep 17 20:57:49.148 INFO kablam! 82 | #[doc = "A 3D polyline."] pub type Polyline3 = Polyline>; Sep 17 20:57:49.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.148 INFO kablam! | Sep 17 20:57:49.148 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.148 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:49.148 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.148 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.148 INFO kablam! Sep 17 20:57:49.148 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.148 INFO kablam! --> shape/mod.rs:83:55 Sep 17 20:57:49.148 INFO kablam! | Sep 17 20:57:49.148 INFO kablam! 83 | #[doc = "A 3D triangle mesh."] pub type TriMesh3 = TriMesh>; Sep 17 20:57:49.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.148 INFO kablam! | Sep 17 20:57:49.148 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.148 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:49.148 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.148 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.148 INFO kablam! Sep 17 20:57:49.148 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.148 INFO kablam! --> shape/mod.rs:84:57 Sep 17 20:57:49.148 INFO kablam! | Sep 17 20:57:49.148 INFO kablam! 84 | #[doc = "A 3D compound shape."] pub type Compound3 = Compound, Isometry3>; Sep 17 20:57:49.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.148 INFO kablam! | Sep 17 20:57:49.148 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.148 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:49.148 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.148 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.148 INFO kablam! Sep 17 20:57:49.148 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.148 INFO kablam! --> shape/mod.rs:88:73 Sep 17 20:57:49.148 INFO kablam! | Sep 17 20:57:49.148 INFO kablam! 88 | #[doc = "A 3D shared dynamic shape handle."] pub type ShapeHandle3 = ShapeHandle, Isometry3>; Sep 17 20:57:49.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.148 INFO kablam! | Sep 17 20:57:49.148 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.148 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:49.148 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.148 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.148 INFO kablam! Sep 17 20:57:49.195 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.195 INFO kablam! --> bounding_volume/mod.rs:55:31 Sep 17 20:57:49.195 INFO kablam! | Sep 17 20:57:49.195 INFO kablam! 55 | pub type BoundingSphere2 = BoundingSphere>; Sep 17 20:57:49.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.195 INFO kablam! | Sep 17 20:57:49.195 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.195 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:49.195 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.195 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.195 INFO kablam! Sep 17 20:57:49.195 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.195 INFO kablam! --> bounding_volume/mod.rs:60:31 Sep 17 20:57:49.195 INFO kablam! | Sep 17 20:57:49.195 INFO kablam! 60 | pub type BoundingSphere3 = BoundingSphere>; Sep 17 20:57:49.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.195 INFO kablam! | Sep 17 20:57:49.195 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.195 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:49.195 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.195 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.195 INFO kablam! Sep 17 20:57:49.235 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.235 INFO kablam! --> bounding_volume/mod.rs:55:31 Sep 17 20:57:49.235 INFO kablam! | Sep 17 20:57:49.235 INFO kablam! 55 | pub type BoundingSphere2 = BoundingSphere>; Sep 17 20:57:49.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.235 INFO kablam! | Sep 17 20:57:49.235 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.235 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:49.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.235 INFO kablam! Sep 17 20:57:49.235 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.235 INFO kablam! --> bounding_volume/mod.rs:60:31 Sep 17 20:57:49.235 INFO kablam! | Sep 17 20:57:49.235 INFO kablam! 60 | pub type BoundingSphere3 = BoundingSphere>; Sep 17 20:57:49.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.235 INFO kablam! | Sep 17 20:57:49.235 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.235 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:49.244 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.244 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.244 INFO kablam! Sep 17 20:57:49.571 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.571 INFO kablam! --> query/ray_internal/mod.rs:32:20 Sep 17 20:57:49.571 INFO kablam! | Sep 17 20:57:49.571 INFO kablam! 32 | pub type Ray3 = Ray>; Sep 17 20:57:49.571 INFO kablam! | ^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.571 INFO kablam! | Sep 17 20:57:49.571 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.571 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:49.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.571 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.571 INFO kablam! Sep 17 20:57:49.571 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.571 INFO kablam! --> query/ray_internal/mod.rs:35:20 Sep 17 20:57:49.571 INFO kablam! | Sep 17 20:57:49.571 INFO kablam! 35 | pub type Ray2 = Ray>; Sep 17 20:57:49.571 INFO kablam! | ^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.571 INFO kablam! | Sep 17 20:57:49.571 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.571 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:49.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.571 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.571 INFO kablam! Sep 17 20:57:49.571 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.571 INFO kablam! --> query/ray_internal/mod.rs:38:32 Sep 17 20:57:49.571 INFO kablam! | Sep 17 20:57:49.571 INFO kablam! 38 | pub type RayIntersection3 = RayIntersection>; Sep 17 20:57:49.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.571 INFO kablam! | Sep 17 20:57:49.571 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.571 INFO kablam! = note: required because of the requirements on the impl of `math::Vector` for `na::Vector3` Sep 17 20:57:49.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.571 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.571 INFO kablam! Sep 17 20:57:49.571 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.571 INFO kablam! --> query/ray_internal/mod.rs:41:32 Sep 17 20:57:49.571 INFO kablam! | Sep 17 20:57:49.571 INFO kablam! 41 | pub type RayIntersection2 = RayIntersection>; Sep 17 20:57:49.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.571 INFO kablam! | Sep 17 20:57:49.571 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.571 INFO kablam! = note: required because of the requirements on the impl of `math::Vector` for `na::Vector2` Sep 17 20:57:49.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.572 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.572 INFO kablam! Sep 17 20:57:49.655 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.655 INFO kablam! --> query/ray_internal/mod.rs:32:20 Sep 17 20:57:49.655 INFO kablam! | Sep 17 20:57:49.655 INFO kablam! 32 | pub type Ray3 = Ray>; Sep 17 20:57:49.655 INFO kablam! | ^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.655 INFO kablam! | Sep 17 20:57:49.655 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.655 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:49.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.655 INFO kablam! Sep 17 20:57:49.655 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.655 INFO kablam! --> query/ray_internal/mod.rs:35:20 Sep 17 20:57:49.655 INFO kablam! | Sep 17 20:57:49.655 INFO kablam! 35 | pub type Ray2 = Ray>; Sep 17 20:57:49.655 INFO kablam! | ^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.655 INFO kablam! | Sep 17 20:57:49.655 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.655 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:49.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.655 INFO kablam! Sep 17 20:57:49.655 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.655 INFO kablam! --> query/ray_internal/mod.rs:38:32 Sep 17 20:57:49.655 INFO kablam! | Sep 17 20:57:49.655 INFO kablam! 38 | pub type RayIntersection3 = RayIntersection>; Sep 17 20:57:49.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.655 INFO kablam! | Sep 17 20:57:49.655 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.655 INFO kablam! = note: required because of the requirements on the impl of `math::Vector` for `na::Vector3` Sep 17 20:57:49.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.655 INFO kablam! Sep 17 20:57:49.655 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:49.655 INFO kablam! --> query/ray_internal/mod.rs:41:32 Sep 17 20:57:49.655 INFO kablam! | Sep 17 20:57:49.655 INFO kablam! 41 | pub type RayIntersection2 = RayIntersection>; Sep 17 20:57:49.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:49.655 INFO kablam! | Sep 17 20:57:49.655 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:49.655 INFO kablam! = note: required because of the requirements on the impl of `math::Vector` for `na::Vector2` Sep 17 20:57:49.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:49.656 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:49.656 INFO kablam! Sep 17 20:57:50.570 INFO kablam! error: aborting due to 14 previous errors Sep 17 20:57:50.571 INFO kablam! Sep 17 20:57:50.582 INFO kablam! error: Could not compile `ncollide_geometry`. Sep 17 20:57:50.583 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:57:50.658 INFO kablam! error: aborting due to 14 previous errors Sep 17 20:57:50.658 INFO kablam! Sep 17 20:57:50.670 INFO kablam! error: Could not compile `ncollide_geometry`. Sep 17 20:57:50.671 INFO kablam! Sep 17 20:57:50.671 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:57:50.672 INFO kablam! su: No module specific data is present Sep 17 20:57:51.150 INFO running `"docker" "rm" "-f" "94d375245d3073cdd6c1662e29973bdf956e5ef9079d565ee3dbba9e1770d7b9"` Sep 17 20:57:51.275 INFO blam! 94d375245d3073cdd6c1662e29973bdf956e5ef9079d565ee3dbba9e1770d7b9