Sep 17 18:54:05.897 INFO checking rhusics-core-0.4.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:54:05.897 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:54:05.897 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/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 18:54:06.143 INFO blam! 19e8aeaa1e796f055a0c54e61954770f1c2f5c758e08d96cab10248d7823ab6f Sep 17 18:54:06.145 INFO running `"docker" "start" "-a" "19e8aeaa1e796f055a0c54e61954770f1c2f5c758e08d96cab10248d7823ab6f"` Sep 17 18:54:07.047 INFO kablam! usermod: no changes Sep 17 18:54:07.199 INFO kablam! Compiling cgmath v0.16.1 Sep 17 18:54:16.243 INFO kablam! Checking collision v0.17.0 Sep 17 18:54:16.243 INFO kablam! Checking collision v0.18.0 Sep 17 18:54:23.283 INFO kablam! Checking rhusics-transform v0.3.0 Sep 17 18:54:25.595 INFO kablam! Checking rhusics-core v0.4.0 (/source) Sep 17 18:54:26.744 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:26.744 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.744 INFO kablam! | Sep 17 18:54:26.744 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:26.744 INFO kablam! | Sep 17 18:54:26.744 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:54:26.744 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:26.744 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.744 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.744 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.744 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.744 INFO kablam! Sep 17 18:54:26.744 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:26.744 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.744 INFO kablam! | Sep 17 18:54:26.744 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:26.744 INFO kablam! | Sep 17 18:54:26.744 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:26.744 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.744 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.744 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.744 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.744 INFO kablam! Sep 17 18:54:26.745 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:26.745 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.745 INFO kablam! | Sep 17 18:54:26.745 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:26.745 INFO kablam! | Sep 17 18:54:26.745 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:26.745 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:26.745 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.745 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.745 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.745 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.745 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.745 INFO kablam! Sep 17 18:54:26.745 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:26.746 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.746 INFO kablam! | Sep 17 18:54:26.746 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:26.746 INFO kablam! | Sep 17 18:54:26.746 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:26.746 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:26.746 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.746 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.746 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.746 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.746 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.746 INFO kablam! Sep 17 18:54:26.746 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:26.746 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.746 INFO kablam! | Sep 17 18:54:26.746 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:26.746 INFO kablam! | Sep 17 18:54:26.746 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:26.746 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:26.746 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.746 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.746 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.746 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.746 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.746 INFO kablam! Sep 17 18:54:26.746 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:26.746 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.746 INFO kablam! | Sep 17 18:54:26.746 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:26.746 INFO kablam! | Sep 17 18:54:26.746 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:26.746 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:26.746 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.746 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.746 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.746 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.746 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.746 INFO kablam! Sep 17 18:54:26.747 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:26.747 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.747 INFO kablam! | Sep 17 18:54:26.747 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:26.747 INFO kablam! | Sep 17 18:54:26.747 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:26.747 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:26.747 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.747 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.747 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.747 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.747 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.747 INFO kablam! Sep 17 18:54:26.747 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:26.747 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.747 INFO kablam! | Sep 17 18:54:26.747 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:26.748 INFO kablam! | Sep 17 18:54:26.748 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:26.748 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:26.748 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.748 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.748 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.748 INFO kablam! Sep 17 18:54:26.749 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:26.749 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.749 INFO kablam! | Sep 17 18:54:26.749 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:26.749 INFO kablam! | Sep 17 18:54:26.749 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:26.749 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.749 INFO kablam! Sep 17 18:54:26.749 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:26.749 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.749 INFO kablam! | Sep 17 18:54:26.749 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:26.749 INFO kablam! | Sep 17 18:54:26.749 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:26.749 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.749 INFO kablam! Sep 17 18:54:26.750 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:26.750 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.750 INFO kablam! | Sep 17 18:54:26.750 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:26.750 INFO kablam! | Sep 17 18:54:26.750 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:26.750 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:26.750 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.750 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.750 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.750 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.750 INFO kablam! Sep 17 18:54:26.750 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:26.750 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.750 INFO kablam! | Sep 17 18:54:26.750 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:26.750 INFO kablam! | Sep 17 18:54:26.750 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:26.750 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:26.750 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.750 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.750 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.751 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.751 INFO kablam! Sep 17 18:54:26.751 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:26.751 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.751 INFO kablam! | Sep 17 18:54:26.751 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:26.751 INFO kablam! | Sep 17 18:54:26.751 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:26.751 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:26.751 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.751 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.751 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.751 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.751 INFO kablam! Sep 17 18:54:26.752 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:26.752 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.752 INFO kablam! | Sep 17 18:54:26.752 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:26.752 INFO kablam! | Sep 17 18:54:26.752 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:26.752 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:26.752 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.752 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.752 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.752 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.752 INFO kablam! Sep 17 18:54:26.752 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:26.752 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.752 INFO kablam! | Sep 17 18:54:26.752 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:26.752 INFO kablam! | Sep 17 18:54:26.752 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:26.752 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:26.752 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.752 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.752 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.755 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.755 INFO kablam! Sep 17 18:54:26.755 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:26.755 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.755 INFO kablam! | Sep 17 18:54:26.755 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:26.755 INFO kablam! | Sep 17 18:54:26.755 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:26.755 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:26.755 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.755 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.755 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.755 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.755 INFO kablam! Sep 17 18:54:26.806 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:26.806 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.806 INFO kablam! | Sep 17 18:54:26.806 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:26.807 INFO kablam! | Sep 17 18:54:26.807 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:54:26.807 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:26.807 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.807 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.807 INFO kablam! Sep 17 18:54:26.807 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:26.807 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.807 INFO kablam! | Sep 17 18:54:26.807 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:26.807 INFO kablam! | Sep 17 18:54:26.807 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:26.807 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.807 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.807 INFO kablam! Sep 17 18:54:26.809 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:26.810 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.810 INFO kablam! | Sep 17 18:54:26.810 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:26.810 INFO kablam! | Sep 17 18:54:26.810 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:26.810 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:26.810 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.810 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.810 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.810 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.810 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.810 INFO kablam! Sep 17 18:54:26.810 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:26.810 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.810 INFO kablam! | Sep 17 18:54:26.810 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:26.810 INFO kablam! | Sep 17 18:54:26.810 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:26.810 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:26.810 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.810 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.810 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.810 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.810 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.810 INFO kablam! Sep 17 18:54:26.810 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:26.810 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.810 INFO kablam! | Sep 17 18:54:26.810 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:26.810 INFO kablam! | Sep 17 18:54:26.810 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:26.810 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:26.810 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.810 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.810 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.810 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.810 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.810 INFO kablam! Sep 17 18:54:26.819 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:26.819 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.819 INFO kablam! | Sep 17 18:54:26.819 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:26.819 INFO kablam! | Sep 17 18:54:26.819 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:26.819 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:26.819 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.819 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.819 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.819 INFO kablam! Sep 17 18:54:26.819 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:26.819 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.819 INFO kablam! | Sep 17 18:54:26.819 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:26.819 INFO kablam! | Sep 17 18:54:26.819 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:26.819 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:26.819 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.819 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.819 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.819 INFO kablam! Sep 17 18:54:26.819 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:26.819 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:26.819 INFO kablam! | Sep 17 18:54:26.819 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:26.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:26.819 INFO kablam! | Sep 17 18:54:26.819 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:26.819 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:26.819 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.819 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.819 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:26.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.819 INFO kablam! Sep 17 18:54:26.819 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:26.819 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.819 INFO kablam! | Sep 17 18:54:26.819 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:26.819 INFO kablam! | Sep 17 18:54:26.819 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:26.819 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.819 INFO kablam! Sep 17 18:54:26.819 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:26.819 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.819 INFO kablam! | Sep 17 18:54:26.819 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:26.819 INFO kablam! | Sep 17 18:54:26.819 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:26.819 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.819 INFO kablam! Sep 17 18:54:26.819 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:26.819 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.819 INFO kablam! | Sep 17 18:54:26.819 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:26.820 INFO kablam! | Sep 17 18:54:26.820 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:26.820 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:26.820 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.820 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.820 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.820 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.820 INFO kablam! Sep 17 18:54:26.820 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:26.820 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.820 INFO kablam! | Sep 17 18:54:26.820 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:26.820 INFO kablam! | Sep 17 18:54:26.820 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:26.820 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:26.820 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.820 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.820 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.820 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.820 INFO kablam! Sep 17 18:54:26.827 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:26.827 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.827 INFO kablam! | Sep 17 18:54:26.827 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:26.827 INFO kablam! | Sep 17 18:54:26.827 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:26.827 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:26.827 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.827 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.827 INFO kablam! Sep 17 18:54:26.827 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:26.827 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.827 INFO kablam! | Sep 17 18:54:26.827 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:26.827 INFO kablam! | Sep 17 18:54:26.827 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:26.827 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:26.827 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.827 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.827 INFO kablam! Sep 17 18:54:26.827 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:26.827 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.827 INFO kablam! | Sep 17 18:54:26.827 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:26.828 INFO kablam! | Sep 17 18:54:26.828 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:26.828 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:26.828 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.828 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.828 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.828 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.828 INFO kablam! Sep 17 18:54:26.828 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:26.828 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:26.828 INFO kablam! | Sep 17 18:54:26.828 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:26.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:26.828 INFO kablam! | Sep 17 18:54:26.828 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:26.828 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:26.828 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:26.828 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:26.828 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:26.828 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:26.828 INFO kablam! Sep 17 18:54:27.519 INFO kablam! error: aborting due to 16 previous errors Sep 17 18:54:27.519 INFO kablam! Sep 17 18:54:27.530 INFO kablam! error: Could not compile `rhusics-core`. Sep 17 18:54:27.531 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:54:27.647 INFO kablam! error: aborting due to 16 previous errors Sep 17 18:54:27.647 INFO kablam! Sep 17 18:54:27.660 INFO kablam! error: Could not compile `rhusics-core`. Sep 17 18:54:27.660 INFO kablam! Sep 17 18:54:27.660 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:54:27.660 INFO kablam! su: No module specific data is present Sep 17 18:54:28.429 INFO running `"docker" "rm" "-f" "19e8aeaa1e796f055a0c54e61954770f1c2f5c758e08d96cab10248d7823ab6f"` Sep 17 18:54:28.635 INFO blam! 19e8aeaa1e796f055a0c54e61954770f1c2f5c758e08d96cab10248d7823ab6f