Sep 04 05:38:31.772 INFO checking rsmath-0.1.6 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 05:38:31.772 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 05:38:31.772 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 05:38:32.000 INFO blam! 56424314a8721356733647fdb97bb3f7c67d5378fc1a95478cd64884a6700c05 Sep 04 05:38:32.000 INFO running `"docker" "start" "-a" "56424314a8721356733647fdb97bb3f7c67d5378fc1a95478cd64884a6700c05"` Sep 04 05:38:32.954 INFO kablam! Checking rsmath v0.1.6 (file:///source) Sep 04 05:38:33.954 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:38:33.954 INFO kablam! --> src/linspace/point.rs:113:29 Sep 04 05:38:33.954 INFO kablam! | Sep 04 05:38:33.954 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 04 05:38:33.954 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 05:38:33.954 INFO kablam! | Sep 04 05:38:33.954 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 05:38:33.955 INFO kablam! Sep 04 05:38:33.955 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:38:33.955 INFO kablam! --> src/linspace/point.rs:114:29 Sep 04 05:38:33.955 INFO kablam! | Sep 04 05:38:33.955 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 04 05:38:33.955 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 05:38:33.955 INFO kablam! Sep 04 05:38:33.955 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:38:33.955 INFO kablam! --> src/linspace/point.rs:115:29 Sep 04 05:38:33.955 INFO kablam! | Sep 04 05:38:33.955 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 04 05:38:33.956 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 05:38:33.956 INFO kablam! Sep 04 05:38:34.077 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:38:34.077 INFO kablam! --> src/linspace/point.rs:113:29 Sep 04 05:38:34.077 INFO kablam! | Sep 04 05:38:34.077 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 04 05:38:34.077 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 05:38:34.077 INFO kablam! | Sep 04 05:38:34.077 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 05:38:34.077 INFO kablam! Sep 04 05:38:34.078 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:38:34.078 INFO kablam! --> src/linspace/point.rs:114:29 Sep 04 05:38:34.078 INFO kablam! | Sep 04 05:38:34.078 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 04 05:38:34.078 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 05:38:34.078 INFO kablam! Sep 04 05:38:34.078 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 05:38:34.078 INFO kablam! --> src/linspace/point.rs:115:29 Sep 04 05:38:34.078 INFO kablam! | Sep 04 05:38:34.078 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 04 05:38:34.078 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 05:38:34.078 INFO kablam! Sep 04 05:38:37.030 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 05:38:37.030 INFO kablam! --> benches/matrix.rs:1:1 Sep 04 05:38:37.030 INFO kablam! | Sep 04 05:38:37.030 INFO kablam! 1 | extern crate test; Sep 04 05:38:37.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 05:38:37.030 INFO kablam! | Sep 04 05:38:37.030 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 05:38:37.030 INFO kablam! Sep 04 05:38:37.030 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 05:38:37.030 INFO kablam! --> benches/matrix.rs:8:9 Sep 04 05:38:37.030 INFO kablam! | Sep 04 05:38:37.030 INFO kablam! 8 | use test::Bencher; Sep 04 05:38:37.030 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 05:38:37.042 INFO kablam! | Sep 04 05:38:37.042 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 05:38:37.042 INFO kablam! Sep 04 05:38:37.043 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 05:38:37.043 INFO kablam! --> benches/matrix.rs:11:36 Sep 04 05:38:37.043 INFO kablam! | Sep 04 05:38:37.043 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 04 05:38:37.043 INFO kablam! | ^^^^^^^ Sep 04 05:38:37.043 INFO kablam! | Sep 04 05:38:37.043 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 05:38:37.043 INFO kablam! Sep 04 05:38:37.107 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 05:38:37.107 INFO kablam! --> benches/matrix.rs:13:4 Sep 04 05:38:37.107 INFO kablam! | Sep 04 05:38:37.107 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 04 05:38:37.107 INFO kablam! | ^^^^ Sep 04 05:38:37.107 INFO kablam! | Sep 04 05:38:37.107 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 05:38:37.107 INFO kablam! Sep 04 05:38:37.145 INFO kablam! error: aborting due to 4 previous errors Sep 04 05:38:37.158 INFO kablam! Sep 04 05:38:37.158 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 05:38:37.174 INFO kablam! error: Could not compile `rsmath`. Sep 04 05:38:37.175 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 05:38:38.980 INFO kablam! error: build failed Sep 04 05:38:38.982 INFO kablam! su: No module specific data is present Sep 04 05:38:39.621 INFO running `"docker" "rm" "-f" "56424314a8721356733647fdb97bb3f7c67d5378fc1a95478cd64884a6700c05"` Sep 04 05:38:39.779 INFO blam! 56424314a8721356733647fdb97bb3f7c67d5378fc1a95478cd64884a6700c05