Sep 14 10:23:53.765 INFO checking rsmath-0.1.6 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 10:23:53.765 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 10:23:53.765 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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:54.194 INFO blam! 711e887cfe043809fc71fb988b5b4315a905ae32b641d78425c0c95b93789d1b Sep 14 10:23:54.199 INFO running `"docker" "start" "-a" "711e887cfe043809fc71fb988b5b4315a905ae32b641d78425c0c95b93789d1b"` Sep 14 10:23:55.728 INFO kablam! usermod: no changes Sep 14 10:23:55.823 INFO kablam! Checking rsmath v0.1.6 (file:///source) Sep 14 10:23:56.406 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 10:23:56.407 INFO kablam! --> src/linspace/point.rs:113:29 Sep 14 10:23:56.407 INFO kablam! | Sep 14 10:23:56.407 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 14 10:23:56.407 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 10:23:56.407 INFO kablam! | Sep 14 10:23:56.407 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 10:23:56.407 INFO kablam! Sep 14 10:23:56.407 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 10:23:56.407 INFO kablam! --> src/linspace/point.rs:114:29 Sep 14 10:23:56.407 INFO kablam! | Sep 14 10:23:56.407 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 14 10:23:56.407 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 10:23:56.407 INFO kablam! Sep 14 10:23:56.407 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 10:23:56.407 INFO kablam! --> src/linspace/point.rs:115:29 Sep 14 10:23:56.407 INFO kablam! | Sep 14 10:23:56.407 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 14 10:23:56.407 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 10:23:56.407 INFO kablam! Sep 14 10:23:56.659 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 10:23:56.659 INFO kablam! --> src/linspace/point.rs:113:29 Sep 14 10:23:56.659 INFO kablam! | Sep 14 10:23:56.659 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Sep 14 10:23:56.659 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 10:23:56.659 INFO kablam! | Sep 14 10:23:56.659 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 10:23:56.659 INFO kablam! Sep 14 10:23:56.659 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 10:23:56.659 INFO kablam! --> src/linspace/point.rs:114:29 Sep 14 10:23:56.659 INFO kablam! | Sep 14 10:23:56.659 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Sep 14 10:23:56.659 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 10:23:56.659 INFO kablam! Sep 14 10:23:56.659 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 10:23:56.659 INFO kablam! --> src/linspace/point.rs:115:29 Sep 14 10:23:56.659 INFO kablam! | Sep 14 10:23:56.659 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Sep 14 10:23:56.659 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 10:23:56.659 INFO kablam! Sep 14 10:23:58.239 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 14 10:23:58.239 INFO kablam! --> benches/matrix.rs:1:1 Sep 14 10:23:58.239 INFO kablam! | Sep 14 10:23:58.239 INFO kablam! 1 | extern crate test; Sep 14 10:23:58.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 10:23:58.239 INFO kablam! | Sep 14 10:23:58.239 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 14 10:23:58.239 INFO kablam! Sep 14 10:23:58.239 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 14 10:23:58.239 INFO kablam! --> benches/matrix.rs:8:9 Sep 14 10:23:58.239 INFO kablam! | Sep 14 10:23:58.239 INFO kablam! 8 | use test::Bencher; Sep 14 10:23:58.239 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 10:23:58.239 INFO kablam! | Sep 14 10:23:58.239 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 14 10:23:58.239 INFO kablam! Sep 14 10:23:58.239 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 14 10:23:58.239 INFO kablam! --> benches/matrix.rs:11:36 Sep 14 10:23:58.239 INFO kablam! | Sep 14 10:23:58.239 INFO kablam! 11 | fn create_random_bench(b: &mut Bencher) { Sep 14 10:23:58.239 INFO kablam! | ^^^^^^^ Sep 14 10:23:58.239 INFO kablam! | Sep 14 10:23:58.239 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 14 10:23:58.239 INFO kablam! Sep 14 10:23:58.275 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 14 10:23:58.275 INFO kablam! --> benches/matrix.rs:13:4 Sep 14 10:23:58.275 INFO kablam! | Sep 14 10:23:58.275 INFO kablam! 13 | b.iter(|| Matrix::::random(3, 3, &range)); Sep 14 10:23:58.275 INFO kablam! | ^^^^ Sep 14 10:23:58.275 INFO kablam! | Sep 14 10:23:58.275 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 14 10:23:58.275 INFO kablam! Sep 14 10:23:58.303 INFO kablam! error: aborting due to 4 previous errors Sep 14 10:23:58.303 INFO kablam! Sep 14 10:23:58.303 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 14 10:23:58.323 INFO kablam! error: Could not compile `rsmath`. Sep 14 10:23:58.323 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:23:59.632 INFO kablam! error: build failed Sep 14 10:23:59.633 INFO kablam! su: No module specific data is present Sep 14 10:24:00.427 INFO running `"docker" "rm" "-f" "711e887cfe043809fc71fb988b5b4315a905ae32b641d78425c0c95b93789d1b"` Sep 14 10:24:00.787 INFO blam! 711e887cfe043809fc71fb988b5b4315a905ae32b641d78425c0c95b93789d1b