Sep 04 05:38:31.622 INFO checking rsmath-0.1.6 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 05:38:31.622 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 05:38:31.622 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 05:38:31.891 INFO blam! 33b689790e31bcf5073bb42aebff106b2c3d9c11bd0f58f88a74e28cd0be0274 Sep 04 05:38:31.893 INFO running `"docker" "start" "-a" "33b689790e31bcf5073bb42aebff106b2c3d9c11bd0f58f88a74e28cd0be0274"` Sep 04 05:38:32.838 INFO kablam! Checking rsmath v0.1.6 (file:///source) Sep 04 05:38:33.886 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:38:33.886 INFO kablam! --> src/linspace/point.rs:113:29 Sep 04 05:38:33.886 INFO kablam! | Sep 04 05:38:33.886 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 04 05:38:33.886 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 05:38:33.886 INFO kablam! | Sep 04 05:38:33.887 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 05:38:33.887 INFO kablam! Sep 04 05:38:33.887 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:38:33.887 INFO kablam! --> src/linspace/point.rs:114:29 Sep 04 05:38:33.887 INFO kablam! | Sep 04 05:38:33.887 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 04 05:38:33.887 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 05:38:33.887 INFO kablam! Sep 04 05:38:33.887 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:38:33.887 INFO kablam! --> src/linspace/point.rs:115:29 Sep 04 05:38:33.887 INFO kablam! | Sep 04 05:38:33.887 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 04 05:38:33.887 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 05:38:33.887 INFO kablam! Sep 04 05:38:33.987 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:38:33.987 INFO kablam! --> src/linspace/point.rs:113:29 Sep 04 05:38:33.987 INFO kablam! | Sep 04 05:38:33.987 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 04 05:38:33.987 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 05:38:33.987 INFO kablam! | Sep 04 05:38:33.987 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 05:38:33.987 INFO kablam! Sep 04 05:38:33.988 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:38:33.988 INFO kablam! --> src/linspace/point.rs:114:29 Sep 04 05:38:33.988 INFO kablam! | Sep 04 05:38:33.988 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 04 05:38:33.988 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 05:38:33.988 INFO kablam! Sep 04 05:38:33.988 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:38:33.988 INFO kablam! --> src/linspace/point.rs:115:29 Sep 04 05:38:33.988 INFO kablam! | Sep 04 05:38:33.988 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 04 05:38:33.988 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 05:38:33.989 INFO kablam! Sep 04 05:38:36.760 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 05:38:36.760 INFO kablam! --> benches/matrix.rs:1:1 Sep 04 05:38:36.760 INFO kablam! | Sep 04 05:38:36.760 INFO kablam! 1 | extern crate test; Sep 04 05:38:36.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 05:38:36.760 INFO kablam! | Sep 04 05:38:36.760 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 05:38:36.760 INFO kablam! Sep 04 05:38:36.761 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 05:38:36.761 INFO kablam! --> benches/matrix.rs:8:9 Sep 04 05:38:36.761 INFO kablam! | Sep 04 05:38:36.761 INFO kablam! 8 | use test::Bencher; Sep 04 05:38:36.761 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 05:38:36.761 INFO kablam! | Sep 04 05:38:36.761 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 05:38:36.761 INFO kablam! Sep 04 05:38:36.761 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 05:38:36.761 INFO kablam! --> benches/matrix.rs:11:36 Sep 04 05:38:36.761 INFO kablam! | Sep 04 05:38:36.761 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 04 05:38:36.761 INFO kablam! | ^^^^^^^ Sep 04 05:38:36.761 INFO kablam! | Sep 04 05:38:36.761 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 05:38:36.761 INFO kablam! Sep 04 05:38:36.812 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 05:38:36.813 INFO kablam! --> benches/matrix.rs:13:4 Sep 04 05:38:36.813 INFO kablam! | Sep 04 05:38:36.813 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 04 05:38:36.813 INFO kablam! | ^^^^ Sep 04 05:38:36.813 INFO kablam! | Sep 04 05:38:36.813 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 05:38:36.813 INFO kablam! Sep 04 05:38:36.859 INFO kablam! error: aborting due to 4 previous errors Sep 04 05:38:36.859 INFO kablam! Sep 04 05:38:36.859 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 05:38:36.881 INFO kablam! error: Could not compile `rsmath`. Sep 04 05:38:36.881 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 05:38:38.914 INFO kablam! error: build failed Sep 04 05:38:38.916 INFO kablam! su: No module specific data is present Sep 04 05:38:39.547 INFO running `"docker" "rm" "-f" "33b689790e31bcf5073bb42aebff106b2c3d9c11bd0f58f88a74e28cd0be0274"` Sep 04 05:38:39.711 INFO blam! 33b689790e31bcf5073bb42aebff106b2c3d9c11bd0f58f88a74e28cd0be0274