Sep 06 02:17:20.206 INFO checking prll-ri-1.0.6 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 02:17:20.206 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 02:17:20.206 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:17:20.313 INFO blam! 8874ec41d769a1a8b7731f4d89792cf22eb031679c3002e9d3fb33cf9dc6c688 Sep 06 02:17:20.315 INFO running `"docker" "start" "-a" "8874ec41d769a1a8b7731f4d89792cf22eb031679c3002e9d3fb33cf9dc6c688"` Sep 06 02:17:21.031 INFO kablam! usermod: no changes Sep 06 02:17:21.131 INFO kablam! Checking custom_derive v0.1.7 Sep 06 02:17:21.132 INFO kablam! Checking bit-set v0.3.0 Sep 06 02:17:21.132 INFO kablam! Checking ordered-float v0.2.3 Sep 06 02:17:21.133 INFO kablam! Checking nalgebra v0.4.0 Sep 06 02:17:23.018 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 02:17:23.018 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dmat.rs:70:44 Sep 06 02:17:23.018 INFO kablam! | Sep 06 02:17:23.018 INFO kablam! 70 | DMat::from_fn(nrows, ncols, |_, _| rand::random()) Sep 06 02:17:23.018 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 02:17:23.018 INFO kablam! | Sep 06 02:17:23.018 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 06 02:17:23.018 INFO kablam! = note: required by `rand::random` Sep 06 02:17:23.018 INFO kablam! Sep 06 02:17:23.133 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 02:17:23.133 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 06 02:17:23.133 INFO kablam! | Sep 06 02:17:23.133 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 06 02:17:23.133 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 02:17:23.133 INFO kablam! | Sep 06 02:17:23.133 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:85:1 Sep 06 02:17:23.133 INFO kablam! | Sep 06 02:17:23.133 INFO kablam! 85 | dvec_impl!(DVec); Sep 06 02:17:23.133 INFO kablam! | ----------------- in this macro invocation Sep 06 02:17:23.133 INFO kablam! | Sep 06 02:17:23.133 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 06 02:17:23.133 INFO kablam! = note: required by `rand::random` Sep 06 02:17:23.133 INFO kablam! Sep 06 02:17:23.134 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 02:17:23.134 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 06 02:17:23.134 INFO kablam! | Sep 06 02:17:23.134 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 06 02:17:23.134 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 02:17:23.134 INFO kablam! | Sep 06 02:17:23.134 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:93:1 Sep 06 02:17:23.134 INFO kablam! | Sep 06 02:17:23.134 INFO kablam! 93 | small_dvec_impl!(DVec1, 1, 0); Sep 06 02:17:23.134 INFO kablam! | ------------------------------ in this macro invocation Sep 06 02:17:23.134 INFO kablam! | Sep 06 02:17:23.134 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 06 02:17:23.134 INFO kablam! = note: required by `rand::random` Sep 06 02:17:23.135 INFO kablam! Sep 06 02:17:23.136 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 02:17:23.136 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 06 02:17:23.136 INFO kablam! | Sep 06 02:17:23.136 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 06 02:17:23.136 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 02:17:23.136 INFO kablam! | Sep 06 02:17:23.136 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:103:1 Sep 06 02:17:23.136 INFO kablam! | Sep 06 02:17:23.136 INFO kablam! 103 | small_dvec_impl!(DVec2, 2, 0, 1); Sep 06 02:17:23.136 INFO kablam! | --------------------------------- in this macro invocation Sep 06 02:17:23.136 INFO kablam! | Sep 06 02:17:23.136 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 06 02:17:23.136 INFO kablam! = note: required by `rand::random` Sep 06 02:17:23.136 INFO kablam! Sep 06 02:17:23.137 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 02:17:23.137 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 06 02:17:23.137 INFO kablam! | Sep 06 02:17:23.137 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 06 02:17:23.137 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 02:17:23.137 INFO kablam! | Sep 06 02:17:23.137 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:113:1 Sep 06 02:17:23.137 INFO kablam! | Sep 06 02:17:23.137 INFO kablam! 113 | small_dvec_impl!(DVec3, 3, 0, 1, 2); Sep 06 02:17:23.137 INFO kablam! | ------------------------------------ in this macro invocation Sep 06 02:17:23.137 INFO kablam! | Sep 06 02:17:23.137 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 06 02:17:23.137 INFO kablam! = note: required by `rand::random` Sep 06 02:17:23.137 INFO kablam! Sep 06 02:17:23.142 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 02:17:23.142 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 06 02:17:23.142 INFO kablam! | Sep 06 02:17:23.142 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 06 02:17:23.142 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 02:17:23.142 INFO kablam! | Sep 06 02:17:23.142 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:123:1 Sep 06 02:17:23.142 INFO kablam! | Sep 06 02:17:23.142 INFO kablam! 123 | small_dvec_impl!(DVec4, 4, 0, 1, 2, 3); Sep 06 02:17:23.142 INFO kablam! | --------------------------------------- in this macro invocation Sep 06 02:17:23.142 INFO kablam! | Sep 06 02:17:23.142 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 06 02:17:23.142 INFO kablam! = note: required by `rand::random` Sep 06 02:17:23.142 INFO kablam! Sep 06 02:17:23.142 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 02:17:23.142 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 06 02:17:23.142 INFO kablam! | Sep 06 02:17:23.142 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 06 02:17:23.142 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 02:17:23.142 INFO kablam! | Sep 06 02:17:23.142 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:133:1 Sep 06 02:17:23.142 INFO kablam! | Sep 06 02:17:23.142 INFO kablam! 133 | small_dvec_impl!(DVec5, 5, 0, 1, 2, 3, 4); Sep 06 02:17:23.142 INFO kablam! | ------------------------------------------ in this macro invocation Sep 06 02:17:23.142 INFO kablam! | Sep 06 02:17:23.142 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 06 02:17:23.142 INFO kablam! = note: required by `rand::random` Sep 06 02:17:23.142 INFO kablam! Sep 06 02:17:23.142 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 02:17:23.142 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 06 02:17:23.142 INFO kablam! | Sep 06 02:17:23.142 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 06 02:17:23.142 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 02:17:23.142 INFO kablam! | Sep 06 02:17:23.142 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:143:1 Sep 06 02:17:23.142 INFO kablam! | Sep 06 02:17:23.142 INFO kablam! 143 | small_dvec_impl!(DVec6, 6, 0, 1, 2, 3, 4, 5); Sep 06 02:17:23.142 INFO kablam! | --------------------------------------------- in this macro invocation Sep 06 02:17:23.142 INFO kablam! | Sep 06 02:17:23.142 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 06 02:17:23.142 INFO kablam! = note: required by `rand::random` Sep 06 02:17:23.142 INFO kablam! Sep 06 02:17:24.006 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 06 02:17:24.006 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/quat.rs:299:27 Sep 06 02:17:24.006 INFO kablam! | Sep 06 02:17:24.006 INFO kablam! 299 | UnitQuat::new(rng.gen()) Sep 06 02:17:24.006 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 06 02:17:24.006 INFO kablam! | Sep 06 02:17:24.006 INFO kablam! = help: the following implementations were found: Sep 06 02:17:24.006 INFO kablam! > Sep 06 02:17:24.006 INFO kablam! > Sep 06 02:17:24.006 INFO kablam! > Sep 06 02:17:24.006 INFO kablam! > Sep 06 02:17:24.006 INFO kablam! and 58 others Sep 06 02:17:24.006 INFO kablam! Sep 06 02:17:24.618 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 06 02:17:24.618 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:92:23 Sep 06 02:17:24.618 INFO kablam! | Sep 06 02:17:24.618 INFO kablam! 92 | Rot2::new(rng.gen()) Sep 06 02:17:24.618 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 06 02:17:24.618 INFO kablam! | Sep 06 02:17:24.618 INFO kablam! = help: the following implementations were found: Sep 06 02:17:24.618 INFO kablam! > Sep 06 02:17:24.618 INFO kablam! > Sep 06 02:17:24.618 INFO kablam! > Sep 06 02:17:24.618 INFO kablam! > Sep 06 02:17:24.618 INFO kablam! and 58 others Sep 06 02:17:24.618 INFO kablam! Sep 06 02:17:24.634 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 06 02:17:24.634 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:326:23 Sep 06 02:17:24.634 INFO kablam! | Sep 06 02:17:24.634 INFO kablam! 326 | Rot3::new(rng.gen()) Sep 06 02:17:24.634 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 06 02:17:24.634 INFO kablam! | Sep 06 02:17:24.634 INFO kablam! = help: the following implementations were found: Sep 06 02:17:24.634 INFO kablam! > Sep 06 02:17:24.634 INFO kablam! > Sep 06 02:17:24.634 INFO kablam! > Sep 06 02:17:24.634 INFO kablam! > Sep 06 02:17:24.634 INFO kablam! and 58 others Sep 06 02:17:24.634 INFO kablam! Sep 06 02:17:24.672 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 06 02:17:24.672 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 06 02:17:24.672 INFO kablam! | Sep 06 02:17:24.672 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 06 02:17:24.672 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 06 02:17:24.672 INFO kablam! | Sep 06 02:17:24.672 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 06 02:17:24.672 INFO kablam! | Sep 06 02:17:24.672 INFO kablam! 108 | rand_impl!(Iso2); Sep 06 02:17:24.672 INFO kablam! | ----------------- in this macro invocation Sep 06 02:17:24.672 INFO kablam! | Sep 06 02:17:24.672 INFO kablam! = help: the following implementations were found: Sep 06 02:17:24.672 INFO kablam! > Sep 06 02:17:24.672 INFO kablam! > Sep 06 02:17:24.672 INFO kablam! > Sep 06 02:17:24.672 INFO kablam! > Sep 06 02:17:24.672 INFO kablam! and 58 others Sep 06 02:17:24.672 INFO kablam! Sep 06 02:17:24.673 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 06 02:17:24.673 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 06 02:17:24.673 INFO kablam! | Sep 06 02:17:24.673 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 06 02:17:24.673 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 06 02:17:24.673 INFO kablam! | Sep 06 02:17:24.673 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 06 02:17:24.673 INFO kablam! | Sep 06 02:17:24.673 INFO kablam! 108 | rand_impl!(Iso2); Sep 06 02:17:24.673 INFO kablam! | ----------------- in this macro invocation Sep 06 02:17:24.673 INFO kablam! | Sep 06 02:17:24.673 INFO kablam! = help: the following implementations were found: Sep 06 02:17:24.673 INFO kablam! > Sep 06 02:17:24.673 INFO kablam! > Sep 06 02:17:24.673 INFO kablam! > Sep 06 02:17:24.673 INFO kablam! > Sep 06 02:17:24.673 INFO kablam! and 58 others Sep 06 02:17:24.673 INFO kablam! Sep 06 02:17:24.674 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 06 02:17:24.674 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 06 02:17:24.674 INFO kablam! | Sep 06 02:17:24.674 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 06 02:17:24.674 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 06 02:17:24.674 INFO kablam! | Sep 06 02:17:24.674 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 06 02:17:24.674 INFO kablam! | Sep 06 02:17:24.674 INFO kablam! 128 | rand_impl!(Iso3); Sep 06 02:17:24.674 INFO kablam! | ----------------- in this macro invocation Sep 06 02:17:24.674 INFO kablam! | Sep 06 02:17:24.674 INFO kablam! = help: the following implementations were found: Sep 06 02:17:24.674 INFO kablam! > Sep 06 02:17:24.674 INFO kablam! > Sep 06 02:17:24.674 INFO kablam! > Sep 06 02:17:24.674 INFO kablam! > Sep 06 02:17:24.674 INFO kablam! and 58 others Sep 06 02:17:24.674 INFO kablam! Sep 06 02:17:24.676 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 06 02:17:24.676 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 06 02:17:24.676 INFO kablam! | Sep 06 02:17:24.676 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 06 02:17:24.676 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 06 02:17:24.676 INFO kablam! | Sep 06 02:17:24.676 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 06 02:17:24.676 INFO kablam! | Sep 06 02:17:24.676 INFO kablam! 128 | rand_impl!(Iso3); Sep 06 02:17:24.676 INFO kablam! | ----------------- in this macro invocation Sep 06 02:17:24.676 INFO kablam! | Sep 06 02:17:24.676 INFO kablam! = help: the following implementations were found: Sep 06 02:17:24.676 INFO kablam! > Sep 06 02:17:24.676 INFO kablam! > Sep 06 02:17:24.676 INFO kablam! > Sep 06 02:17:24.676 INFO kablam! > Sep 06 02:17:24.676 INFO kablam! and 58 others Sep 06 02:17:24.676 INFO kablam! Sep 06 02:17:24.869 INFO kablam! error: aborting due to 15 previous errors Sep 06 02:17:24.869 INFO kablam! Sep 06 02:17:24.869 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 02:17:24.878 INFO kablam! error: Could not compile `nalgebra`. Sep 06 02:17:24.878 INFO kablam! Sep 06 02:17:24.878 INFO kablam! To learn more, run the command again with --verbose. Sep 06 02:17:24.880 INFO kablam! su: No module specific data is present Sep 06 02:17:25.424 INFO running `"docker" "rm" "-f" "8874ec41d769a1a8b7731f4d89792cf22eb031679c3002e9d3fb33cf9dc6c688"` Sep 06 02:17:25.527 INFO blam! 8874ec41d769a1a8b7731f4d89792cf22eb031679c3002e9d3fb33cf9dc6c688