Oct 27 16:18:46.154 INFO checking rv-0.4.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:18:46.154 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 16:18:46.649 INFO blam! 15118e1fc0a79d5a1fd1c916e98aa33a198c7e7a662750479b6d1e939c7e526f Oct 27 16:18:46.655 INFO running `"docker" "start" "-a" "15118e1fc0a79d5a1fd1c916e98aa33a198c7e7a662750479b6d1e939c7e526f"` Oct 27 16:18:48.166 INFO kablam! usermod: no changes Oct 27 16:18:48.355 INFO kablam! Checking assert v0.7.4 Oct 27 16:18:48.359 INFO kablam! Checking special v0.7.8 Oct 27 16:18:48.359 INFO kablam! Checking alga v0.7.2 Oct 27 16:18:54.354 INFO kablam! Checking nalgebra v0.16.5 Oct 27 16:19:26.936 INFO kablam! Checking rv v0.4.1 (/source) Oct 27 16:19:37.667 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DVector` Oct 27 16:19:37.667 INFO kablam! --> benches/mvg.rs:26:13 Oct 27 16:19:37.667 INFO kablam! | Oct 27 16:19:37.667 INFO kablam! 26 | let x = DVector::::zeros(10); Oct 27 16:19:37.667 INFO kablam! | ^^^^^^^ Use of undeclared type or module `DVector` Oct 27 16:19:37.667 INFO kablam! Oct 27 16:19:37.667 INFO kablam! warning: unused import: `self::test::Bencher` Oct 27 16:19:37.667 INFO kablam! --> benches/mvg.rs:7:5 Oct 27 16:19:37.667 INFO kablam! | Oct 27 16:19:37.667 INFO kablam! 7 | use self::test::Bencher; Oct 27 16:19:37.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 16:19:37.667 INFO kablam! | Oct 27 16:19:37.667 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 16:19:37.668 INFO kablam! Oct 27 16:19:37.707 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:37.707 INFO kablam! --> benches/mvg.rs:3:1 Oct 27 16:19:37.707 INFO kablam! | Oct 27 16:19:37.707 INFO kablam! 3 | extern crate test; Oct 27 16:19:37.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:19:37.707 INFO kablam! | Oct 27 16:19:37.707 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:37.707 INFO kablam! Oct 27 16:19:37.707 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:37.707 INFO kablam! --> benches/mvg.rs:7:5 Oct 27 16:19:37.707 INFO kablam! | Oct 27 16:19:37.707 INFO kablam! 7 | use self::test::Bencher; Oct 27 16:19:37.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 16:19:37.707 INFO kablam! | Oct 27 16:19:37.707 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:37.708 INFO kablam! Oct 27 16:19:37.708 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:37.708 INFO kablam! --> benches/mvg.rs:10:23 Oct 27 16:19:37.708 INFO kablam! | Oct 27 16:19:37.708 INFO kablam! 10 | fn bench_draw(b: &mut test::Bencher) { Oct 27 16:19:37.708 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:19:37.708 INFO kablam! | Oct 27 16:19:37.708 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:37.708 INFO kablam! Oct 27 16:19:37.708 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:37.708 INFO kablam! --> benches/mvg.rs:17:29 Oct 27 16:19:37.708 INFO kablam! | Oct 27 16:19:37.708 INFO kablam! 17 | fn bench_sample_100(b: &mut test::Bencher) { Oct 27 16:19:37.708 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:19:37.708 INFO kablam! | Oct 27 16:19:37.708 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:37.708 INFO kablam! Oct 27 16:19:37.708 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:37.708 INFO kablam! --> benches/mvg.rs:24:23 Oct 27 16:19:37.708 INFO kablam! | Oct 27 16:19:37.708 INFO kablam! 24 | fn bench_ln_f(b: &mut test::Bencher) { Oct 27 16:19:37.708 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:19:37.708 INFO kablam! | Oct 27 16:19:37.709 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:37.709 INFO kablam! Oct 27 16:19:37.880 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:37.880 INFO kablam! --> benches/mvg.rs:13:7 Oct 27 16:19:37.881 INFO kablam! | Oct 27 16:19:37.881 INFO kablam! 13 | b.iter(|| mvg.draw(&mut rng)); Oct 27 16:19:37.881 INFO kablam! | ^^^^ Oct 27 16:19:37.882 INFO kablam! | Oct 27 16:19:37.882 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:37.887 INFO kablam! Oct 27 16:19:37.943 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:37.944 INFO kablam! --> benches/mvg.rs:20:7 Oct 27 16:19:37.944 INFO kablam! | Oct 27 16:19:37.944 INFO kablam! 20 | b.iter(|| mvg.sample(100, &mut rng)); Oct 27 16:19:37.944 INFO kablam! | ^^^^ Oct 27 16:19:37.944 INFO kablam! | Oct 27 16:19:37.944 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:37.944 INFO kablam! Oct 27 16:19:37.944 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:37.944 INFO kablam! --> benches/mvg.rs:27:7 Oct 27 16:19:37.944 INFO kablam! | Oct 27 16:19:37.944 INFO kablam! 27 | b.iter(|| mvg.ln_pdf(&x)); Oct 27 16:19:37.944 INFO kablam! | ^^^^ Oct 27 16:19:37.944 INFO kablam! | Oct 27 16:19:37.944 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:37.944 INFO kablam! Oct 27 16:19:37.944 INFO kablam! error: aborting due to 9 previous errors Oct 27 16:19:37.945 INFO kablam! Oct 27 16:19:37.945 INFO kablam! Some errors occurred: E0433, E0658. Oct 27 16:19:37.946 INFO kablam! For more information about an error, try `rustc --explain E0433`. Oct 27 16:19:37.992 INFO kablam! error: Could not compile `rv`. Oct 27 16:19:37.992 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 16:19:38.874 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DMatrix` Oct 27 16:19:38.875 INFO kablam! --> benches/wishart.rs:19:13 Oct 27 16:19:38.875 INFO kablam! | Oct 27 16:19:38.875 INFO kablam! 19 | let x = DMatrix::::identity(10, 10); Oct 27 16:19:38.875 INFO kablam! | ^^^^^^^ Use of undeclared type or module `DMatrix` Oct 27 16:19:38.899 INFO kablam! Oct 27 16:19:38.899 INFO kablam! warning: unused import: `self::test::Bencher` Oct 27 16:19:38.899 INFO kablam! --> benches/wishart.rs:7:5 Oct 27 16:19:38.899 INFO kablam! | Oct 27 16:19:38.899 INFO kablam! 7 | use self::test::Bencher; Oct 27 16:19:38.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 16:19:38.899 INFO kablam! | Oct 27 16:19:38.899 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 16:19:38.899 INFO kablam! Oct 27 16:19:38.912 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:38.912 INFO kablam! --> benches/wishart.rs:3:1 Oct 27 16:19:38.912 INFO kablam! | Oct 27 16:19:38.912 INFO kablam! 3 | extern crate test; Oct 27 16:19:38.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:19:38.912 INFO kablam! | Oct 27 16:19:38.912 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:38.912 INFO kablam! Oct 27 16:19:38.912 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:38.912 INFO kablam! --> benches/wishart.rs:7:5 Oct 27 16:19:38.912 INFO kablam! | Oct 27 16:19:38.912 INFO kablam! 7 | use self::test::Bencher; Oct 27 16:19:38.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 16:19:38.913 INFO kablam! | Oct 27 16:19:38.913 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:38.913 INFO kablam! Oct 27 16:19:38.913 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:38.913 INFO kablam! --> benches/wishart.rs:10:23 Oct 27 16:19:38.913 INFO kablam! | Oct 27 16:19:38.913 INFO kablam! 10 | fn bench_draw(b: &mut test::Bencher) { Oct 27 16:19:38.913 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:19:38.913 INFO kablam! | Oct 27 16:19:38.913 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:38.913 INFO kablam! Oct 27 16:19:38.913 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:38.913 INFO kablam! --> benches/wishart.rs:17:23 Oct 27 16:19:38.913 INFO kablam! | Oct 27 16:19:38.913 INFO kablam! 17 | fn bench_ln_f(b: &mut test::Bencher) { Oct 27 16:19:38.913 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:19:38.913 INFO kablam! | Oct 27 16:19:38.913 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:38.913 INFO kablam! Oct 27 16:19:38.951 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:38.951 INFO kablam! --> benches/wishart.rs:13:7 Oct 27 16:19:38.951 INFO kablam! | Oct 27 16:19:38.951 INFO kablam! 13 | b.iter(|| iw.draw(&mut rng)); Oct 27 16:19:38.951 INFO kablam! | ^^^^ Oct 27 16:19:38.955 INFO kablam! | Oct 27 16:19:38.957 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:38.957 INFO kablam! Oct 27 16:19:39.019 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:39.020 INFO kablam! --> benches/wishart.rs:20:7 Oct 27 16:19:39.020 INFO kablam! | Oct 27 16:19:39.020 INFO kablam! 20 | b.iter(|| iw.ln_f(&x)); Oct 27 16:19:39.020 INFO kablam! | ^^^^ Oct 27 16:19:39.021 INFO kablam! | Oct 27 16:19:39.021 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:39.021 INFO kablam! Oct 27 16:19:39.021 INFO kablam! error: aborting due to 7 previous errors Oct 27 16:19:39.021 INFO kablam! Oct 27 16:19:39.022 INFO kablam! Some errors occurred: E0433, E0658. Oct 27 16:19:39.022 INFO kablam! For more information about an error, try `rustc --explain E0433`. Oct 27 16:19:39.039 INFO kablam! error: Could not compile `rv`. Oct 27 16:19:39.039 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 16:19:39.215 INFO kablam! warning: unused import: `ContinuousDistr` Oct 27 16:19:39.215 INFO kablam! --> benches/gev.rs:6:24 Oct 27 16:19:39.216 INFO kablam! | Oct 27 16:19:39.216 INFO kablam! 6 | use self::rv::traits::{ContinuousDistr, Rv}; Oct 27 16:19:39.216 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 16:19:39.217 INFO kablam! | Oct 27 16:19:39.217 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 16:19:39.217 INFO kablam! Oct 27 16:19:39.217 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:39.218 INFO kablam! --> benches/gev.rs:3:1 Oct 27 16:19:39.218 INFO kablam! | Oct 27 16:19:39.218 INFO kablam! 3 | extern crate test; Oct 27 16:19:39.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:19:39.219 INFO kablam! | Oct 27 16:19:39.219 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:39.219 INFO kablam! Oct 27 16:19:39.219 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:39.220 INFO kablam! --> benches/gev.rs:7:5 Oct 27 16:19:39.220 INFO kablam! | Oct 27 16:19:39.220 INFO kablam! 7 | use self::test::Bencher; Oct 27 16:19:39.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 16:19:39.221 INFO kablam! | Oct 27 16:19:39.221 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:39.221 INFO kablam! Oct 27 16:19:39.222 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:39.222 INFO kablam! --> benches/gev.rs:10:25 Oct 27 16:19:39.222 INFO kablam! | Oct 27 16:19:39.222 INFO kablam! 10 | fn bench_draw_0(b: &mut Bencher) { Oct 27 16:19:39.223 INFO kablam! | ^^^^^^^ Oct 27 16:19:39.223 INFO kablam! | Oct 27 16:19:39.223 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:39.223 INFO kablam! Oct 27 16:19:39.224 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:39.224 INFO kablam! --> benches/gev.rs:19:32 Oct 27 16:19:39.224 INFO kablam! | Oct 27 16:19:39.224 INFO kablam! 19 | fn bench_draw_one_half(b: &mut Bencher) { Oct 27 16:19:39.225 INFO kablam! | ^^^^^^^ Oct 27 16:19:39.225 INFO kablam! | Oct 27 16:19:39.225 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:39.225 INFO kablam! Oct 27 16:19:39.226 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:39.226 INFO kablam! --> benches/gev.rs:28:41 Oct 27 16:19:39.226 INFO kablam! | Oct 27 16:19:39.226 INFO kablam! 28 | fn bench_draw_negative_one_half(b: &mut Bencher) { Oct 27 16:19:39.227 INFO kablam! | ^^^^^^^ Oct 27 16:19:39.227 INFO kablam! | Oct 27 16:19:39.227 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:39.227 INFO kablam! Oct 27 16:19:39.233 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:39.233 INFO kablam! --> benches/gev.rs:13:7 Oct 27 16:19:39.233 INFO kablam! | Oct 27 16:19:39.233 INFO kablam! 13 | b.iter(|| { Oct 27 16:19:39.234 INFO kablam! | ^^^^ Oct 27 16:19:39.234 INFO kablam! | Oct 27 16:19:39.234 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:39.234 INFO kablam! Oct 27 16:19:39.239 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:39.239 INFO kablam! --> benches/gev.rs:22:7 Oct 27 16:19:39.239 INFO kablam! | Oct 27 16:19:39.240 INFO kablam! 22 | b.iter(|| { Oct 27 16:19:39.240 INFO kablam! | ^^^^ Oct 27 16:19:39.240 INFO kablam! | Oct 27 16:19:39.240 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:39.241 INFO kablam! Oct 27 16:19:39.247 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:39.247 INFO kablam! --> benches/gev.rs:31:7 Oct 27 16:19:39.247 INFO kablam! | Oct 27 16:19:39.248 INFO kablam! 31 | b.iter(|| { Oct 27 16:19:39.248 INFO kablam! | ^^^^ Oct 27 16:19:39.248 INFO kablam! | Oct 27 16:19:39.248 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:39.249 INFO kablam! Oct 27 16:19:39.249 INFO kablam! error: aborting due to 8 previous errors Oct 27 16:19:39.249 INFO kablam! Oct 27 16:19:39.249 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 27 16:19:39.255 INFO kablam! error: Could not compile `rv`. Oct 27 16:19:39.255 INFO kablam! Oct 27 16:19:39.255 INFO kablam! To learn more, run the command again with --verbose. Oct 27 16:19:39.255 INFO kablam! su: No module specific data is present Oct 27 16:19:39.787 INFO running `"docker" "rm" "-f" "15118e1fc0a79d5a1fd1c916e98aa33a198c7e7a662750479b6d1e939c7e526f"` Oct 27 16:19:40.083 INFO blam! 15118e1fc0a79d5a1fd1c916e98aa33a198c7e7a662750479b6d1e939c7e526f