Sep 04 08:43:55.394 INFO checking rsmath-0.1.6 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 08:43:55.394 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 08:43:55.394 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:43:55.642 INFO blam! 361a60d1397e3ff2261262789d7588eef49804ba60e737f92ae077cc328c8472 Sep 04 08:43:55.644 INFO running `"docker" "start" "-a" "361a60d1397e3ff2261262789d7588eef49804ba60e737f92ae077cc328c8472"` Sep 04 08:43:56.486 INFO kablam! Checking rsmath v0.1.6 (file:///source) Sep 04 08:43:57.529 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 08:43:57.529 INFO kablam! --> src/linspace/point.rs:113:29 Sep 04 08:43:57.529 INFO kablam! | Sep 04 08:43:57.529 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 04 08:43:57.529 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 08:43:57.529 INFO kablam! | Sep 04 08:43:57.529 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 08:43:57.529 INFO kablam! Sep 04 08:43:57.529 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 08:43:57.529 INFO kablam! --> src/linspace/point.rs:114:29 Sep 04 08:43:57.529 INFO kablam! | Sep 04 08:43:57.529 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 04 08:43:57.529 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 08:43:57.529 INFO kablam! Sep 04 08:43:57.529 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 08:43:57.529 INFO kablam! --> src/linspace/point.rs:115:29 Sep 04 08:43:57.529 INFO kablam! | Sep 04 08:43:57.529 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 04 08:43:57.529 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 08:43:57.529 INFO kablam! Sep 04 08:43:57.535 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 08:43:57.535 INFO kablam! --> src/linspace/point.rs:113:29 Sep 04 08:43:57.535 INFO kablam! | Sep 04 08:43:57.535 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 04 08:43:57.535 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 08:43:57.535 INFO kablam! | Sep 04 08:43:57.535 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 08:43:57.535 INFO kablam! Sep 04 08:43:57.535 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 08:43:57.536 INFO kablam! --> src/linspace/point.rs:114:29 Sep 04 08:43:57.536 INFO kablam! | Sep 04 08:43:57.536 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 04 08:43:57.536 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 08:43:57.536 INFO kablam! Sep 04 08:43:57.536 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 08:43:57.536 INFO kablam! --> src/linspace/point.rs:115:29 Sep 04 08:43:57.536 INFO kablam! | Sep 04 08:43:57.536 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 04 08:43:57.536 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 08:43:57.536 INFO kablam! Sep 04 08:44:00.564 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 08:44:00.564 INFO kablam! --> benches/matrix.rs:1:1 Sep 04 08:44:00.564 INFO kablam! | Sep 04 08:44:00.564 INFO kablam! 1 | extern crate test; Sep 04 08:44:00.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 08:44:00.564 INFO kablam! | Sep 04 08:44:00.564 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 08:44:00.564 INFO kablam! Sep 04 08:44:00.565 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 08:44:00.565 INFO kablam! --> benches/matrix.rs:8:9 Sep 04 08:44:00.565 INFO kablam! | Sep 04 08:44:00.565 INFO kablam! 8 | use test::Bencher; Sep 04 08:44:00.565 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 08:44:00.565 INFO kablam! | Sep 04 08:44:00.565 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 08:44:00.565 INFO kablam! Sep 04 08:44:00.565 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 08:44:00.565 INFO kablam! --> benches/matrix.rs:11:36 Sep 04 08:44:00.565 INFO kablam! | Sep 04 08:44:00.565 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 04 08:44:00.565 INFO kablam! | ^^^^^^^ Sep 04 08:44:00.565 INFO kablam! | Sep 04 08:44:00.565 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 08:44:00.565 INFO kablam! Sep 04 08:44:00.623 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 08:44:00.623 INFO kablam! --> benches/matrix.rs:13:4 Sep 04 08:44:00.623 INFO kablam! | Sep 04 08:44:00.623 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 04 08:44:00.623 INFO kablam! | ^^^^ Sep 04 08:44:00.623 INFO kablam! | Sep 04 08:44:00.623 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 08:44:00.623 INFO kablam! Sep 04 08:44:00.661 INFO kablam! error: aborting due to 4 previous errors Sep 04 08:44:00.661 INFO kablam! Sep 04 08:44:00.661 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 08:44:00.689 INFO kablam! error: Could not compile `rsmath`. Sep 04 08:44:00.689 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:44:02.338 INFO kablam! error: build failed Sep 04 08:44:02.339 INFO kablam! su: No module specific data is present Sep 04 08:44:02.990 INFO running `"docker" "rm" "-f" "361a60d1397e3ff2261262789d7588eef49804ba60e737f92ae077cc328c8472"` Sep 04 08:44:03.139 INFO blam! 361a60d1397e3ff2261262789d7588eef49804ba60e737f92ae077cc328c8472