Sep 19 21:29:13.114 INFO checking rsmath-0.1.6 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:29:13.114 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:29:13.114 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:29:13.331 INFO blam! 0105bbcd819d69cc0b80500ce36aa5f33cc4626d4013d40b1e9edde4ccc1330a Sep 19 21:29:13.333 INFO running `"docker" "start" "-a" "0105bbcd819d69cc0b80500ce36aa5f33cc4626d4013d40b1e9edde4ccc1330a"` Sep 19 21:29:14.741 INFO kablam! usermod: no changes Sep 19 21:29:14.826 INFO kablam! Checking rsmath v0.1.6 (/source) Sep 19 21:29:15.467 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 21:29:15.468 INFO kablam! --> src/linspace/point.rs:113:29 Sep 19 21:29:15.468 INFO kablam! | Sep 19 21:29:15.468 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 19 21:29:15.469 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 21:29:15.469 INFO kablam! | Sep 19 21:29:15.470 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 21:29:15.470 INFO kablam! Sep 19 21:29:15.471 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 21:29:15.471 INFO kablam! --> src/linspace/point.rs:114:29 Sep 19 21:29:15.471 INFO kablam! | Sep 19 21:29:15.472 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 19 21:29:15.472 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 21:29:15.472 INFO kablam! Sep 19 21:29:15.472 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 21:29:15.473 INFO kablam! --> src/linspace/point.rs:115:29 Sep 19 21:29:15.473 INFO kablam! | Sep 19 21:29:15.473 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 19 21:29:15.474 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 21:29:15.474 INFO kablam! Sep 19 21:29:15.514 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 21:29:15.514 INFO kablam! --> src/linspace/point.rs:113:29 Sep 19 21:29:15.514 INFO kablam! | Sep 19 21:29:15.514 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 19 21:29:15.514 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 21:29:15.514 INFO kablam! | Sep 19 21:29:15.514 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 21:29:15.514 INFO kablam! Sep 19 21:29:15.514 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 21:29:15.514 INFO kablam! --> src/linspace/point.rs:114:29 Sep 19 21:29:15.514 INFO kablam! | Sep 19 21:29:15.514 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 19 21:29:15.514 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 21:29:15.514 INFO kablam! Sep 19 21:29:15.514 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 21:29:15.514 INFO kablam! --> src/linspace/point.rs:115:29 Sep 19 21:29:15.514 INFO kablam! | Sep 19 21:29:15.514 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 19 21:29:15.514 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 21:29:15.514 INFO kablam! Sep 19 21:29:17.798 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 19 21:29:17.798 INFO kablam! --> benches/matrix.rs:1:1 Sep 19 21:29:17.798 INFO kablam! | Sep 19 21:29:17.798 INFO kablam! 1 | extern crate test; Sep 19 21:29:17.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 21:29:17.798 INFO kablam! | Sep 19 21:29:17.798 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 19 21:29:17.798 INFO kablam! Sep 19 21:29:17.798 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 19 21:29:17.798 INFO kablam! --> benches/matrix.rs:8:9 Sep 19 21:29:17.798 INFO kablam! | Sep 19 21:29:17.798 INFO kablam! 8 | use test::Bencher; Sep 19 21:29:17.798 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:29:17.798 INFO kablam! | Sep 19 21:29:17.798 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 19 21:29:17.798 INFO kablam! Sep 19 21:29:17.798 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 19 21:29:17.798 INFO kablam! --> benches/matrix.rs:11:36 Sep 19 21:29:17.798 INFO kablam! | Sep 19 21:29:17.798 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 19 21:29:17.798 INFO kablam! | ^^^^^^^ Sep 19 21:29:17.798 INFO kablam! | Sep 19 21:29:17.798 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 19 21:29:17.798 INFO kablam! Sep 19 21:29:17.842 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 19 21:29:17.842 INFO kablam! --> benches/matrix.rs:13:4 Sep 19 21:29:17.842 INFO kablam! | Sep 19 21:29:17.842 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 19 21:29:17.842 INFO kablam! | ^^^^ Sep 19 21:29:17.842 INFO kablam! | Sep 19 21:29:17.842 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 19 21:29:17.842 INFO kablam! Sep 19 21:29:17.866 INFO kablam! error: aborting due to 4 previous errors Sep 19 21:29:17.866 INFO kablam! Sep 19 21:29:17.866 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 21:29:17.886 INFO kablam! error: Could not compile `rsmath`. Sep 19 21:29:17.886 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:29:18.954 INFO kablam! error: build failed Sep 19 21:29:18.954 INFO kablam! su: No module specific data is present Sep 19 21:29:19.659 INFO running `"docker" "rm" "-f" "0105bbcd819d69cc0b80500ce36aa5f33cc4626d4013d40b1e9edde4ccc1330a"` Sep 19 21:29:19.806 INFO blam! 0105bbcd819d69cc0b80500ce36aa5f33cc4626d4013d40b1e9edde4ccc1330a