Sep 02 02:15:45.291 INFO checking rsmath-0.1.6 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 02:15:45.291 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 02:15:45.291 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/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 02 02:15:45.534 INFO blam! 500be924ac28b3f55680563e2b6acd0e3a2472f6d4f04cce15ec03fd6da6ac64 Sep 02 02:15:45.536 INFO running `"docker" "start" "-a" "500be924ac28b3f55680563e2b6acd0e3a2472f6d4f04cce15ec03fd6da6ac64"` Sep 02 02:15:46.424 INFO kablam! Checking rsmath v0.1.6 (file:///source) Sep 02 02:15:47.448 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:15:47.448 INFO kablam! --> src/linspace/point.rs:113:29 Sep 02 02:15:47.448 INFO kablam! | Sep 02 02:15:47.448 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 02 02:15:47.448 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 02:15:47.448 INFO kablam! | Sep 02 02:15:47.448 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 02:15:47.449 INFO kablam! Sep 02 02:15:47.449 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:15:47.449 INFO kablam! --> src/linspace/point.rs:114:29 Sep 02 02:15:47.449 INFO kablam! | Sep 02 02:15:47.449 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 02 02:15:47.449 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 02:15:47.449 INFO kablam! Sep 02 02:15:47.449 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:15:47.449 INFO kablam! --> src/linspace/point.rs:115:29 Sep 02 02:15:47.449 INFO kablam! | Sep 02 02:15:47.450 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 02 02:15:47.450 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 02:15:47.450 INFO kablam! Sep 02 02:15:47.556 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:15:47.556 INFO kablam! --> src/linspace/point.rs:113:29 Sep 02 02:15:47.556 INFO kablam! | Sep 02 02:15:47.556 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 02 02:15:47.556 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 02:15:47.556 INFO kablam! | Sep 02 02:15:47.556 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 02:15:47.556 INFO kablam! Sep 02 02:15:47.556 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:15:47.556 INFO kablam! --> src/linspace/point.rs:114:29 Sep 02 02:15:47.556 INFO kablam! | Sep 02 02:15:47.556 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 02 02:15:47.556 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 02:15:47.556 INFO kablam! Sep 02 02:15:47.556 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:15:47.556 INFO kablam! --> src/linspace/point.rs:115:29 Sep 02 02:15:47.556 INFO kablam! | Sep 02 02:15:47.556 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 02 02:15:47.557 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 02:15:47.557 INFO kablam! Sep 02 02:15:50.164 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 02 02:15:50.164 INFO kablam! --> benches/matrix.rs:1:1 Sep 02 02:15:50.164 INFO kablam! | Sep 02 02:15:50.164 INFO kablam! 1 | extern crate test; Sep 02 02:15:50.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 02:15:50.164 INFO kablam! | Sep 02 02:15:50.164 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 02 02:15:50.164 INFO kablam! Sep 02 02:15:50.165 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 02 02:15:50.165 INFO kablam! --> benches/matrix.rs:8:9 Sep 02 02:15:50.165 INFO kablam! | Sep 02 02:15:50.165 INFO kablam! 8 | use test::Bencher; Sep 02 02:15:50.165 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 02:15:50.165 INFO kablam! | Sep 02 02:15:50.165 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 02 02:15:50.165 INFO kablam! Sep 02 02:15:50.166 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 02 02:15:50.166 INFO kablam! --> benches/matrix.rs:11:36 Sep 02 02:15:50.166 INFO kablam! | Sep 02 02:15:50.166 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 02 02:15:50.166 INFO kablam! | ^^^^^^^ Sep 02 02:15:50.166 INFO kablam! | Sep 02 02:15:50.166 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 02 02:15:50.166 INFO kablam! Sep 02 02:15:50.219 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 02 02:15:50.219 INFO kablam! --> benches/matrix.rs:13:4 Sep 02 02:15:50.219 INFO kablam! | Sep 02 02:15:50.220 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 02 02:15:50.220 INFO kablam! | ^^^^ Sep 02 02:15:50.220 INFO kablam! | Sep 02 02:15:50.220 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 02 02:15:50.220 INFO kablam! Sep 02 02:15:50.255 INFO kablam! error: aborting due to 4 previous errors Sep 02 02:15:50.255 INFO kablam! Sep 02 02:15:50.255 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 02:15:50.272 INFO kablam! error: Could not compile `rsmath`. Sep 02 02:15:50.273 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:15:52.552 INFO kablam! error: build failed Sep 02 02:15:52.553 INFO kablam! su: No module specific data is present Sep 02 02:15:53.051 INFO running `"docker" "rm" "-f" "500be924ac28b3f55680563e2b6acd0e3a2472f6d4f04cce15ec03fd6da6ac64"` Sep 02 02:15:53.206 INFO blam! 500be924ac28b3f55680563e2b6acd0e3a2472f6d4f04cce15ec03fd6da6ac64