Sep 21 04:37:31.258 INFO checking rhusics-core-0.5.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:37:31.258 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:37:31.258 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 04:37:31.436 INFO blam! b13cd6f2706b5793303ad7afb07e845d89fd293a0c439d88421c8b0b5e4bad95 Sep 21 04:37:31.437 INFO running `"docker" "start" "-a" "b13cd6f2706b5793303ad7afb07e845d89fd293a0c439d88421c8b0b5e4bad95"` Sep 21 04:37:32.169 INFO kablam! usermod: no changes Sep 21 04:37:32.370 INFO kablam! Compiling cgmath v0.16.1 Sep 21 04:37:41.502 INFO kablam! Checking collision v0.17.0 Sep 21 04:37:41.502 INFO kablam! Checking collision v0.18.0 Sep 21 04:37:47.747 INFO kablam! Checking rhusics-transform v0.3.0 Sep 21 04:37:50.654 INFO kablam! Checking rhusics-core v0.5.0 (/source) Sep 21 04:37:52.134 INFO kablam! warning: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 21 04:37:52.134 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.134 INFO kablam! | Sep 21 04:37:52.134 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 21 04:37:52.134 INFO kablam! | Sep 21 04:37:52.134 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 04:37:52.134 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 21 04:37:52.134 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.134 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.134 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.134 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.134 INFO kablam! Sep 21 04:37:52.134 INFO kablam! warning: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 21 04:37:52.134 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.134 INFO kablam! | Sep 21 04:37:52.134 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 21 04:37:52.135 INFO kablam! | Sep 21 04:37:52.135 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.135 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.135 INFO kablam! Sep 21 04:37:52.135 INFO kablam! warning: `S` doesn't implement `std::fmt::Debug` Sep 21 04:37:52.135 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.135 INFO kablam! | Sep 21 04:37:52.135 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 04:37:52.135 INFO kablam! | Sep 21 04:37:52.135 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 21 04:37:52.135 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.135 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.135 INFO kablam! Sep 21 04:37:52.135 INFO kablam! warning: cannot add-assign `S` to `S` Sep 21 04:37:52.135 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.135 INFO kablam! | Sep 21 04:37:52.135 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 21 04:37:52.135 INFO kablam! | Sep 21 04:37:52.135 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 21 04:37:52.135 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.135 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.135 INFO kablam! Sep 21 04:37:52.135 INFO kablam! warning: cannot subtract-assign `S` from `S` Sep 21 04:37:52.135 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.135 INFO kablam! | Sep 21 04:37:52.135 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 21 04:37:52.135 INFO kablam! | Sep 21 04:37:52.135 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 21 04:37:52.135 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.135 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.135 INFO kablam! Sep 21 04:37:52.135 INFO kablam! warning: cannot multiply-assign `S` to `S` Sep 21 04:37:52.135 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.135 INFO kablam! | Sep 21 04:37:52.135 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 21 04:37:52.135 INFO kablam! | Sep 21 04:37:52.135 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 21 04:37:52.135 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.135 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.135 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.135 INFO kablam! Sep 21 04:37:52.135 INFO kablam! warning: cannot divide-assign `S` by `S` Sep 21 04:37:52.135 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.135 INFO kablam! | Sep 21 04:37:52.135 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 21 04:37:52.135 INFO kablam! | Sep 21 04:37:52.135 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 21 04:37:52.135 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 21 04:37:52.136 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.136 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.136 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.136 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.136 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.136 INFO kablam! Sep 21 04:37:52.136 INFO kablam! warning: cannot mod-assign `S` by `S`` Sep 21 04:37:52.136 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.136 INFO kablam! | Sep 21 04:37:52.136 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 21 04:37:52.136 INFO kablam! | Sep 21 04:37:52.136 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 21 04:37:52.136 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 21 04:37:52.136 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.136 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.136 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.136 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.138 INFO kablam! Sep 21 04:37:52.142 INFO kablam! warning: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 21 04:37:52.142 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.142 INFO kablam! | Sep 21 04:37:52.142 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 21 04:37:52.142 INFO kablam! | Sep 21 04:37:52.142 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 21 04:37:52.142 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.142 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.142 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.142 INFO kablam! Sep 21 04:37:52.142 INFO kablam! warning: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 21 04:37:52.142 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.142 INFO kablam! | Sep 21 04:37:52.142 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 21 04:37:52.142 INFO kablam! | Sep 21 04:37:52.142 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 21 04:37:52.142 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.142 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.142 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.142 INFO kablam! Sep 21 04:37:52.142 INFO kablam! warning: `S` doesn't implement `std::fmt::Debug` Sep 21 04:37:52.142 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.142 INFO kablam! | Sep 21 04:37:52.142 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 04:37:52.142 INFO kablam! | Sep 21 04:37:52.143 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 21 04:37:52.143 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 21 04:37:52.143 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.143 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.143 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.143 INFO kablam! Sep 21 04:37:52.143 INFO kablam! warning: cannot add-assign `S` to `S` Sep 21 04:37:52.143 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.143 INFO kablam! | Sep 21 04:37:52.143 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 21 04:37:52.143 INFO kablam! | Sep 21 04:37:52.143 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 21 04:37:52.143 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 21 04:37:52.143 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.143 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.143 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.143 INFO kablam! Sep 21 04:37:52.143 INFO kablam! warning: cannot subtract-assign `S` from `S` Sep 21 04:37:52.143 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.143 INFO kablam! | Sep 21 04:37:52.143 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 21 04:37:52.143 INFO kablam! | Sep 21 04:37:52.143 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 21 04:37:52.143 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 21 04:37:52.143 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.143 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.143 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.143 INFO kablam! Sep 21 04:37:52.143 INFO kablam! warning: cannot multiply-assign `S` to `S` Sep 21 04:37:52.143 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.143 INFO kablam! | Sep 21 04:37:52.143 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 21 04:37:52.143 INFO kablam! | Sep 21 04:37:52.143 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 21 04:37:52.143 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 21 04:37:52.143 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.143 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.143 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.143 INFO kablam! Sep 21 04:37:52.143 INFO kablam! warning: cannot divide-assign `S` by `S` Sep 21 04:37:52.143 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.143 INFO kablam! | Sep 21 04:37:52.143 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 21 04:37:52.143 INFO kablam! | Sep 21 04:37:52.143 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 21 04:37:52.143 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 21 04:37:52.143 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.143 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.143 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.143 INFO kablam! Sep 21 04:37:52.143 INFO kablam! warning: cannot mod-assign `S` by `S`` Sep 21 04:37:52.143 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.143 INFO kablam! | Sep 21 04:37:52.143 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 21 04:37:52.143 INFO kablam! | Sep 21 04:37:52.143 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 21 04:37:52.143 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 21 04:37:52.143 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.143 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.144 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.144 INFO kablam! Sep 21 04:37:52.263 INFO kablam! warning: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 21 04:37:52.263 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.263 INFO kablam! | Sep 21 04:37:52.263 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 21 04:37:52.263 INFO kablam! | Sep 21 04:37:52.263 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 04:37:52.263 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 21 04:37:52.263 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.263 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.263 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.263 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.263 INFO kablam! Sep 21 04:37:52.263 INFO kablam! warning: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 21 04:37:52.263 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.263 INFO kablam! | Sep 21 04:37:52.263 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 21 04:37:52.263 INFO kablam! | Sep 21 04:37:52.264 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 21 04:37:52.264 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.264 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.264 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.264 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.264 INFO kablam! Sep 21 04:37:52.264 INFO kablam! warning: `S` doesn't implement `std::fmt::Debug` Sep 21 04:37:52.264 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.264 INFO kablam! | Sep 21 04:37:52.264 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 04:37:52.264 INFO kablam! | Sep 21 04:37:52.264 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 21 04:37:52.264 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 21 04:37:52.264 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.264 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.264 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.264 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.264 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.264 INFO kablam! Sep 21 04:37:52.265 INFO kablam! warning: cannot add-assign `S` to `S` Sep 21 04:37:52.265 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.265 INFO kablam! | Sep 21 04:37:52.265 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 21 04:37:52.265 INFO kablam! | Sep 21 04:37:52.265 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 21 04:37:52.265 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 21 04:37:52.265 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.265 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.265 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.265 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.265 INFO kablam! Sep 21 04:37:52.265 INFO kablam! warning: cannot subtract-assign `S` from `S` Sep 21 04:37:52.265 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.265 INFO kablam! | Sep 21 04:37:52.265 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 21 04:37:52.265 INFO kablam! | Sep 21 04:37:52.265 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 21 04:37:52.265 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 21 04:37:52.265 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.265 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.266 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.266 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.266 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.266 INFO kablam! Sep 21 04:37:52.267 INFO kablam! warning: cannot multiply-assign `S` to `S` Sep 21 04:37:52.267 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.267 INFO kablam! | Sep 21 04:37:52.267 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 21 04:37:52.267 INFO kablam! | Sep 21 04:37:52.267 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 21 04:37:52.267 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 21 04:37:52.267 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.267 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.267 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.267 INFO kablam! Sep 21 04:37:52.267 INFO kablam! warning: cannot divide-assign `S` by `S` Sep 21 04:37:52.267 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.267 INFO kablam! | Sep 21 04:37:52.267 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 21 04:37:52.267 INFO kablam! | Sep 21 04:37:52.267 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 21 04:37:52.267 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 21 04:37:52.267 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.267 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.267 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.267 INFO kablam! Sep 21 04:37:52.267 INFO kablam! warning: cannot mod-assign `S` by `S`` Sep 21 04:37:52.267 INFO kablam! --> src/collide2d.rs:22:42 Sep 21 04:37:52.267 INFO kablam! | Sep 21 04:37:52.267 INFO kablam! 22 | pub type CollisionShape2 = CollisionShape, T, Aabb2, Y>; Sep 21 04:37:52.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 21 04:37:52.267 INFO kablam! | Sep 21 04:37:52.267 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 21 04:37:52.267 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 21 04:37:52.267 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.267 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.267 INFO kablam! = note: required because of the requirements on the impl of `collision::Primitive` for `collision::primitive::Primitive2` Sep 21 04:37:52.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.267 INFO kablam! Sep 21 04:37:52.267 INFO kablam! warning: the trait bound `S: cgmath::num_traits::Float` is not satisfied Sep 21 04:37:52.267 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.267 INFO kablam! | Sep 21 04:37:52.267 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::num_traits::Float` is not implemented for `S` Sep 21 04:37:52.268 INFO kablam! | Sep 21 04:37:52.268 INFO kablam! = help: consider adding a `where S: cgmath::num_traits::Float` bound Sep 21 04:37:52.268 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.268 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.268 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.268 INFO kablam! Sep 21 04:37:52.268 INFO kablam! warning: the trait bound `S: cgmath::ApproxEq` is not satisfied Sep 21 04:37:52.268 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.268 INFO kablam! | Sep 21 04:37:52.268 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cgmath::ApproxEq` is not implemented for `S` Sep 21 04:37:52.268 INFO kablam! | Sep 21 04:37:52.268 INFO kablam! = help: consider adding a `where S: cgmath::ApproxEq` bound Sep 21 04:37:52.268 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.268 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.268 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.268 INFO kablam! Sep 21 04:37:52.268 INFO kablam! warning: `S` doesn't implement `std::fmt::Debug` Sep 21 04:37:52.268 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.268 INFO kablam! | Sep 21 04:37:52.268 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `S` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 04:37:52.268 INFO kablam! | Sep 21 04:37:52.268 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `S` Sep 21 04:37:52.269 INFO kablam! = help: consider adding a `where S: std::fmt::Debug` bound Sep 21 04:37:52.269 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.269 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.269 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.269 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.269 INFO kablam! Sep 21 04:37:52.269 INFO kablam! warning: cannot add-assign `S` to `S` Sep 21 04:37:52.269 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.269 INFO kablam! | Sep 21 04:37:52.269 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S += S` Sep 21 04:37:52.269 INFO kablam! | Sep 21 04:37:52.269 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `S` Sep 21 04:37:52.269 INFO kablam! = help: consider adding a `where S: std::ops::AddAssign` bound Sep 21 04:37:52.269 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.269 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.269 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.269 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.269 INFO kablam! Sep 21 04:37:52.269 INFO kablam! warning: cannot subtract-assign `S` from `S` Sep 21 04:37:52.269 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.269 INFO kablam! | Sep 21 04:37:52.269 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S -= S` Sep 21 04:37:52.269 INFO kablam! | Sep 21 04:37:52.269 INFO kablam! = help: the trait `std::ops::SubAssign` is not implemented for `S` Sep 21 04:37:52.269 INFO kablam! = help: consider adding a `where S: std::ops::SubAssign` bound Sep 21 04:37:52.269 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.269 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.269 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.269 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.269 INFO kablam! Sep 21 04:37:52.269 INFO kablam! warning: cannot multiply-assign `S` to `S` Sep 21 04:37:52.270 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.270 INFO kablam! | Sep 21 04:37:52.270 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S *= S` Sep 21 04:37:52.270 INFO kablam! | Sep 21 04:37:52.270 INFO kablam! = help: the trait `std::ops::MulAssign` is not implemented for `S` Sep 21 04:37:52.270 INFO kablam! = help: consider adding a `where S: std::ops::MulAssign` bound Sep 21 04:37:52.270 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.270 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.270 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.270 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.270 INFO kablam! Sep 21 04:37:52.270 INFO kablam! warning: cannot divide-assign `S` by `S` Sep 21 04:37:52.270 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.270 INFO kablam! | Sep 21 04:37:52.270 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S /= S` Sep 21 04:37:52.270 INFO kablam! | Sep 21 04:37:52.270 INFO kablam! = help: the trait `std::ops::DivAssign` is not implemented for `S` Sep 21 04:37:52.270 INFO kablam! = help: consider adding a `where S: std::ops::DivAssign` bound Sep 21 04:37:52.270 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.278 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.278 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.278 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.278 INFO kablam! Sep 21 04:37:52.278 INFO kablam! warning: cannot mod-assign `S` by `S`` Sep 21 04:37:52.278 INFO kablam! --> src/collide3d.rs:22:42 Sep 21 04:37:52.278 INFO kablam! | Sep 21 04:37:52.278 INFO kablam! 22 | pub type CollisionShape3 = CollisionShape, T, Aabb3, Y>; Sep 21 04:37:52.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `S %= S` Sep 21 04:37:52.278 INFO kablam! | Sep 21 04:37:52.278 INFO kablam! = help: the trait `std::ops::RemAssign` is not implemented for `S` Sep 21 04:37:52.278 INFO kablam! = help: consider adding a `where S: std::ops::RemAssign` bound Sep 21 04:37:52.278 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseNum` for `S` Sep 21 04:37:52.278 INFO kablam! = note: required because of the requirements on the impl of `cgmath::BaseFloat` for `S` Sep 21 04:37:52.278 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:37:52.278 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:37:52.278 INFO kablam! Sep 21 04:37:55.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.88s Sep 21 04:37:55.090 INFO kablam! su: No module specific data is present Sep 21 04:37:56.267 INFO running `"docker" "rm" "-f" "b13cd6f2706b5793303ad7afb07e845d89fd293a0c439d88421c8b0b5e4bad95"` Sep 21 04:37:56.379 INFO blam! b13cd6f2706b5793303ad7afb07e845d89fd293a0c439d88421c8b0b5e4bad95