Oct 27 16:18:46.599 INFO checking rv-0.4.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 16:18:46.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:47.071 INFO blam! b9a874f62c8bebc404e95dfd61592ed308c22ea62847164e8b35e0722b0e4889 Oct 27 16:18:47.077 INFO running `"docker" "start" "-a" "b9a874f62c8bebc404e95dfd61592ed308c22ea62847164e8b35e0722b0e4889"` Oct 27 16:18:49.354 INFO kablam! usermod: no changes Oct 27 16:18:49.583 INFO kablam! Checking assert v0.7.4 Oct 27 16:18:49.583 INFO kablam! Checking special v0.7.8 Oct 27 16:18:49.591 INFO kablam! Checking nalgebra v0.16.5 Oct 27 16:19:24.080 INFO kablam! Checking rv v0.4.1 (/source) Oct 27 16:19:36.256 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DMatrix` Oct 27 16:19:36.256 INFO kablam! --> benches/wishart.rs:19:13 Oct 27 16:19:36.256 INFO kablam! | Oct 27 16:19:36.256 INFO kablam! 19 | let x = DMatrix::::identity(10, 10); Oct 27 16:19:36.256 INFO kablam! | ^^^^^^^ Use of undeclared type or module `DMatrix` Oct 27 16:19:36.256 INFO kablam! Oct 27 16:19:36.256 INFO kablam! warning: unused import: `self::test::Bencher` Oct 27 16:19:36.256 INFO kablam! --> benches/wishart.rs:7:5 Oct 27 16:19:36.257 INFO kablam! | Oct 27 16:19:36.257 INFO kablam! 7 | use self::test::Bencher; Oct 27 16:19:36.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 16:19:36.257 INFO kablam! | Oct 27 16:19:36.257 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 16:19:36.257 INFO kablam! Oct 27 16:19:36.257 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.258 INFO kablam! --> benches/wishart.rs:3:1 Oct 27 16:19:36.258 INFO kablam! | Oct 27 16:19:36.258 INFO kablam! 3 | extern crate test; Oct 27 16:19:36.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:19:36.271 INFO kablam! | Oct 27 16:19:36.271 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.271 INFO kablam! Oct 27 16:19:36.271 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.272 INFO kablam! --> benches/wishart.rs:7:5 Oct 27 16:19:36.272 INFO kablam! | Oct 27 16:19:36.272 INFO kablam! 7 | use self::test::Bencher; Oct 27 16:19:36.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 16:19:36.272 INFO kablam! | Oct 27 16:19:36.272 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.272 INFO kablam! Oct 27 16:19:36.273 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.273 INFO kablam! --> benches/wishart.rs:10:23 Oct 27 16:19:36.273 INFO kablam! | Oct 27 16:19:36.273 INFO kablam! 10 | fn bench_draw(b: &mut test::Bencher) { Oct 27 16:19:36.273 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:19:36.273 INFO kablam! | Oct 27 16:19:36.273 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.273 INFO kablam! Oct 27 16:19:36.274 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.274 INFO kablam! --> benches/wishart.rs:17:23 Oct 27 16:19:36.274 INFO kablam! | Oct 27 16:19:36.274 INFO kablam! 17 | fn bench_ln_f(b: &mut test::Bencher) { Oct 27 16:19:36.274 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:19:36.274 INFO kablam! | Oct 27 16:19:36.274 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.275 INFO kablam! Oct 27 16:19:36.283 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DVector` Oct 27 16:19:36.283 INFO kablam! --> benches/mvg.rs:26:13 Oct 27 16:19:36.284 INFO kablam! | Oct 27 16:19:36.284 INFO kablam! 26 | let x = DVector::::zeros(10); Oct 27 16:19:36.284 INFO kablam! | ^^^^^^^ Use of undeclared type or module `DVector` Oct 27 16:19:36.284 INFO kablam! Oct 27 16:19:36.284 INFO kablam! warning: unused import: `self::test::Bencher` Oct 27 16:19:36.284 INFO kablam! --> benches/mvg.rs:7:5 Oct 27 16:19:36.284 INFO kablam! | Oct 27 16:19:36.285 INFO kablam! 7 | use self::test::Bencher; Oct 27 16:19:36.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 16:19:36.285 INFO kablam! | Oct 27 16:19:36.285 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 16:19:36.285 INFO kablam! Oct 27 16:19:36.285 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.285 INFO kablam! --> benches/mvg.rs:3:1 Oct 27 16:19:36.285 INFO kablam! | Oct 27 16:19:36.285 INFO kablam! 3 | extern crate test; Oct 27 16:19:36.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:19:36.286 INFO kablam! | Oct 27 16:19:36.286 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.286 INFO kablam! Oct 27 16:19:36.286 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.286 INFO kablam! --> benches/mvg.rs:7:5 Oct 27 16:19:36.286 INFO kablam! | Oct 27 16:19:36.286 INFO kablam! 7 | use self::test::Bencher; Oct 27 16:19:36.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 16:19:36.287 INFO kablam! | Oct 27 16:19:36.287 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.287 INFO kablam! Oct 27 16:19:36.287 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.287 INFO kablam! --> benches/mvg.rs:10:23 Oct 27 16:19:36.287 INFO kablam! | Oct 27 16:19:36.287 INFO kablam! 10 | fn bench_draw(b: &mut test::Bencher) { Oct 27 16:19:36.288 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:19:36.288 INFO kablam! | Oct 27 16:19:36.288 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.288 INFO kablam! Oct 27 16:19:36.288 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.288 INFO kablam! --> benches/mvg.rs:17:29 Oct 27 16:19:36.288 INFO kablam! | Oct 27 16:19:36.288 INFO kablam! 17 | fn bench_sample_100(b: &mut test::Bencher) { Oct 27 16:19:36.289 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:19:36.289 INFO kablam! | Oct 27 16:19:36.289 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.289 INFO kablam! Oct 27 16:19:36.289 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.289 INFO kablam! --> benches/mvg.rs:24:23 Oct 27 16:19:36.289 INFO kablam! | Oct 27 16:19:36.289 INFO kablam! 24 | fn bench_ln_f(b: &mut test::Bencher) { Oct 27 16:19:36.289 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:19:36.289 INFO kablam! | Oct 27 16:19:36.289 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.289 INFO kablam! Oct 27 16:19:36.311 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.311 INFO kablam! --> benches/wishart.rs:13:7 Oct 27 16:19:36.311 INFO kablam! | Oct 27 16:19:36.311 INFO kablam! 13 | b.iter(|| iw.draw(&mut rng)); Oct 27 16:19:36.311 INFO kablam! | ^^^^ Oct 27 16:19:36.311 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.311 INFO kablam! --> benches/mvg.rs:13:7 Oct 27 16:19:36.311 INFO kablam! | Oct 27 16:19:36.311 INFO kablam! 13 | b.iter(|| mvg.draw(&mut rng)); Oct 27 16:19:36.311 INFO kablam! | ^^^^ Oct 27 16:19:36.311 INFO kablam! | Oct 27 16:19:36.311 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.311 INFO kablam! Oct 27 16:19:36.315 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.315 INFO kablam! --> benches/mvg.rs:20:7 Oct 27 16:19:36.315 INFO kablam! | Oct 27 16:19:36.315 INFO kablam! 20 | b.iter(|| mvg.sample(100, &mut rng)); Oct 27 16:19:36.315 INFO kablam! | ^^^^ Oct 27 16:19:36.315 INFO kablam! | Oct 27 16:19:36.315 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.315 INFO kablam! Oct 27 16:19:36.319 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.319 INFO kablam! --> benches/mvg.rs:27:7 Oct 27 16:19:36.319 INFO kablam! | Oct 27 16:19:36.319 INFO kablam! 27 | b.iter(|| mvg.ln_pdf(&x)); Oct 27 16:19:36.319 INFO kablam! | ^^^^ Oct 27 16:19:36.319 INFO kablam! | Oct 27 16:19:36.319 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.319 INFO kablam! Oct 27 16:19:36.319 INFO kablam! error: aborting due to 9 previous errors Oct 27 16:19:36.319 INFO kablam! Oct 27 16:19:36.319 INFO kablam! Some errors occurred: E0433, E0658. Oct 27 16:19:36.319 INFO kablam! For more information about an error, try `rustc --explain E0433`. Oct 27 16:19:36.327 INFO kablam! | Oct 27 16:19:36.327 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.327 INFO kablam! Oct 27 16:19:36.327 INFO kablam! error: Could not compile `rv`. Oct 27 16:19:36.327 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 16:19:36.359 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.359 INFO kablam! --> benches/wishart.rs:20:7 Oct 27 16:19:36.359 INFO kablam! | Oct 27 16:19:36.359 INFO kablam! 20 | b.iter(|| iw.ln_f(&x)); Oct 27 16:19:36.359 INFO kablam! | ^^^^ Oct 27 16:19:36.359 INFO kablam! | Oct 27 16:19:36.359 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.359 INFO kablam! Oct 27 16:19:36.359 INFO kablam! error: aborting due to 7 previous errors Oct 27 16:19:36.359 INFO kablam! Oct 27 16:19:36.359 INFO kablam! Some errors occurred: E0433, E0658. Oct 27 16:19:36.359 INFO kablam! For more information about an error, try `rustc --explain E0433`. Oct 27 16:19:36.363 INFO kablam! error: Could not compile `rv`. Oct 27 16:19:36.363 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 16:19:36.421 INFO kablam! warning: unused import: `ContinuousDistr` Oct 27 16:19:36.421 INFO kablam! --> benches/gev.rs:6:24 Oct 27 16:19:36.421 INFO kablam! | Oct 27 16:19:36.421 INFO kablam! 6 | use self::rv::traits::{ContinuousDistr, Rv}; Oct 27 16:19:36.421 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 16:19:36.421 INFO kablam! | Oct 27 16:19:36.421 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 16:19:36.421 INFO kablam! Oct 27 16:19:36.423 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.423 INFO kablam! --> benches/gev.rs:3:1 Oct 27 16:19:36.423 INFO kablam! | Oct 27 16:19:36.423 INFO kablam! 3 | extern crate test; Oct 27 16:19:36.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:19:36.423 INFO kablam! | Oct 27 16:19:36.423 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.423 INFO kablam! Oct 27 16:19:36.423 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.423 INFO kablam! --> benches/gev.rs:7:5 Oct 27 16:19:36.423 INFO kablam! | Oct 27 16:19:36.423 INFO kablam! 7 | use self::test::Bencher; Oct 27 16:19:36.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 16:19:36.423 INFO kablam! | Oct 27 16:19:36.423 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.423 INFO kablam! Oct 27 16:19:36.423 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.423 INFO kablam! --> benches/gev.rs:10:25 Oct 27 16:19:36.423 INFO kablam! | Oct 27 16:19:36.423 INFO kablam! 10 | fn bench_draw_0(b: &mut Bencher) { Oct 27 16:19:36.423 INFO kablam! | ^^^^^^^ Oct 27 16:19:36.423 INFO kablam! | Oct 27 16:19:36.423 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.423 INFO kablam! Oct 27 16:19:36.423 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.423 INFO kablam! --> benches/gev.rs:19:32 Oct 27 16:19:36.423 INFO kablam! | Oct 27 16:19:36.423 INFO kablam! 19 | fn bench_draw_one_half(b: &mut Bencher) { Oct 27 16:19:36.423 INFO kablam! | ^^^^^^^ Oct 27 16:19:36.423 INFO kablam! | Oct 27 16:19:36.423 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.423 INFO kablam! Oct 27 16:19:36.423 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.423 INFO kablam! --> benches/gev.rs:28:41 Oct 27 16:19:36.423 INFO kablam! | Oct 27 16:19:36.423 INFO kablam! 28 | fn bench_draw_negative_one_half(b: &mut Bencher) { Oct 27 16:19:36.423 INFO kablam! | ^^^^^^^ Oct 27 16:19:36.423 INFO kablam! | Oct 27 16:19:36.423 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.423 INFO kablam! Oct 27 16:19:36.463 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.463 INFO kablam! --> benches/gev.rs:13:7 Oct 27 16:19:36.463 INFO kablam! | Oct 27 16:19:36.463 INFO kablam! 13 | b.iter(|| { Oct 27 16:19:36.463 INFO kablam! | ^^^^ Oct 27 16:19:36.463 INFO kablam! | Oct 27 16:19:36.463 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.463 INFO kablam! Oct 27 16:19:36.463 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.463 INFO kablam! --> benches/gev.rs:22:7 Oct 27 16:19:36.463 INFO kablam! | Oct 27 16:19:36.463 INFO kablam! 22 | b.iter(|| { Oct 27 16:19:36.463 INFO kablam! | ^^^^ Oct 27 16:19:36.463 INFO kablam! | Oct 27 16:19:36.463 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.463 INFO kablam! Oct 27 16:19:36.463 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 27 16:19:36.463 INFO kablam! --> benches/gev.rs:31:7 Oct 27 16:19:36.463 INFO kablam! | Oct 27 16:19:36.463 INFO kablam! 31 | b.iter(|| { Oct 27 16:19:36.463 INFO kablam! | ^^^^ Oct 27 16:19:36.463 INFO kablam! | Oct 27 16:19:36.463 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 27 16:19:36.463 INFO kablam! Oct 27 16:19:36.483 INFO kablam! error: aborting due to 8 previous errors Oct 27 16:19:36.483 INFO kablam! Oct 27 16:19:36.483 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 27 16:19:36.483 INFO kablam! error: Could not compile `rv`. Oct 27 16:19:36.483 INFO kablam! Oct 27 16:19:36.483 INFO kablam! To learn more, run the command again with --verbose. Oct 27 16:19:36.491 INFO kablam! su: No module specific data is present Oct 27 16:19:37.121 INFO running `"docker" "rm" "-f" "b9a874f62c8bebc404e95dfd61592ed308c22ea62847164e8b35e0722b0e4889"` Oct 27 16:19:37.366 INFO blam! b9a874f62c8bebc404e95dfd61592ed308c22ea62847164e8b35e0722b0e4889