Sep 04 23:32:18.089 INFO checking crast-1.0.4 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 23:32:18.089 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 23:32:18.089 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:32:18.299 INFO blam! 6fba1093814cff15334080b1b84054efddf14457900c432bb6918530de031c9a Sep 04 23:32:18.300 INFO running `"docker" "start" "-a" "6fba1093814cff15334080b1b84054efddf14457900c432bb6918530de031c9a"` Sep 04 23:32:19.013 INFO kablam! Checking fast-math v0.1.0 Sep 04 23:32:19.014 INFO kablam! Checking nalgebra v0.4.0 Sep 04 23:32:22.658 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 23:32:22.658 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dmat.rs:70:44 Sep 04 23:32:22.658 INFO kablam! | Sep 04 23:32:22.658 INFO kablam! 70 | DMat::from_fn(nrows, ncols, |_, _| rand::random()) Sep 04 23:32:22.658 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 23:32:22.658 INFO kablam! | Sep 04 23:32:22.658 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 04 23:32:22.658 INFO kablam! = note: required by `rand::random` Sep 04 23:32:22.658 INFO kablam! Sep 04 23:32:22.820 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 23:32:22.821 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 04 23:32:22.821 INFO kablam! | Sep 04 23:32:22.821 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 04 23:32:22.821 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 23:32:22.821 INFO kablam! | Sep 04 23:32:22.821 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:85:1 Sep 04 23:32:22.821 INFO kablam! | Sep 04 23:32:22.821 INFO kablam! 85 | dvec_impl!(DVec); Sep 04 23:32:22.821 INFO kablam! | ----------------- in this macro invocation Sep 04 23:32:22.821 INFO kablam! | Sep 04 23:32:22.821 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 04 23:32:22.821 INFO kablam! = note: required by `rand::random` Sep 04 23:32:22.821 INFO kablam! Sep 04 23:32:22.824 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 23:32:22.824 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 04 23:32:22.824 INFO kablam! | Sep 04 23:32:22.824 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 04 23:32:22.824 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 23:32:22.824 INFO kablam! | Sep 04 23:32:22.824 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:93:1 Sep 04 23:32:22.824 INFO kablam! | Sep 04 23:32:22.824 INFO kablam! 93 | small_dvec_impl!(DVec1, 1, 0); Sep 04 23:32:22.824 INFO kablam! | ------------------------------ in this macro invocation Sep 04 23:32:22.824 INFO kablam! | Sep 04 23:32:22.824 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 04 23:32:22.825 INFO kablam! = note: required by `rand::random` Sep 04 23:32:22.825 INFO kablam! Sep 04 23:32:22.825 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 23:32:22.825 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 04 23:32:22.825 INFO kablam! | Sep 04 23:32:22.825 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 04 23:32:22.825 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 23:32:22.825 INFO kablam! | Sep 04 23:32:22.825 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:103:1 Sep 04 23:32:22.825 INFO kablam! | Sep 04 23:32:22.825 INFO kablam! 103 | small_dvec_impl!(DVec2, 2, 0, 1); Sep 04 23:32:22.825 INFO kablam! | --------------------------------- in this macro invocation Sep 04 23:32:22.825 INFO kablam! | Sep 04 23:32:22.825 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 04 23:32:22.825 INFO kablam! = note: required by `rand::random` Sep 04 23:32:22.825 INFO kablam! Sep 04 23:32:22.826 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 23:32:22.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 04 23:32:22.826 INFO kablam! | Sep 04 23:32:22.826 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 04 23:32:22.826 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 23:32:22.826 INFO kablam! | Sep 04 23:32:22.826 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:113:1 Sep 04 23:32:22.826 INFO kablam! | Sep 04 23:32:22.826 INFO kablam! 113 | small_dvec_impl!(DVec3, 3, 0, 1, 2); Sep 04 23:32:22.826 INFO kablam! | ------------------------------------ in this macro invocation Sep 04 23:32:22.826 INFO kablam! | Sep 04 23:32:22.826 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 04 23:32:22.826 INFO kablam! = note: required by `rand::random` Sep 04 23:32:22.826 INFO kablam! Sep 04 23:32:22.827 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 23:32:22.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 04 23:32:22.827 INFO kablam! | Sep 04 23:32:22.827 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 04 23:32:22.827 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 23:32:22.827 INFO kablam! | Sep 04 23:32:22.827 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:123:1 Sep 04 23:32:22.828 INFO kablam! | Sep 04 23:32:22.828 INFO kablam! 123 | small_dvec_impl!(DVec4, 4, 0, 1, 2, 3); Sep 04 23:32:22.828 INFO kablam! | --------------------------------------- in this macro invocation Sep 04 23:32:22.828 INFO kablam! | Sep 04 23:32:22.828 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 04 23:32:22.828 INFO kablam! = note: required by `rand::random` Sep 04 23:32:22.828 INFO kablam! Sep 04 23:32:22.829 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 23:32:22.829 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 04 23:32:22.829 INFO kablam! | Sep 04 23:32:22.829 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 04 23:32:22.829 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 23:32:22.829 INFO kablam! | Sep 04 23:32:22.829 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:133:1 Sep 04 23:32:22.829 INFO kablam! | Sep 04 23:32:22.829 INFO kablam! 133 | small_dvec_impl!(DVec5, 5, 0, 1, 2, 3, 4); Sep 04 23:32:22.830 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 23:32:22.830 INFO kablam! | Sep 04 23:32:22.830 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 04 23:32:22.830 INFO kablam! = note: required by `rand::random` Sep 04 23:32:22.830 INFO kablam! Sep 04 23:32:22.831 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 23:32:22.831 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 04 23:32:22.831 INFO kablam! | Sep 04 23:32:22.831 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 04 23:32:22.832 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 23:32:22.832 INFO kablam! | Sep 04 23:32:22.832 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:143:1 Sep 04 23:32:22.832 INFO kablam! | Sep 04 23:32:22.832 INFO kablam! 143 | small_dvec_impl!(DVec6, 6, 0, 1, 2, 3, 4, 5); Sep 04 23:32:22.832 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 23:32:22.832 INFO kablam! | Sep 04 23:32:22.832 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 04 23:32:22.832 INFO kablam! = note: required by `rand::random` Sep 04 23:32:22.832 INFO kablam! Sep 04 23:32:24.198 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 23:32:24.198 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/quat.rs:299:27 Sep 04 23:32:24.198 INFO kablam! | Sep 04 23:32:24.198 INFO kablam! 299 | UnitQuat::new(rng.gen()) Sep 04 23:32:24.199 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 23:32:24.199 INFO kablam! | Sep 04 23:32:24.199 INFO kablam! = help: the following implementations were found: Sep 04 23:32:24.199 INFO kablam! > Sep 04 23:32:24.199 INFO kablam! > Sep 04 23:32:24.199 INFO kablam! > Sep 04 23:32:24.199 INFO kablam! > Sep 04 23:32:24.199 INFO kablam! and 58 others Sep 04 23:32:24.199 INFO kablam! Sep 04 23:32:25.055 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 23:32:25.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:92:23 Sep 04 23:32:25.055 INFO kablam! | Sep 04 23:32:25.055 INFO kablam! 92 | Rot2::new(rng.gen()) Sep 04 23:32:25.055 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 23:32:25.055 INFO kablam! | Sep 04 23:32:25.055 INFO kablam! = help: the following implementations were found: Sep 04 23:32:25.055 INFO kablam! > Sep 04 23:32:25.056 INFO kablam! > Sep 04 23:32:25.056 INFO kablam! > Sep 04 23:32:25.056 INFO kablam! > Sep 04 23:32:25.056 INFO kablam! and 58 others Sep 04 23:32:25.056 INFO kablam! Sep 04 23:32:25.089 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 23:32:25.089 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:326:23 Sep 04 23:32:25.089 INFO kablam! | Sep 04 23:32:25.089 INFO kablam! 326 | Rot3::new(rng.gen()) Sep 04 23:32:25.089 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 23:32:25.089 INFO kablam! | Sep 04 23:32:25.089 INFO kablam! = help: the following implementations were found: Sep 04 23:32:25.089 INFO kablam! > Sep 04 23:32:25.089 INFO kablam! > Sep 04 23:32:25.089 INFO kablam! > Sep 04 23:32:25.090 INFO kablam! > Sep 04 23:32:25.090 INFO kablam! and 58 others Sep 04 23:32:25.090 INFO kablam! Sep 04 23:32:25.176 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 23:32:25.176 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 04 23:32:25.176 INFO kablam! | Sep 04 23:32:25.176 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 04 23:32:25.176 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 23:32:25.176 INFO kablam! | Sep 04 23:32:25.176 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 04 23:32:25.176 INFO kablam! | Sep 04 23:32:25.176 INFO kablam! 108 | rand_impl!(Iso2); Sep 04 23:32:25.176 INFO kablam! | ----------------- in this macro invocation Sep 04 23:32:25.176 INFO kablam! | Sep 04 23:32:25.176 INFO kablam! = help: the following implementations were found: Sep 04 23:32:25.176 INFO kablam! > Sep 04 23:32:25.176 INFO kablam! > Sep 04 23:32:25.176 INFO kablam! > Sep 04 23:32:25.176 INFO kablam! > Sep 04 23:32:25.177 INFO kablam! and 58 others Sep 04 23:32:25.177 INFO kablam! Sep 04 23:32:25.177 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 23:32:25.177 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 04 23:32:25.177 INFO kablam! | Sep 04 23:32:25.177 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 04 23:32:25.177 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 23:32:25.177 INFO kablam! | Sep 04 23:32:25.177 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 04 23:32:25.177 INFO kablam! | Sep 04 23:32:25.177 INFO kablam! 108 | rand_impl!(Iso2); Sep 04 23:32:25.177 INFO kablam! | ----------------- in this macro invocation Sep 04 23:32:25.177 INFO kablam! | Sep 04 23:32:25.177 INFO kablam! = help: the following implementations were found: Sep 04 23:32:25.177 INFO kablam! > Sep 04 23:32:25.177 INFO kablam! > Sep 04 23:32:25.177 INFO kablam! > Sep 04 23:32:25.177 INFO kablam! > Sep 04 23:32:25.177 INFO kablam! and 58 others Sep 04 23:32:25.177 INFO kablam! Sep 04 23:32:25.178 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 23:32:25.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 04 23:32:25.178 INFO kablam! | Sep 04 23:32:25.178 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 04 23:32:25.178 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 23:32:25.178 INFO kablam! | Sep 04 23:32:25.179 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 04 23:32:25.179 INFO kablam! | Sep 04 23:32:25.179 INFO kablam! 128 | rand_impl!(Iso3); Sep 04 23:32:25.179 INFO kablam! | ----------------- in this macro invocation Sep 04 23:32:25.179 INFO kablam! | Sep 04 23:32:25.179 INFO kablam! = help: the following implementations were found: Sep 04 23:32:25.179 INFO kablam! > Sep 04 23:32:25.179 INFO kablam! > Sep 04 23:32:25.179 INFO kablam! > Sep 04 23:32:25.179 INFO kablam! > Sep 04 23:32:25.179 INFO kablam! and 58 others Sep 04 23:32:25.179 INFO kablam! Sep 04 23:32:25.179 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 23:32:25.179 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 04 23:32:25.179 INFO kablam! | Sep 04 23:32:25.180 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 04 23:32:25.180 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 23:32:25.180 INFO kablam! | Sep 04 23:32:25.180 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 04 23:32:25.180 INFO kablam! | Sep 04 23:32:25.180 INFO kablam! 128 | rand_impl!(Iso3); Sep 04 23:32:25.180 INFO kablam! | ----------------- in this macro invocation Sep 04 23:32:25.180 INFO kablam! | Sep 04 23:32:25.180 INFO kablam! = help: the following implementations were found: Sep 04 23:32:25.180 INFO kablam! > Sep 04 23:32:25.180 INFO kablam! > Sep 04 23:32:25.180 INFO kablam! > Sep 04 23:32:25.180 INFO kablam! > Sep 04 23:32:25.180 INFO kablam! and 58 others Sep 04 23:32:25.180 INFO kablam! Sep 04 23:32:25.555 INFO kablam! error: aborting due to 15 previous errors Sep 04 23:32:25.555 INFO kablam! Sep 04 23:32:25.555 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 23:32:25.567 INFO kablam! error: Could not compile `nalgebra`. Sep 04 23:32:25.567 INFO kablam! Sep 04 23:32:25.568 INFO kablam! To learn more, run the command again with --verbose. Sep 04 23:32:25.569 INFO kablam! su: No module specific data is present Sep 04 23:32:26.262 INFO running `"docker" "rm" "-f" "6fba1093814cff15334080b1b84054efddf14457900c432bb6918530de031c9a"` Sep 04 23:32:26.395 INFO blam! 6fba1093814cff15334080b1b84054efddf14457900c432bb6918530de031c9a