Sep 17 18:54:04.382 INFO checking rhusics-core-0.5.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:54:04.382 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:54:04.382 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/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:04.610 INFO blam! 9f4df50ce85d5557f43a0c56dd1ac6535f058939fdbbd77a068321390a9896ff Sep 17 18:54:04.613 INFO running `"docker" "start" "-a" "9f4df50ce85d5557f43a0c56dd1ac6535f058939fdbbd77a068321390a9896ff"` Sep 17 18:54:05.558 INFO kablam! usermod: no changes Sep 17 18:54:05.676 INFO kablam! Compiling cgmath v0.16.1 Sep 17 18:54:14.728 INFO kablam! Checking collision v0.17.0 Sep 17 18:54:14.728 INFO kablam! Checking collision v0.18.0 Sep 17 18:54:21.471 INFO kablam! Checking rhusics-transform v0.3.0 Sep 17 18:54:24.959 INFO kablam! Checking rhusics-core v0.5.0 (/source) Sep 17 18:54:25.747 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:25.747 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.747 INFO kablam! | Sep 17 18:54:25.747 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:25.748 INFO kablam! | Sep 17 18:54:25.748 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:54:25.748 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.748 INFO kablam! Sep 17 18:54:25.748 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:25.748 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.748 INFO kablam! | Sep 17 18:54:25.748 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:25.748 INFO kablam! | Sep 17 18:54:25.748 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.748 INFO kablam! Sep 17 18:54:25.748 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:25.748 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.748 INFO kablam! | Sep 17 18:54:25.748 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:25.748 INFO kablam! | Sep 17 18:54:25.748 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:25.748 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.748 INFO kablam! Sep 17 18:54:25.748 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:25.748 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.748 INFO kablam! | Sep 17 18:54:25.748 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:25.748 INFO kablam! | Sep 17 18:54:25.748 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:25.748 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.748 INFO kablam! Sep 17 18:54:25.748 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:25.748 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.748 INFO kablam! | Sep 17 18:54:25.748 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:25.748 INFO kablam! | Sep 17 18:54:25.748 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:25.748 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.748 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.748 INFO kablam! Sep 17 18:54:25.748 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:25.748 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.748 INFO kablam! | Sep 17 18:54:25.748 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:25.748 INFO kablam! | Sep 17 18:54:25.749 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:25.749 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:25.749 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.749 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.749 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.749 INFO kablam! Sep 17 18:54:25.749 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:25.749 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.749 INFO kablam! | Sep 17 18:54:25.749 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:25.749 INFO kablam! | Sep 17 18:54:25.749 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:25.749 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:25.749 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.749 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.749 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.749 INFO kablam! Sep 17 18:54:25.749 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:25.749 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.749 INFO kablam! | Sep 17 18:54:25.749 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:25.749 INFO kablam! | Sep 17 18:54:25.749 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:25.749 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:25.749 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.750 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.750 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.750 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.750 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.750 INFO kablam! Sep 17 18:54:25.750 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:25.750 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.750 INFO kablam! | Sep 17 18:54:25.750 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:25.750 INFO kablam! | Sep 17 18:54:25.750 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:25.750 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.750 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.750 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.750 INFO kablam! Sep 17 18:54:25.750 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:25.750 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.750 INFO kablam! | Sep 17 18:54:25.750 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:25.750 INFO kablam! | Sep 17 18:54:25.750 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:25.750 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.750 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.750 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.750 INFO kablam! Sep 17 18:54:25.750 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:25.750 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.750 INFO kablam! | Sep 17 18:54:25.750 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:25.750 INFO kablam! | Sep 17 18:54:25.750 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:25.750 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:25.750 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.751 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.751 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.751 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.751 INFO kablam! Sep 17 18:54:25.751 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:25.751 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.751 INFO kablam! | Sep 17 18:54:25.751 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:25.751 INFO kablam! | Sep 17 18:54:25.751 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:25.751 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:25.751 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.751 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.751 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.751 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.751 INFO kablam! Sep 17 18:54:25.751 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:25.752 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.752 INFO kablam! | Sep 17 18:54:25.752 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:25.752 INFO kablam! | Sep 17 18:54:25.752 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:25.752 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:25.752 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.752 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.752 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.752 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.752 INFO kablam! Sep 17 18:54:25.752 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:25.752 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.752 INFO kablam! | Sep 17 18:54:25.752 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:25.752 INFO kablam! | Sep 17 18:54:25.752 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:25.752 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:25.753 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.753 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.753 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.753 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.753 INFO kablam! Sep 17 18:54:25.753 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:25.753 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.753 INFO kablam! | Sep 17 18:54:25.753 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:25.753 INFO kablam! | Sep 17 18:54:25.753 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:25.753 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:25.753 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.753 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.753 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.753 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.753 INFO kablam! Sep 17 18:54:25.753 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:25.753 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.753 INFO kablam! | Sep 17 18:54:25.753 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:25.753 INFO kablam! | Sep 17 18:54:25.753 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:25.753 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:25.754 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.754 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.754 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.754 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.754 INFO kablam! Sep 17 18:54:25.899 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:25.899 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.899 INFO kablam! | Sep 17 18:54:25.899 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:25.899 INFO kablam! | Sep 17 18:54:25.899 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:54:25.899 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:25.899 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.899 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.899 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.899 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.899 INFO kablam! Sep 17 18:54:25.899 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:25.899 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.899 INFO kablam! | Sep 17 18:54:25.899 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:25.899 INFO kablam! | Sep 17 18:54:25.899 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:25.899 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.899 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.899 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.899 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.899 INFO kablam! Sep 17 18:54:25.899 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:25.899 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.899 INFO kablam! | Sep 17 18:54:25.899 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:25.899 INFO kablam! | Sep 17 18:54:25.899 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:25.899 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:25.899 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.899 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.899 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.900 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.900 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.900 INFO kablam! Sep 17 18:54:25.900 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:25.900 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.900 INFO kablam! | Sep 17 18:54:25.900 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:25.900 INFO kablam! | Sep 17 18:54:25.900 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:25.900 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:25.900 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.900 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.900 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.900 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.900 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.900 INFO kablam! Sep 17 18:54:25.901 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:25.901 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.901 INFO kablam! | Sep 17 18:54:25.901 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:25.901 INFO kablam! | Sep 17 18:54:25.901 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:25.901 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:25.901 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.901 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.901 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.901 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.901 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.901 INFO kablam! Sep 17 18:54:25.903 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:25.903 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.903 INFO kablam! | Sep 17 18:54:25.903 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:25.903 INFO kablam! | Sep 17 18:54:25.903 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:25.903 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:25.903 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.903 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.903 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.903 INFO kablam! Sep 17 18:54:25.903 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:25.903 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.903 INFO kablam! | Sep 17 18:54:25.903 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:25.903 INFO kablam! | Sep 17 18:54:25.903 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:25.903 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:25.903 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.903 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.903 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.903 INFO kablam! Sep 17 18:54:25.903 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:25.903 INFO kablam! --> src/collide2d.rs:22:42 Sep 17 18:54:25.903 INFO kablam! | Sep 17 18:54:25.903 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:25.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:25.903 INFO kablam! | Sep 17 18:54:25.903 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:25.903 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:25.903 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.903 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.903 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:25.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.904 INFO kablam! Sep 17 18:54:25.906 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:25.906 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.906 INFO kablam! | Sep 17 18:54:25.906 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:25.906 INFO kablam! | Sep 17 18:54:25.906 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:25.906 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.906 INFO kablam! Sep 17 18:54:25.906 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:25.906 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.906 INFO kablam! | Sep 17 18:54:25.906 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:25.906 INFO kablam! | Sep 17 18:54:25.906 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:25.906 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.906 INFO kablam! Sep 17 18:54:25.906 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:25.906 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.906 INFO kablam! | Sep 17 18:54:25.907 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:25.907 INFO kablam! | Sep 17 18:54:25.907 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:25.907 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:25.907 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.907 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.907 INFO kablam! Sep 17 18:54:25.907 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:25.907 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.907 INFO kablam! | Sep 17 18:54:25.907 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:25.907 INFO kablam! | Sep 17 18:54:25.907 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:25.907 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:25.907 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.907 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.907 INFO kablam! Sep 17 18:54:25.907 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:25.907 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.907 INFO kablam! | Sep 17 18:54:25.907 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:25.907 INFO kablam! | Sep 17 18:54:25.907 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:25.907 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:25.907 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.907 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.907 INFO kablam! Sep 17 18:54:25.911 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:25.911 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.911 INFO kablam! | Sep 17 18:54:25.911 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:25.911 INFO kablam! | Sep 17 18:54:25.911 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:25.911 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:25.911 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.911 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.911 INFO kablam! Sep 17 18:54:25.911 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:25.911 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.911 INFO kablam! | Sep 17 18:54:25.911 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:25.911 INFO kablam! | Sep 17 18:54:25.911 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:25.911 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:25.911 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.911 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.911 INFO kablam! Sep 17 18:54:25.911 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:25.911 INFO kablam! --> src/collide3d.rs:22:42 Sep 17 18:54:25.911 INFO kablam! | Sep 17 18:54:25.911 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:25.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:25.911 INFO kablam! | Sep 17 18:54:25.911 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:25.911 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:25.911 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:25.911 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:25.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:25.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:25.911 INFO kablam! Sep 17 18:54:26.367 INFO kablam! error: aborting due to 16 previous errors Sep 17 18:54:26.367 INFO kablam! Sep 17 18:54:26.377 INFO kablam! error: Could not compile `rhusics-core`. Sep 17 18:54:26.377 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:54:26.583 INFO kablam! error: aborting due to 16 previous errors Sep 17 18:54:26.583 INFO kablam! Sep 17 18:54:26.595 INFO kablam! error: Could not compile `rhusics-core`. Sep 17 18:54:26.595 INFO kablam! Sep 17 18:54:26.595 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:54:26.598 INFO kablam! su: No module specific data is present Sep 17 18:54:27.808 INFO running `"docker" "rm" "-f" "9f4df50ce85d5557f43a0c56dd1ac6535f058939fdbbd77a068321390a9896ff"` Sep 17 18:54:28.046 INFO blam! 9f4df50ce85d5557f43a0c56dd1ac6535f058939fdbbd77a068321390a9896ff