Sep 17 19:45:20.421 INFO checking prll-ri-1.0.6 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 19:45:20.421 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 19:45:20.421 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:45:20.566 INFO blam! a57839211e6622f15ded199754d8d0e16fcff597e3eaa6a70226effe714d1856 Sep 17 19:45:20.569 INFO running `"docker" "start" "-a" "a57839211e6622f15ded199754d8d0e16fcff597e3eaa6a70226effe714d1856"` Sep 17 19:45:21.772 INFO kablam! usermod: no changes Sep 17 19:45:21.893 INFO kablam! Checking custom_derive v0.1.7 Sep 17 19:45:21.896 INFO kablam! Checking bit-set v0.3.0 Sep 17 19:45:21.896 INFO kablam! Compiling newtype_derive v0.1.6 Sep 17 19:45:21.904 INFO kablam! Checking nalgebra v0.4.0 Sep 17 19:45:24.563 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 17 19:45:24.563 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dmat.rs:70:44 Sep 17 19:45:24.563 INFO kablam! | Sep 17 19:45:24.563 INFO kablam! 70 | DMat::from_fn(nrows, ncols, |_, _| rand::random()) Sep 17 19:45:24.563 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 17 19:45:24.563 INFO kablam! | Sep 17 19:45:24.563 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 17 19:45:24.563 INFO kablam! = note: required by `rand::random` Sep 17 19:45:24.563 INFO kablam! Sep 17 19:45:24.671 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 17 19:45:24.671 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 17 19:45:24.671 INFO kablam! | Sep 17 19:45:24.671 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 17 19:45:24.671 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 17 19:45:24.671 INFO kablam! | Sep 17 19:45:24.671 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:85:1 Sep 17 19:45:24.671 INFO kablam! | Sep 17 19:45:24.672 INFO kablam! 85 | dvec_impl!(DVec); Sep 17 19:45:24.672 INFO kablam! | ----------------- in this macro invocation Sep 17 19:45:24.672 INFO kablam! | Sep 17 19:45:24.672 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 17 19:45:24.672 INFO kablam! = note: required by `rand::random` Sep 17 19:45:24.672 INFO kablam! Sep 17 19:45:24.673 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 17 19:45:24.673 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 17 19:45:24.673 INFO kablam! | Sep 17 19:45:24.673 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 17 19:45:24.673 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 17 19:45:24.673 INFO kablam! | Sep 17 19:45:24.673 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:93:1 Sep 17 19:45:24.673 INFO kablam! | Sep 17 19:45:24.673 INFO kablam! 93 | small_dvec_impl!(DVec1, 1, 0); Sep 17 19:45:24.673 INFO kablam! | ------------------------------ in this macro invocation Sep 17 19:45:24.673 INFO kablam! | Sep 17 19:45:24.673 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 17 19:45:24.673 INFO kablam! = note: required by `rand::random` Sep 17 19:45:24.673 INFO kablam! Sep 17 19:45:24.674 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 17 19:45:24.674 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 17 19:45:24.674 INFO kablam! | Sep 17 19:45:24.674 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 17 19:45:24.674 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 17 19:45:24.674 INFO kablam! | Sep 17 19:45:24.674 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:103:1 Sep 17 19:45:24.674 INFO kablam! | Sep 17 19:45:24.674 INFO kablam! 103 | small_dvec_impl!(DVec2, 2, 0, 1); Sep 17 19:45:24.674 INFO kablam! | --------------------------------- in this macro invocation Sep 17 19:45:24.674 INFO kablam! | Sep 17 19:45:24.674 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 17 19:45:24.674 INFO kablam! = note: required by `rand::random` Sep 17 19:45:24.674 INFO kablam! Sep 17 19:45:24.676 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 17 19:45:24.676 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 17 19:45:24.676 INFO kablam! | Sep 17 19:45:24.676 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 17 19:45:24.676 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 17 19:45:24.676 INFO kablam! | Sep 17 19:45:24.676 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:113:1 Sep 17 19:45:24.676 INFO kablam! | Sep 17 19:45:24.676 INFO kablam! 113 | small_dvec_impl!(DVec3, 3, 0, 1, 2); Sep 17 19:45:24.676 INFO kablam! | ------------------------------------ in this macro invocation Sep 17 19:45:24.676 INFO kablam! | Sep 17 19:45:24.676 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 17 19:45:24.676 INFO kablam! = note: required by `rand::random` Sep 17 19:45:24.676 INFO kablam! Sep 17 19:45:24.677 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 17 19:45:24.677 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 17 19:45:24.677 INFO kablam! | Sep 17 19:45:24.677 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 17 19:45:24.677 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 17 19:45:24.677 INFO kablam! | Sep 17 19:45:24.677 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:123:1 Sep 17 19:45:24.677 INFO kablam! | Sep 17 19:45:24.677 INFO kablam! 123 | small_dvec_impl!(DVec4, 4, 0, 1, 2, 3); Sep 17 19:45:24.677 INFO kablam! | --------------------------------------- in this macro invocation Sep 17 19:45:24.677 INFO kablam! | Sep 17 19:45:24.677 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 17 19:45:24.677 INFO kablam! = note: required by `rand::random` Sep 17 19:45:24.677 INFO kablam! Sep 17 19:45:24.678 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 17 19:45:24.678 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 17 19:45:24.678 INFO kablam! | Sep 17 19:45:24.678 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 17 19:45:24.678 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 17 19:45:24.678 INFO kablam! | Sep 17 19:45:24.678 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:133:1 Sep 17 19:45:24.678 INFO kablam! | Sep 17 19:45:24.678 INFO kablam! 133 | small_dvec_impl!(DVec5, 5, 0, 1, 2, 3, 4); Sep 17 19:45:24.679 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 19:45:24.679 INFO kablam! | Sep 17 19:45:24.679 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 17 19:45:24.679 INFO kablam! = note: required by `rand::random` Sep 17 19:45:24.679 INFO kablam! Sep 17 19:45:24.680 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 17 19:45:24.680 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 17 19:45:24.680 INFO kablam! | Sep 17 19:45:24.680 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 17 19:45:24.680 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 17 19:45:24.680 INFO kablam! | Sep 17 19:45:24.680 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:143:1 Sep 17 19:45:24.680 INFO kablam! | Sep 17 19:45:24.680 INFO kablam! 143 | small_dvec_impl!(DVec6, 6, 0, 1, 2, 3, 4, 5); Sep 17 19:45:24.680 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 19:45:24.680 INFO kablam! | Sep 17 19:45:24.680 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 17 19:45:24.680 INFO kablam! = note: required by `rand::random` Sep 17 19:45:24.680 INFO kablam! Sep 17 19:45:25.484 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 17 19:45:25.484 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/quat.rs:299:27 Sep 17 19:45:25.484 INFO kablam! | Sep 17 19:45:25.484 INFO kablam! 299 | UnitQuat::new(rng.gen()) Sep 17 19:45:25.484 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 17 19:45:25.484 INFO kablam! | Sep 17 19:45:25.484 INFO kablam! = help: the following implementations were found: Sep 17 19:45:25.485 INFO kablam! > Sep 17 19:45:25.485 INFO kablam! > Sep 17 19:45:25.485 INFO kablam! > Sep 17 19:45:25.485 INFO kablam! > Sep 17 19:45:25.485 INFO kablam! and 58 others Sep 17 19:45:25.485 INFO kablam! Sep 17 19:45:26.024 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 17 19:45:26.024 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:92:23 Sep 17 19:45:26.024 INFO kablam! | Sep 17 19:45:26.024 INFO kablam! 92 | Rot2::new(rng.gen()) Sep 17 19:45:26.024 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 17 19:45:26.024 INFO kablam! | Sep 17 19:45:26.025 INFO kablam! = help: the following implementations were found: Sep 17 19:45:26.025 INFO kablam! > Sep 17 19:45:26.025 INFO kablam! > Sep 17 19:45:26.025 INFO kablam! > Sep 17 19:45:26.025 INFO kablam! > Sep 17 19:45:26.025 INFO kablam! and 58 others Sep 17 19:45:26.025 INFO kablam! Sep 17 19:45:26.041 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 17 19:45:26.041 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:326:23 Sep 17 19:45:26.041 INFO kablam! | Sep 17 19:45:26.041 INFO kablam! 326 | Rot3::new(rng.gen()) Sep 17 19:45:26.042 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 17 19:45:26.042 INFO kablam! | Sep 17 19:45:26.042 INFO kablam! = help: the following implementations were found: Sep 17 19:45:26.042 INFO kablam! > Sep 17 19:45:26.042 INFO kablam! > Sep 17 19:45:26.042 INFO kablam! > Sep 17 19:45:26.042 INFO kablam! > Sep 17 19:45:26.042 INFO kablam! and 58 others Sep 17 19:45:26.042 INFO kablam! Sep 17 19:45:26.087 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 17 19:45:26.087 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 17 19:45:26.087 INFO kablam! | Sep 17 19:45:26.087 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 17 19:45:26.087 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 17 19:45:26.087 INFO kablam! | Sep 17 19:45:26.087 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 17 19:45:26.087 INFO kablam! | Sep 17 19:45:26.087 INFO kablam! 108 | rand_impl!(Iso2); Sep 17 19:45:26.087 INFO kablam! | ----------------- in this macro invocation Sep 17 19:45:26.087 INFO kablam! | Sep 17 19:45:26.087 INFO kablam! = help: the following implementations were found: Sep 17 19:45:26.087 INFO kablam! > Sep 17 19:45:26.087 INFO kablam! > Sep 17 19:45:26.088 INFO kablam! > Sep 17 19:45:26.088 INFO kablam! > Sep 17 19:45:26.088 INFO kablam! and 58 others Sep 17 19:45:26.088 INFO kablam! Sep 17 19:45:26.088 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 17 19:45:26.088 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 17 19:45:26.088 INFO kablam! | Sep 17 19:45:26.088 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 17 19:45:26.088 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 17 19:45:26.088 INFO kablam! | Sep 17 19:45:26.088 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 17 19:45:26.088 INFO kablam! | Sep 17 19:45:26.088 INFO kablam! 108 | rand_impl!(Iso2); Sep 17 19:45:26.088 INFO kablam! | ----------------- in this macro invocation Sep 17 19:45:26.088 INFO kablam! | Sep 17 19:45:26.088 INFO kablam! = help: the following implementations were found: Sep 17 19:45:26.088 INFO kablam! > Sep 17 19:45:26.088 INFO kablam! > Sep 17 19:45:26.088 INFO kablam! > Sep 17 19:45:26.088 INFO kablam! > Sep 17 19:45:26.088 INFO kablam! and 58 others Sep 17 19:45:26.088 INFO kablam! Sep 17 19:45:26.089 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 17 19:45:26.089 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 17 19:45:26.089 INFO kablam! | Sep 17 19:45:26.089 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 17 19:45:26.089 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 17 19:45:26.089 INFO kablam! | Sep 17 19:45:26.089 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 17 19:45:26.089 INFO kablam! | Sep 17 19:45:26.089 INFO kablam! 128 | rand_impl!(Iso3); Sep 17 19:45:26.089 INFO kablam! | ----------------- in this macro invocation Sep 17 19:45:26.089 INFO kablam! | Sep 17 19:45:26.089 INFO kablam! = help: the following implementations were found: Sep 17 19:45:26.089 INFO kablam! > Sep 17 19:45:26.089 INFO kablam! > Sep 17 19:45:26.089 INFO kablam! > Sep 17 19:45:26.089 INFO kablam! > Sep 17 19:45:26.089 INFO kablam! and 58 others Sep 17 19:45:26.089 INFO kablam! Sep 17 19:45:26.089 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 17 19:45:26.089 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 17 19:45:26.089 INFO kablam! | Sep 17 19:45:26.089 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 17 19:45:26.089 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 17 19:45:26.089 INFO kablam! | Sep 17 19:45:26.089 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 17 19:45:26.089 INFO kablam! | Sep 17 19:45:26.089 INFO kablam! 128 | rand_impl!(Iso3); Sep 17 19:45:26.089 INFO kablam! | ----------------- in this macro invocation Sep 17 19:45:26.089 INFO kablam! | Sep 17 19:45:26.089 INFO kablam! = help: the following implementations were found: Sep 17 19:45:26.089 INFO kablam! > Sep 17 19:45:26.089 INFO kablam! > Sep 17 19:45:26.089 INFO kablam! > Sep 17 19:45:26.089 INFO kablam! > Sep 17 19:45:26.089 INFO kablam! and 58 others Sep 17 19:45:26.089 INFO kablam! Sep 17 19:45:26.292 INFO kablam! error: aborting due to 15 previous errors Sep 17 19:45:26.292 INFO kablam! Sep 17 19:45:26.292 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 19:45:26.302 INFO kablam! error: Could not compile `nalgebra`. Sep 17 19:45:26.302 INFO kablam! Sep 17 19:45:26.302 INFO kablam! To learn more, run the command again with --verbose. Sep 17 19:45:26.304 INFO kablam! su: No module specific data is present Sep 17 19:45:26.904 INFO running `"docker" "rm" "-f" "a57839211e6622f15ded199754d8d0e16fcff597e3eaa6a70226effe714d1856"` Sep 17 19:45:27.013 INFO blam! a57839211e6622f15ded199754d8d0e16fcff597e3eaa6a70226effe714d1856