Sep 21 04:20:07.745 INFO checking rsmath-0.1.6 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:20:07.746 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:20:07.746 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 04:20:07.982 INFO blam! 67a154be28005aa301910188d0f41e00f1e21e1f6178c6fe049d09a0149f40e2 Sep 21 04:20:07.984 INFO running `"docker" "start" "-a" "67a154be28005aa301910188d0f41e00f1e21e1f6178c6fe049d09a0149f40e2"` Sep 21 04:20:09.163 INFO kablam! usermod: no changes Sep 21 04:20:09.326 INFO kablam! Checking rsmath v0.1.6 (/source) Sep 21 04:20:09.991 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 04:20:09.991 INFO kablam! --> src/linspace/point.rs:113:29 Sep 21 04:20:09.991 INFO kablam! | Sep 21 04:20:09.991 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 21 04:20:09.991 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 04:20:09.991 INFO kablam! | Sep 21 04:20:09.991 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 04:20:09.991 INFO kablam! Sep 21 04:20:09.991 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 04:20:09.991 INFO kablam! --> src/linspace/point.rs:114:29 Sep 21 04:20:09.991 INFO kablam! | Sep 21 04:20:09.991 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 21 04:20:09.991 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 04:20:09.991 INFO kablam! Sep 21 04:20:09.991 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 04:20:09.991 INFO kablam! --> src/linspace/point.rs:115:29 Sep 21 04:20:09.991 INFO kablam! | Sep 21 04:20:09.991 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 21 04:20:09.991 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 04:20:09.991 INFO kablam! Sep 21 04:20:10.038 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 04:20:10.038 INFO kablam! --> src/linspace/point.rs:113:29 Sep 21 04:20:10.038 INFO kablam! | Sep 21 04:20:10.038 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 21 04:20:10.038 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 04:20:10.038 INFO kablam! | Sep 21 04:20:10.038 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 04:20:10.038 INFO kablam! Sep 21 04:20:10.038 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 04:20:10.038 INFO kablam! --> src/linspace/point.rs:114:29 Sep 21 04:20:10.038 INFO kablam! | Sep 21 04:20:10.038 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 21 04:20:10.038 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 04:20:10.038 INFO kablam! Sep 21 04:20:10.038 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 04:20:10.038 INFO kablam! --> src/linspace/point.rs:115:29 Sep 21 04:20:10.038 INFO kablam! | Sep 21 04:20:10.038 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 21 04:20:10.038 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 04:20:10.038 INFO kablam! Sep 21 04:20:12.098 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 21 04:20:12.098 INFO kablam! --> benches/matrix.rs:1:1 Sep 21 04:20:12.098 INFO kablam! | Sep 21 04:20:12.098 INFO kablam! 1 | extern crate test; Sep 21 04:20:12.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 04:20:12.098 INFO kablam! | Sep 21 04:20:12.098 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 21 04:20:12.098 INFO kablam! Sep 21 04:20:12.098 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 21 04:20:12.098 INFO kablam! --> benches/matrix.rs:8:9 Sep 21 04:20:12.098 INFO kablam! | Sep 21 04:20:12.098 INFO kablam! 8 | use test::Bencher; Sep 21 04:20:12.098 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 04:20:12.098 INFO kablam! | Sep 21 04:20:12.098 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 21 04:20:12.098 INFO kablam! Sep 21 04:20:12.098 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 21 04:20:12.098 INFO kablam! --> benches/matrix.rs:11:36 Sep 21 04:20:12.098 INFO kablam! | Sep 21 04:20:12.098 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 21 04:20:12.098 INFO kablam! | ^^^^^^^ Sep 21 04:20:12.098 INFO kablam! | Sep 21 04:20:12.098 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 21 04:20:12.098 INFO kablam! Sep 21 04:20:12.158 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 21 04:20:12.158 INFO kablam! --> benches/matrix.rs:13:4 Sep 21 04:20:12.158 INFO kablam! | Sep 21 04:20:12.158 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 21 04:20:12.158 INFO kablam! | ^^^^ Sep 21 04:20:12.158 INFO kablam! | Sep 21 04:20:12.158 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 21 04:20:12.158 INFO kablam! Sep 21 04:20:12.228 INFO kablam! error: aborting due to 4 previous errors Sep 21 04:20:12.228 INFO kablam! Sep 21 04:20:12.228 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 21 04:20:12.250 INFO kablam! error: Could not compile `rsmath`. Sep 21 04:20:12.250 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 04:20:13.233 INFO kablam! error: build failed Sep 21 04:20:13.233 INFO kablam! su: No module specific data is present Sep 21 04:20:13.992 INFO running `"docker" "rm" "-f" "67a154be28005aa301910188d0f41e00f1e21e1f6178c6fe049d09a0149f40e2"` Sep 21 04:20:14.114 INFO blam! 67a154be28005aa301910188d0f41e00f1e21e1f6178c6fe049d09a0149f40e2