Oct 13 09:06:22.919 INFO checking rv-0.4.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 09:06:22.920 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 09:06:23.423 INFO blam! 406758758e577d9487c1e96efa42b2d9897e4baaf510c54788c72849b45eda10 Oct 13 09:06:23.425 INFO running `"docker" "start" "-a" "406758758e577d9487c1e96efa42b2d9897e4baaf510c54788c72849b45eda10"` Oct 13 09:06:25.680 INFO kablam! usermod: no changes Oct 13 09:06:25.893 INFO kablam! Checking assert v0.7.4 Oct 13 09:06:25.900 INFO kablam! Checking special v0.7.8 Oct 13 09:06:25.916 INFO kablam! Checking approx v0.3.0 Oct 13 09:06:27.028 INFO kablam! Checking alga v0.7.2 Oct 13 09:06:32.462 INFO kablam! Checking nalgebra v0.16.4 Oct 13 09:07:04.150 INFO kablam! Checking rv v0.4.1 (/source) Oct 13 09:07:16.564 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DMatrix` Oct 13 09:07:16.564 INFO kablam! --> benches/wishart.rs:19:13 Oct 13 09:07:16.564 INFO kablam! | Oct 13 09:07:16.564 INFO kablam! 19 | let x = DMatrix::::identity(10, 10); Oct 13 09:07:16.564 INFO kablam! | ^^^^^^^ Use of undeclared type or module `DMatrix` Oct 13 09:07:16.564 INFO kablam! Oct 13 09:07:16.568 INFO kablam! warning: unused import: `self::test::Bencher` Oct 13 09:07:16.568 INFO kablam! --> benches/wishart.rs:7:5 Oct 13 09:07:16.568 INFO kablam! | Oct 13 09:07:16.568 INFO kablam! 7 | use self::test::Bencher; Oct 13 09:07:16.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 09:07:16.568 INFO kablam! | Oct 13 09:07:16.568 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 09:07:16.568 INFO kablam! Oct 13 09:07:16.596 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:16.596 INFO kablam! --> benches/wishart.rs:3:1 Oct 13 09:07:16.596 INFO kablam! | Oct 13 09:07:16.596 INFO kablam! 3 | extern crate test; Oct 13 09:07:16.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 09:07:16.596 INFO kablam! | Oct 13 09:07:16.596 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:16.596 INFO kablam! Oct 13 09:07:16.596 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:16.596 INFO kablam! --> benches/wishart.rs:7:5 Oct 13 09:07:16.596 INFO kablam! | Oct 13 09:07:16.596 INFO kablam! 7 | use self::test::Bencher; Oct 13 09:07:16.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 09:07:16.596 INFO kablam! | Oct 13 09:07:16.596 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:16.596 INFO kablam! Oct 13 09:07:16.596 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:16.596 INFO kablam! --> benches/wishart.rs:10:23 Oct 13 09:07:16.596 INFO kablam! | Oct 13 09:07:16.596 INFO kablam! 10 | fn bench_draw(b: &mut test::Bencher) { Oct 13 09:07:16.596 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 09:07:16.596 INFO kablam! | Oct 13 09:07:16.596 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:16.597 INFO kablam! Oct 13 09:07:16.597 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:16.597 INFO kablam! --> benches/wishart.rs:17:23 Oct 13 09:07:16.597 INFO kablam! | Oct 13 09:07:16.597 INFO kablam! 17 | fn bench_ln_f(b: &mut test::Bencher) { Oct 13 09:07:16.597 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 09:07:16.597 INFO kablam! | Oct 13 09:07:16.597 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:16.597 INFO kablam! Oct 13 09:07:16.738 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:16.738 INFO kablam! --> benches/wishart.rs:13:7 Oct 13 09:07:16.738 INFO kablam! | Oct 13 09:07:16.738 INFO kablam! 13 | b.iter(|| iw.draw(&mut rng)); Oct 13 09:07:16.738 INFO kablam! | ^^^^ Oct 13 09:07:16.760 INFO kablam! | Oct 13 09:07:16.760 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:16.761 INFO kablam! Oct 13 09:07:16.836 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:16.836 INFO kablam! --> benches/wishart.rs:20:7 Oct 13 09:07:16.836 INFO kablam! | Oct 13 09:07:16.836 INFO kablam! 20 | b.iter(|| iw.ln_f(&x)); Oct 13 09:07:16.836 INFO kablam! | ^^^^ Oct 13 09:07:16.838 INFO kablam! | Oct 13 09:07:16.838 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:16.839 INFO kablam! Oct 13 09:07:16.853 INFO kablam! error: aborting due to 7 previous errors Oct 13 09:07:16.853 INFO kablam! Oct 13 09:07:16.853 INFO kablam! Some errors occurred: E0433, E0658. Oct 13 09:07:16.853 INFO kablam! For more information about an error, try `rustc --explain E0433`. Oct 13 09:07:16.893 INFO kablam! error: Could not compile `rv`. Oct 13 09:07:16.893 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 09:07:16.972 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DVector` Oct 13 09:07:16.973 INFO kablam! --> benches/mvg.rs:26:13 Oct 13 09:07:16.973 INFO kablam! | Oct 13 09:07:16.973 INFO kablam! 26 | let x = DVector::::zeros(10); Oct 13 09:07:16.974 INFO kablam! | ^^^^^^^ Use of undeclared type or module `DVector` Oct 13 09:07:16.974 INFO kablam! Oct 13 09:07:16.974 INFO kablam! warning: unused import: `self::test::Bencher` Oct 13 09:07:16.974 INFO kablam! --> benches/mvg.rs:7:5 Oct 13 09:07:16.974 INFO kablam! | Oct 13 09:07:16.975 INFO kablam! 7 | use self::test::Bencher; Oct 13 09:07:16.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 09:07:16.975 INFO kablam! | Oct 13 09:07:16.975 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 09:07:16.976 INFO kablam! Oct 13 09:07:16.977 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:16.978 INFO kablam! --> benches/mvg.rs:3:1 Oct 13 09:07:16.978 INFO kablam! | Oct 13 09:07:16.978 INFO kablam! 3 | extern crate test; Oct 13 09:07:16.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 09:07:16.979 INFO kablam! | Oct 13 09:07:16.979 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:16.979 INFO kablam! Oct 13 09:07:16.979 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:16.980 INFO kablam! --> benches/mvg.rs:7:5 Oct 13 09:07:16.980 INFO kablam! | Oct 13 09:07:16.980 INFO kablam! 7 | use self::test::Bencher; Oct 13 09:07:16.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 09:07:16.981 INFO kablam! | Oct 13 09:07:16.981 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:16.981 INFO kablam! Oct 13 09:07:16.981 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:16.982 INFO kablam! --> benches/mvg.rs:10:23 Oct 13 09:07:16.982 INFO kablam! | Oct 13 09:07:16.982 INFO kablam! 10 | fn bench_draw(b: &mut test::Bencher) { Oct 13 09:07:16.982 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 09:07:16.983 INFO kablam! | Oct 13 09:07:16.983 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:16.983 INFO kablam! Oct 13 09:07:16.983 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:16.984 INFO kablam! --> benches/mvg.rs:17:29 Oct 13 09:07:16.984 INFO kablam! | Oct 13 09:07:16.984 INFO kablam! 17 | fn bench_sample_100(b: &mut test::Bencher) { Oct 13 09:07:16.984 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 09:07:16.985 INFO kablam! | Oct 13 09:07:16.985 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:16.985 INFO kablam! Oct 13 09:07:16.985 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:16.986 INFO kablam! --> benches/mvg.rs:24:23 Oct 13 09:07:16.986 INFO kablam! | Oct 13 09:07:16.986 INFO kablam! 24 | fn bench_ln_f(b: &mut test::Bencher) { Oct 13 09:07:16.986 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 09:07:16.987 INFO kablam! | Oct 13 09:07:16.987 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:16.987 INFO kablam! Oct 13 09:07:17.144 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:17.144 INFO kablam! --> benches/mvg.rs:13:7 Oct 13 09:07:17.145 INFO kablam! | Oct 13 09:07:17.145 INFO kablam! 13 | b.iter(|| mvg.draw(&mut rng)); Oct 13 09:07:17.145 INFO kablam! | ^^^^ Oct 13 09:07:17.145 INFO kablam! | Oct 13 09:07:17.145 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:17.145 INFO kablam! Oct 13 09:07:17.158 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:17.158 INFO kablam! --> benches/mvg.rs:20:7 Oct 13 09:07:17.164 INFO kablam! | Oct 13 09:07:17.164 INFO kablam! 20 | b.iter(|| mvg.sample(100, &mut rng)); Oct 13 09:07:17.164 INFO kablam! | ^^^^ Oct 13 09:07:17.164 INFO kablam! | Oct 13 09:07:17.164 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:17.164 INFO kablam! Oct 13 09:07:17.168 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:17.168 INFO kablam! --> benches/mvg.rs:27:7 Oct 13 09:07:17.168 INFO kablam! | Oct 13 09:07:17.168 INFO kablam! 27 | b.iter(|| mvg.ln_pdf(&x)); Oct 13 09:07:17.168 INFO kablam! | ^^^^ Oct 13 09:07:17.168 INFO kablam! | Oct 13 09:07:17.168 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:17.168 INFO kablam! Oct 13 09:07:17.188 INFO kablam! error: aborting due to 9 previous errors Oct 13 09:07:17.188 INFO kablam! Oct 13 09:07:17.196 INFO kablam! Some errors occurred: E0433, E0658. Oct 13 09:07:17.196 INFO kablam! For more information about an error, try `rustc --explain E0433`. Oct 13 09:07:17.229 INFO kablam! error: Could not compile `rv`. Oct 13 09:07:17.229 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 09:07:17.824 INFO kablam! warning: unused import: `ContinuousDistr` Oct 13 09:07:17.824 INFO kablam! --> benches/gev.rs:6:24 Oct 13 09:07:17.824 INFO kablam! | Oct 13 09:07:17.824 INFO kablam! 6 | use self::rv::traits::{ContinuousDistr, Rv}; Oct 13 09:07:17.824 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 09:07:17.852 INFO kablam! | Oct 13 09:07:17.852 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 09:07:17.852 INFO kablam! Oct 13 09:07:17.856 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:17.856 INFO kablam! --> benches/gev.rs:3:1 Oct 13 09:07:17.856 INFO kablam! | Oct 13 09:07:17.856 INFO kablam! 3 | extern crate test; Oct 13 09:07:17.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 09:07:17.856 INFO kablam! | Oct 13 09:07:17.856 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:17.856 INFO kablam! Oct 13 09:07:17.857 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:17.857 INFO kablam! --> benches/gev.rs:7:5 Oct 13 09:07:17.857 INFO kablam! | Oct 13 09:07:17.857 INFO kablam! 7 | use self::test::Bencher; Oct 13 09:07:17.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 09:07:17.857 INFO kablam! | Oct 13 09:07:17.857 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:17.857 INFO kablam! Oct 13 09:07:17.857 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:17.857 INFO kablam! --> benches/gev.rs:10:25 Oct 13 09:07:17.857 INFO kablam! | Oct 13 09:07:17.857 INFO kablam! 10 | fn bench_draw_0(b: &mut Bencher) { Oct 13 09:07:17.857 INFO kablam! | ^^^^^^^ Oct 13 09:07:17.857 INFO kablam! | Oct 13 09:07:17.857 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:17.857 INFO kablam! Oct 13 09:07:17.857 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:17.857 INFO kablam! --> benches/gev.rs:19:32 Oct 13 09:07:17.857 INFO kablam! | Oct 13 09:07:17.857 INFO kablam! 19 | fn bench_draw_one_half(b: &mut Bencher) { Oct 13 09:07:17.857 INFO kablam! | ^^^^^^^ Oct 13 09:07:17.857 INFO kablam! | Oct 13 09:07:17.857 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:17.857 INFO kablam! Oct 13 09:07:17.857 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:17.857 INFO kablam! --> benches/gev.rs:28:41 Oct 13 09:07:17.857 INFO kablam! | Oct 13 09:07:17.857 INFO kablam! 28 | fn bench_draw_negative_one_half(b: &mut Bencher) { Oct 13 09:07:17.857 INFO kablam! | ^^^^^^^ Oct 13 09:07:17.857 INFO kablam! | Oct 13 09:07:17.857 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:17.857 INFO kablam! Oct 13 09:07:17.948 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:17.948 INFO kablam! --> benches/gev.rs:13:7 Oct 13 09:07:17.948 INFO kablam! | Oct 13 09:07:17.948 INFO kablam! 13 | b.iter(|| { Oct 13 09:07:17.948 INFO kablam! | ^^^^ Oct 13 09:07:17.948 INFO kablam! | Oct 13 09:07:17.948 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:17.948 INFO kablam! Oct 13 09:07:17.948 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:17.948 INFO kablam! --> benches/gev.rs:22:7 Oct 13 09:07:17.948 INFO kablam! | Oct 13 09:07:17.948 INFO kablam! 22 | b.iter(|| { Oct 13 09:07:17.948 INFO kablam! | ^^^^ Oct 13 09:07:17.948 INFO kablam! | Oct 13 09:07:17.948 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:17.949 INFO kablam! Oct 13 09:07:17.949 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 13 09:07:17.949 INFO kablam! --> benches/gev.rs:31:7 Oct 13 09:07:17.949 INFO kablam! | Oct 13 09:07:17.949 INFO kablam! 31 | b.iter(|| { Oct 13 09:07:17.949 INFO kablam! | ^^^^ Oct 13 09:07:17.949 INFO kablam! | Oct 13 09:07:17.949 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 13 09:07:17.949 INFO kablam! Oct 13 09:07:17.963 INFO kablam! error: aborting due to 8 previous errors Oct 13 09:07:17.963 INFO kablam! Oct 13 09:07:17.963 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 13 09:07:18.000 INFO kablam! error: Could not compile `rv`. Oct 13 09:07:18.001 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 09:07:18.276 INFO kablam! error: build failed Oct 13 09:07:18.277 INFO kablam! su: No module specific data is present Oct 13 09:07:19.248 INFO running `"docker" "rm" "-f" "406758758e577d9487c1e96efa42b2d9897e4baaf510c54788c72849b45eda10"` Oct 13 09:07:19.512 INFO blam! 406758758e577d9487c1e96efa42b2d9897e4baaf510c54788c72849b45eda10