Sep 02 02:15:41.671 INFO checking rsmath-0.1.6 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 02:15:41.671 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 02:15:41.671 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:41.909 INFO blam! 32582999cdb12aa7e10e8f5bfbc8303369389c01dbba004f4461c46cf76666e5 Sep 02 02:15:41.911 INFO running `"docker" "start" "-a" "32582999cdb12aa7e10e8f5bfbc8303369389c01dbba004f4461c46cf76666e5"` Sep 02 02:15:42.935 INFO kablam! Checking rsmath v0.1.6 (file:///source) Sep 02 02:15:44.131 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:15:44.131 INFO kablam! --> src/linspace/point.rs:113:29 Sep 02 02:15:44.131 INFO kablam! | Sep 02 02:15:44.131 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 02 02:15:44.131 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 02:15:44.131 INFO kablam! | Sep 02 02:15:44.131 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 02:15:44.131 INFO kablam! Sep 02 02:15:44.131 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:15:44.131 INFO kablam! --> src/linspace/point.rs:114:29 Sep 02 02:15:44.131 INFO kablam! | Sep 02 02:15:44.131 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 02 02:15:44.131 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 02:15:44.132 INFO kablam! Sep 02 02:15:44.132 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:15:44.132 INFO kablam! --> src/linspace/point.rs:115:29 Sep 02 02:15:44.132 INFO kablam! | Sep 02 02:15:44.132 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 02 02:15:44.132 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 02:15:44.132 INFO kablam! Sep 02 02:15:44.210 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:15:44.210 INFO kablam! --> src/linspace/point.rs:113:29 Sep 02 02:15:44.210 INFO kablam! | Sep 02 02:15:44.210 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 02 02:15:44.210 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 02:15:44.210 INFO kablam! | Sep 02 02:15:44.210 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 02:15:44.210 INFO kablam! Sep 02 02:15:44.211 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:15:44.211 INFO kablam! --> src/linspace/point.rs:114:29 Sep 02 02:15:44.211 INFO kablam! | Sep 02 02:15:44.211 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 02 02:15:44.211 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 02:15:44.211 INFO kablam! Sep 02 02:15:44.211 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:15:44.211 INFO kablam! --> src/linspace/point.rs:115:29 Sep 02 02:15:44.211 INFO kablam! | Sep 02 02:15:44.211 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 02 02:15:44.211 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 02:15:44.211 INFO kablam! Sep 02 02:15:46.903 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 02 02:15:46.903 INFO kablam! --> benches/matrix.rs:1:1 Sep 02 02:15:46.903 INFO kablam! | Sep 02 02:15:46.903 INFO kablam! 1 | extern crate test; Sep 02 02:15:46.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 02:15:46.922 INFO kablam! | Sep 02 02:15:46.922 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 02 02:15:46.923 INFO kablam! Sep 02 02:15:46.923 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 02 02:15:46.923 INFO kablam! --> benches/matrix.rs:8:9 Sep 02 02:15:46.923 INFO kablam! | Sep 02 02:15:46.923 INFO kablam! 8 | use test::Bencher; Sep 02 02:15:46.923 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 02:15:46.923 INFO kablam! | Sep 02 02:15:46.923 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 02 02:15:46.923 INFO kablam! Sep 02 02:15:46.923 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 02 02:15:46.923 INFO kablam! --> benches/matrix.rs:11:36 Sep 02 02:15:46.923 INFO kablam! | Sep 02 02:15:46.923 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 02 02:15:46.923 INFO kablam! | ^^^^^^^ Sep 02 02:15:46.923 INFO kablam! | Sep 02 02:15:46.923 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 02 02:15:46.923 INFO kablam! Sep 02 02:15:46.968 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 02 02:15:46.968 INFO kablam! --> benches/matrix.rs:13:4 Sep 02 02:15:46.968 INFO kablam! | Sep 02 02:15:46.968 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 02 02:15:46.968 INFO kablam! | ^^^^ Sep 02 02:15:46.970 INFO kablam! | Sep 02 02:15:46.971 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 02 02:15:46.971 INFO kablam! Sep 02 02:15:47.002 INFO kablam! error: aborting due to 4 previous errors Sep 02 02:15:47.006 INFO kablam! Sep 02 02:15:47.007 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 02:15:47.021 INFO kablam! error: Could not compile `rsmath`. Sep 02 02:15:47.021 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:15:49.096 INFO kablam! error: build failed Sep 02 02:15:49.098 INFO kablam! su: No module specific data is present Sep 02 02:15:49.651 INFO running `"docker" "rm" "-f" "32582999cdb12aa7e10e8f5bfbc8303369389c01dbba004f4461c46cf76666e5"` Sep 02 02:15:49.795 INFO blam! 32582999cdb12aa7e10e8f5bfbc8303369389c01dbba004f4461c46cf76666e5