Sep 20 04:58:29.571 INFO checking crast-1.0.4 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 04:58:29.571 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 04:58:29.571 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:58:29.718 INFO blam! 7b3195293bddb7f458f2b6d53d13d22c6ecf27898247dfe767fd5b00864e673c Sep 20 04:58:29.720 INFO running `"docker" "start" "-a" "7b3195293bddb7f458f2b6d53d13d22c6ecf27898247dfe767fd5b00864e673c"` Sep 20 04:58:31.133 INFO kablam! usermod: no changes Sep 20 04:58:31.334 INFO kablam! Checking fast-math v0.1.0 Sep 20 04:58:31.335 INFO kablam! Checking bit-set v0.3.0 Sep 20 04:58:31.335 INFO kablam! Checking ordered-float v0.2.3 Sep 20 04:58:31.335 INFO kablam! Checking nalgebra v0.4.0 Sep 20 04:58:33.493 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 04:58:33.493 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dmat.rs:70:44 Sep 20 04:58:33.493 INFO kablam! | Sep 20 04:58:33.493 INFO kablam! 70 | DMat::from_fn(nrows, ncols, |_, _| rand::random()) Sep 20 04:58:33.494 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 04:58:33.494 INFO kablam! | Sep 20 04:58:33.494 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 04:58:33.494 INFO kablam! = note: required by `rand::random` Sep 20 04:58:33.494 INFO kablam! Sep 20 04:58:33.622 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 04:58:33.622 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 20 04:58:33.622 INFO kablam! | Sep 20 04:58:33.622 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 04:58:33.622 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 04:58:33.622 INFO kablam! | Sep 20 04:58:33.622 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:85:1 Sep 20 04:58:33.622 INFO kablam! | Sep 20 04:58:33.622 INFO kablam! 85 | dvec_impl!(DVec); Sep 20 04:58:33.622 INFO kablam! | ----------------- in this macro invocation Sep 20 04:58:33.622 INFO kablam! | Sep 20 04:58:33.622 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 04:58:33.622 INFO kablam! = note: required by `rand::random` Sep 20 04:58:33.622 INFO kablam! Sep 20 04:58:33.622 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 04:58:33.622 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 20 04:58:33.622 INFO kablam! | Sep 20 04:58:33.622 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 04:58:33.622 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 04:58:33.622 INFO kablam! | Sep 20 04:58:33.622 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:93:1 Sep 20 04:58:33.622 INFO kablam! | Sep 20 04:58:33.622 INFO kablam! 93 | small_dvec_impl!(DVec1, 1, 0); Sep 20 04:58:33.622 INFO kablam! | ------------------------------ in this macro invocation Sep 20 04:58:33.622 INFO kablam! | Sep 20 04:58:33.622 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 04:58:33.622 INFO kablam! = note: required by `rand::random` Sep 20 04:58:33.622 INFO kablam! Sep 20 04:58:33.622 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 04:58:33.622 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 20 04:58:33.622 INFO kablam! | Sep 20 04:58:33.622 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 04:58:33.622 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 04:58:33.622 INFO kablam! | Sep 20 04:58:33.622 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:103:1 Sep 20 04:58:33.622 INFO kablam! | Sep 20 04:58:33.622 INFO kablam! 103 | small_dvec_impl!(DVec2, 2, 0, 1); Sep 20 04:58:33.622 INFO kablam! | --------------------------------- in this macro invocation Sep 20 04:58:33.622 INFO kablam! | Sep 20 04:58:33.622 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 04:58:33.622 INFO kablam! = note: required by `rand::random` Sep 20 04:58:33.622 INFO kablam! Sep 20 04:58:33.623 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 04:58:33.623 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 20 04:58:33.623 INFO kablam! | Sep 20 04:58:33.623 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 04:58:33.623 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 04:58:33.623 INFO kablam! | Sep 20 04:58:33.623 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:113:1 Sep 20 04:58:33.623 INFO kablam! | Sep 20 04:58:33.623 INFO kablam! 113 | small_dvec_impl!(DVec3, 3, 0, 1, 2); Sep 20 04:58:33.623 INFO kablam! | ------------------------------------ in this macro invocation Sep 20 04:58:33.623 INFO kablam! | Sep 20 04:58:33.623 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 04:58:33.623 INFO kablam! = note: required by `rand::random` Sep 20 04:58:33.623 INFO kablam! Sep 20 04:58:33.623 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 04:58:33.623 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 20 04:58:33.623 INFO kablam! | Sep 20 04:58:33.623 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 04:58:33.623 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 04:58:33.623 INFO kablam! | Sep 20 04:58:33.623 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:123:1 Sep 20 04:58:33.623 INFO kablam! | Sep 20 04:58:33.623 INFO kablam! 123 | small_dvec_impl!(DVec4, 4, 0, 1, 2, 3); Sep 20 04:58:33.623 INFO kablam! | --------------------------------------- in this macro invocation Sep 20 04:58:33.623 INFO kablam! | Sep 20 04:58:33.623 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 04:58:33.623 INFO kablam! = note: required by `rand::random` Sep 20 04:58:33.623 INFO kablam! Sep 20 04:58:33.630 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 04:58:33.630 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 20 04:58:33.630 INFO kablam! | Sep 20 04:58:33.630 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 04:58:33.630 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 04:58:33.630 INFO kablam! | Sep 20 04:58:33.630 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:133:1 Sep 20 04:58:33.630 INFO kablam! | Sep 20 04:58:33.630 INFO kablam! 133 | small_dvec_impl!(DVec5, 5, 0, 1, 2, 3, 4); Sep 20 04:58:33.630 INFO kablam! | ------------------------------------------ in this macro invocation Sep 20 04:58:33.630 INFO kablam! | Sep 20 04:58:33.630 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 04:58:33.630 INFO kablam! = note: required by `rand::random` Sep 20 04:58:33.630 INFO kablam! Sep 20 04:58:33.630 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 04:58:33.630 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 20 04:58:33.630 INFO kablam! | Sep 20 04:58:33.630 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 04:58:33.630 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 04:58:33.630 INFO kablam! | Sep 20 04:58:33.630 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:143:1 Sep 20 04:58:33.630 INFO kablam! | Sep 20 04:58:33.630 INFO kablam! 143 | small_dvec_impl!(DVec6, 6, 0, 1, 2, 3, 4, 5); Sep 20 04:58:33.630 INFO kablam! | --------------------------------------------- in this macro invocation Sep 20 04:58:33.630 INFO kablam! | Sep 20 04:58:33.630 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 04:58:33.630 INFO kablam! = note: required by `rand::random` Sep 20 04:58:33.630 INFO kablam! Sep 20 04:58:34.562 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 04:58:34.562 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/quat.rs:299:27 Sep 20 04:58:34.562 INFO kablam! | Sep 20 04:58:34.562 INFO kablam! 299 | UnitQuat::new(rng.gen()) Sep 20 04:58:34.562 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 04:58:34.562 INFO kablam! | Sep 20 04:58:34.562 INFO kablam! = help: the following implementations were found: Sep 20 04:58:34.562 INFO kablam! > Sep 20 04:58:34.562 INFO kablam! > Sep 20 04:58:34.562 INFO kablam! > Sep 20 04:58:34.562 INFO kablam! > Sep 20 04:58:34.562 INFO kablam! and 58 others Sep 20 04:58:34.562 INFO kablam! Sep 20 04:58:35.345 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 04:58:35.345 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:92:23 Sep 20 04:58:35.345 INFO kablam! | Sep 20 04:58:35.345 INFO kablam! 92 | Rot2::new(rng.gen()) Sep 20 04:58:35.345 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 04:58:35.345 INFO kablam! | Sep 20 04:58:35.345 INFO kablam! = help: the following implementations were found: Sep 20 04:58:35.345 INFO kablam! > Sep 20 04:58:35.345 INFO kablam! > Sep 20 04:58:35.345 INFO kablam! > Sep 20 04:58:35.345 INFO kablam! > Sep 20 04:58:35.345 INFO kablam! and 58 others Sep 20 04:58:35.345 INFO kablam! Sep 20 04:58:35.371 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 04:58:35.371 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:326:23 Sep 20 04:58:35.371 INFO kablam! | Sep 20 04:58:35.371 INFO kablam! 326 | Rot3::new(rng.gen()) Sep 20 04:58:35.371 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 04:58:35.371 INFO kablam! | Sep 20 04:58:35.372 INFO kablam! = help: the following implementations were found: Sep 20 04:58:35.372 INFO kablam! > Sep 20 04:58:35.372 INFO kablam! > Sep 20 04:58:35.372 INFO kablam! > Sep 20 04:58:35.372 INFO kablam! > Sep 20 04:58:35.372 INFO kablam! and 58 others Sep 20 04:58:35.372 INFO kablam! Sep 20 04:58:35.432 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 04:58:35.433 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 20 04:58:35.433 INFO kablam! | Sep 20 04:58:35.433 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 20 04:58:35.433 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 04:58:35.433 INFO kablam! | Sep 20 04:58:35.433 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 20 04:58:35.433 INFO kablam! | Sep 20 04:58:35.433 INFO kablam! 108 | rand_impl!(Iso2); Sep 20 04:58:35.433 INFO kablam! | ----------------- in this macro invocation Sep 20 04:58:35.433 INFO kablam! | Sep 20 04:58:35.433 INFO kablam! = help: the following implementations were found: Sep 20 04:58:35.433 INFO kablam! > Sep 20 04:58:35.433 INFO kablam! > Sep 20 04:58:35.433 INFO kablam! > Sep 20 04:58:35.433 INFO kablam! > Sep 20 04:58:35.433 INFO kablam! and 58 others Sep 20 04:58:35.434 INFO kablam! Sep 20 04:58:35.434 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 04:58:35.434 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 20 04:58:35.434 INFO kablam! | Sep 20 04:58:35.434 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 20 04:58:35.434 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 04:58:35.434 INFO kablam! | Sep 20 04:58:35.434 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 20 04:58:35.434 INFO kablam! | Sep 20 04:58:35.434 INFO kablam! 108 | rand_impl!(Iso2); Sep 20 04:58:35.434 INFO kablam! | ----------------- in this macro invocation Sep 20 04:58:35.434 INFO kablam! | Sep 20 04:58:35.434 INFO kablam! = help: the following implementations were found: Sep 20 04:58:35.434 INFO kablam! > Sep 20 04:58:35.434 INFO kablam! > Sep 20 04:58:35.434 INFO kablam! > Sep 20 04:58:35.434 INFO kablam! > Sep 20 04:58:35.434 INFO kablam! and 58 others Sep 20 04:58:35.434 INFO kablam! Sep 20 04:58:35.438 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 04:58:35.438 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 20 04:58:35.438 INFO kablam! | Sep 20 04:58:35.438 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 20 04:58:35.438 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 04:58:35.438 INFO kablam! | Sep 20 04:58:35.438 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 20 04:58:35.438 INFO kablam! | Sep 20 04:58:35.438 INFO kablam! 128 | rand_impl!(Iso3); Sep 20 04:58:35.438 INFO kablam! | ----------------- in this macro invocation Sep 20 04:58:35.438 INFO kablam! | Sep 20 04:58:35.438 INFO kablam! = help: the following implementations were found: Sep 20 04:58:35.438 INFO kablam! > Sep 20 04:58:35.438 INFO kablam! > Sep 20 04:58:35.438 INFO kablam! > Sep 20 04:58:35.438 INFO kablam! > Sep 20 04:58:35.438 INFO kablam! and 58 others Sep 20 04:58:35.438 INFO kablam! Sep 20 04:58:35.438 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 04:58:35.438 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 20 04:58:35.438 INFO kablam! | Sep 20 04:58:35.438 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 20 04:58:35.438 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 04:58:35.438 INFO kablam! | Sep 20 04:58:35.438 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 20 04:58:35.438 INFO kablam! | Sep 20 04:58:35.438 INFO kablam! 128 | rand_impl!(Iso3); Sep 20 04:58:35.438 INFO kablam! | ----------------- in this macro invocation Sep 20 04:58:35.438 INFO kablam! | Sep 20 04:58:35.438 INFO kablam! = help: the following implementations were found: Sep 20 04:58:35.438 INFO kablam! > Sep 20 04:58:35.438 INFO kablam! > Sep 20 04:58:35.438 INFO kablam! > Sep 20 04:58:35.438 INFO kablam! > Sep 20 04:58:35.438 INFO kablam! and 58 others Sep 20 04:58:35.438 INFO kablam! Sep 20 04:58:35.743 INFO kablam! error: aborting due to 15 previous errors Sep 20 04:58:35.743 INFO kablam! Sep 20 04:58:35.743 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 20 04:58:35.762 INFO kablam! error: Could not compile `nalgebra`. Sep 20 04:58:35.762 INFO kablam! Sep 20 04:58:35.762 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:58:35.764 INFO kablam! su: No module specific data is present Sep 20 04:58:36.897 INFO running `"docker" "rm" "-f" "7b3195293bddb7f458f2b6d53d13d22c6ecf27898247dfe767fd5b00864e673c"` Sep 20 04:58:37.031 INFO blam! 7b3195293bddb7f458f2b6d53d13d22c6ecf27898247dfe767fd5b00864e673c