Sep 17 18:54:07.595 INFO checking rhusics-0.2.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:54:07.595 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:54:07.595 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/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:07.956 INFO blam! f81f3a5473a8c9b5f1e45775879f8a28389e16e89e7b55d59cab83531b1caa0b Sep 17 18:54:07.958 INFO running `"docker" "start" "-a" "f81f3a5473a8c9b5f1e45775879f8a28389e16e89e7b55d59cab83531b1caa0b"` Sep 17 18:54:10.118 INFO kablam! usermod: no changes Sep 17 18:54:10.289 INFO kablam! Checking collision v0.14.0 Sep 17 18:54:15.461 INFO kablam! Checking rhusics v0.2.0 (/source) Sep 17 18:54:16.279 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:16.279 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.279 INFO kablam! | Sep 17 18:54:16.279 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:16.280 INFO kablam! | Sep 17 18:54:16.280 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:54:16.280 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.280 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.280 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.280 INFO kablam! Sep 17 18:54:16.280 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:16.280 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.280 INFO kablam! | Sep 17 18:54:16.280 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:16.280 INFO kablam! | Sep 17 18:54:16.280 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.280 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.280 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.280 INFO kablam! Sep 17 18:54:16.280 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:16.280 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.280 INFO kablam! | Sep 17 18:54:16.280 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:16.280 INFO kablam! | Sep 17 18:54:16.280 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:16.280 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.280 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.280 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.280 INFO kablam! Sep 17 18:54:16.280 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:16.280 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.280 INFO kablam! | Sep 17 18:54:16.280 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:16.280 INFO kablam! | Sep 17 18:54:16.280 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:16.280 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.280 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.280 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.280 INFO kablam! Sep 17 18:54:16.280 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:16.280 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.280 INFO kablam! | Sep 17 18:54:16.280 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:16.280 INFO kablam! | Sep 17 18:54:16.280 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:16.280 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.280 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.280 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.280 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.280 INFO kablam! Sep 17 18:54:16.280 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:16.280 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.280 INFO kablam! | Sep 17 18:54:16.281 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:16.281 INFO kablam! | Sep 17 18:54:16.281 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:16.281 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:16.281 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.281 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.281 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.281 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.281 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.281 INFO kablam! Sep 17 18:54:16.281 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:16.281 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.281 INFO kablam! | Sep 17 18:54:16.281 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:16.281 INFO kablam! | Sep 17 18:54:16.281 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:16.281 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:16.281 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.281 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.281 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.281 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.281 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.281 INFO kablam! Sep 17 18:54:16.281 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:16.281 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.281 INFO kablam! | Sep 17 18:54:16.281 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:16.281 INFO kablam! | Sep 17 18:54:16.281 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:16.281 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:16.281 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.281 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.281 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.281 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.281 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.281 INFO kablam! Sep 17 18:54:16.281 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:16.281 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.281 INFO kablam! | Sep 17 18:54:16.281 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:16.281 INFO kablam! | Sep 17 18:54:16.281 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:16.281 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.281 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.281 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.281 INFO kablam! Sep 17 18:54:16.281 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:16.281 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.281 INFO kablam! | Sep 17 18:54:16.281 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:16.281 INFO kablam! | Sep 17 18:54:16.281 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:16.281 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.281 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.282 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.282 INFO kablam! Sep 17 18:54:16.282 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:16.282 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.282 INFO kablam! | Sep 17 18:54:16.282 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:16.282 INFO kablam! | Sep 17 18:54:16.282 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:16.282 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:16.282 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.282 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.282 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.282 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.282 INFO kablam! Sep 17 18:54:16.282 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:16.282 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.282 INFO kablam! | Sep 17 18:54:16.282 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:16.282 INFO kablam! | Sep 17 18:54:16.282 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:16.282 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:16.282 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.282 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.282 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.282 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.282 INFO kablam! Sep 17 18:54:16.282 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:16.282 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.282 INFO kablam! | Sep 17 18:54:16.282 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:16.282 INFO kablam! | Sep 17 18:54:16.282 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:16.282 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:16.282 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.282 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.282 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.282 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.282 INFO kablam! Sep 17 18:54:16.282 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:16.282 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.282 INFO kablam! | Sep 17 18:54:16.282 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:16.283 INFO kablam! | Sep 17 18:54:16.283 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:16.283 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:16.283 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.283 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.283 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.283 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.283 INFO kablam! Sep 17 18:54:16.283 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:16.283 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.283 INFO kablam! | Sep 17 18:54:16.283 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:16.283 INFO kablam! | Sep 17 18:54:16.283 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:16.283 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:16.283 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.283 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.283 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.283 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.283 INFO kablam! Sep 17 18:54:16.283 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:16.283 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.283 INFO kablam! | Sep 17 18:54:16.283 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:16.283 INFO kablam! | Sep 17 18:54:16.283 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:16.283 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:16.283 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.283 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.283 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.283 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.283 INFO kablam! Sep 17 18:54:16.379 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:16.379 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.379 INFO kablam! | Sep 17 18:54:16.379 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:16.379 INFO kablam! | Sep 17 18:54:16.379 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:54:16.379 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:16.379 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.379 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.379 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.379 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.379 INFO kablam! Sep 17 18:54:16.379 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:16.379 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.379 INFO kablam! | Sep 17 18:54:16.379 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:16.379 INFO kablam! | Sep 17 18:54:16.380 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:16.380 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.380 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.380 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.380 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.380 INFO kablam! Sep 17 18:54:16.380 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:16.380 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.380 INFO kablam! | Sep 17 18:54:16.380 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:16.380 INFO kablam! | Sep 17 18:54:16.380 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:16.380 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:16.380 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.380 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.381 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.381 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.381 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.381 INFO kablam! Sep 17 18:54:16.381 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:16.381 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.381 INFO kablam! | Sep 17 18:54:16.381 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:16.381 INFO kablam! | Sep 17 18:54:16.381 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:16.381 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:16.381 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.381 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.381 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.381 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.382 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.382 INFO kablam! Sep 17 18:54:16.383 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:16.383 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.383 INFO kablam! | Sep 17 18:54:16.383 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:16.383 INFO kablam! | Sep 17 18:54:16.383 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:16.383 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:16.384 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.384 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.384 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.384 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.384 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.384 INFO kablam! Sep 17 18:54:16.384 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:16.384 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.384 INFO kablam! | Sep 17 18:54:16.384 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:16.384 INFO kablam! | Sep 17 18:54:16.384 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:16.385 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:16.385 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.385 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.385 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.385 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.385 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.385 INFO kablam! Sep 17 18:54:16.385 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:16.385 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.385 INFO kablam! | Sep 17 18:54:16.385 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:16.385 INFO kablam! | Sep 17 18:54:16.386 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:16.386 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:16.386 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.386 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.386 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.386 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.386 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.386 INFO kablam! Sep 17 18:54:16.395 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:16.395 INFO kablam! --> src/collide/prelude2d.rs:23:42 Sep 17 18:54:16.395 INFO kablam! | Sep 17 18:54:16.395 INFO kablam! 23 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 17 18:54:16.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:16.395 INFO kablam! | Sep 17 18:54:16.395 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:16.395 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:16.395 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.396 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.396 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 17 18:54:16.399 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.399 INFO kablam! Sep 17 18:54:16.403 INFO kablam! error: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 17 18:54:16.403 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.403 INFO kablam! | Sep 17 18:54:16.403 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 17 18:54:16.403 INFO kablam! | Sep 17 18:54:16.403 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 17 18:54:16.403 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.403 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.403 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.403 INFO kablam! Sep 17 18:54:16.403 INFO kablam! error: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 17 18:54:16.403 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.403 INFO kablam! | Sep 17 18:54:16.403 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 17 18:54:16.403 INFO kablam! | Sep 17 18:54:16.403 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 17 18:54:16.403 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.403 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.403 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.403 INFO kablam! Sep 17 18:54:16.403 INFO kablam! error: `S` doesn't implement `std::fmt::Debug` Sep 17 18:54:16.403 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.403 INFO kablam! | Sep 17 18:54:16.403 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:54:16.404 INFO kablam! | Sep 17 18:54:16.404 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 17 18:54:16.404 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 17 18:54:16.404 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.404 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.404 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.404 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.404 INFO kablam! Sep 17 18:54:16.404 INFO kablam! error: cannot add-assign `S` to `S` Sep 17 18:54:16.404 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.404 INFO kablam! | Sep 17 18:54:16.404 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 17 18:54:16.404 INFO kablam! | Sep 17 18:54:16.404 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 17 18:54:16.404 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 17 18:54:16.404 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.404 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.404 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.404 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.404 INFO kablam! Sep 17 18:54:16.404 INFO kablam! error: cannot subtract-assign `S` from `S` Sep 17 18:54:16.404 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.404 INFO kablam! | Sep 17 18:54:16.404 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 17 18:54:16.404 INFO kablam! | Sep 17 18:54:16.404 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 17 18:54:16.404 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 17 18:54:16.404 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.404 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.404 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.404 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.404 INFO kablam! Sep 17 18:54:16.404 INFO kablam! error: cannot multiply-assign `S` to `S` Sep 17 18:54:16.404 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.404 INFO kablam! | Sep 17 18:54:16.404 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 17 18:54:16.404 INFO kablam! | Sep 17 18:54:16.404 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 17 18:54:16.404 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 17 18:54:16.404 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.404 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.404 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.404 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.404 INFO kablam! Sep 17 18:54:16.404 INFO kablam! error: cannot divide-assign `S` by `S` Sep 17 18:54:16.404 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.404 INFO kablam! | Sep 17 18:54:16.405 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 17 18:54:16.405 INFO kablam! | Sep 17 18:54:16.405 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 17 18:54:16.405 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 17 18:54:16.405 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.405 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.405 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.405 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.405 INFO kablam! Sep 17 18:54:16.405 INFO kablam! error: cannot mod-assign `S` by `S`` Sep 17 18:54:16.405 INFO kablam! --> src/collide/prelude3d.rs:23:42 Sep 17 18:54:16.405 INFO kablam! | Sep 17 18:54:16.405 INFO kablam! 23 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 17 18:54:16.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 17 18:54:16.405 INFO kablam! | Sep 17 18:54:16.405 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 17 18:54:16.405 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 17 18:54:16.405 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 17 18:54:16.411 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 17 18:54:16.411 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:54:16.411 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:54:16.411 INFO kablam! Sep 17 18:54:16.952 INFO kablam! error: aborting due to 16 previous errors Sep 17 18:54:16.953 INFO kablam! Sep 17 18:54:16.963 INFO kablam! error: Could not compile `rhusics`. Sep 17 18:54:16.964 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:54:17.002 INFO kablam! error: aborting due to 16 previous errors Sep 17 18:54:17.002 INFO kablam! Sep 17 18:54:17.027 INFO kablam! error: Could not compile `rhusics`. Sep 17 18:54:17.027 INFO kablam! Sep 17 18:54:17.027 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:54:17.030 INFO kablam! su: No module specific data is present Sep 17 18:54:18.189 INFO running `"docker" "rm" "-f" "f81f3a5473a8c9b5f1e45775879f8a28389e16e89e7b55d59cab83531b1caa0b"` Sep 17 18:54:18.442 INFO blam! f81f3a5473a8c9b5f1e45775879f8a28389e16e89e7b55d59cab83531b1caa0b