Sep 21 06:39:50.770 INFO checking ncollide_entities-0.4.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:39:50.770 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:39:50.770 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:39:50.931 INFO blam! ae6621d504efda8cc1064add6d5e32c338bc701b642c81f2de181d38895d27f4 Sep 21 06:39:50.933 INFO running `"docker" "start" "-a" "ae6621d504efda8cc1064add6d5e32c338bc701b642c81f2de181d38895d27f4"` Sep 21 06:39:51.370 INFO kablam! usermod: no changes Sep 21 06:39:51.428 INFO kablam! Checking nalgebra v0.6.0 Sep 21 06:39:59.564 INFO kablam! Checking ncollide_math v0.2.2 Sep 21 06:40:00.034 INFO kablam! Checking ncollide_utils v0.2.6 Sep 21 06:40:01.390 INFO kablam! Checking ncollide_entities v0.4.1 (/source) Sep 21 06:40:02.654 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.654 INFO kablam! --> shape/mod.rs:55:51 Sep 21 06:40:02.654 INFO kablam! | Sep 21 06:40:02.654 INFO kablam! 55 | #[doc = "A 2D polyline."] pub type Polyline2 = Polyline>; Sep 21 06:40:02.654 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.654 INFO kablam! | Sep 21 06:40:02.654 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:40:02.654 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.654 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 21 06:40:02.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.654 INFO kablam! Sep 21 06:40:02.654 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.654 INFO kablam! --> shape/mod.rs:56:57 Sep 21 06:40:02.654 INFO kablam! | Sep 21 06:40:02.654 INFO kablam! 56 | #[doc = "A 2D compound shape."] pub type Compound2 = Compound, Iso2>; Sep 21 06:40:02.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.654 INFO kablam! | Sep 21 06:40:02.654 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.654 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 21 06:40:02.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.654 INFO kablam! Sep 21 06:40:02.654 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.654 INFO kablam! --> shape/mod.rs:67:51 Sep 21 06:40:02.654 INFO kablam! | Sep 21 06:40:02.654 INFO kablam! 67 | #[doc = "A 3D polyline."] pub type Polyline3 = Polyline>; Sep 21 06:40:02.654 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.654 INFO kablam! | Sep 21 06:40:02.654 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.655 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 21 06:40:02.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.655 INFO kablam! Sep 21 06:40:02.655 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.655 INFO kablam! --> shape/mod.rs:68:55 Sep 21 06:40:02.655 INFO kablam! | Sep 21 06:40:02.655 INFO kablam! 68 | #[doc = "A 3D triangle mesh."] pub type TriMesh3 = TriMesh>; Sep 21 06:40:02.655 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.655 INFO kablam! | Sep 21 06:40:02.655 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.655 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 21 06:40:02.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.655 INFO kablam! Sep 21 06:40:02.655 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.655 INFO kablam! --> shape/mod.rs:69:57 Sep 21 06:40:02.655 INFO kablam! | Sep 21 06:40:02.655 INFO kablam! 69 | #[doc = "A 3D compound shape."] pub type Compound3 = Compound, Iso3>; Sep 21 06:40:02.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.655 INFO kablam! | Sep 21 06:40:02.655 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.655 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 21 06:40:02.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.655 INFO kablam! Sep 21 06:40:02.793 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.793 INFO kablam! --> shape/mod.rs:55:51 Sep 21 06:40:02.793 INFO kablam! | Sep 21 06:40:02.793 INFO kablam! 55 | #[doc = "A 2D polyline."] pub type Polyline2 = Polyline>; Sep 21 06:40:02.794 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.794 INFO kablam! | Sep 21 06:40:02.794 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:40:02.794 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.794 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 21 06:40:02.794 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.795 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.795 INFO kablam! Sep 21 06:40:02.795 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.795 INFO kablam! --> shape/mod.rs:56:57 Sep 21 06:40:02.795 INFO kablam! | Sep 21 06:40:02.795 INFO kablam! 56 | #[doc = "A 2D compound shape."] pub type Compound2 = Compound, Iso2>; Sep 21 06:40:02.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.796 INFO kablam! | Sep 21 06:40:02.796 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.796 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 21 06:40:02.796 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.796 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.796 INFO kablam! Sep 21 06:40:02.797 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.797 INFO kablam! --> shape/mod.rs:67:51 Sep 21 06:40:02.797 INFO kablam! | Sep 21 06:40:02.797 INFO kablam! 67 | #[doc = "A 3D polyline."] pub type Polyline3 = Polyline>; Sep 21 06:40:02.797 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.797 INFO kablam! | Sep 21 06:40:02.797 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.797 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 21 06:40:02.797 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.797 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.797 INFO kablam! Sep 21 06:40:02.798 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.798 INFO kablam! --> shape/mod.rs:68:55 Sep 21 06:40:02.798 INFO kablam! | Sep 21 06:40:02.798 INFO kablam! 68 | #[doc = "A 3D triangle mesh."] pub type TriMesh3 = TriMesh>; Sep 21 06:40:02.798 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.798 INFO kablam! | Sep 21 06:40:02.798 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.798 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 21 06:40:02.798 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.798 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.798 INFO kablam! Sep 21 06:40:02.798 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.798 INFO kablam! --> shape/mod.rs:69:57 Sep 21 06:40:02.799 INFO kablam! | Sep 21 06:40:02.799 INFO kablam! 69 | #[doc = "A 3D compound shape."] pub type Compound3 = Compound, Iso3>; Sep 21 06:40:02.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.799 INFO kablam! | Sep 21 06:40:02.799 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.799 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 21 06:40:02.799 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.799 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.799 INFO kablam! Sep 21 06:40:02.886 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.886 INFO kablam! --> bounding_volume/mod.rs:55:31 Sep 21 06:40:02.886 INFO kablam! | Sep 21 06:40:02.886 INFO kablam! 55 | pub type BoundingSphere2 = BoundingSphere>; Sep 21 06:40:02.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.886 INFO kablam! | Sep 21 06:40:02.886 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.886 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 21 06:40:02.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.886 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.886 INFO kablam! Sep 21 06:40:02.886 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.886 INFO kablam! --> bounding_volume/mod.rs:60:31 Sep 21 06:40:02.887 INFO kablam! | Sep 21 06:40:02.887 INFO kablam! 60 | pub type BoundingSphere3 = BoundingSphere>; Sep 21 06:40:02.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.887 INFO kablam! | Sep 21 06:40:02.887 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.887 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 21 06:40:02.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.887 INFO kablam! Sep 21 06:40:02.895 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.895 INFO kablam! --> bounding_volume/mod.rs:55:31 Sep 21 06:40:02.895 INFO kablam! | Sep 21 06:40:02.895 INFO kablam! 55 | pub type BoundingSphere2 = BoundingSphere>; Sep 21 06:40:02.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.895 INFO kablam! | Sep 21 06:40:02.895 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.895 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 21 06:40:02.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.895 INFO kablam! Sep 21 06:40:02.896 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:02.896 INFO kablam! --> bounding_volume/mod.rs:60:31 Sep 21 06:40:02.896 INFO kablam! | Sep 21 06:40:02.896 INFO kablam! 60 | pub type BoundingSphere3 = BoundingSphere>; Sep 21 06:40:02.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:02.896 INFO kablam! | Sep 21 06:40:02.896 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:02.896 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 21 06:40:02.896 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:02.896 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:02.896 INFO kablam! Sep 21 06:40:05.262 INFO kablam! warning: unused import: `na::Iterable` Sep 21 06:40:05.262 INFO kablam! --> shape/cuboid.rs:3:5 Sep 21 06:40:05.262 INFO kablam! | Sep 21 06:40:05.262 INFO kablam! 3 | use na::Iterable; Sep 21 06:40:05.262 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:40:05.262 INFO kablam! | Sep 21 06:40:05.262 INFO kablam! note: lint level defined here Sep 21 06:40:05.262 INFO kablam! --> lib.rs:9:9 Sep 21 06:40:05.262 INFO kablam! | Sep 21 06:40:05.262 INFO kablam! 9 | #![warn(unused_imports)] Sep 21 06:40:05.262 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:40:05.262 INFO kablam! Sep 21 06:40:05.486 INFO kablam! warning: unused import: `na::Iterable` Sep 21 06:40:05.486 INFO kablam! --> shape/cuboid.rs:3:5 Sep 21 06:40:05.486 INFO kablam! | Sep 21 06:40:05.486 INFO kablam! 3 | use na::Iterable; Sep 21 06:40:05.486 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:40:05.486 INFO kablam! | Sep 21 06:40:05.487 INFO kablam! note: lint level defined here Sep 21 06:40:05.487 INFO kablam! --> lib.rs:9:9 Sep 21 06:40:05.487 INFO kablam! | Sep 21 06:40:05.487 INFO kablam! 9 | #![warn(unused_imports)] Sep 21 06:40:05.487 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:40:05.487 INFO kablam! Sep 21 06:40:06.370 INFO kablam! warning: type alias is never used: `CSO` Sep 21 06:40:06.370 INFO kablam! --> shape/minkowski_sum.rs:13:1 Sep 21 06:40:06.370 INFO kablam! | Sep 21 06:40:06.370 INFO kablam! 13 | pub type CSO<'a, M, G1, G2> = MinkowskiSum<'a, M, G1, Reflection<'a, G2>>; Sep 21 06:40:06.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:40:06.370 INFO kablam! | Sep 21 06:40:06.370 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 06:40:06.370 INFO kablam! Sep 21 06:40:06.370 INFO kablam! warning: type alias is never used: `AnnotatedCSO` Sep 21 06:40:06.370 INFO kablam! --> shape/minkowski_sum.rs:14:1 Sep 21 06:40:06.370 INFO kablam! | Sep 21 06:40:06.370 INFO kablam! 14 | pub type AnnotatedCSO<'a, M, G1, G2> = AnnotatedMinkowskiSum<'a, M, G1, Reflection<'a, G2>>; Sep 21 06:40:06.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:40:06.370 INFO kablam! Sep 21 06:40:06.432 INFO kablam! warning: type alias is never used: `CSO` Sep 21 06:40:06.432 INFO kablam! --> shape/minkowski_sum.rs:13:1 Sep 21 06:40:06.432 INFO kablam! | Sep 21 06:40:06.432 INFO kablam! 13 | pub type CSO<'a, M, G1, G2> = MinkowskiSum<'a, M, G1, Reflection<'a, G2>>; Sep 21 06:40:06.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:40:06.441 INFO kablam! | Sep 21 06:40:06.441 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 06:40:06.441 INFO kablam! Sep 21 06:40:06.441 INFO kablam! warning: type alias is never used: `AnnotatedCSO` Sep 21 06:40:06.441 INFO kablam! --> shape/minkowski_sum.rs:14:1 Sep 21 06:40:06.441 INFO kablam! | Sep 21 06:40:06.441 INFO kablam! 14 | pub type AnnotatedCSO<'a, M, G1, G2> = AnnotatedMinkowskiSum<'a, M, G1, Reflection<'a, G2>>; Sep 21 06:40:06.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:40:06.442 INFO kablam! Sep 21 06:40:06.534 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.14s Sep 21 06:40:06.537 INFO kablam! su: No module specific data is present Sep 21 06:40:07.263 INFO running `"docker" "rm" "-f" "ae6621d504efda8cc1064add6d5e32c338bc701b642c81f2de181d38895d27f4"` Sep 21 06:40:07.351 INFO blam! ae6621d504efda8cc1064add6d5e32c338bc701b642c81f2de181d38895d27f4