Sep 21 06:39:09.461 INFO checking ncollide_queries-0.4.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 06:39:09.461 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 06:39:09.461 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:09.686 INFO blam! 894cb259dcd2c71790c610d1833e0e5df9eca54b58a8540f96108d6b3ce15a71 Sep 21 06:39:09.688 INFO running `"docker" "start" "-a" "894cb259dcd2c71790c610d1833e0e5df9eca54b58a8540f96108d6b3ce15a71"` Sep 21 06:39:10.730 INFO kablam! usermod: no changes Sep 21 06:39:10.812 INFO kablam! Checking nalgebra v0.8.2 Sep 21 06:39:20.724 INFO kablam! Checking ncollide_math v0.3.0 Sep 21 06:39:21.218 INFO kablam! Checking ncollide_utils v0.3.0 Sep 21 06:39:22.653 INFO kablam! Checking ncollide_entities v0.5.0 Sep 21 06:39:25.258 INFO kablam! Checking ncollide_queries v0.4.0 (/source) Sep 21 06:39:25.992 INFO kablam! error: unnecessary parentheses around function argument Sep 21 06:39:25.992 INFO kablam! --> geometry/contacts_internal/ball_against_ball.rs:32:17 Sep 21 06:39:25.992 INFO kablam! | Sep 21 06:39:25.992 INFO kablam! 32 | (sum_radius - distance_squared.sqrt()))) Sep 21 06:39:25.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 06:39:25.992 INFO kablam! | Sep 21 06:39:25.992 INFO kablam! note: lint level defined here Sep 21 06:39:25.992 INFO kablam! --> lib.rs:4:9 Sep 21 06:39:25.992 INFO kablam! | Sep 21 06:39:25.992 INFO kablam! 4 | #![deny(unused_parens)] Sep 21 06:39:25.992 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 06:39:25.992 INFO kablam! Sep 21 06:39:26.026 INFO kablam! error: unnecessary parentheses around function argument Sep 21 06:39:26.026 INFO kablam! --> geometry/contacts_internal/ball_against_ball.rs:32:17 Sep 21 06:39:26.026 INFO kablam! | Sep 21 06:39:26.026 INFO kablam! 32 | (sum_radius - distance_squared.sqrt()))) Sep 21 06:39:26.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 06:39:26.026 INFO kablam! | Sep 21 06:39:26.026 INFO kablam! note: lint level defined here Sep 21 06:39:26.026 INFO kablam! --> lib.rs:4:9 Sep 21 06:39:26.026 INFO kablam! | Sep 21 06:39:26.026 INFO kablam! 4 | #![deny(unused_parens)] Sep 21 06:39:26.026 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 06:39:26.026 INFO kablam! Sep 21 06:39:28.884 INFO kablam! warning: unused import: `Axpy` Sep 21 06:39:28.884 INFO kablam! --> geometry/algorithms/johnson_simplex.rs:8:10 Sep 21 06:39:28.884 INFO kablam! | Sep 21 06:39:28.884 INFO kablam! 8 | use na::{Axpy, Bounded}; Sep 21 06:39:28.884 INFO kablam! | ^^^^ Sep 21 06:39:28.884 INFO kablam! | Sep 21 06:39:28.884 INFO kablam! note: lint level defined here Sep 21 06:39:28.884 INFO kablam! --> lib.rs:9:9 Sep 21 06:39:28.884 INFO kablam! | Sep 21 06:39:28.884 INFO kablam! 9 | #![warn(unused_imports)] Sep 21 06:39:28.884 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:39:28.884 INFO kablam! Sep 21 06:39:28.894 INFO kablam! error: aborting due to previous error Sep 21 06:39:28.894 INFO kablam! Sep 21 06:39:28.902 INFO kablam! error: Could not compile `ncollide_queries`. Sep 21 06:39:28.902 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 06:39:29.038 INFO kablam! warning: unused import: `Axpy` Sep 21 06:39:29.038 INFO kablam! --> geometry/algorithms/johnson_simplex.rs:8:10 Sep 21 06:39:29.038 INFO kablam! | Sep 21 06:39:29.038 INFO kablam! 8 | use na::{Axpy, Bounded}; Sep 21 06:39:29.038 INFO kablam! | ^^^^ Sep 21 06:39:29.038 INFO kablam! | Sep 21 06:39:29.038 INFO kablam! note: lint level defined here Sep 21 06:39:29.038 INFO kablam! --> lib.rs:9:9 Sep 21 06:39:29.038 INFO kablam! | Sep 21 06:39:29.038 INFO kablam! 9 | #![warn(unused_imports)] Sep 21 06:39:29.038 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:39:29.038 INFO kablam! Sep 21 06:39:29.050 INFO kablam! error: aborting due to previous error Sep 21 06:39:29.050 INFO kablam! Sep 21 06:39:29.057 INFO kablam! error: Could not compile `ncollide_queries`. Sep 21 06:39:29.057 INFO kablam! Sep 21 06:39:29.057 INFO kablam! To learn more, run the command again with --verbose. Sep 21 06:39:29.059 INFO kablam! su: No module specific data is present Sep 21 06:39:29.647 INFO running `"docker" "rm" "-f" "894cb259dcd2c71790c610d1833e0e5df9eca54b58a8540f96108d6b3ce15a71"` Sep 21 06:39:29.733 INFO blam! 894cb259dcd2c71790c610d1833e0e5df9eca54b58a8540f96108d6b3ce15a71