Sep 01 08:54:51.197 INFO checking rsmath-0.1.6 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 08:54:51.197 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 08:54:51.197 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:51.447 INFO blam! 433cf6cbbab22dc0dc4c8714c90bd5cbe9f213e3179de25be3d64c028263c81f Sep 01 08:54:51.449 INFO running `"docker" "start" "-a" "433cf6cbbab22dc0dc4c8714c90bd5cbe9f213e3179de25be3d64c028263c81f"` Sep 01 08:54:52.263 INFO kablam! Checking rsmath v0.1.6 (file:///source) Sep 01 08:54:53.185 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 08:54:53.185 INFO kablam! --> src/linspace/point.rs:113:29 Sep 01 08:54:53.185 INFO kablam! | Sep 01 08:54:53.185 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 01 08:54:53.185 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 08:54:53.185 INFO kablam! | Sep 01 08:54:53.185 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 08:54:53.185 INFO kablam! Sep 01 08:54:53.185 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 08:54:53.185 INFO kablam! --> src/linspace/point.rs:114:29 Sep 01 08:54:53.185 INFO kablam! | Sep 01 08:54:53.185 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 01 08:54:53.185 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 08:54:53.185 INFO kablam! Sep 01 08:54:53.186 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 08:54:53.186 INFO kablam! --> src/linspace/point.rs:115:29 Sep 01 08:54:53.186 INFO kablam! | Sep 01 08:54:53.186 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 01 08:54:53.186 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 08:54:53.186 INFO kablam! Sep 01 08:54:53.276 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 08:54:53.276 INFO kablam! --> src/linspace/point.rs:113:29 Sep 01 08:54:53.276 INFO kablam! | Sep 01 08:54:53.276 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 01 08:54:53.276 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 08:54:53.276 INFO kablam! | Sep 01 08:54:53.276 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 08:54:53.276 INFO kablam! Sep 01 08:54:53.277 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 08:54:53.277 INFO kablam! --> src/linspace/point.rs:114:29 Sep 01 08:54:53.277 INFO kablam! | Sep 01 08:54:53.277 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 01 08:54:53.277 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 08:54:53.277 INFO kablam! Sep 01 08:54:53.277 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 08:54:53.277 INFO kablam! --> src/linspace/point.rs:115:29 Sep 01 08:54:53.277 INFO kablam! | Sep 01 08:54:53.277 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 01 08:54:53.277 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 08:54:53.277 INFO kablam! Sep 01 08:54:56.037 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 01 08:54:56.037 INFO kablam! --> benches/matrix.rs:1:1 Sep 01 08:54:56.037 INFO kablam! | Sep 01 08:54:56.037 INFO kablam! 1 | extern crate test; Sep 01 08:54:56.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 08:54:56.037 INFO kablam! | Sep 01 08:54:56.037 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 01 08:54:56.037 INFO kablam! Sep 01 08:54:56.037 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 01 08:54:56.037 INFO kablam! --> benches/matrix.rs:8:9 Sep 01 08:54:56.037 INFO kablam! | Sep 01 08:54:56.037 INFO kablam! 8 | use test::Bencher; Sep 01 08:54:56.037 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 08:54:56.037 INFO kablam! | Sep 01 08:54:56.037 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 01 08:54:56.037 INFO kablam! Sep 01 08:54:56.037 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 01 08:54:56.037 INFO kablam! --> benches/matrix.rs:11:36 Sep 01 08:54:56.037 INFO kablam! | Sep 01 08:54:56.038 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 01 08:54:56.038 INFO kablam! | ^^^^^^^ Sep 01 08:54:56.038 INFO kablam! | Sep 01 08:54:56.038 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 01 08:54:56.038 INFO kablam! Sep 01 08:54:56.109 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 01 08:54:56.109 INFO kablam! --> benches/matrix.rs:13:4 Sep 01 08:54:56.109 INFO kablam! | Sep 01 08:54:56.109 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 01 08:54:56.109 INFO kablam! | ^^^^ Sep 01 08:54:56.109 INFO kablam! | Sep 01 08:54:56.109 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 01 08:54:56.109 INFO kablam! Sep 01 08:54:56.154 INFO kablam! error: aborting due to 4 previous errors Sep 01 08:54:56.154 INFO kablam! Sep 01 08:54:56.154 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 08:54:56.170 INFO kablam! error: Could not compile `rsmath`. Sep 01 08:54:56.170 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:54:57.870 INFO kablam! error: build failed Sep 01 08:54:57.873 INFO kablam! su: No module specific data is present Sep 01 08:54:58.453 INFO running `"docker" "rm" "-f" "433cf6cbbab22dc0dc4c8714c90bd5cbe9f213e3179de25be3d64c028263c81f"` Sep 01 08:54:58.617 INFO blam! 433cf6cbbab22dc0dc4c8714c90bd5cbe9f213e3179de25be3d64c028263c81f