Sep 04 10:07:48.751 INFO checking ncollide_geometry-0.1.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 10:07:48.751 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 10:07:48.751 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 10:07:48.934 INFO blam! 0668c26eb402da9928e84cec20debc0d5b65fd9b51d736a40dcb792d768adced Sep 04 10:07:48.936 INFO running `"docker" "start" "-a" "0668c26eb402da9928e84cec20debc0d5b65fd9b51d736a40dcb792d768adced"` Sep 04 10:07:49.651 INFO kablam! Checking ncollide_math v0.4.0 Sep 04 10:07:50.825 INFO kablam! Checking ncollide_utils v0.4.0 Sep 04 10:07:53.114 INFO kablam! Checking ncollide_geometry v0.1.1 (file:///source) Sep 04 10:07:54.059 INFO kablam! error: unnecessary parentheses around function argument Sep 04 10:07:54.059 INFO kablam! --> query/contacts_internal/ball_against_ball.rs:32:17 Sep 04 10:07:54.059 INFO kablam! | Sep 04 10:07:54.059 INFO kablam! 32 | (sum_radius - distance_squared.sqrt()))) Sep 04 10:07:54.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 10:07:54.059 INFO kablam! | Sep 04 10:07:54.059 INFO kablam! note: lint level defined here Sep 04 10:07:54.059 INFO kablam! --> lib.rs:4:9 Sep 04 10:07:54.059 INFO kablam! | Sep 04 10:07:54.059 INFO kablam! 4 | #![deny(unused_parens)] Sep 04 10:07:54.059 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 10:07:54.059 INFO kablam! Sep 04 10:07:54.212 INFO kablam! error: unnecessary parentheses around function argument Sep 04 10:07:54.212 INFO kablam! --> query/contacts_internal/ball_against_ball.rs:32:17 Sep 04 10:07:54.212 INFO kablam! | Sep 04 10:07:54.212 INFO kablam! 32 | (sum_radius - distance_squared.sqrt()))) Sep 04 10:07:54.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 10:07:54.212 INFO kablam! | Sep 04 10:07:54.212 INFO kablam! note: lint level defined here Sep 04 10:07:54.212 INFO kablam! --> lib.rs:4:9 Sep 04 10:07:54.213 INFO kablam! | Sep 04 10:07:54.213 INFO kablam! 4 | #![deny(unused_parens)] Sep 04 10:07:54.213 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 10:07:54.213 INFO kablam! Sep 04 10:07:59.570 INFO kablam! warning: unused import: `Iterable` Sep 04 10:07:59.570 INFO kablam! --> shape/cuboid.rs:3:16 Sep 04 10:07:59.570 INFO kablam! | Sep 04 10:07:59.570 INFO kablam! 3 | use na::{self, Iterable, Transform, Rotate}; Sep 04 10:07:59.570 INFO kablam! | ^^^^^^^^ Sep 04 10:07:59.570 INFO kablam! | Sep 04 10:07:59.570 INFO kablam! note: lint level defined here Sep 04 10:07:59.570 INFO kablam! --> lib.rs:9:9 Sep 04 10:07:59.571 INFO kablam! | Sep 04 10:07:59.571 INFO kablam! 9 | #![warn(unused_imports)] Sep 04 10:07:59.571 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 10:07:59.571 INFO kablam! Sep 04 10:07:59.572 INFO kablam! warning: unused import: `Axpy` Sep 04 10:07:59.572 INFO kablam! --> query/algorithms/johnson_simplex.rs:8:10 Sep 04 10:07:59.572 INFO kablam! | Sep 04 10:07:59.572 INFO kablam! 8 | use na::{Axpy, Bounded}; Sep 04 10:07:59.572 INFO kablam! | ^^^^ Sep 04 10:07:59.572 INFO kablam! Sep 04 10:07:59.593 INFO kablam! error: aborting due to previous error Sep 04 10:07:59.594 INFO kablam! Sep 04 10:07:59.602 INFO kablam! error: Could not compile `ncollide_geometry`. Sep 04 10:07:59.602 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 10:08:00.172 INFO kablam! warning: unused import: `Iterable` Sep 04 10:08:00.172 INFO kablam! --> shape/cuboid.rs:3:16 Sep 04 10:08:00.172 INFO kablam! | Sep 04 10:08:00.172 INFO kablam! 3 | use na::{self, Iterable, Transform, Rotate}; Sep 04 10:08:00.172 INFO kablam! | ^^^^^^^^ Sep 04 10:08:00.172 INFO kablam! | Sep 04 10:08:00.172 INFO kablam! note: lint level defined here Sep 04 10:08:00.172 INFO kablam! --> lib.rs:9:9 Sep 04 10:08:00.172 INFO kablam! | Sep 04 10:08:00.172 INFO kablam! 9 | #![warn(unused_imports)] Sep 04 10:08:00.172 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 10:08:00.172 INFO kablam! Sep 04 10:08:00.174 INFO kablam! warning: unused import: `Axpy` Sep 04 10:08:00.174 INFO kablam! --> query/algorithms/johnson_simplex.rs:8:10 Sep 04 10:08:00.174 INFO kablam! | Sep 04 10:08:00.174 INFO kablam! 8 | use na::{Axpy, Bounded}; Sep 04 10:08:00.174 INFO kablam! | ^^^^ Sep 04 10:08:00.174 INFO kablam! Sep 04 10:08:00.204 INFO kablam! error: aborting due to previous error Sep 04 10:08:00.204 INFO kablam! Sep 04 10:08:00.217 INFO kablam! error: Could not compile `ncollide_geometry`. Sep 04 10:08:00.217 INFO kablam! Sep 04 10:08:00.217 INFO kablam! To learn more, run the command again with --verbose. Sep 04 10:08:00.218 INFO kablam! su: No module specific data is present Sep 04 10:08:00.596 INFO running `"docker" "rm" "-f" "0668c26eb402da9928e84cec20debc0d5b65fd9b51d736a40dcb792d768adced"` Sep 04 10:08:00.731 INFO blam! 0668c26eb402da9928e84cec20debc0d5b65fd9b51d736a40dcb792d768adced