Sep 17 18:37:02.636 INFO checking rsmath-0.1.6 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 18:37:02.636 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 18:37:02.637 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 18:37:03.000 INFO blam! a417001b65adda36b042dba02495cf25ef5585013f99d6a3e13dad3d1f0b3f44 Sep 17 18:37:03.000 INFO running `"docker" "start" "-a" "a417001b65adda36b042dba02495cf25ef5585013f99d6a3e13dad3d1f0b3f44"` Sep 17 18:37:04.658 INFO kablam! usermod: no changes Sep 17 18:37:04.758 INFO kablam! Checking rsmath v0.1.6 (/source) Sep 17 18:37:05.531 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 18:37:05.531 INFO kablam! --> src/linspace/point.rs:113:29 Sep 17 18:37:05.531 INFO kablam! | Sep 17 18:37:05.531 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 17 18:37:05.531 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 18:37:05.531 INFO kablam! | Sep 17 18:37:05.531 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 18:37:05.531 INFO kablam! Sep 17 18:37:05.531 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 18:37:05.531 INFO kablam! --> src/linspace/point.rs:114:29 Sep 17 18:37:05.531 INFO kablam! | Sep 17 18:37:05.531 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 17 18:37:05.531 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 18:37:05.531 INFO kablam! Sep 17 18:37:05.531 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 18:37:05.531 INFO kablam! --> src/linspace/point.rs:115:29 Sep 17 18:37:05.531 INFO kablam! | Sep 17 18:37:05.531 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 17 18:37:05.531 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 18:37:05.531 INFO kablam! Sep 17 18:37:05.823 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 18:37:05.823 INFO kablam! --> src/linspace/point.rs:113:29 Sep 17 18:37:05.823 INFO kablam! | Sep 17 18:37:05.823 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 17 18:37:05.823 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 18:37:05.823 INFO kablam! | Sep 17 18:37:05.823 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 18:37:05.823 INFO kablam! Sep 17 18:37:05.823 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 18:37:05.823 INFO kablam! --> src/linspace/point.rs:114:29 Sep 17 18:37:05.823 INFO kablam! | Sep 17 18:37:05.823 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 17 18:37:05.823 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 18:37:05.823 INFO kablam! Sep 17 18:37:05.823 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 18:37:05.823 INFO kablam! --> src/linspace/point.rs:115:29 Sep 17 18:37:05.823 INFO kablam! | Sep 17 18:37:05.823 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 17 18:37:05.823 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 18:37:05.823 INFO kablam! Sep 17 18:37:07.171 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 17 18:37:07.171 INFO kablam! --> benches/matrix.rs:1:1 Sep 17 18:37:07.171 INFO kablam! | Sep 17 18:37:07.171 INFO kablam! 1 | extern crate test; Sep 17 18:37:07.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 18:37:07.191 INFO kablam! | Sep 17 18:37:07.191 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 17 18:37:07.191 INFO kablam! Sep 17 18:37:07.191 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 17 18:37:07.191 INFO kablam! --> benches/matrix.rs:8:9 Sep 17 18:37:07.191 INFO kablam! | Sep 17 18:37:07.191 INFO kablam! 8 | use test::Bencher; Sep 17 18:37:07.191 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 18:37:07.191 INFO kablam! | Sep 17 18:37:07.191 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 17 18:37:07.191 INFO kablam! Sep 17 18:37:07.191 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 17 18:37:07.191 INFO kablam! --> benches/matrix.rs:11:36 Sep 17 18:37:07.191 INFO kablam! | Sep 17 18:37:07.191 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 17 18:37:07.191 INFO kablam! | ^^^^^^^ Sep 17 18:37:07.191 INFO kablam! | Sep 17 18:37:07.191 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 17 18:37:07.191 INFO kablam! Sep 17 18:37:07.251 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 17 18:37:07.251 INFO kablam! --> benches/matrix.rs:13:4 Sep 17 18:37:07.251 INFO kablam! | Sep 17 18:37:07.251 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 17 18:37:07.251 INFO kablam! | ^^^^ Sep 17 18:37:07.259 INFO kablam! | Sep 17 18:37:07.259 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 17 18:37:07.259 INFO kablam! Sep 17 18:37:07.339 INFO kablam! error: aborting due to 4 previous errors Sep 17 18:37:07.347 INFO kablam! Sep 17 18:37:07.347 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 17 18:37:07.379 INFO kablam! error: Could not compile `rsmath`. Sep 17 18:37:07.379 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:37:08.993 INFO kablam! error: build failed Sep 17 18:37:08.995 INFO kablam! su: No module specific data is present Sep 17 18:37:09.963 INFO running `"docker" "rm" "-f" "a417001b65adda36b042dba02495cf25ef5585013f99d6a3e13dad3d1f0b3f44"` Sep 17 18:37:10.231 INFO blam! a417001b65adda36b042dba02495cf25ef5585013f99d6a3e13dad3d1f0b3f44