Sep 14 10:23:53.536 INFO checking rsmath-0.1.6 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 10:23:53.536 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 10:23:53.536 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 10:23:53.999 INFO blam! a1f43a96747ee3468afd97a3f4261ae7971fb77a52682e8c19dba480e07358dd Sep 14 10:23:54.001 INFO running `"docker" "start" "-a" "a1f43a96747ee3468afd97a3f4261ae7971fb77a52682e8c19dba480e07358dd"` Sep 14 10:23:55.189 INFO kablam! usermod: no changes Sep 14 10:23:55.247 INFO kablam! Checking rsmath v0.1.6 (file:///source) Sep 14 10:23:55.788 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 10:23:55.788 INFO kablam! --> src/linspace/point.rs:113:29 Sep 14 10:23:55.788 INFO kablam! | Sep 14 10:23:55.788 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 14 10:23:55.788 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 10:23:55.788 INFO kablam! | Sep 14 10:23:55.788 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 10:23:55.788 INFO kablam! Sep 14 10:23:55.788 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 10:23:55.788 INFO kablam! --> src/linspace/point.rs:114:29 Sep 14 10:23:55.788 INFO kablam! | Sep 14 10:23:55.788 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 14 10:23:55.788 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 10:23:55.788 INFO kablam! Sep 14 10:23:55.788 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 10:23:55.788 INFO kablam! --> src/linspace/point.rs:115:29 Sep 14 10:23:55.788 INFO kablam! | Sep 14 10:23:55.788 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 14 10:23:55.788 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 10:23:55.788 INFO kablam! Sep 14 10:23:55.982 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 10:23:55.983 INFO kablam! --> src/linspace/point.rs:113:29 Sep 14 10:23:55.983 INFO kablam! | Sep 14 10:23:55.983 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 14 10:23:55.983 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 10:23:55.983 INFO kablam! | Sep 14 10:23:55.983 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 10:23:55.983 INFO kablam! Sep 14 10:23:55.983 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 10:23:55.983 INFO kablam! --> src/linspace/point.rs:114:29 Sep 14 10:23:55.983 INFO kablam! | Sep 14 10:23:55.983 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 14 10:23:55.983 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 10:23:55.983 INFO kablam! Sep 14 10:23:55.983 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 10:23:55.983 INFO kablam! --> src/linspace/point.rs:115:29 Sep 14 10:23:55.983 INFO kablam! | Sep 14 10:23:55.983 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 14 10:23:55.983 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 10:23:55.983 INFO kablam! Sep 14 10:23:57.463 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 14 10:23:57.463 INFO kablam! --> benches/matrix.rs:1:1 Sep 14 10:23:57.463 INFO kablam! | Sep 14 10:23:57.463 INFO kablam! 1 | extern crate test; Sep 14 10:23:57.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 10:23:57.471 INFO kablam! | Sep 14 10:23:57.471 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 14 10:23:57.471 INFO kablam! Sep 14 10:23:57.471 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 14 10:23:57.471 INFO kablam! --> benches/matrix.rs:8:9 Sep 14 10:23:57.471 INFO kablam! | Sep 14 10:23:57.471 INFO kablam! 8 | use test::Bencher; Sep 14 10:23:57.471 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 10:23:57.471 INFO kablam! | Sep 14 10:23:57.471 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 14 10:23:57.471 INFO kablam! Sep 14 10:23:57.471 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 14 10:23:57.471 INFO kablam! --> benches/matrix.rs:11:36 Sep 14 10:23:57.471 INFO kablam! | Sep 14 10:23:57.471 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 14 10:23:57.471 INFO kablam! | ^^^^^^^ Sep 14 10:23:57.471 INFO kablam! | Sep 14 10:23:57.471 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 14 10:23:57.471 INFO kablam! Sep 14 10:23:57.487 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 14 10:23:57.487 INFO kablam! --> benches/matrix.rs:13:4 Sep 14 10:23:57.487 INFO kablam! | Sep 14 10:23:57.487 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 14 10:23:57.487 INFO kablam! | ^^^^ Sep 14 10:23:57.487 INFO kablam! | Sep 14 10:23:57.487 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 14 10:23:57.487 INFO kablam! Sep 14 10:23:57.509 INFO kablam! error: aborting due to 4 previous errors Sep 14 10:23:57.509 INFO kablam! Sep 14 10:23:57.509 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 14 10:23:57.517 INFO kablam! error: Could not compile `rsmath`. Sep 14 10:23:57.517 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:23:58.794 INFO kablam! error: build failed Sep 14 10:23:58.795 INFO kablam! su: No module specific data is present Sep 14 10:23:59.965 INFO running `"docker" "rm" "-f" "a1f43a96747ee3468afd97a3f4261ae7971fb77a52682e8c19dba480e07358dd"` Sep 14 10:24:00.220 INFO blam! a1f43a96747ee3468afd97a3f4261ae7971fb77a52682e8c19dba480e07358dd