Sep 14 18:06:12.544 INFO checking cpr-1.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 18:06:12.544 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 18:06:12.544 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 18:06:12.810 INFO blam! 97a36d0c5d4542c11ce60d767995c2f0f733bd3df1627155a2f3bbf699f47433 Sep 14 18:06:12.812 INFO running `"docker" "start" "-a" "97a36d0c5d4542c11ce60d767995c2f0f733bd3df1627155a2f3bbf699f47433"` Sep 14 18:06:13.703 INFO kablam! usermod: no changes Sep 14 18:06:13.855 INFO kablam! Checking nalgebra v0.4.0 Sep 14 18:06:15.876 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 14 18:06:15.876 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dmat.rs:70:44 Sep 14 18:06:15.876 INFO kablam! | Sep 14 18:06:15.876 INFO kablam! 70 | DMat::from_fn(nrows, ncols, |_, _| rand::random()) Sep 14 18:06:15.876 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 14 18:06:15.876 INFO kablam! | Sep 14 18:06:15.876 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 14 18:06:15.876 INFO kablam! = note: required by `rand::random` Sep 14 18:06:15.876 INFO kablam! Sep 14 18:06:15.966 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 14 18:06:15.966 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 14 18:06:15.966 INFO kablam! | Sep 14 18:06:15.966 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 14 18:06:15.966 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 14 18:06:15.966 INFO kablam! | Sep 14 18:06:15.966 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:85:1 Sep 14 18:06:15.966 INFO kablam! | Sep 14 18:06:15.966 INFO kablam! 85 | dvec_impl!(DVec); Sep 14 18:06:15.966 INFO kablam! | ----------------- in this macro invocation Sep 14 18:06:15.967 INFO kablam! | Sep 14 18:06:15.967 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 14 18:06:15.967 INFO kablam! = note: required by `rand::random` Sep 14 18:06:15.967 INFO kablam! Sep 14 18:06:15.968 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 14 18:06:15.968 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 14 18:06:15.968 INFO kablam! | Sep 14 18:06:15.968 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 14 18:06:15.968 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 14 18:06:15.968 INFO kablam! | Sep 14 18:06:15.968 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:93:1 Sep 14 18:06:15.968 INFO kablam! | Sep 14 18:06:15.968 INFO kablam! 93 | small_dvec_impl!(DVec1, 1, 0); Sep 14 18:06:15.968 INFO kablam! | ------------------------------ in this macro invocation Sep 14 18:06:15.968 INFO kablam! | Sep 14 18:06:15.968 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 14 18:06:15.968 INFO kablam! = note: required by `rand::random` Sep 14 18:06:15.968 INFO kablam! Sep 14 18:06:15.969 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 14 18:06:15.969 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 14 18:06:15.969 INFO kablam! | Sep 14 18:06:15.969 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 14 18:06:15.969 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 14 18:06:15.969 INFO kablam! | Sep 14 18:06:15.969 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:103:1 Sep 14 18:06:15.969 INFO kablam! | Sep 14 18:06:15.969 INFO kablam! 103 | small_dvec_impl!(DVec2, 2, 0, 1); Sep 14 18:06:15.969 INFO kablam! | --------------------------------- in this macro invocation Sep 14 18:06:15.969 INFO kablam! | Sep 14 18:06:15.969 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 14 18:06:15.969 INFO kablam! = note: required by `rand::random` Sep 14 18:06:15.969 INFO kablam! Sep 14 18:06:15.971 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 14 18:06:15.971 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 14 18:06:15.971 INFO kablam! | Sep 14 18:06:15.971 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 14 18:06:15.971 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 14 18:06:15.971 INFO kablam! | Sep 14 18:06:15.971 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:113:1 Sep 14 18:06:15.971 INFO kablam! | Sep 14 18:06:15.971 INFO kablam! 113 | small_dvec_impl!(DVec3, 3, 0, 1, 2); Sep 14 18:06:15.971 INFO kablam! | ------------------------------------ in this macro invocation Sep 14 18:06:15.971 INFO kablam! | Sep 14 18:06:15.971 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 14 18:06:15.971 INFO kablam! = note: required by `rand::random` Sep 14 18:06:15.971 INFO kablam! Sep 14 18:06:15.972 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 14 18:06:15.972 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 14 18:06:15.972 INFO kablam! | Sep 14 18:06:15.972 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 14 18:06:15.972 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 14 18:06:15.972 INFO kablam! | Sep 14 18:06:15.972 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:123:1 Sep 14 18:06:15.972 INFO kablam! | Sep 14 18:06:15.972 INFO kablam! 123 | small_dvec_impl!(DVec4, 4, 0, 1, 2, 3); Sep 14 18:06:15.972 INFO kablam! | --------------------------------------- in this macro invocation Sep 14 18:06:15.972 INFO kablam! | Sep 14 18:06:15.972 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 14 18:06:15.972 INFO kablam! = note: required by `rand::random` Sep 14 18:06:15.972 INFO kablam! Sep 14 18:06:15.973 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 14 18:06:15.973 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 14 18:06:15.973 INFO kablam! | Sep 14 18:06:15.973 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 14 18:06:15.973 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 14 18:06:15.973 INFO kablam! | Sep 14 18:06:15.973 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:133:1 Sep 14 18:06:15.973 INFO kablam! | Sep 14 18:06:15.973 INFO kablam! 133 | small_dvec_impl!(DVec5, 5, 0, 1, 2, 3, 4); Sep 14 18:06:15.973 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 18:06:15.973 INFO kablam! | Sep 14 18:06:15.973 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 14 18:06:15.973 INFO kablam! = note: required by `rand::random` Sep 14 18:06:15.973 INFO kablam! Sep 14 18:06:15.975 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 14 18:06:15.975 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 14 18:06:15.975 INFO kablam! | Sep 14 18:06:15.975 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 14 18:06:15.975 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 14 18:06:15.975 INFO kablam! | Sep 14 18:06:15.975 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:143:1 Sep 14 18:06:15.975 INFO kablam! | Sep 14 18:06:15.975 INFO kablam! 143 | small_dvec_impl!(DVec6, 6, 0, 1, 2, 3, 4, 5); Sep 14 18:06:15.975 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 18:06:15.975 INFO kablam! | Sep 14 18:06:15.975 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 14 18:06:15.975 INFO kablam! = note: required by `rand::random` Sep 14 18:06:15.975 INFO kablam! Sep 14 18:06:16.851 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 14 18:06:16.851 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/quat.rs:299:27 Sep 14 18:06:16.851 INFO kablam! | Sep 14 18:06:16.851 INFO kablam! 299 | UnitQuat::new(rng.gen()) Sep 14 18:06:16.851 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 14 18:06:16.851 INFO kablam! | Sep 14 18:06:16.851 INFO kablam! = help: the following implementations were found: Sep 14 18:06:16.851 INFO kablam! > Sep 14 18:06:16.851 INFO kablam! > Sep 14 18:06:16.851 INFO kablam! > Sep 14 18:06:16.851 INFO kablam! > Sep 14 18:06:16.851 INFO kablam! and 58 others Sep 14 18:06:16.851 INFO kablam! Sep 14 18:06:17.533 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 14 18:06:17.533 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:92:23 Sep 14 18:06:17.533 INFO kablam! | Sep 14 18:06:17.533 INFO kablam! 92 | Rot2::new(rng.gen()) Sep 14 18:06:17.533 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 14 18:06:17.533 INFO kablam! | Sep 14 18:06:17.533 INFO kablam! = help: the following implementations were found: Sep 14 18:06:17.533 INFO kablam! > Sep 14 18:06:17.533 INFO kablam! > Sep 14 18:06:17.533 INFO kablam! > Sep 14 18:06:17.533 INFO kablam! > Sep 14 18:06:17.533 INFO kablam! and 58 others Sep 14 18:06:17.533 INFO kablam! Sep 14 18:06:17.554 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 14 18:06:17.555 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:326:23 Sep 14 18:06:17.555 INFO kablam! | Sep 14 18:06:17.555 INFO kablam! 326 | Rot3::new(rng.gen()) Sep 14 18:06:17.555 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 14 18:06:17.555 INFO kablam! | Sep 14 18:06:17.555 INFO kablam! = help: the following implementations were found: Sep 14 18:06:17.555 INFO kablam! > Sep 14 18:06:17.555 INFO kablam! > Sep 14 18:06:17.555 INFO kablam! > Sep 14 18:06:17.555 INFO kablam! > Sep 14 18:06:17.555 INFO kablam! and 58 others Sep 14 18:06:17.555 INFO kablam! Sep 14 18:06:17.620 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 14 18:06:17.620 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 14 18:06:17.620 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! 108 | rand_impl!(Iso2); Sep 14 18:06:17.620 INFO kablam! | ----------------- in this macro invocation Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! = help: the following implementations were found: Sep 14 18:06:17.620 INFO kablam! > Sep 14 18:06:17.620 INFO kablam! > Sep 14 18:06:17.620 INFO kablam! > Sep 14 18:06:17.620 INFO kablam! > Sep 14 18:06:17.620 INFO kablam! and 58 others Sep 14 18:06:17.620 INFO kablam! Sep 14 18:06:17.620 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 14 18:06:17.620 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 14 18:06:17.620 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! 108 | rand_impl!(Iso2); Sep 14 18:06:17.620 INFO kablam! | ----------------- in this macro invocation Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! = help: the following implementations were found: Sep 14 18:06:17.620 INFO kablam! > Sep 14 18:06:17.620 INFO kablam! > Sep 14 18:06:17.620 INFO kablam! > Sep 14 18:06:17.620 INFO kablam! > Sep 14 18:06:17.620 INFO kablam! and 58 others Sep 14 18:06:17.620 INFO kablam! Sep 14 18:06:17.620 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 14 18:06:17.620 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 14 18:06:17.620 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! 128 | rand_impl!(Iso3); Sep 14 18:06:17.620 INFO kablam! | ----------------- in this macro invocation Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! = help: the following implementations were found: Sep 14 18:06:17.620 INFO kablam! > Sep 14 18:06:17.620 INFO kablam! > Sep 14 18:06:17.620 INFO kablam! > Sep 14 18:06:17.620 INFO kablam! > Sep 14 18:06:17.620 INFO kablam! and 58 others Sep 14 18:06:17.620 INFO kablam! Sep 14 18:06:17.620 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 14 18:06:17.620 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 14 18:06:17.620 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 14 18:06:17.620 INFO kablam! | Sep 14 18:06:17.620 INFO kablam! 128 | rand_impl!(Iso3); Sep 14 18:06:17.620 INFO kablam! | ----------------- in this macro invocation Sep 14 18:06:17.621 INFO kablam! | Sep 14 18:06:17.621 INFO kablam! = help: the following implementations were found: Sep 14 18:06:17.621 INFO kablam! > Sep 14 18:06:17.621 INFO kablam! > Sep 14 18:06:17.621 INFO kablam! > Sep 14 18:06:17.621 INFO kablam! > Sep 14 18:06:17.621 INFO kablam! and 58 others Sep 14 18:06:17.621 INFO kablam! Sep 14 18:06:17.899 INFO kablam! error: aborting due to 15 previous errors Sep 14 18:06:17.899 INFO kablam! Sep 14 18:06:17.899 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 18:06:17.921 INFO kablam! error: Could not compile `nalgebra`. Sep 14 18:06:17.921 INFO kablam! Sep 14 18:06:17.921 INFO kablam! To learn more, run the command again with --verbose. Sep 14 18:06:17.921 INFO kablam! su: No module specific data is present Sep 14 18:06:18.867 INFO running `"docker" "rm" "-f" "97a36d0c5d4542c11ce60d767995c2f0f733bd3df1627155a2f3bbf699f47433"` Sep 14 18:06:19.122 INFO blam! 97a36d0c5d4542c11ce60d767995c2f0f733bd3df1627155a2f3bbf699f47433