Sep 17 20:57:05.681 INFO checking ncollide_queries-0.3.2 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:57:05.681 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:57:05.681 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/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 20:57:06.089 INFO blam! 92a8c7979f14ac0dbab1987400bf2b3c312afaebcb0bf8538092172cb62e616b Sep 17 20:57:06.091 INFO running `"docker" "start" "-a" "92a8c7979f14ac0dbab1987400bf2b3c312afaebcb0bf8538092172cb62e616b"` Sep 17 20:57:08.225 INFO kablam! usermod: no changes Sep 17 20:57:08.351 INFO kablam! Checking nalgebra v0.6.0 Sep 17 20:57:17.339 INFO kablam! Checking ncollide_math v0.2.2 Sep 17 20:57:17.917 INFO kablam! Checking ncollide_utils v0.2.6 Sep 17 20:57:19.606 INFO kablam! Checking ncollide_entities v0.4.1 Sep 17 20:57:22.579 INFO kablam! Checking ncollide_queries v0.3.2 (/source) Sep 17 20:57:23.071 INFO kablam! error: unnecessary parentheses around function argument Sep 17 20:57:23.071 INFO kablam! --> geometry/contacts_internal/ball_against_ball.rs:32:17 Sep 17 20:57:23.071 INFO kablam! | Sep 17 20:57:23.071 INFO kablam! 32 | (sum_radius - sqdist.sqrt()))) Sep 17 20:57:23.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 20:57:23.071 INFO kablam! | Sep 17 20:57:23.071 INFO kablam! note: lint level defined here Sep 17 20:57:23.071 INFO kablam! --> lib.rs:4:9 Sep 17 20:57:23.071 INFO kablam! | Sep 17 20:57:23.071 INFO kablam! 4 | #![deny(unused_parens)] Sep 17 20:57:23.071 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 20:57:23.071 INFO kablam! Sep 17 20:57:23.127 INFO kablam! error: unnecessary parentheses around function argument Sep 17 20:57:23.127 INFO kablam! --> geometry/contacts_internal/ball_against_ball.rs:32:17 Sep 17 20:57:23.127 INFO kablam! | Sep 17 20:57:23.127 INFO kablam! 32 | (sum_radius - sqdist.sqrt()))) Sep 17 20:57:23.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 20:57:23.127 INFO kablam! | Sep 17 20:57:23.127 INFO kablam! note: lint level defined here Sep 17 20:57:23.127 INFO kablam! --> lib.rs:4:9 Sep 17 20:57:23.127 INFO kablam! | Sep 17 20:57:23.127 INFO kablam! 4 | #![deny(unused_parens)] Sep 17 20:57:23.127 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 20:57:23.127 INFO kablam! Sep 17 20:57:23.478 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:23.479 INFO kablam! --> ray/mod.rs:32:20 Sep 17 20:57:23.479 INFO kablam! | Sep 17 20:57:23.479 INFO kablam! 32 | pub type Ray3 = Ray>; Sep 17 20:57:23.479 INFO kablam! | ^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:23.479 INFO kablam! | Sep 17 20:57:23.479 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:57:23.479 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:23.479 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 17 20:57:23.479 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:23.479 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:23.479 INFO kablam! Sep 17 20:57:23.479 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:23.479 INFO kablam! --> ray/mod.rs:35:20 Sep 17 20:57:23.479 INFO kablam! | Sep 17 20:57:23.479 INFO kablam! 35 | pub type Ray2 = Ray>; Sep 17 20:57:23.479 INFO kablam! | ^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:23.479 INFO kablam! | Sep 17 20:57:23.479 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:23.479 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 17 20:57:23.479 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:23.479 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:23.479 INFO kablam! Sep 17 20:57:23.479 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:23.479 INFO kablam! --> ray/mod.rs:38:32 Sep 17 20:57:23.479 INFO kablam! | Sep 17 20:57:23.479 INFO kablam! 38 | pub type RayIntersection3 = RayIntersection>; Sep 17 20:57:23.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:23.479 INFO kablam! | Sep 17 20:57:23.479 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:23.479 INFO kablam! = note: required because of the requirements on the impl of `math::Vect` for `na::Vec3` Sep 17 20:57:23.479 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:23.479 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:23.479 INFO kablam! Sep 17 20:57:23.479 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:23.479 INFO kablam! --> ray/mod.rs:41:32 Sep 17 20:57:23.479 INFO kablam! | Sep 17 20:57:23.479 INFO kablam! 41 | pub type RayIntersection2 = RayIntersection>; Sep 17 20:57:23.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:23.479 INFO kablam! | Sep 17 20:57:23.479 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:23.479 INFO kablam! = note: required because of the requirements on the impl of `math::Vect` for `na::Vec2` Sep 17 20:57:23.479 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:23.479 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:23.479 INFO kablam! Sep 17 20:57:23.519 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:23.519 INFO kablam! --> ray/mod.rs:32:20 Sep 17 20:57:23.519 INFO kablam! | Sep 17 20:57:23.519 INFO kablam! 32 | pub type Ray3 = Ray>; Sep 17 20:57:23.519 INFO kablam! | ^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:23.519 INFO kablam! | Sep 17 20:57:23.519 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:57:23.519 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:23.519 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 17 20:57:23.519 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:23.519 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:23.519 INFO kablam! Sep 17 20:57:23.519 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:23.519 INFO kablam! --> ray/mod.rs:35:20 Sep 17 20:57:23.519 INFO kablam! | Sep 17 20:57:23.519 INFO kablam! 35 | pub type Ray2 = Ray>; Sep 17 20:57:23.519 INFO kablam! | ^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:23.519 INFO kablam! | Sep 17 20:57:23.519 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:23.519 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 17 20:57:23.519 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:23.519 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:23.519 INFO kablam! Sep 17 20:57:23.519 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:23.519 INFO kablam! --> ray/mod.rs:38:32 Sep 17 20:57:23.519 INFO kablam! | Sep 17 20:57:23.519 INFO kablam! 38 | pub type RayIntersection3 = RayIntersection>; Sep 17 20:57:23.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:23.519 INFO kablam! | Sep 17 20:57:23.519 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:23.519 INFO kablam! = note: required because of the requirements on the impl of `math::Vect` for `na::Vec3` Sep 17 20:57:23.519 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:23.519 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:23.519 INFO kablam! Sep 17 20:57:23.519 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:23.519 INFO kablam! --> ray/mod.rs:41:32 Sep 17 20:57:23.519 INFO kablam! | Sep 17 20:57:23.519 INFO kablam! 41 | pub type RayIntersection2 = RayIntersection>; Sep 17 20:57:23.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:23.519 INFO kablam! | Sep 17 20:57:23.519 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:23.519 INFO kablam! = note: required because of the requirements on the impl of `math::Vect` for `na::Vec2` Sep 17 20:57:23.519 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:23.519 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:23.520 INFO kablam! Sep 17 20:57:23.858 INFO kablam! error: aborting due to 5 previous errors Sep 17 20:57:23.859 INFO kablam! Sep 17 20:57:23.866 INFO kablam! error: Could not compile `ncollide_queries`. Sep 17 20:57:23.867 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:57:23.902 INFO kablam! error: aborting due to 5 previous errors Sep 17 20:57:23.903 INFO kablam! Sep 17 20:57:23.918 INFO kablam! error: Could not compile `ncollide_queries`. Sep 17 20:57:23.919 INFO kablam! Sep 17 20:57:23.919 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:57:23.919 INFO kablam! su: No module specific data is present Sep 17 20:57:24.624 INFO running `"docker" "rm" "-f" "92a8c7979f14ac0dbab1987400bf2b3c312afaebcb0bf8538092172cb62e616b"` Sep 17 20:57:24.738 INFO blam! 92a8c7979f14ac0dbab1987400bf2b3c312afaebcb0bf8538092172cb62e616b