Sep 17 20:58:00.856 INFO checking ncollide_entities-0.4.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:58:00.856 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:58:00.856 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/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:58:01.033 INFO blam! 345ebe332a1b215cbbe115011f9fe076d03c3b443894b0fc27ce714e382149ea Sep 17 20:58:01.035 INFO running `"docker" "start" "-a" "345ebe332a1b215cbbe115011f9fe076d03c3b443894b0fc27ce714e382149ea"` Sep 17 20:58:01.770 INFO kablam! usermod: no changes Sep 17 20:58:01.823 INFO kablam! Checking nalgebra v0.6.0 Sep 17 20:58:10.504 INFO kablam! Checking ncollide_math v0.2.2 Sep 17 20:58:10.990 INFO kablam! Checking ncollide_utils v0.2.6 Sep 17 20:58:12.471 INFO kablam! Checking ncollide_entities v0.4.1 (/source) Sep 17 20:58:14.023 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.023 INFO kablam! --> shape/mod.rs:55:51 Sep 17 20:58:14.023 INFO kablam! | Sep 17 20:58:14.024 INFO kablam! 55 | #[doc = "A 2D polyline."] pub type Polyline2 = Polyline>; Sep 17 20:58:14.024 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.024 INFO kablam! | Sep 17 20:58:14.025 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:58:14.025 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.025 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 17 20:58:14.026 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.026 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.026 INFO kablam! Sep 17 20:58:14.027 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.027 INFO kablam! --> shape/mod.rs:56:57 Sep 17 20:58:14.028 INFO kablam! | Sep 17 20:58:14.028 INFO kablam! 56 | #[doc = "A 2D compound shape."] pub type Compound2 = Compound, Iso2>; Sep 17 20:58:14.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.029 INFO kablam! | Sep 17 20:58:14.029 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.029 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 17 20:58:14.030 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.030 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.030 INFO kablam! Sep 17 20:58:14.031 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.032 INFO kablam! --> shape/mod.rs:67:51 Sep 17 20:58:14.032 INFO kablam! | Sep 17 20:58:14.032 INFO kablam! 67 | #[doc = "A 3D polyline."] pub type Polyline3 = Polyline>; Sep 17 20:58:14.032 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.033 INFO kablam! | Sep 17 20:58:14.033 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.034 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 17 20:58:14.034 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.034 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.035 INFO kablam! Sep 17 20:58:14.035 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.036 INFO kablam! --> shape/mod.rs:68:55 Sep 17 20:58:14.036 INFO kablam! | Sep 17 20:58:14.036 INFO kablam! 68 | #[doc = "A 3D triangle mesh."] pub type TriMesh3 = TriMesh>; Sep 17 20:58:14.036 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.037 INFO kablam! | Sep 17 20:58:14.037 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.037 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 17 20:58:14.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.038 INFO kablam! Sep 17 20:58:14.039 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.039 INFO kablam! --> shape/mod.rs:69:57 Sep 17 20:58:14.040 INFO kablam! | Sep 17 20:58:14.040 INFO kablam! 69 | #[doc = "A 3D compound shape."] pub type Compound3 = Compound, Iso3>; Sep 17 20:58:14.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.041 INFO kablam! | Sep 17 20:58:14.041 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.041 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 17 20:58:14.042 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.042 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.042 INFO kablam! Sep 17 20:58:14.091 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.091 INFO kablam! --> shape/mod.rs:55:51 Sep 17 20:58:14.092 INFO kablam! | Sep 17 20:58:14.092 INFO kablam! 55 | #[doc = "A 2D polyline."] pub type Polyline2 = Polyline>; Sep 17 20:58:14.092 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.092 INFO kablam! | Sep 17 20:58:14.092 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:58:14.092 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.092 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 17 20:58:14.092 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.092 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.092 INFO kablam! Sep 17 20:58:14.092 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.092 INFO kablam! --> shape/mod.rs:56:57 Sep 17 20:58:14.092 INFO kablam! | Sep 17 20:58:14.092 INFO kablam! 56 | #[doc = "A 2D compound shape."] pub type Compound2 = Compound, Iso2>; Sep 17 20:58:14.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.092 INFO kablam! | Sep 17 20:58:14.092 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.092 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 17 20:58:14.092 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.092 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.092 INFO kablam! Sep 17 20:58:14.092 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.092 INFO kablam! --> shape/mod.rs:67:51 Sep 17 20:58:14.092 INFO kablam! | Sep 17 20:58:14.092 INFO kablam! 67 | #[doc = "A 3D polyline."] pub type Polyline3 = Polyline>; Sep 17 20:58:14.092 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.092 INFO kablam! | Sep 17 20:58:14.092 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.092 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 17 20:58:14.092 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.092 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.092 INFO kablam! Sep 17 20:58:14.092 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.092 INFO kablam! --> shape/mod.rs:68:55 Sep 17 20:58:14.092 INFO kablam! | Sep 17 20:58:14.092 INFO kablam! 68 | #[doc = "A 3D triangle mesh."] pub type TriMesh3 = TriMesh>; Sep 17 20:58:14.092 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.093 INFO kablam! | Sep 17 20:58:14.093 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.093 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 17 20:58:14.093 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.093 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.093 INFO kablam! Sep 17 20:58:14.093 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.093 INFO kablam! --> shape/mod.rs:69:57 Sep 17 20:58:14.093 INFO kablam! | Sep 17 20:58:14.093 INFO kablam! 69 | #[doc = "A 3D compound shape."] pub type Compound3 = Compound, Iso3>; Sep 17 20:58:14.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.093 INFO kablam! | Sep 17 20:58:14.093 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.093 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 17 20:58:14.093 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.093 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.093 INFO kablam! Sep 17 20:58:14.241 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.241 INFO kablam! --> bounding_volume/mod.rs:55:31 Sep 17 20:58:14.242 INFO kablam! | Sep 17 20:58:14.242 INFO kablam! 55 | pub type BoundingSphere2 = BoundingSphere>; Sep 17 20:58:14.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.243 INFO kablam! | Sep 17 20:58:14.244 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.244 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 17 20:58:14.244 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.245 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.245 INFO kablam! Sep 17 20:58:14.246 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.246 INFO kablam! --> bounding_volume/mod.rs:60:31 Sep 17 20:58:14.247 INFO kablam! | Sep 17 20:58:14.247 INFO kablam! 60 | pub type BoundingSphere3 = BoundingSphere>; Sep 17 20:58:14.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.248 INFO kablam! | Sep 17 20:58:14.248 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.249 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 17 20:58:14.249 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.250 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.250 INFO kablam! Sep 17 20:58:14.311 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.311 INFO kablam! --> bounding_volume/mod.rs:55:31 Sep 17 20:58:14.312 INFO kablam! | Sep 17 20:58:14.312 INFO kablam! 55 | pub type BoundingSphere2 = BoundingSphere>; Sep 17 20:58:14.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.313 INFO kablam! | Sep 17 20:58:14.313 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.314 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 17 20:58:14.314 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.315 INFO kablam! Sep 17 20:58:14.315 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:58:14.316 INFO kablam! --> bounding_volume/mod.rs:60:31 Sep 17 20:58:14.316 INFO kablam! | Sep 17 20:58:14.316 INFO kablam! 60 | pub type BoundingSphere3 = BoundingSphere>; Sep 17 20:58:14.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:58:14.317 INFO kablam! | Sep 17 20:58:14.317 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:58:14.318 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 17 20:58:14.318 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:58:14.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:58:14.319 INFO kablam! Sep 17 20:58:14.971 INFO kablam! error: aborting due to 7 previous errors Sep 17 20:58:14.971 INFO kablam! Sep 17 20:58:14.980 INFO kablam! error: Could not compile `ncollide_entities`. Sep 17 20:58:14.981 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:58:14.991 INFO kablam! error: aborting due to 7 previous errors Sep 17 20:58:14.991 INFO kablam! Sep 17 20:58:15.001 INFO kablam! error: Could not compile `ncollide_entities`. Sep 17 20:58:15.001 INFO kablam! Sep 17 20:58:15.001 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:58:15.015 INFO kablam! su: No module specific data is present Sep 17 20:58:15.696 INFO running `"docker" "rm" "-f" "345ebe332a1b215cbbe115011f9fe076d03c3b443894b0fc27ce714e382149ea"` Sep 17 20:58:15.906 INFO blam! 345ebe332a1b215cbbe115011f9fe076d03c3b443894b0fc27ce714e382149ea