Sep 21 06:39:49.774 INFO checking ncollide_entities-0.5.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:39:49.774 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:39:49.774 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/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:49.938 INFO blam! 34a8550edd36a43c2c7e2034d9c89b19af8ee3d6565aa2319e7419e2632931bd Sep 21 06:39:49.940 INFO running `"docker" "start" "-a" "34a8550edd36a43c2c7e2034d9c89b19af8ee3d6565aa2319e7419e2632931bd"` Sep 21 06:39:50.796 INFO kablam! usermod: no changes Sep 21 06:39:50.867 INFO kablam! Checking nalgebra v0.8.2 Sep 21 06:40:00.139 INFO kablam! Checking ncollide_math v0.3.0 Sep 21 06:40:00.590 INFO kablam! Checking ncollide_utils v0.3.0 Sep 21 06:40:01.973 INFO kablam! Checking ncollide_entities v0.5.0 (/source) Sep 21 06:40:03.334 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.334 INFO kablam! --> shape/mod.rs:57:51 Sep 21 06:40:03.334 INFO kablam! | Sep 21 06:40:03.334 INFO kablam! 57 | #[doc = "A 2D polyline."] pub type Polyline2 = Polyline>; Sep 21 06:40:03.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.334 INFO kablam! | Sep 21 06:40:03.334 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:40:03.334 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.334 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 21 06:40:03.334 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.334 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.334 INFO kablam! Sep 21 06:40:03.334 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.335 INFO kablam! --> shape/mod.rs:58:57 Sep 21 06:40:03.335 INFO kablam! | Sep 21 06:40:03.335 INFO kablam! 58 | #[doc = "A 2D compound shape."] pub type Compound2 = Compound, Isometry2>; Sep 21 06:40:03.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.335 INFO kablam! | Sep 21 06:40:03.335 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.335 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 21 06:40:03.335 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.335 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.335 INFO kablam! Sep 21 06:40:03.335 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.335 INFO kablam! --> shape/mod.rs:70:51 Sep 21 06:40:03.335 INFO kablam! | Sep 21 06:40:03.335 INFO kablam! 70 | #[doc = "A 3D polyline."] pub type Polyline3 = Polyline>; Sep 21 06:40:03.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.335 INFO kablam! | Sep 21 06:40:03.335 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.335 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 21 06:40:03.335 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.335 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.335 INFO kablam! Sep 21 06:40:03.335 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.336 INFO kablam! --> shape/mod.rs:71:55 Sep 21 06:40:03.336 INFO kablam! | Sep 21 06:40:03.336 INFO kablam! 71 | #[doc = "A 3D triangle mesh."] pub type TriMesh3 = TriMesh>; Sep 21 06:40:03.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.336 INFO kablam! | Sep 21 06:40:03.336 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.336 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 21 06:40:03.336 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.336 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.336 INFO kablam! Sep 21 06:40:03.336 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.336 INFO kablam! --> shape/mod.rs:72:57 Sep 21 06:40:03.336 INFO kablam! | Sep 21 06:40:03.336 INFO kablam! 72 | #[doc = "A 3D compound shape."] pub type Compound3 = Compound, Isometry3>; Sep 21 06:40:03.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.336 INFO kablam! | Sep 21 06:40:03.336 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.336 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 21 06:40:03.337 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.337 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.337 INFO kablam! Sep 21 06:40:03.509 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.509 INFO kablam! --> shape/mod.rs:57:51 Sep 21 06:40:03.509 INFO kablam! | Sep 21 06:40:03.509 INFO kablam! 57 | #[doc = "A 2D polyline."] pub type Polyline2 = Polyline>; Sep 21 06:40:03.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.510 INFO kablam! | Sep 21 06:40:03.510 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:40:03.510 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.510 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 21 06:40:03.510 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.510 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.510 INFO kablam! Sep 21 06:40:03.510 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.510 INFO kablam! --> shape/mod.rs:58:57 Sep 21 06:40:03.510 INFO kablam! | Sep 21 06:40:03.510 INFO kablam! 58 | #[doc = "A 2D compound shape."] pub type Compound2 = Compound, Isometry2>; Sep 21 06:40:03.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.510 INFO kablam! | Sep 21 06:40:03.510 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.510 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 21 06:40:03.510 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.510 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.510 INFO kablam! Sep 21 06:40:03.510 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.510 INFO kablam! --> shape/mod.rs:70:51 Sep 21 06:40:03.510 INFO kablam! | Sep 21 06:40:03.510 INFO kablam! 70 | #[doc = "A 3D polyline."] pub type Polyline3 = Polyline>; Sep 21 06:40:03.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.510 INFO kablam! | Sep 21 06:40:03.510 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.510 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 21 06:40:03.510 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.510 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.510 INFO kablam! Sep 21 06:40:03.510 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.510 INFO kablam! --> shape/mod.rs:71:55 Sep 21 06:40:03.511 INFO kablam! | Sep 21 06:40:03.511 INFO kablam! 71 | #[doc = "A 3D triangle mesh."] pub type TriMesh3 = TriMesh>; Sep 21 06:40:03.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.511 INFO kablam! | Sep 21 06:40:03.511 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.511 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 21 06:40:03.511 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.511 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.511 INFO kablam! Sep 21 06:40:03.511 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.511 INFO kablam! --> shape/mod.rs:72:57 Sep 21 06:40:03.511 INFO kablam! | Sep 21 06:40:03.511 INFO kablam! 72 | #[doc = "A 3D compound shape."] pub type Compound3 = Compound, Isometry3>; Sep 21 06:40:03.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.511 INFO kablam! | Sep 21 06:40:03.511 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.511 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 21 06:40:03.511 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.511 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.511 INFO kablam! Sep 21 06:40:03.513 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.513 INFO kablam! --> bounding_volume/mod.rs:55:31 Sep 21 06:40:03.513 INFO kablam! | Sep 21 06:40:03.513 INFO kablam! 55 | pub type BoundingSphere2 = BoundingSphere>; Sep 21 06:40:03.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.513 INFO kablam! | Sep 21 06:40:03.514 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.514 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 21 06:40:03.514 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.514 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.514 INFO kablam! Sep 21 06:40:03.514 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.514 INFO kablam! --> bounding_volume/mod.rs:60:31 Sep 21 06:40:03.514 INFO kablam! | Sep 21 06:40:03.514 INFO kablam! 60 | pub type BoundingSphere3 = BoundingSphere>; Sep 21 06:40:03.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.514 INFO kablam! | Sep 21 06:40:03.514 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.514 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 21 06:40:03.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.515 INFO kablam! Sep 21 06:40:03.734 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.734 INFO kablam! --> bounding_volume/mod.rs:55:31 Sep 21 06:40:03.734 INFO kablam! | Sep 21 06:40:03.734 INFO kablam! 55 | pub type BoundingSphere2 = BoundingSphere>; Sep 21 06:40:03.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.734 INFO kablam! | Sep 21 06:40:03.734 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.734 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 21 06:40:03.734 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.734 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.734 INFO kablam! Sep 21 06:40:03.734 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:40:03.734 INFO kablam! --> bounding_volume/mod.rs:60:31 Sep 21 06:40:03.734 INFO kablam! | Sep 21 06:40:03.734 INFO kablam! 60 | pub type BoundingSphere3 = BoundingSphere>; Sep 21 06:40:03.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:40:03.735 INFO kablam! | Sep 21 06:40:03.735 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:40:03.735 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 21 06:40:03.735 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:40:03.735 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:40:03.735 INFO kablam! Sep 21 06:40:06.046 INFO kablam! warning: unused import: `na::Iterable` Sep 21 06:40:06.046 INFO kablam! --> shape/cuboid.rs:3:5 Sep 21 06:40:06.046 INFO kablam! | Sep 21 06:40:06.046 INFO kablam! 3 | use na::Iterable; Sep 21 06:40:06.046 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:40:06.046 INFO kablam! | Sep 21 06:40:06.046 INFO kablam! note: lint level defined here Sep 21 06:40:06.046 INFO kablam! --> lib.rs:9:9 Sep 21 06:40:06.046 INFO kablam! | Sep 21 06:40:06.046 INFO kablam! 9 | #![warn(unused_imports)] Sep 21 06:40:06.046 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:40:06.046 INFO kablam! Sep 21 06:40:06.353 INFO kablam! warning: unused import: `na::Iterable` Sep 21 06:40:06.353 INFO kablam! --> shape/cuboid.rs:3:5 Sep 21 06:40:06.353 INFO kablam! | Sep 21 06:40:06.353 INFO kablam! 3 | use na::Iterable; Sep 21 06:40:06.353 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:40:06.353 INFO kablam! | Sep 21 06:40:06.353 INFO kablam! note: lint level defined here Sep 21 06:40:06.353 INFO kablam! --> lib.rs:9:9 Sep 21 06:40:06.354 INFO kablam! | Sep 21 06:40:06.354 INFO kablam! 9 | #![warn(unused_imports)] Sep 21 06:40:06.354 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:40:06.354 INFO kablam! Sep 21 06:40:06.873 INFO kablam! warning: type alias is never used: `CSO` Sep 21 06:40:06.873 INFO kablam! --> shape/minkowski_sum.rs:13:1 Sep 21 06:40:06.873 INFO kablam! | Sep 21 06:40:06.873 INFO kablam! 13 | pub type CSO<'a, M, G1, G2> = MinkowskiSum<'a, M, G1, Reflection<'a, G2>>; Sep 21 06:40:06.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:40:06.873 INFO kablam! | Sep 21 06:40:06.873 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 06:40:06.873 INFO kablam! Sep 21 06:40:06.873 INFO kablam! warning: type alias is never used: `AnnotatedCSO` Sep 21 06:40:06.873 INFO kablam! --> shape/minkowski_sum.rs:14:1 Sep 21 06:40:06.873 INFO kablam! | Sep 21 06:40:06.873 INFO kablam! 14 | pub type AnnotatedCSO<'a, M, G1, G2> = AnnotatedMinkowskiSum<'a, M, G1, Reflection<'a, G2>>; Sep 21 06:40:06.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:40:06.873 INFO kablam! Sep 21 06:40:06.980 INFO kablam! warning: type alias is never used: `CSO` Sep 21 06:40:06.980 INFO kablam! --> shape/minkowski_sum.rs:13:1 Sep 21 06:40:06.980 INFO kablam! | Sep 21 06:40:06.980 INFO kablam! 13 | pub type CSO<'a, M, G1, G2> = MinkowskiSum<'a, M, G1, Reflection<'a, G2>>; Sep 21 06:40:06.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:40:06.980 INFO kablam! | Sep 21 06:40:06.980 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 06:40:06.980 INFO kablam! Sep 21 06:40:06.980 INFO kablam! warning: type alias is never used: `AnnotatedCSO` Sep 21 06:40:06.980 INFO kablam! --> shape/minkowski_sum.rs:14:1 Sep 21 06:40:06.980 INFO kablam! | Sep 21 06:40:06.980 INFO kablam! 14 | pub type AnnotatedCSO<'a, M, G1, G2> = AnnotatedMinkowskiSum<'a, M, G1, Reflection<'a, G2>>; Sep 21 06:40:06.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:40:06.980 INFO kablam! Sep 21 06:40:07.037 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.21s Sep 21 06:40:07.041 INFO kablam! su: No module specific data is present Sep 21 06:40:07.579 INFO running `"docker" "rm" "-f" "34a8550edd36a43c2c7e2034d9c89b19af8ee3d6565aa2319e7419e2632931bd"` Sep 21 06:40:07.660 INFO blam! 34a8550edd36a43c2c7e2034d9c89b19af8ee3d6565aa2319e7419e2632931bd