Sep 19 19:34:02.013 INFO checking rsmath-0.1.6 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 19:34:02.013 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 19:34:02.014 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:34:02.352 INFO blam! b8543e16365cbc2141f8f03b023331742dc1070c3647052af8b535566dfa70a7 Sep 19 19:34:02.361 INFO running `"docker" "start" "-a" "b8543e16365cbc2141f8f03b023331742dc1070c3647052af8b535566dfa70a7"` Sep 19 19:34:03.563 INFO kablam! usermod: no changes Sep 19 19:34:03.671 INFO kablam! Checking rsmath v0.1.6 (/source) Sep 19 19:34:04.426 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:34:04.427 INFO kablam! --> src/linspace/point.rs:113:29 Sep 19 19:34:04.427 INFO kablam! | Sep 19 19:34:04.427 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 19 19:34:04.427 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:34:04.427 INFO kablam! | Sep 19 19:34:04.427 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:34:04.427 INFO kablam! Sep 19 19:34:04.427 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:34:04.427 INFO kablam! --> src/linspace/point.rs:114:29 Sep 19 19:34:04.427 INFO kablam! | Sep 19 19:34:04.427 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 19 19:34:04.427 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:34:04.427 INFO kablam! Sep 19 19:34:04.427 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:34:04.427 INFO kablam! --> src/linspace/point.rs:115:29 Sep 19 19:34:04.427 INFO kablam! | Sep 19 19:34:04.427 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 19 19:34:04.427 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:34:04.427 INFO kablam! Sep 19 19:34:04.795 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:34:04.795 INFO kablam! --> src/linspace/point.rs:113:29 Sep 19 19:34:04.795 INFO kablam! | Sep 19 19:34:04.795 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 19 19:34:04.795 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:34:04.795 INFO kablam! | Sep 19 19:34:04.795 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:34:04.795 INFO kablam! Sep 19 19:34:04.795 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:34:04.795 INFO kablam! --> src/linspace/point.rs:114:29 Sep 19 19:34:04.795 INFO kablam! | Sep 19 19:34:04.795 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 19 19:34:04.795 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:34:04.795 INFO kablam! Sep 19 19:34:04.795 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:34:04.795 INFO kablam! --> src/linspace/point.rs:115:29 Sep 19 19:34:04.795 INFO kablam! | Sep 19 19:34:04.795 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 19 19:34:04.795 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:34:04.795 INFO kablam! Sep 19 19:34:05.878 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 19 19:34:05.879 INFO kablam! --> benches/matrix.rs:1:1 Sep 19 19:34:05.879 INFO kablam! | Sep 19 19:34:05.879 INFO kablam! 1 | extern crate test; Sep 19 19:34:05.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 19:34:05.879 INFO kablam! | Sep 19 19:34:05.879 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 19 19:34:05.879 INFO kablam! Sep 19 19:34:05.879 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 19 19:34:05.879 INFO kablam! --> benches/matrix.rs:8:9 Sep 19 19:34:05.879 INFO kablam! | Sep 19 19:34:05.879 INFO kablam! 8 | use test::Bencher; Sep 19 19:34:05.879 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 19:34:05.879 INFO kablam! | Sep 19 19:34:05.879 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 19 19:34:05.879 INFO kablam! Sep 19 19:34:05.879 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 19 19:34:05.879 INFO kablam! --> benches/matrix.rs:11:36 Sep 19 19:34:05.879 INFO kablam! | Sep 19 19:34:05.879 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 19 19:34:05.879 INFO kablam! | ^^^^^^^ Sep 19 19:34:05.886 INFO kablam! | Sep 19 19:34:05.887 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 19 19:34:05.887 INFO kablam! Sep 19 19:34:05.913 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 19 19:34:05.913 INFO kablam! --> benches/matrix.rs:13:4 Sep 19 19:34:05.914 INFO kablam! | Sep 19 19:34:05.914 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 19 19:34:05.914 INFO kablam! | ^^^^ Sep 19 19:34:05.922 INFO kablam! | Sep 19 19:34:05.923 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 19 19:34:05.923 INFO kablam! Sep 19 19:34:05.987 INFO kablam! error: aborting due to 4 previous errors Sep 19 19:34:05.987 INFO kablam! Sep 19 19:34:05.987 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 19:34:06.019 INFO kablam! error: Could not compile `rsmath`. Sep 19 19:34:06.019 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:34:07.719 INFO kablam! error: build failed Sep 19 19:34:07.719 INFO kablam! su: No module specific data is present Sep 19 19:34:08.799 INFO running `"docker" "rm" "-f" "b8543e16365cbc2141f8f03b023331742dc1070c3647052af8b535566dfa70a7"` Sep 19 19:34:09.075 INFO blam! b8543e16365cbc2141f8f03b023331742dc1070c3647052af8b535566dfa70a7