Sep 17 20:57:50.463 INFO checking ncollide_entities-0.5.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:57:50.463 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:57:50.464 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:57:50.763 INFO blam! 262324e7169ba99fd291add534fd293fcd9f3d0dc96c195537c96482b91a196d Sep 17 20:57:50.765 INFO running `"docker" "start" "-a" "262324e7169ba99fd291add534fd293fcd9f3d0dc96c195537c96482b91a196d"` Sep 17 20:57:51.315 INFO kablam! usermod: no changes Sep 17 20:57:51.382 INFO kablam! Checking ncollide_math v0.3.0 Sep 17 20:57:51.891 INFO kablam! Checking ncollide_utils v0.3.0 Sep 17 20:57:53.169 INFO kablam! Checking ncollide_entities v0.5.0 (/source) Sep 17 20:57:54.299 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.300 INFO kablam! --> shape/mod.rs:57:51 Sep 17 20:57:54.300 INFO kablam! | Sep 17 20:57:54.300 INFO kablam! 57 | #[doc = "A 2D polyline."] pub type Polyline2 = Polyline>; Sep 17 20:57:54.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.301 INFO kablam! | Sep 17 20:57:54.302 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:57:54.302 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.302 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:54.303 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.303 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.303 INFO kablam! Sep 17 20:57:54.304 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.305 INFO kablam! --> shape/mod.rs:58:57 Sep 17 20:57:54.305 INFO kablam! | Sep 17 20:57:54.305 INFO kablam! 58 | #[doc = "A 2D compound shape."] pub type Compound2 = Compound, Isometry2>; Sep 17 20:57:54.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.306 INFO kablam! | Sep 17 20:57:54.306 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.307 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:54.307 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.308 INFO kablam! Sep 17 20:57:54.309 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.309 INFO kablam! --> shape/mod.rs:70:51 Sep 17 20:57:54.310 INFO kablam! | Sep 17 20:57:54.310 INFO kablam! 70 | #[doc = "A 3D polyline."] pub type Polyline3 = Polyline>; Sep 17 20:57:54.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.311 INFO kablam! | Sep 17 20:57:54.311 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.312 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:54.312 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.313 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.313 INFO kablam! Sep 17 20:57:54.313 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.314 INFO kablam! --> shape/mod.rs:71:55 Sep 17 20:57:54.314 INFO kablam! | Sep 17 20:57:54.315 INFO kablam! 71 | #[doc = "A 3D triangle mesh."] pub type TriMesh3 = TriMesh>; Sep 17 20:57:54.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.315 INFO kablam! | Sep 17 20:57:54.316 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.316 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:54.317 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.317 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.318 INFO kablam! Sep 17 20:57:54.318 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.319 INFO kablam! --> shape/mod.rs:72:57 Sep 17 20:57:54.319 INFO kablam! | Sep 17 20:57:54.320 INFO kablam! 72 | #[doc = "A 3D compound shape."] pub type Compound3 = Compound, Isometry3>; Sep 17 20:57:54.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.320 INFO kablam! | Sep 17 20:57:54.321 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.321 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:54.322 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.322 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.323 INFO kablam! Sep 17 20:57:54.447 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.447 INFO kablam! --> shape/mod.rs:57:51 Sep 17 20:57:54.448 INFO kablam! | Sep 17 20:57:54.448 INFO kablam! 57 | #[doc = "A 2D polyline."] pub type Polyline2 = Polyline>; Sep 17 20:57:54.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.449 INFO kablam! | Sep 17 20:57:54.449 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:57:54.450 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.450 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:54.450 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.451 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.451 INFO kablam! Sep 17 20:57:54.451 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.452 INFO kablam! --> shape/mod.rs:58:57 Sep 17 20:57:54.452 INFO kablam! | Sep 17 20:57:54.453 INFO kablam! 58 | #[doc = "A 2D compound shape."] pub type Compound2 = Compound, Isometry2>; Sep 17 20:57:54.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.453 INFO kablam! | Sep 17 20:57:54.454 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.454 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:54.454 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.455 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.455 INFO kablam! Sep 17 20:57:54.455 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.456 INFO kablam! --> shape/mod.rs:70:51 Sep 17 20:57:54.456 INFO kablam! | Sep 17 20:57:54.456 INFO kablam! 70 | #[doc = "A 3D polyline."] pub type Polyline3 = Polyline>; Sep 17 20:57:54.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.457 INFO kablam! | Sep 17 20:57:54.457 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.458 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:54.458 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.459 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.459 INFO kablam! Sep 17 20:57:54.459 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.459 INFO kablam! --> shape/mod.rs:71:55 Sep 17 20:57:54.460 INFO kablam! | Sep 17 20:57:54.460 INFO kablam! 71 | #[doc = "A 3D triangle mesh."] pub type TriMesh3 = TriMesh>; Sep 17 20:57:54.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.461 INFO kablam! | Sep 17 20:57:54.461 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.462 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:54.462 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.462 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.463 INFO kablam! Sep 17 20:57:54.463 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.463 INFO kablam! --> shape/mod.rs:72:57 Sep 17 20:57:54.464 INFO kablam! | Sep 17 20:57:54.464 INFO kablam! 72 | #[doc = "A 3D compound shape."] pub type Compound3 = Compound, Isometry3>; Sep 17 20:57:54.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.465 INFO kablam! | Sep 17 20:57:54.465 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.465 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:54.466 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.466 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.466 INFO kablam! Sep 17 20:57:54.483 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.483 INFO kablam! --> bounding_volume/mod.rs:55:31 Sep 17 20:57:54.484 INFO kablam! | Sep 17 20:57:54.484 INFO kablam! 55 | pub type BoundingSphere2 = BoundingSphere>; Sep 17 20:57:54.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.485 INFO kablam! | Sep 17 20:57:54.485 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.486 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:54.486 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.486 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.487 INFO kablam! Sep 17 20:57:54.487 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.488 INFO kablam! --> bounding_volume/mod.rs:60:31 Sep 17 20:57:54.488 INFO kablam! | Sep 17 20:57:54.489 INFO kablam! 60 | pub type BoundingSphere3 = BoundingSphere>; Sep 17 20:57:54.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.489 INFO kablam! | Sep 17 20:57:54.490 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.490 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:54.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.491 INFO kablam! Sep 17 20:57:54.555 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.555 INFO kablam! --> bounding_volume/mod.rs:55:31 Sep 17 20:57:54.555 INFO kablam! | Sep 17 20:57:54.555 INFO kablam! 55 | pub type BoundingSphere2 = BoundingSphere>; Sep 17 20:57:54.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.555 INFO kablam! | Sep 17 20:57:54.555 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.555 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:54.555 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.555 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.555 INFO kablam! Sep 17 20:57:54.556 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:54.556 INFO kablam! --> bounding_volume/mod.rs:60:31 Sep 17 20:57:54.556 INFO kablam! | Sep 17 20:57:54.556 INFO kablam! 60 | pub type BoundingSphere3 = BoundingSphere>; Sep 17 20:57:54.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:54.556 INFO kablam! | Sep 17 20:57:54.556 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:54.556 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:54.556 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:54.556 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:54.556 INFO kablam! Sep 17 20:57:55.136 INFO kablam! error: aborting due to 7 previous errors Sep 17 20:57:55.136 INFO kablam! Sep 17 20:57:55.167 INFO kablam! error: Could not compile `ncollide_entities`. Sep 17 20:57:55.167 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:57:55.179 INFO kablam! error: aborting due to 7 previous errors Sep 17 20:57:55.179 INFO kablam! Sep 17 20:57:55.188 INFO kablam! error: Could not compile `ncollide_entities`. Sep 17 20:57:55.188 INFO kablam! Sep 17 20:57:55.188 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:57:55.190 INFO kablam! su: No module specific data is present Sep 17 20:57:55.968 INFO running `"docker" "rm" "-f" "262324e7169ba99fd291add534fd293fcd9f3d0dc96c195537c96482b91a196d"` Sep 17 20:57:56.219 INFO blam! 262324e7169ba99fd291add534fd293fcd9f3d0dc96c195537c96482b91a196d