Sep 21 06:39:05.960 INFO checking ncollide_queries-0.4.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:39:05.960 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:39:05.960 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/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 06:39:06.176 INFO blam! 0516d4c0c5bcd0d04bc4c774d49e87df59cc8697846603445cb461e411c8d041 Sep 21 06:39:06.178 INFO running `"docker" "start" "-a" "0516d4c0c5bcd0d04bc4c774d49e87df59cc8697846603445cb461e411c8d041"` Sep 21 06:39:07.751 INFO kablam! usermod: no changes Sep 21 06:39:07.858 INFO kablam! Checking nalgebra v0.8.2 Sep 21 06:39:18.126 INFO kablam! Checking ncollide_math v0.3.0 Sep 21 06:39:18.707 INFO kablam! Checking ncollide_utils v0.3.0 Sep 21 06:39:20.262 INFO kablam! Checking ncollide_entities v0.5.0 Sep 21 06:39:23.188 INFO kablam! Checking ncollide_queries v0.4.0 (/source) Sep 21 06:39:23.649 INFO kablam! error: unnecessary parentheses around function argument Sep 21 06:39:23.649 INFO kablam! --> geometry/contacts_internal/ball_against_ball.rs:32:17 Sep 21 06:39:23.649 INFO kablam! | Sep 21 06:39:23.649 INFO kablam! 32 | (sum_radius - distance_squared.sqrt()))) Sep 21 06:39:23.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 06:39:23.650 INFO kablam! | Sep 21 06:39:23.650 INFO kablam! note: lint level defined here Sep 21 06:39:23.650 INFO kablam! --> lib.rs:4:9 Sep 21 06:39:23.650 INFO kablam! | Sep 21 06:39:23.650 INFO kablam! 4 | #![deny(unused_parens)] Sep 21 06:39:23.650 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 06:39:23.650 INFO kablam! Sep 21 06:39:23.706 INFO kablam! error: unnecessary parentheses around function argument Sep 21 06:39:23.706 INFO kablam! --> geometry/contacts_internal/ball_against_ball.rs:32:17 Sep 21 06:39:23.706 INFO kablam! | Sep 21 06:39:23.706 INFO kablam! 32 | (sum_radius - distance_squared.sqrt()))) Sep 21 06:39:23.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 06:39:23.706 INFO kablam! | Sep 21 06:39:23.706 INFO kablam! note: lint level defined here Sep 21 06:39:23.706 INFO kablam! --> lib.rs:4:9 Sep 21 06:39:23.706 INFO kablam! | Sep 21 06:39:23.706 INFO kablam! 4 | #![deny(unused_parens)] Sep 21 06:39:23.706 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 06:39:23.706 INFO kablam! Sep 21 06:39:24.120 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:24.120 INFO kablam! --> ray/mod.rs:32:20 Sep 21 06:39:24.121 INFO kablam! | Sep 21 06:39:24.121 INFO kablam! 32 | pub type Ray3 = Ray>; Sep 21 06:39:24.122 INFO kablam! | ^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:24.122 INFO kablam! | Sep 21 06:39:24.123 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:39:24.129 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:24.129 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 21 06:39:24.129 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:24.129 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:24.129 INFO kablam! Sep 21 06:39:24.129 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:24.129 INFO kablam! --> ray/mod.rs:35:20 Sep 21 06:39:24.130 INFO kablam! | Sep 21 06:39:24.130 INFO kablam! 35 | pub type Ray2 = Ray>; Sep 21 06:39:24.130 INFO kablam! | ^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:24.130 INFO kablam! | Sep 21 06:39:24.130 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:24.130 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 21 06:39:24.130 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:24.130 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:24.130 INFO kablam! Sep 21 06:39:24.130 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:24.130 INFO kablam! --> ray/mod.rs:38:32 Sep 21 06:39:24.130 INFO kablam! | Sep 21 06:39:24.130 INFO kablam! 38 | pub type RayIntersection3 = RayIntersection>; Sep 21 06:39:24.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:24.130 INFO kablam! | Sep 21 06:39:24.130 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:24.130 INFO kablam! = note: required because of the requirements on the impl of `math::Vector` for `na::Vector3` Sep 21 06:39:24.130 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:24.130 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:24.130 INFO kablam! Sep 21 06:39:24.131 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:24.131 INFO kablam! --> ray/mod.rs:41:32 Sep 21 06:39:24.131 INFO kablam! | Sep 21 06:39:24.131 INFO kablam! 41 | pub type RayIntersection2 = RayIntersection>; Sep 21 06:39:24.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:24.131 INFO kablam! | Sep 21 06:39:24.131 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:24.131 INFO kablam! = note: required because of the requirements on the impl of `math::Vector` for `na::Vector2` Sep 21 06:39:24.131 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:24.131 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:24.131 INFO kablam! Sep 21 06:39:24.278 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:24.278 INFO kablam! --> ray/mod.rs:32:20 Sep 21 06:39:24.278 INFO kablam! | Sep 21 06:39:24.278 INFO kablam! 32 | pub type Ray3 = Ray>; Sep 21 06:39:24.279 INFO kablam! | ^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:24.279 INFO kablam! | Sep 21 06:39:24.279 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:39:24.279 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:24.279 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point3` Sep 21 06:39:24.279 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:24.280 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:24.280 INFO kablam! Sep 21 06:39:24.280 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:24.280 INFO kablam! --> ray/mod.rs:35:20 Sep 21 06:39:24.280 INFO kablam! | Sep 21 06:39:24.280 INFO kablam! 35 | pub type Ray2 = Ray>; Sep 21 06:39:24.281 INFO kablam! | ^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:24.281 INFO kablam! | Sep 21 06:39:24.281 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:24.281 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Point2` Sep 21 06:39:24.281 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:24.281 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:24.282 INFO kablam! Sep 21 06:39:24.282 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:24.282 INFO kablam! --> ray/mod.rs:38:32 Sep 21 06:39:24.282 INFO kablam! | Sep 21 06:39:24.282 INFO kablam! 38 | pub type RayIntersection3 = RayIntersection>; Sep 21 06:39:24.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:24.282 INFO kablam! | Sep 21 06:39:24.282 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:24.282 INFO kablam! = note: required because of the requirements on the impl of `math::Vector` for `na::Vector3` Sep 21 06:39:24.282 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:24.282 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:24.282 INFO kablam! Sep 21 06:39:24.282 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:24.282 INFO kablam! --> ray/mod.rs:41:32 Sep 21 06:39:24.282 INFO kablam! | Sep 21 06:39:24.282 INFO kablam! 41 | pub type RayIntersection2 = RayIntersection>; Sep 21 06:39:24.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:24.283 INFO kablam! | Sep 21 06:39:24.283 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:24.283 INFO kablam! = note: required because of the requirements on the impl of `math::Vector` for `na::Vector2` Sep 21 06:39:24.283 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:24.283 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:24.283 INFO kablam! Sep 21 06:39:26.838 INFO kablam! warning: unused import: `Axpy` Sep 21 06:39:26.838 INFO kablam! --> geometry/algorithms/johnson_simplex.rs:8:10 Sep 21 06:39:26.838 INFO kablam! | Sep 21 06:39:26.838 INFO kablam! 8 | use na::{Axpy, Bounded}; Sep 21 06:39:26.838 INFO kablam! | ^^^^ Sep 21 06:39:26.838 INFO kablam! | Sep 21 06:39:26.838 INFO kablam! note: lint level defined here Sep 21 06:39:26.839 INFO kablam! --> lib.rs:9:9 Sep 21 06:39:26.839 INFO kablam! | Sep 21 06:39:26.839 INFO kablam! 9 | #![warn(unused_imports)] Sep 21 06:39:26.839 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:39:26.839 INFO kablam! Sep 21 06:39:26.854 INFO kablam! error: aborting due to previous error Sep 21 06:39:26.854 INFO kablam! Sep 21 06:39:26.863 INFO kablam! error: Could not compile `ncollide_queries`. Sep 21 06:39:26.863 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 06:39:27.086 INFO kablam! warning: unused import: `Axpy` Sep 21 06:39:27.086 INFO kablam! --> geometry/algorithms/johnson_simplex.rs:8:10 Sep 21 06:39:27.086 INFO kablam! | Sep 21 06:39:27.086 INFO kablam! 8 | use na::{Axpy, Bounded}; Sep 21 06:39:27.086 INFO kablam! | ^^^^ Sep 21 06:39:27.086 INFO kablam! | Sep 21 06:39:27.086 INFO kablam! note: lint level defined here Sep 21 06:39:27.086 INFO kablam! --> lib.rs:9:9 Sep 21 06:39:27.086 INFO kablam! | Sep 21 06:39:27.086 INFO kablam! 9 | #![warn(unused_imports)] Sep 21 06:39:27.086 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:39:27.086 INFO kablam! Sep 21 06:39:27.092 INFO kablam! error: aborting due to previous error Sep 21 06:39:27.092 INFO kablam! Sep 21 06:39:27.103 INFO kablam! error: Could not compile `ncollide_queries`. Sep 21 06:39:27.103 INFO kablam! Sep 21 06:39:27.103 INFO kablam! To learn more, run the command again with --verbose. Sep 21 06:39:27.104 INFO kablam! su: No module specific data is present Sep 21 06:39:27.760 INFO running `"docker" "rm" "-f" "0516d4c0c5bcd0d04bc4c774d49e87df59cc8697846603445cb461e411c8d041"` Sep 21 06:39:27.832 INFO blam! 0516d4c0c5bcd0d04bc4c774d49e87df59cc8697846603445cb461e411c8d041