Sep 01 08:54:48.291 INFO checking rsmath-0.1.6 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 08:54:48.291 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 08:54:48.291 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 08:54:48.523 INFO blam! 14db642e3abc5c11261db0aeb18c53b616412f801e5657b7c73580f48e6c4654 Sep 01 08:54:48.526 INFO running `"docker" "start" "-a" "14db642e3abc5c11261db0aeb18c53b616412f801e5657b7c73580f48e6c4654"` Sep 01 08:54:49.413 INFO kablam! Checking rsmath v0.1.6 (file:///source) Sep 01 08:54:50.395 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 08:54:50.395 INFO kablam! --> src/linspace/point.rs:113:29 Sep 01 08:54:50.395 INFO kablam! | Sep 01 08:54:50.395 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 01 08:54:50.395 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 08:54:50.396 INFO kablam! | Sep 01 08:54:50.396 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 08:54:50.396 INFO kablam! Sep 01 08:54:50.396 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 08:54:50.396 INFO kablam! --> src/linspace/point.rs:114:29 Sep 01 08:54:50.396 INFO kablam! | Sep 01 08:54:50.396 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 01 08:54:50.396 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 08:54:50.396 INFO kablam! Sep 01 08:54:50.396 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 08:54:50.396 INFO kablam! --> src/linspace/point.rs:115:29 Sep 01 08:54:50.397 INFO kablam! | Sep 01 08:54:50.397 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 01 08:54:50.397 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 08:54:50.397 INFO kablam! Sep 01 08:54:50.609 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 08:54:50.610 INFO kablam! --> src/linspace/point.rs:113:29 Sep 01 08:54:50.610 INFO kablam! | Sep 01 08:54:50.610 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 01 08:54:50.610 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 08:54:50.610 INFO kablam! | Sep 01 08:54:50.610 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 08:54:50.610 INFO kablam! Sep 01 08:54:50.610 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 08:54:50.610 INFO kablam! --> src/linspace/point.rs:114:29 Sep 01 08:54:50.610 INFO kablam! | Sep 01 08:54:50.610 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 01 08:54:50.610 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 08:54:50.610 INFO kablam! Sep 01 08:54:50.610 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 08:54:50.610 INFO kablam! --> src/linspace/point.rs:115:29 Sep 01 08:54:50.610 INFO kablam! | Sep 01 08:54:50.610 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 01 08:54:50.610 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 08:54:50.610 INFO kablam! Sep 01 08:54:53.322 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 01 08:54:53.322 INFO kablam! --> benches/matrix.rs:1:1 Sep 01 08:54:53.322 INFO kablam! | Sep 01 08:54:53.322 INFO kablam! 1 | extern crate test; Sep 01 08:54:53.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 08:54:53.322 INFO kablam! | Sep 01 08:54:53.322 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 01 08:54:53.322 INFO kablam! Sep 01 08:54:53.322 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 01 08:54:53.323 INFO kablam! --> benches/matrix.rs:8:9 Sep 01 08:54:53.323 INFO kablam! | Sep 01 08:54:53.323 INFO kablam! 8 | use test::Bencher; Sep 01 08:54:53.323 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 08:54:53.323 INFO kablam! | Sep 01 08:54:53.323 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 01 08:54:53.323 INFO kablam! Sep 01 08:54:53.323 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 01 08:54:53.323 INFO kablam! --> benches/matrix.rs:11:36 Sep 01 08:54:53.323 INFO kablam! | Sep 01 08:54:53.323 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 01 08:54:53.323 INFO kablam! | ^^^^^^^ Sep 01 08:54:53.323 INFO kablam! | Sep 01 08:54:53.323 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 01 08:54:53.323 INFO kablam! Sep 01 08:54:53.391 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 01 08:54:53.392 INFO kablam! --> benches/matrix.rs:13:4 Sep 01 08:54:53.392 INFO kablam! | Sep 01 08:54:53.392 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 01 08:54:53.392 INFO kablam! | ^^^^ Sep 01 08:54:53.392 INFO kablam! | Sep 01 08:54:53.392 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 01 08:54:53.392 INFO kablam! Sep 01 08:54:53.430 INFO kablam! error: aborting due to 4 previous errors Sep 01 08:54:53.430 INFO kablam! Sep 01 08:54:53.430 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 08:54:53.438 INFO kablam! error: Could not compile `rsmath`. Sep 01 08:54:53.438 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:54:55.264 INFO kablam! error: build failed Sep 01 08:54:55.266 INFO kablam! su: No module specific data is present Sep 01 08:54:55.799 INFO running `"docker" "rm" "-f" "14db642e3abc5c11261db0aeb18c53b616412f801e5657b7c73580f48e6c4654"` Sep 01 08:54:55.947 INFO blam! 14db642e3abc5c11261db0aeb18c53b616412f801e5657b7c73580f48e6c4654