Sep 17 20:57:00.476 INFO checking ncollide_queries-0.4.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:57:00.476 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:57:00.476 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 20:57:00.895 INFO blam! d93c94af167112b6435045ccaffc105336a5fda3610f1f4fdb604adebe256b06 Sep 17 20:57:00.897 INFO running `"docker" "start" "-a" "d93c94af167112b6435045ccaffc105336a5fda3610f1f4fdb604adebe256b06"` Sep 17 20:57:02.415 INFO kablam! usermod: no changes Sep 17 20:57:02.536 INFO kablam! Checking nalgebra v0.8.2 Sep 17 20:57:13.559 INFO kablam! Checking ncollide_math v0.3.0 Sep 17 20:57:14.109 INFO kablam! Checking ncollide_utils v0.3.0 Sep 17 20:57:15.702 INFO kablam! Checking ncollide_entities v0.5.0 Sep 17 20:57:19.079 INFO kablam! Checking ncollide_queries v0.4.0 (/source) Sep 17 20:57:19.932 INFO kablam! error: unnecessary parentheses around function argument Sep 17 20:57:19.932 INFO kablam! --> geometry/contacts_internal/ball_against_ball.rs:32:17 Sep 17 20:57:19.932 INFO kablam! | Sep 17 20:57:19.932 INFO kablam! 32 | (sum_radius - distance_squared.sqrt()))) Sep 17 20:57:19.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 20:57:19.932 INFO kablam! | Sep 17 20:57:19.932 INFO kablam! note: lint level defined here Sep 17 20:57:19.932 INFO kablam! --> lib.rs:4:9 Sep 17 20:57:19.932 INFO kablam! | Sep 17 20:57:19.932 INFO kablam! 4 | #![deny(unused_parens)] Sep 17 20:57:19.932 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 20:57:19.932 INFO kablam! Sep 17 20:57:20.023 INFO kablam! error: unnecessary parentheses around function argument Sep 17 20:57:20.023 INFO kablam! --> geometry/contacts_internal/ball_against_ball.rs:32:17 Sep 17 20:57:20.023 INFO kablam! | Sep 17 20:57:20.023 INFO kablam! 32 | (sum_radius - distance_squared.sqrt()))) Sep 17 20:57:20.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 20:57:20.023 INFO kablam! | Sep 17 20:57:20.023 INFO kablam! note: lint level defined here Sep 17 20:57:20.023 INFO kablam! --> lib.rs:4:9 Sep 17 20:57:20.023 INFO kablam! | Sep 17 20:57:20.023 INFO kablam! 4 | #![deny(unused_parens)] Sep 17 20:57:20.023 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 20:57:20.023 INFO kablam! Sep 17 20:57:20.511 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:20.511 INFO kablam! --> ray/mod.rs:32:20 Sep 17 20:57:20.511 INFO kablam! | Sep 17 20:57:20.511 INFO kablam! 32 | pub type Ray3 = Ray>; Sep 17 20:57:20.511 INFO kablam! | ^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:20.511 INFO kablam! | Sep 17 20:57:20.511 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:57:20.511 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:20.511 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:20.511 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:20.511 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:20.511 INFO kablam! Sep 17 20:57:20.511 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:20.511 INFO kablam! --> ray/mod.rs:35:20 Sep 17 20:57:20.511 INFO kablam! | Sep 17 20:57:20.511 INFO kablam! 35 | pub type Ray2 = Ray>; Sep 17 20:57:20.511 INFO kablam! | ^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:20.511 INFO kablam! | Sep 17 20:57:20.511 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:20.511 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:20.511 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:20.511 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:20.511 INFO kablam! Sep 17 20:57:20.511 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:20.511 INFO kablam! --> ray/mod.rs:38:32 Sep 17 20:57:20.511 INFO kablam! | Sep 17 20:57:20.511 INFO kablam! 38 | pub type RayIntersection3 = RayIntersection>; Sep 17 20:57:20.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:20.511 INFO kablam! | Sep 17 20:57:20.515 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:20.515 INFO kablam! = note: required because of the requirements on the impl of `math::Vector` for `na::Vector3` Sep 17 20:57:20.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:20.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:20.515 INFO kablam! Sep 17 20:57:20.515 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:20.515 INFO kablam! --> ray/mod.rs:41:32 Sep 17 20:57:20.515 INFO kablam! | Sep 17 20:57:20.515 INFO kablam! 41 | pub type RayIntersection2 = RayIntersection>; Sep 17 20:57:20.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:20.515 INFO kablam! | Sep 17 20:57:20.515 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:20.515 INFO kablam! = note: required because of the requirements on the impl of `math::Vector` for `na::Vector2` Sep 17 20:57:20.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:20.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:20.515 INFO kablam! Sep 17 20:57:20.639 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:20.639 INFO kablam! --> ray/mod.rs:32:20 Sep 17 20:57:20.639 INFO kablam! | Sep 17 20:57:20.639 INFO kablam! 32 | pub type Ray3 = Ray>; Sep 17 20:57:20.639 INFO kablam! | ^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:20.639 INFO kablam! | Sep 17 20:57:20.639 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:57:20.639 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:20.639 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 17 20:57:20.639 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:20.639 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:20.639 INFO kablam! Sep 17 20:57:20.639 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:20.639 INFO kablam! --> ray/mod.rs:35:20 Sep 17 20:57:20.639 INFO kablam! | Sep 17 20:57:20.639 INFO kablam! 35 | pub type Ray2 = Ray>; Sep 17 20:57:20.639 INFO kablam! | ^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:20.639 INFO kablam! | Sep 17 20:57:20.639 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:20.639 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 17 20:57:20.639 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:20.639 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:20.639 INFO kablam! Sep 17 20:57:20.639 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:20.639 INFO kablam! --> ray/mod.rs:38:32 Sep 17 20:57:20.639 INFO kablam! | Sep 17 20:57:20.639 INFO kablam! 38 | pub type RayIntersection3 = RayIntersection>; Sep 17 20:57:20.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:20.639 INFO kablam! | Sep 17 20:57:20.639 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:20.639 INFO kablam! = note: required because of the requirements on the impl of `math::Vector` for `na::Vector3` Sep 17 20:57:20.639 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:20.639 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:20.639 INFO kablam! Sep 17 20:57:20.640 INFO kablam! error: the trait bound `N: math::Scalar` is not satisfied Sep 17 20:57:20.640 INFO kablam! --> ray/mod.rs:41:32 Sep 17 20:57:20.640 INFO kablam! | Sep 17 20:57:20.640 INFO kablam! 41 | pub type RayIntersection2 = RayIntersection>; Sep 17 20:57:20.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 17 20:57:20.640 INFO kablam! | Sep 17 20:57:20.640 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 17 20:57:20.640 INFO kablam! = note: required because of the requirements on the impl of `math::Vector` for `na::Vector2` Sep 17 20:57:20.640 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:57:20.640 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:57:20.640 INFO kablam! Sep 17 20:57:20.955 INFO kablam! error: aborting due to 5 previous errors Sep 17 20:57:20.955 INFO kablam! Sep 17 20:57:20.960 INFO kablam! error: Could not compile `ncollide_queries`. Sep 17 20:57:20.960 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:57:21.095 INFO kablam! error: aborting due to 5 previous errors Sep 17 20:57:21.095 INFO kablam! Sep 17 20:57:21.103 INFO kablam! error: Could not compile `ncollide_queries`. Sep 17 20:57:21.104 INFO kablam! Sep 17 20:57:21.104 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:57:21.104 INFO kablam! su: No module specific data is present Sep 17 20:57:21.738 INFO running `"docker" "rm" "-f" "d93c94af167112b6435045ccaffc105336a5fda3610f1f4fdb604adebe256b06"` Sep 17 20:57:21.841 INFO blam! d93c94af167112b6435045ccaffc105336a5fda3610f1f4fdb604adebe256b06