Sep 21 06:39:09.938 INFO checking ncollide_queries-0.3.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:39:09.938 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:39:09.938 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 06:39:10.147 INFO blam! e7816f2dd32f668c04a24e25117a8ccce89b8177fe15962582a66082d5211e64 Sep 21 06:39:10.150 INFO running `"docker" "start" "-a" "e7816f2dd32f668c04a24e25117a8ccce89b8177fe15962582a66082d5211e64"` Sep 21 06:39:12.066 INFO kablam! usermod: no changes Sep 21 06:39:12.248 INFO kablam! Checking nalgebra v0.6.0 Sep 21 06:39:20.885 INFO kablam! Checking ncollide_math v0.2.2 Sep 21 06:39:21.426 INFO kablam! Checking ncollide_utils v0.2.6 Sep 21 06:39:22.869 INFO kablam! Checking ncollide_entities v0.4.1 Sep 21 06:39:25.538 INFO kablam! Checking ncollide_queries v0.3.2 (/source) Sep 21 06:39:26.079 INFO kablam! error: unnecessary parentheses around function argument Sep 21 06:39:26.080 INFO kablam! --> geometry/contacts_internal/ball_against_ball.rs:32:17 Sep 21 06:39:26.080 INFO kablam! | Sep 21 06:39:26.080 INFO kablam! 32 | (sum_radius - sqdist.sqrt()))) Sep 21 06:39:26.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 06:39:26.080 INFO kablam! | Sep 21 06:39:26.080 INFO kablam! note: lint level defined here Sep 21 06:39:26.080 INFO kablam! --> lib.rs:4:9 Sep 21 06:39:26.080 INFO kablam! | Sep 21 06:39:26.080 INFO kablam! 4 | #![deny(unused_parens)] Sep 21 06:39:26.080 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 06:39:26.080 INFO kablam! Sep 21 06:39:26.202 INFO kablam! error: unnecessary parentheses around function argument Sep 21 06:39:26.202 INFO kablam! --> geometry/contacts_internal/ball_against_ball.rs:32:17 Sep 21 06:39:26.202 INFO kablam! | Sep 21 06:39:26.202 INFO kablam! 32 | (sum_radius - sqdist.sqrt()))) Sep 21 06:39:26.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 06:39:26.202 INFO kablam! | Sep 21 06:39:26.202 INFO kablam! note: lint level defined here Sep 21 06:39:26.202 INFO kablam! --> lib.rs:4:9 Sep 21 06:39:26.202 INFO kablam! | Sep 21 06:39:26.202 INFO kablam! 4 | #![deny(unused_parens)] Sep 21 06:39:26.202 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 06:39:26.202 INFO kablam! Sep 21 06:39:26.466 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:26.466 INFO kablam! --> ray/mod.rs:32:20 Sep 21 06:39:26.466 INFO kablam! | Sep 21 06:39:26.466 INFO kablam! 32 | pub type Ray3 = Ray>; Sep 21 06:39:26.466 INFO kablam! | ^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:26.466 INFO kablam! | Sep 21 06:39:26.466 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:39:26.466 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:26.466 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 21 06:39:26.466 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:26.466 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:26.466 INFO kablam! Sep 21 06:39:26.466 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:26.467 INFO kablam! --> ray/mod.rs:35:20 Sep 21 06:39:26.467 INFO kablam! | Sep 21 06:39:26.467 INFO kablam! 35 | pub type Ray2 = Ray>; Sep 21 06:39:26.467 INFO kablam! | ^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:26.467 INFO kablam! | Sep 21 06:39:26.467 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:26.467 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 21 06:39:26.467 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:26.467 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:26.467 INFO kablam! Sep 21 06:39:26.467 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:26.467 INFO kablam! --> ray/mod.rs:38:32 Sep 21 06:39:26.467 INFO kablam! | Sep 21 06:39:26.467 INFO kablam! 38 | pub type RayIntersection3 = RayIntersection>; Sep 21 06:39:26.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:26.467 INFO kablam! | Sep 21 06:39:26.467 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:26.467 INFO kablam! = note: required because of the requirements on the impl of `math::Vect` for `na::Vec3` Sep 21 06:39:26.467 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:26.467 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:26.467 INFO kablam! Sep 21 06:39:26.467 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:26.467 INFO kablam! --> ray/mod.rs:41:32 Sep 21 06:39:26.467 INFO kablam! | Sep 21 06:39:26.467 INFO kablam! 41 | pub type RayIntersection2 = RayIntersection>; Sep 21 06:39:26.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:26.467 INFO kablam! | Sep 21 06:39:26.467 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:26.467 INFO kablam! = note: required because of the requirements on the impl of `math::Vect` for `na::Vec2` Sep 21 06:39:26.467 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:26.467 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:26.467 INFO kablam! Sep 21 06:39:26.562 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:26.562 INFO kablam! --> ray/mod.rs:32:20 Sep 21 06:39:26.562 INFO kablam! | Sep 21 06:39:26.562 INFO kablam! 32 | pub type Ray3 = Ray>; Sep 21 06:39:26.562 INFO kablam! | ^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:26.563 INFO kablam! | Sep 21 06:39:26.563 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:39:26.563 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:26.563 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt3` Sep 21 06:39:26.563 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:26.563 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:26.563 INFO kablam! Sep 21 06:39:26.563 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:26.563 INFO kablam! --> ray/mod.rs:35:20 Sep 21 06:39:26.563 INFO kablam! | Sep 21 06:39:26.563 INFO kablam! 35 | pub type Ray2 = Ray>; Sep 21 06:39:26.563 INFO kablam! | ^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:26.563 INFO kablam! | Sep 21 06:39:26.563 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:26.563 INFO kablam! = note: required because of the requirements on the impl of `math::Point` for `na::Pnt2` Sep 21 06:39:26.563 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:26.563 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:26.564 INFO kablam! Sep 21 06:39:26.564 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:26.564 INFO kablam! --> ray/mod.rs:38:32 Sep 21 06:39:26.564 INFO kablam! | Sep 21 06:39:26.564 INFO kablam! 38 | pub type RayIntersection3 = RayIntersection>; Sep 21 06:39:26.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:26.564 INFO kablam! | Sep 21 06:39:26.564 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:26.564 INFO kablam! = note: required because of the requirements on the impl of `math::Vect` for `na::Vec3` Sep 21 06:39:26.564 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:26.564 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:26.564 INFO kablam! Sep 21 06:39:26.564 INFO kablam! warning: the trait bound `N: math::Scalar` is not satisfied Sep 21 06:39:26.564 INFO kablam! --> ray/mod.rs:41:32 Sep 21 06:39:26.564 INFO kablam! | Sep 21 06:39:26.565 INFO kablam! 41 | pub type RayIntersection2 = RayIntersection>; Sep 21 06:39:26.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `math::Scalar` is not implemented for `N` Sep 21 06:39:26.565 INFO kablam! | Sep 21 06:39:26.565 INFO kablam! = help: consider adding a `where N: math::Scalar` bound Sep 21 06:39:26.566 INFO kablam! = note: required because of the requirements on the impl of `math::Vect` for `na::Vec2` Sep 21 06:39:26.566 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:39:26.566 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:39:26.566 INFO kablam! Sep 21 06:39:28.775 INFO kablam! warning: unused import: `Axpy` Sep 21 06:39:28.775 INFO kablam! --> geometry/algorithms/johnson_simplex.rs:8:10 Sep 21 06:39:28.775 INFO kablam! | Sep 21 06:39:28.775 INFO kablam! 8 | use na::{Axpy, Bounded}; Sep 21 06:39:28.775 INFO kablam! | ^^^^ Sep 21 06:39:28.775 INFO kablam! | Sep 21 06:39:28.775 INFO kablam! note: lint level defined here Sep 21 06:39:28.775 INFO kablam! --> lib.rs:9:9 Sep 21 06:39:28.775 INFO kablam! | Sep 21 06:39:28.775 INFO kablam! 9 | #![warn(unused_imports)] Sep 21 06:39:28.775 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:39:28.775 INFO kablam! Sep 21 06:39:28.789 INFO kablam! error: aborting due to previous error Sep 21 06:39:28.790 INFO kablam! Sep 21 06:39:28.794 INFO kablam! error: Could not compile `ncollide_queries`. Sep 21 06:39:28.794 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 06:39:28.891 INFO kablam! warning: unused import: `Axpy` Sep 21 06:39:28.891 INFO kablam! --> geometry/algorithms/johnson_simplex.rs:8:10 Sep 21 06:39:28.891 INFO kablam! | Sep 21 06:39:28.891 INFO kablam! 8 | use na::{Axpy, Bounded}; Sep 21 06:39:28.891 INFO kablam! | ^^^^ Sep 21 06:39:28.891 INFO kablam! | Sep 21 06:39:28.891 INFO kablam! note: lint level defined here Sep 21 06:39:28.891 INFO kablam! --> lib.rs:9:9 Sep 21 06:39:28.891 INFO kablam! | Sep 21 06:39:28.891 INFO kablam! 9 | #![warn(unused_imports)] Sep 21 06:39:28.891 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:39:28.891 INFO kablam! Sep 21 06:39:28.905 INFO kablam! error: aborting due to previous error Sep 21 06:39:28.905 INFO kablam! Sep 21 06:39:28.915 INFO kablam! error: Could not compile `ncollide_queries`. Sep 21 06:39:28.915 INFO kablam! Sep 21 06:39:28.915 INFO kablam! To learn more, run the command again with --verbose. Sep 21 06:39:28.917 INFO kablam! su: No module specific data is present Sep 21 06:39:29.601 INFO running `"docker" "rm" "-f" "e7816f2dd32f668c04a24e25117a8ccce89b8177fe15962582a66082d5211e64"` Sep 21 06:39:29.683 INFO blam! e7816f2dd32f668c04a24e25117a8ccce89b8177fe15962582a66082d5211e64