Sep 10 12:41:36.041 INFO checking prll-ri-1.0.6 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 12:41:36.041 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 12:41:36.041 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 12:41:36.189 INFO blam! 6daaef8cf2a4f52f9da9f2c0b34507d232d1e39ffef52e9f2fb7c800da23891c Sep 10 12:41:36.191 INFO running `"docker" "start" "-a" "6daaef8cf2a4f52f9da9f2c0b34507d232d1e39ffef52e9f2fb7c800da23891c"` Sep 10 12:41:37.141 INFO kablam! usermod: no changes Sep 10 12:41:37.278 INFO kablam! Checking bit-vec v0.5.0 Sep 10 12:41:37.280 INFO kablam! Checking ordered-float v0.2.3 Sep 10 12:41:37.280 INFO kablam! Checking nalgebra v0.4.0 Sep 10 12:41:37.869 INFO kablam! Checking bit-set v0.3.0 Sep 10 12:41:39.190 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 12:41:39.190 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dmat.rs:70:44 Sep 10 12:41:39.190 INFO kablam! | Sep 10 12:41:39.190 INFO kablam! 70 | DMat::from_fn(nrows, ncols, |_, _| rand::random()) Sep 10 12:41:39.190 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 12:41:39.190 INFO kablam! | Sep 10 12:41:39.190 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 12:41:39.190 INFO kablam! = note: required by `rand::random` Sep 10 12:41:39.190 INFO kablam! Sep 10 12:41:39.289 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 12:41:39.289 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 10 12:41:39.289 INFO kablam! | Sep 10 12:41:39.289 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 12:41:39.289 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 12:41:39.289 INFO kablam! | Sep 10 12:41:39.289 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:85:1 Sep 10 12:41:39.289 INFO kablam! | Sep 10 12:41:39.289 INFO kablam! 85 | dvec_impl!(DVec); Sep 10 12:41:39.289 INFO kablam! | ----------------- in this macro invocation Sep 10 12:41:39.289 INFO kablam! | Sep 10 12:41:39.289 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 12:41:39.289 INFO kablam! = note: required by `rand::random` Sep 10 12:41:39.289 INFO kablam! Sep 10 12:41:39.290 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 12:41:39.290 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 10 12:41:39.290 INFO kablam! | Sep 10 12:41:39.290 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 12:41:39.290 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 12:41:39.290 INFO kablam! | Sep 10 12:41:39.290 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:93:1 Sep 10 12:41:39.290 INFO kablam! | Sep 10 12:41:39.290 INFO kablam! 93 | small_dvec_impl!(DVec1, 1, 0); Sep 10 12:41:39.290 INFO kablam! | ------------------------------ in this macro invocation Sep 10 12:41:39.290 INFO kablam! | Sep 10 12:41:39.290 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 12:41:39.290 INFO kablam! = note: required by `rand::random` Sep 10 12:41:39.290 INFO kablam! Sep 10 12:41:39.291 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 12:41:39.291 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 10 12:41:39.291 INFO kablam! | Sep 10 12:41:39.291 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 12:41:39.291 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 12:41:39.291 INFO kablam! | Sep 10 12:41:39.291 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:103:1 Sep 10 12:41:39.291 INFO kablam! | Sep 10 12:41:39.291 INFO kablam! 103 | small_dvec_impl!(DVec2, 2, 0, 1); Sep 10 12:41:39.291 INFO kablam! | --------------------------------- in this macro invocation Sep 10 12:41:39.291 INFO kablam! | Sep 10 12:41:39.291 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 12:41:39.291 INFO kablam! = note: required by `rand::random` Sep 10 12:41:39.291 INFO kablam! Sep 10 12:41:39.292 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 12:41:39.292 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 10 12:41:39.292 INFO kablam! | Sep 10 12:41:39.292 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 12:41:39.292 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 12:41:39.292 INFO kablam! | Sep 10 12:41:39.292 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:113:1 Sep 10 12:41:39.292 INFO kablam! | Sep 10 12:41:39.292 INFO kablam! 113 | small_dvec_impl!(DVec3, 3, 0, 1, 2); Sep 10 12:41:39.292 INFO kablam! | ------------------------------------ in this macro invocation Sep 10 12:41:39.292 INFO kablam! | Sep 10 12:41:39.292 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 12:41:39.292 INFO kablam! = note: required by `rand::random` Sep 10 12:41:39.292 INFO kablam! Sep 10 12:41:39.293 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 12:41:39.293 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 10 12:41:39.293 INFO kablam! | Sep 10 12:41:39.293 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 12:41:39.293 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 12:41:39.293 INFO kablam! | Sep 10 12:41:39.293 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:123:1 Sep 10 12:41:39.293 INFO kablam! | Sep 10 12:41:39.293 INFO kablam! 123 | small_dvec_impl!(DVec4, 4, 0, 1, 2, 3); Sep 10 12:41:39.293 INFO kablam! | --------------------------------------- in this macro invocation Sep 10 12:41:39.294 INFO kablam! | Sep 10 12:41:39.294 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 12:41:39.294 INFO kablam! = note: required by `rand::random` Sep 10 12:41:39.294 INFO kablam! Sep 10 12:41:39.295 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 12:41:39.295 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 10 12:41:39.295 INFO kablam! | Sep 10 12:41:39.295 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 12:41:39.295 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 12:41:39.295 INFO kablam! | Sep 10 12:41:39.295 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:133:1 Sep 10 12:41:39.295 INFO kablam! | Sep 10 12:41:39.295 INFO kablam! 133 | small_dvec_impl!(DVec5, 5, 0, 1, 2, 3, 4); Sep 10 12:41:39.295 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 12:41:39.295 INFO kablam! | Sep 10 12:41:39.295 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 12:41:39.295 INFO kablam! = note: required by `rand::random` Sep 10 12:41:39.295 INFO kablam! Sep 10 12:41:39.296 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 12:41:39.296 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 10 12:41:39.296 INFO kablam! | Sep 10 12:41:39.296 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 12:41:39.296 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 12:41:39.296 INFO kablam! | Sep 10 12:41:39.296 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:143:1 Sep 10 12:41:39.296 INFO kablam! | Sep 10 12:41:39.296 INFO kablam! 143 | small_dvec_impl!(DVec6, 6, 0, 1, 2, 3, 4, 5); Sep 10 12:41:39.296 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 12:41:39.296 INFO kablam! | Sep 10 12:41:39.296 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 12:41:39.296 INFO kablam! = note: required by `rand::random` Sep 10 12:41:39.296 INFO kablam! Sep 10 12:41:39.920 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 12:41:39.920 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/quat.rs:299:27 Sep 10 12:41:39.920 INFO kablam! | Sep 10 12:41:39.920 INFO kablam! 299 | UnitQuat::new(rng.gen()) Sep 10 12:41:39.920 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 12:41:39.920 INFO kablam! | Sep 10 12:41:39.920 INFO kablam! = help: the following implementations were found: Sep 10 12:41:39.920 INFO kablam! > Sep 10 12:41:39.920 INFO kablam! > Sep 10 12:41:39.920 INFO kablam! > Sep 10 12:41:39.920 INFO kablam! > Sep 10 12:41:39.920 INFO kablam! and 58 others Sep 10 12:41:39.920 INFO kablam! Sep 10 12:41:40.411 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 12:41:40.411 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:92:23 Sep 10 12:41:40.411 INFO kablam! | Sep 10 12:41:40.411 INFO kablam! 92 | Rot2::new(rng.gen()) Sep 10 12:41:40.411 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 12:41:40.411 INFO kablam! | Sep 10 12:41:40.411 INFO kablam! = help: the following implementations were found: Sep 10 12:41:40.411 INFO kablam! > Sep 10 12:41:40.411 INFO kablam! > Sep 10 12:41:40.411 INFO kablam! > Sep 10 12:41:40.411 INFO kablam! > Sep 10 12:41:40.411 INFO kablam! and 58 others Sep 10 12:41:40.411 INFO kablam! Sep 10 12:41:40.427 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 12:41:40.427 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:326:23 Sep 10 12:41:40.427 INFO kablam! | Sep 10 12:41:40.427 INFO kablam! 326 | Rot3::new(rng.gen()) Sep 10 12:41:40.427 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 12:41:40.427 INFO kablam! | Sep 10 12:41:40.427 INFO kablam! = help: the following implementations were found: Sep 10 12:41:40.427 INFO kablam! > Sep 10 12:41:40.427 INFO kablam! > Sep 10 12:41:40.427 INFO kablam! > Sep 10 12:41:40.427 INFO kablam! > Sep 10 12:41:40.427 INFO kablam! and 58 others Sep 10 12:41:40.427 INFO kablam! Sep 10 12:41:40.476 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 12:41:40.476 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 10 12:41:40.476 INFO kablam! | Sep 10 12:41:40.476 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 10 12:41:40.476 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 12:41:40.476 INFO kablam! | Sep 10 12:41:40.476 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 10 12:41:40.476 INFO kablam! | Sep 10 12:41:40.476 INFO kablam! 108 | rand_impl!(Iso2); Sep 10 12:41:40.476 INFO kablam! | ----------------- in this macro invocation Sep 10 12:41:40.476 INFO kablam! | Sep 10 12:41:40.476 INFO kablam! = help: the following implementations were found: Sep 10 12:41:40.476 INFO kablam! > Sep 10 12:41:40.476 INFO kablam! > Sep 10 12:41:40.476 INFO kablam! > Sep 10 12:41:40.476 INFO kablam! > Sep 10 12:41:40.476 INFO kablam! and 58 others Sep 10 12:41:40.476 INFO kablam! Sep 10 12:41:40.476 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 12:41:40.476 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 10 12:41:40.476 INFO kablam! | Sep 10 12:41:40.476 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 10 12:41:40.476 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 12:41:40.476 INFO kablam! | Sep 10 12:41:40.476 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 10 12:41:40.476 INFO kablam! | Sep 10 12:41:40.476 INFO kablam! 108 | rand_impl!(Iso2); Sep 10 12:41:40.476 INFO kablam! | ----------------- in this macro invocation Sep 10 12:41:40.476 INFO kablam! | Sep 10 12:41:40.476 INFO kablam! = help: the following implementations were found: Sep 10 12:41:40.476 INFO kablam! > Sep 10 12:41:40.476 INFO kablam! > Sep 10 12:41:40.476 INFO kablam! > Sep 10 12:41:40.476 INFO kablam! > Sep 10 12:41:40.476 INFO kablam! and 58 others Sep 10 12:41:40.476 INFO kablam! Sep 10 12:41:40.477 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 12:41:40.477 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 10 12:41:40.477 INFO kablam! | Sep 10 12:41:40.477 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 10 12:41:40.477 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 12:41:40.477 INFO kablam! | Sep 10 12:41:40.477 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 10 12:41:40.477 INFO kablam! | Sep 10 12:41:40.477 INFO kablam! 128 | rand_impl!(Iso3); Sep 10 12:41:40.477 INFO kablam! | ----------------- in this macro invocation Sep 10 12:41:40.477 INFO kablam! | Sep 10 12:41:40.477 INFO kablam! = help: the following implementations were found: Sep 10 12:41:40.477 INFO kablam! > Sep 10 12:41:40.477 INFO kablam! > Sep 10 12:41:40.477 INFO kablam! > Sep 10 12:41:40.477 INFO kablam! > Sep 10 12:41:40.477 INFO kablam! and 58 others Sep 10 12:41:40.477 INFO kablam! Sep 10 12:41:40.477 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 12:41:40.477 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 10 12:41:40.477 INFO kablam! | Sep 10 12:41:40.477 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 10 12:41:40.477 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 12:41:40.477 INFO kablam! | Sep 10 12:41:40.477 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 10 12:41:40.477 INFO kablam! | Sep 10 12:41:40.477 INFO kablam! 128 | rand_impl!(Iso3); Sep 10 12:41:40.477 INFO kablam! | ----------------- in this macro invocation Sep 10 12:41:40.477 INFO kablam! | Sep 10 12:41:40.477 INFO kablam! = help: the following implementations were found: Sep 10 12:41:40.477 INFO kablam! > Sep 10 12:41:40.477 INFO kablam! > Sep 10 12:41:40.477 INFO kablam! > Sep 10 12:41:40.477 INFO kablam! > Sep 10 12:41:40.477 INFO kablam! and 58 others Sep 10 12:41:40.477 INFO kablam! Sep 10 12:41:40.725 INFO kablam! error: aborting due to 15 previous errors Sep 10 12:41:40.725 INFO kablam! Sep 10 12:41:40.725 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 12:41:40.738 INFO kablam! error: Could not compile `nalgebra`. Sep 10 12:41:40.738 INFO kablam! Sep 10 12:41:40.738 INFO kablam! To learn more, run the command again with --verbose. Sep 10 12:41:40.743 INFO kablam! su: No module specific data is present Sep 10 12:41:41.459 INFO running `"docker" "rm" "-f" "6daaef8cf2a4f52f9da9f2c0b34507d232d1e39ffef52e9f2fb7c800da23891c"` Sep 10 12:41:41.579 INFO blam! 6daaef8cf2a4f52f9da9f2c0b34507d232d1e39ffef52e9f2fb7c800da23891c