Sep 21 04:37:35.656 INFO checking rhusics-core-0.4.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:37:35.656 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:37:35.657 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/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 04:37:35.865 INFO blam! 3ceab5044ad79670370d083f3bc37cd593696ec6758ea3f2237ac9a3b3227626 Sep 21 04:37:35.866 INFO running `"docker" "start" "-a" "3ceab5044ad79670370d083f3bc37cd593696ec6758ea3f2237ac9a3b3227626"` Sep 21 04:37:37.327 INFO kablam! usermod: no changes Sep 21 04:37:37.515 INFO kablam! Compiling cgmath v0.16.1 Sep 21 04:37:46.282 INFO kablam! Checking collision v0.17.0 Sep 21 04:37:46.282 INFO kablam! Checking collision v0.18.0 Sep 21 04:37:54.513 INFO kablam! Checking rhusics-transform v0.3.0 Sep 21 04:37:56.926 INFO kablam! Checking rhusics-core v0.4.0 (/source) Sep 21 04:37:57.782 INFO kablam! warning: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 21 04:37:57.782 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:57.782 INFO kablam! | Sep 21 04:37:57.782 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:57.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 21 04:37:57.782 INFO kablam! | Sep 21 04:37:57.782 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 04:37:57.782 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 21 04:37:57.782 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.782 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:57.782 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.782 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.782 INFO kablam! Sep 21 04:37:57.782 INFO kablam! warning: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 21 04:37:57.782 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:57.782 INFO kablam! | Sep 21 04:37:57.782 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:57.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 21 04:37:57.782 INFO kablam! | Sep 21 04:37:57.782 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 21 04:37:57.782 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.782 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:57.782 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.782 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.782 INFO kablam! Sep 21 04:37:57.782 INFO kablam! warning: `S` doesn't implement `std::fmt::Debug` Sep 21 04:37:57.782 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:57.782 INFO kablam! | Sep 21 04:37:57.782 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:57.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 04:37:57.782 INFO kablam! | Sep 21 04:37:57.782 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 21 04:37:57.782 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 21 04:37:57.782 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:57.782 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.782 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:57.782 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.782 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.783 INFO kablam! Sep 21 04:37:57.784 INFO kablam! warning: cannot add-assign `S` to `S` Sep 21 04:37:57.784 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:57.784 INFO kablam! | Sep 21 04:37:57.784 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:57.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 21 04:37:57.784 INFO kablam! | Sep 21 04:37:57.784 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 21 04:37:57.784 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 21 04:37:57.784 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:57.784 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.784 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:57.784 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.784 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.784 INFO kablam! Sep 21 04:37:57.784 INFO kablam! warning: cannot subtract-assign `S` from `S` Sep 21 04:37:57.784 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:57.784 INFO kablam! | Sep 21 04:37:57.784 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:57.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 21 04:37:57.784 INFO kablam! | Sep 21 04:37:57.784 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 21 04:37:57.784 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 21 04:37:57.784 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:57.784 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.784 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:57.784 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.784 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.784 INFO kablam! Sep 21 04:37:57.784 INFO kablam! warning: cannot multiply-assign `S` to `S` Sep 21 04:37:57.784 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:57.784 INFO kablam! | Sep 21 04:37:57.784 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:57.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 21 04:37:57.785 INFO kablam! | Sep 21 04:37:57.785 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 21 04:37:57.785 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 21 04:37:57.785 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:57.785 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.785 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:57.785 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.785 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.785 INFO kablam! Sep 21 04:37:57.785 INFO kablam! warning: cannot divide-assign `S` by `S` Sep 21 04:37:57.785 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:57.785 INFO kablam! | Sep 21 04:37:57.785 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:57.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 21 04:37:57.785 INFO kablam! | Sep 21 04:37:57.785 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 21 04:37:57.785 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 21 04:37:57.785 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:57.785 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.785 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:57.785 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.785 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.785 INFO kablam! Sep 21 04:37:57.785 INFO kablam! warning: cannot mod-assign `S` by `S`` Sep 21 04:37:57.785 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:57.785 INFO kablam! | Sep 21 04:37:57.785 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:57.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 21 04:37:57.785 INFO kablam! | Sep 21 04:37:57.785 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 21 04:37:57.785 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 21 04:37:57.785 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:57.785 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.785 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:57.785 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.785 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.785 INFO kablam! Sep 21 04:37:57.785 INFO kablam! warning: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 21 04:37:57.785 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:57.785 INFO kablam! | Sep 21 04:37:57.785 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:57.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 21 04:37:57.785 INFO kablam! | Sep 21 04:37:57.785 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 21 04:37:57.785 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.785 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.785 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.785 INFO kablam! Sep 21 04:37:57.785 INFO kablam! warning: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 21 04:37:57.785 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:57.785 INFO kablam! | Sep 21 04:37:57.785 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:57.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 21 04:37:57.785 INFO kablam! | Sep 21 04:37:57.785 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 21 04:37:57.785 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.785 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.785 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.785 INFO kablam! Sep 21 04:37:57.785 INFO kablam! warning: `S` doesn't implement `std::fmt::Debug` Sep 21 04:37:57.785 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:57.785 INFO kablam! | Sep 21 04:37:57.785 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:57.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 04:37:57.785 INFO kablam! | Sep 21 04:37:57.785 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 21 04:37:57.785 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 21 04:37:57.785 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:57.786 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.786 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.786 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.786 INFO kablam! Sep 21 04:37:57.786 INFO kablam! warning: cannot add-assign `S` to `S` Sep 21 04:37:57.786 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:57.786 INFO kablam! | Sep 21 04:37:57.786 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:57.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 21 04:37:57.788 INFO kablam! | Sep 21 04:37:57.788 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 21 04:37:57.788 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 21 04:37:57.788 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:57.788 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.788 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.788 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.788 INFO kablam! Sep 21 04:37:57.788 INFO kablam! warning: cannot subtract-assign `S` from `S` Sep 21 04:37:57.788 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:57.788 INFO kablam! | Sep 21 04:37:57.788 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:57.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 21 04:37:57.788 INFO kablam! | Sep 21 04:37:57.788 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 21 04:37:57.788 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 21 04:37:57.788 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:57.788 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.788 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.788 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.788 INFO kablam! Sep 21 04:37:57.788 INFO kablam! warning: cannot multiply-assign `S` to `S` Sep 21 04:37:57.790 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:57.790 INFO kablam! | Sep 21 04:37:57.790 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:57.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 21 04:37:57.790 INFO kablam! | Sep 21 04:37:57.790 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 21 04:37:57.790 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 21 04:37:57.790 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:57.790 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.790 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.790 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.790 INFO kablam! Sep 21 04:37:57.790 INFO kablam! warning: cannot divide-assign `S` by `S` Sep 21 04:37:57.790 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:57.791 INFO kablam! | Sep 21 04:37:57.791 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:57.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 21 04:37:57.791 INFO kablam! | Sep 21 04:37:57.791 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 21 04:37:57.791 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 21 04:37:57.791 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:57.791 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.791 INFO kablam! Sep 21 04:37:57.791 INFO kablam! warning: cannot mod-assign `S` by `S`` Sep 21 04:37:57.791 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:57.791 INFO kablam! | Sep 21 04:37:57.791 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:57.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 21 04:37:57.791 INFO kablam! | Sep 21 04:37:57.791 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 21 04:37:57.791 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 21 04:37:57.791 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:57.791 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:57.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:57.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:57.791 INFO kablam! Sep 21 04:37:58.158 INFO kablam! warning: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 21 04:37:58.158 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:58.158 INFO kablam! | Sep 21 04:37:58.158 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:58.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 21 04:37:58.158 INFO kablam! | Sep 21 04:37:58.158 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 04:37:58.158 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 21 04:37:58.158 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.158 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:58.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.158 INFO kablam! Sep 21 04:37:58.158 INFO kablam! warning: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 21 04:37:58.158 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:58.158 INFO kablam! | Sep 21 04:37:58.158 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:58.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 21 04:37:58.158 INFO kablam! | Sep 21 04:37:58.158 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 21 04:37:58.158 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.158 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:58.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.158 INFO kablam! Sep 21 04:37:58.158 INFO kablam! warning: `S` doesn't implement `std::fmt::Debug` Sep 21 04:37:58.158 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:58.158 INFO kablam! | Sep 21 04:37:58.158 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:58.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 04:37:58.158 INFO kablam! | Sep 21 04:37:58.158 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 21 04:37:58.158 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 21 04:37:58.158 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:58.158 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.158 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:58.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.158 INFO kablam! Sep 21 04:37:58.158 INFO kablam! warning: cannot add-assign `S` to `S` Sep 21 04:37:58.158 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:58.158 INFO kablam! | Sep 21 04:37:58.158 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:58.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 21 04:37:58.158 INFO kablam! | Sep 21 04:37:58.158 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 21 04:37:58.158 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 21 04:37:58.158 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:58.158 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.158 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:58.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.158 INFO kablam! Sep 21 04:37:58.158 INFO kablam! warning: cannot subtract-assign `S` from `S` Sep 21 04:37:58.158 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:58.158 INFO kablam! | Sep 21 04:37:58.159 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:58.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 21 04:37:58.159 INFO kablam! | Sep 21 04:37:58.159 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 21 04:37:58.159 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 21 04:37:58.159 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:58.159 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.159 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:58.159 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.159 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.159 INFO kablam! Sep 21 04:37:58.159 INFO kablam! warning: cannot multiply-assign `S` to `S` Sep 21 04:37:58.159 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:58.159 INFO kablam! | Sep 21 04:37:58.159 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:58.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 21 04:37:58.159 INFO kablam! | Sep 21 04:37:58.159 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 21 04:37:58.159 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 21 04:37:58.159 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:58.159 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.159 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:58.159 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.159 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.159 INFO kablam! Sep 21 04:37:58.159 INFO kablam! warning: cannot divide-assign `S` by `S` Sep 21 04:37:58.159 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:58.159 INFO kablam! | Sep 21 04:37:58.159 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:58.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 21 04:37:58.160 INFO kablam! | Sep 21 04:37:58.160 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 21 04:37:58.160 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 21 04:37:58.160 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:58.160 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.160 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:58.160 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.160 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.160 INFO kablam! Sep 21 04:37:58.160 INFO kablam! warning: cannot mod-assign `S` by `S`` Sep 21 04:37:58.160 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:58.160 INFO kablam! | Sep 21 04:37:58.160 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:58.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 21 04:37:58.160 INFO kablam! | Sep 21 04:37:58.160 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 21 04:37:58.160 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 21 04:37:58.160 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:58.160 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.160 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:58.160 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.160 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.160 INFO kablam! Sep 21 04:37:58.166 INFO kablam! warning: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 21 04:37:58.166 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:58.166 INFO kablam! | Sep 21 04:37:58.166 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:58.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 21 04:37:58.166 INFO kablam! | Sep 21 04:37:58.166 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 21 04:37:58.166 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.166 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.166 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.166 INFO kablam! Sep 21 04:37:58.166 INFO kablam! warning: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 21 04:37:58.166 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:58.166 INFO kablam! | Sep 21 04:37:58.166 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:58.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 21 04:37:58.166 INFO kablam! | Sep 21 04:37:58.166 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 21 04:37:58.166 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.166 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.166 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.166 INFO kablam! Sep 21 04:37:58.166 INFO kablam! warning: `S` doesn't implement `std::fmt::Debug` Sep 21 04:37:58.166 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:58.166 INFO kablam! | Sep 21 04:37:58.166 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:58.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 04:37:58.167 INFO kablam! | Sep 21 04:37:58.167 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 21 04:37:58.167 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 21 04:37:58.167 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:58.167 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.167 INFO kablam! Sep 21 04:37:58.167 INFO kablam! warning: cannot add-assign `S` to `S` Sep 21 04:37:58.167 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:58.167 INFO kablam! | Sep 21 04:37:58.167 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:58.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 21 04:37:58.167 INFO kablam! | Sep 21 04:37:58.167 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 21 04:37:58.167 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 21 04:37:58.167 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:58.167 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.167 INFO kablam! Sep 21 04:37:58.167 INFO kablam! warning: cannot subtract-assign `S` from `S` Sep 21 04:37:58.167 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:58.167 INFO kablam! | Sep 21 04:37:58.167 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:58.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 21 04:37:58.167 INFO kablam! | Sep 21 04:37:58.167 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 21 04:37:58.167 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 21 04:37:58.167 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:58.167 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.167 INFO kablam! Sep 21 04:37:58.167 INFO kablam! warning: cannot multiply-assign `S` to `S` Sep 21 04:37:58.167 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:58.167 INFO kablam! | Sep 21 04:37:58.167 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:58.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 21 04:37:58.167 INFO kablam! | Sep 21 04:37:58.167 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 21 04:37:58.167 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 21 04:37:58.167 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:58.167 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.167 INFO kablam! Sep 21 04:37:58.167 INFO kablam! warning: cannot divide-assign `S` by `S` Sep 21 04:37:58.167 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:58.167 INFO kablam! | Sep 21 04:37:58.167 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:58.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 21 04:37:58.167 INFO kablam! | Sep 21 04:37:58.167 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 21 04:37:58.167 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 21 04:37:58.167 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:58.167 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.167 INFO kablam! Sep 21 04:37:58.167 INFO kablam! warning: cannot mod-assign `S` by `S`` Sep 21 04:37:58.167 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:58.167 INFO kablam! | Sep 21 04:37:58.167 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:58.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 21 04:37:58.167 INFO kablam! | Sep 21 04:37:58.167 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 21 04:37:58.167 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 21 04:37:58.167 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:58.168 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:58.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:58.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:58.168 INFO kablam! Sep 21 04:38:00.414 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.04s Sep 21 04:38:00.422 INFO kablam! su: No module specific data is present Sep 21 04:38:01.091 INFO running `"docker" "rm" "-f" "3ceab5044ad79670370d083f3bc37cd593696ec6758ea3f2237ac9a3b3227626"` Sep 21 04:38:01.188 INFO blam! 3ceab5044ad79670370d083f3bc37cd593696ec6758ea3f2237ac9a3b3227626