Sep 02 14:44:40.630 INFO checking fastq-0.5.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 14:44:40.630 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 14:44:40.630 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 14:44:40.789 INFO blam! c57334ac8e95adaf67c39be265600189163a733f72634033f066e4f516382727 Sep 02 14:44:40.791 INFO running `"docker" "start" "-a" "c57334ac8e95adaf67c39be265600189163a733f72634033f066e4f516382727"` Sep 02 14:44:41.680 INFO kablam! Compiling parasail-sys v0.2.5 Sep 02 14:44:41.683 INFO kablam! Checking ordered-float v0.2.3 Sep 02 14:44:41.688 INFO kablam! Checking nalgebra v0.4.0 Sep 02 14:44:41.688 INFO kablam! Checking fastq v0.5.0 (file:///source) Sep 02 14:44:44.342 INFO kablam! warning: variable does not need to be mutable Sep 02 14:44:44.342 INFO kablam! --> src/lib.rs:262:13 Sep 02 14:44:44.342 INFO kablam! | Sep 02 14:44:44.342 INFO kablam! 262 | let mut buffer = &mut self.parser.buffer; Sep 02 14:44:44.342 INFO kablam! | ----^^^^^^ Sep 02 14:44:44.342 INFO kablam! | | Sep 02 14:44:44.342 INFO kablam! | help: remove this `mut` Sep 02 14:44:44.342 INFO kablam! | Sep 02 14:44:44.342 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 14:44:44.342 INFO kablam! Sep 02 14:44:44.342 INFO kablam! warning: variable does not need to be mutable Sep 02 14:44:44.342 INFO kablam! --> src/lib.rs:263:13 Sep 02 14:44:44.342 INFO kablam! | Sep 02 14:44:44.342 INFO kablam! 263 | let mut reader = &mut self.parser.reader; Sep 02 14:44:44.342 INFO kablam! | ----^^^^^^ Sep 02 14:44:44.342 INFO kablam! | | Sep 02 14:44:44.342 INFO kablam! | help: remove this `mut` Sep 02 14:44:44.342 INFO kablam! Sep 02 14:44:44.767 INFO kablam! error: failed to run custom build command for `parasail-sys v0.2.5` Sep 02 14:44:44.767 INFO kablam! process didn't exit successfully: `/target/debug/build/parasail-sys-b28a01e046147786/build-script-build` (exit code: 101) Sep 02 14:44:44.767 INFO kablam! --- stderr Sep 02 14:44:44.767 INFO kablam! thread 'main' panicked at 'Problem copying library to target directoy.: Custom { kind: InvalidInput, error: StringError("the source path is not an existing regular file") }', libcore/result.rs:983:5 Sep 02 14:44:44.767 INFO kablam! stack backtrace: Sep 02 14:44:44.767 INFO kablam! 0: 0x55cb6b179c3e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h8608d381b52a1cc7 Sep 02 14:44:44.767 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Sep 02 14:44:44.767 INFO kablam! 1: 0x55cb6b16ba76 - std::sys_common::backtrace::print::hf96fbb6301ca8111 Sep 02 14:44:44.767 INFO kablam! at libstd/sys_common/backtrace.rs:71 Sep 02 14:44:44.767 INFO kablam! at libstd/sys_common/backtrace.rs:59 Sep 02 14:44:44.767 INFO kablam! 2: 0x55cb6b16a37d - std::panicking::default_hook::{{closure}}::h2e8fa0d6ce9ebecc Sep 02 14:44:44.767 INFO kablam! at libstd/panicking.rs:211 Sep 02 14:44:44.767 INFO kablam! 3: 0x55cb6b16a0f0 - std::panicking::default_hook::h3e385661c8d6b6f8 Sep 02 14:44:44.767 INFO kablam! at libstd/panicking.rs:227 Sep 02 14:44:44.768 INFO kablam! 4: 0x55cb6b16a93c - std::panicking::rust_panic_with_hook::h82448672ce6401e7 Sep 02 14:44:44.768 INFO kablam! at libstd/panicking.rs:477 Sep 02 14:44:44.768 INFO kablam! 5: 0x55cb6b16a539 - std::panicking::continue_panic_fmt::h7abacf9371d614d8 Sep 02 14:44:44.768 INFO kablam! at libstd/panicking.rs:391 Sep 02 14:44:44.768 INFO kablam! 6: 0x55cb6b16a435 - rust_begin_unwind Sep 02 14:44:44.768 INFO kablam! at libstd/panicking.rs:326 Sep 02 14:44:44.768 INFO kablam! 7: 0x55cb6b1bba3b - core::panicking::panic_fmt::h6f207c73477c3893 Sep 02 14:44:44.768 INFO kablam! at libcore/panicking.rs:77 Sep 02 14:44:44.768 INFO kablam! 8: 0x55cb6b167815 - core::result::unwrap_failed::hd14474ecc926757c Sep 02 14:44:44.768 INFO kablam! at /checkout/src/libcore/macros.rs:26 Sep 02 14:44:44.768 INFO kablam! 9: 0x55cb6b1671e4 - >::expect::h9787693630a157b3 Sep 02 14:44:44.768 INFO kablam! at /checkout/src/libcore/result.rs:809 Sep 02 14:44:44.768 INFO kablam! 10: 0x55cb6b167ca9 - build_script_build::main::h8e55fe17dd0b6c40 Sep 02 14:44:44.768 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/parasail-sys-0.2.5/build.rs:33 Sep 02 14:44:44.768 INFO kablam! 11: 0x55cb6b164d1f - std::rt::lang_start::{{closure}}::h54121a373a516d48 Sep 02 14:44:44.768 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 02 14:44:44.768 INFO kablam! 12: 0x55cb6b16a422 - std::panicking::try::do_call::he8eb7284c711bc58 Sep 02 14:44:44.768 INFO kablam! at libstd/rt.rs:59 Sep 02 14:44:44.768 INFO kablam! at libstd/panicking.rs:310 Sep 02 14:44:44.768 INFO kablam! 13: 0x55cb6b18c529 - __rust_maybe_catch_panic Sep 02 14:44:44.768 INFO kablam! at libpanic_unwind/lib.rs:103 Sep 02 14:44:44.768 INFO kablam! 14: 0x55cb6b175845 - std::rt::lang_start_internal::h25421c11e0cff495 Sep 02 14:44:44.768 INFO kablam! at libstd/panicking.rs:289 Sep 02 14:44:44.768 INFO kablam! at libstd/panic.rs:392 Sep 02 14:44:44.768 INFO kablam! at libstd/rt.rs:58 Sep 02 14:44:44.769 INFO kablam! 15: 0x55cb6b164cf7 - std::rt::lang_start::h3a3d4bbec2226b4f Sep 02 14:44:44.769 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 02 14:44:44.769 INFO kablam! 16: 0x55cb6b167fe9 - main Sep 02 14:44:44.769 INFO kablam! 17: 0x7f1c8cb6d82f - __libc_start_main Sep 02 14:44:44.769 INFO kablam! 18: 0x55cb6b161d88 - _start Sep 02 14:44:44.769 INFO kablam! 19: 0x0 - Sep 02 14:44:44.769 INFO kablam! Sep 02 14:44:44.769 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 14:44:48.610 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 14:44:48.610 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dmat.rs:70:44 Sep 02 14:44:48.611 INFO kablam! | Sep 02 14:44:48.611 INFO kablam! 70 | DMat::from_fn(nrows, ncols, |_, _| rand::random()) Sep 02 14:44:48.611 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 14:44:48.611 INFO kablam! | Sep 02 14:44:48.611 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 14:44:48.611 INFO kablam! = note: required by `rand::random` Sep 02 14:44:48.611 INFO kablam! Sep 02 14:44:48.915 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 14:44:48.915 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 02 14:44:48.915 INFO kablam! | Sep 02 14:44:48.915 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 14:44:48.915 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 14:44:48.915 INFO kablam! | Sep 02 14:44:48.915 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:85:1 Sep 02 14:44:48.915 INFO kablam! | Sep 02 14:44:48.915 INFO kablam! 85 | dvec_impl!(DVec); Sep 02 14:44:48.915 INFO kablam! | ----------------- in this macro invocation Sep 02 14:44:48.915 INFO kablam! | Sep 02 14:44:48.915 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 14:44:48.915 INFO kablam! = note: required by `rand::random` Sep 02 14:44:48.915 INFO kablam! Sep 02 14:44:48.918 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 14:44:48.918 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 02 14:44:48.918 INFO kablam! | Sep 02 14:44:48.918 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 14:44:48.918 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 14:44:48.918 INFO kablam! | Sep 02 14:44:48.918 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:93:1 Sep 02 14:44:48.918 INFO kablam! | Sep 02 14:44:48.918 INFO kablam! 93 | small_dvec_impl!(DVec1, 1, 0); Sep 02 14:44:48.918 INFO kablam! | ------------------------------ in this macro invocation Sep 02 14:44:48.918 INFO kablam! | Sep 02 14:44:48.918 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 14:44:48.918 INFO kablam! = note: required by `rand::random` Sep 02 14:44:48.918 INFO kablam! Sep 02 14:44:48.921 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 14:44:48.921 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 02 14:44:48.921 INFO kablam! | Sep 02 14:44:48.921 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 14:44:48.921 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 14:44:48.921 INFO kablam! | Sep 02 14:44:48.921 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:103:1 Sep 02 14:44:48.921 INFO kablam! | Sep 02 14:44:48.921 INFO kablam! 103 | small_dvec_impl!(DVec2, 2, 0, 1); Sep 02 14:44:48.921 INFO kablam! | --------------------------------- in this macro invocation Sep 02 14:44:48.921 INFO kablam! | Sep 02 14:44:48.921 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 14:44:48.922 INFO kablam! = note: required by `rand::random` Sep 02 14:44:48.922 INFO kablam! Sep 02 14:44:48.924 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 14:44:48.924 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 02 14:44:48.924 INFO kablam! | Sep 02 14:44:48.924 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 14:44:48.924 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 14:44:48.924 INFO kablam! | Sep 02 14:44:48.924 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:113:1 Sep 02 14:44:48.924 INFO kablam! | Sep 02 14:44:48.924 INFO kablam! 113 | small_dvec_impl!(DVec3, 3, 0, 1, 2); Sep 02 14:44:48.924 INFO kablam! | ------------------------------------ in this macro invocation Sep 02 14:44:48.924 INFO kablam! | Sep 02 14:44:48.924 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 14:44:48.924 INFO kablam! = note: required by `rand::random` Sep 02 14:44:48.924 INFO kablam! Sep 02 14:44:48.927 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 14:44:48.927 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 02 14:44:48.927 INFO kablam! | Sep 02 14:44:48.927 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 14:44:48.927 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 14:44:48.927 INFO kablam! | Sep 02 14:44:48.927 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:123:1 Sep 02 14:44:48.927 INFO kablam! | Sep 02 14:44:48.927 INFO kablam! 123 | small_dvec_impl!(DVec4, 4, 0, 1, 2, 3); Sep 02 14:44:48.927 INFO kablam! | --------------------------------------- in this macro invocation Sep 02 14:44:48.927 INFO kablam! | Sep 02 14:44:48.927 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 14:44:48.927 INFO kablam! = note: required by `rand::random` Sep 02 14:44:48.927 INFO kablam! Sep 02 14:44:48.930 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 14:44:48.930 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 02 14:44:48.930 INFO kablam! | Sep 02 14:44:48.930 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 14:44:48.930 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 14:44:48.930 INFO kablam! | Sep 02 14:44:48.930 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:133:1 Sep 02 14:44:48.930 INFO kablam! | Sep 02 14:44:48.930 INFO kablam! 133 | small_dvec_impl!(DVec5, 5, 0, 1, 2, 3, 4); Sep 02 14:44:48.930 INFO kablam! | ------------------------------------------ in this macro invocation Sep 02 14:44:48.930 INFO kablam! | Sep 02 14:44:48.930 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 14:44:48.930 INFO kablam! = note: required by `rand::random` Sep 02 14:44:48.930 INFO kablam! Sep 02 14:44:48.933 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 14:44:48.933 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec_macros.rs:93:41 Sep 02 14:44:48.933 INFO kablam! | Sep 02 14:44:48.933 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 14:44:48.933 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 14:44:48.933 INFO kablam! | Sep 02 14:44:48.933 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:143:1 Sep 02 14:44:48.933 INFO kablam! | Sep 02 14:44:48.933 INFO kablam! 143 | small_dvec_impl!(DVec6, 6, 0, 1, 2, 3, 4, 5); Sep 02 14:44:48.933 INFO kablam! | --------------------------------------------- in this macro invocation Sep 02 14:44:48.933 INFO kablam! | Sep 02 14:44:48.933 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 14:44:48.934 INFO kablam! = note: required by `rand::random` Sep 02 14:44:48.934 INFO kablam! Sep 02 14:44:50.624 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 14:44:50.624 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/quat.rs:299:27 Sep 02 14:44:50.624 INFO kablam! | Sep 02 14:44:50.624 INFO kablam! 299 | UnitQuat::new(rng.gen()) Sep 02 14:44:50.624 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 14:44:50.624 INFO kablam! | Sep 02 14:44:50.624 INFO kablam! = help: the following implementations were found: Sep 02 14:44:50.625 INFO kablam! > Sep 02 14:44:50.625 INFO kablam! > Sep 02 14:44:50.625 INFO kablam! > Sep 02 14:44:50.625 INFO kablam! > Sep 02 14:44:50.625 INFO kablam! and 58 others Sep 02 14:44:50.625 INFO kablam! Sep 02 14:44:51.496 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 14:44:51.496 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:92:23 Sep 02 14:44:51.496 INFO kablam! | Sep 02 14:44:51.496 INFO kablam! 92 | Rot2::new(rng.gen()) Sep 02 14:44:51.496 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 14:44:51.496 INFO kablam! | Sep 02 14:44:51.496 INFO kablam! = help: the following implementations were found: Sep 02 14:44:51.496 INFO kablam! > Sep 02 14:44:51.496 INFO kablam! > Sep 02 14:44:51.496 INFO kablam! > Sep 02 14:44:51.496 INFO kablam! > Sep 02 14:44:51.496 INFO kablam! and 58 others Sep 02 14:44:51.496 INFO kablam! Sep 02 14:44:51.532 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 14:44:51.532 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:326:23 Sep 02 14:44:51.532 INFO kablam! | Sep 02 14:44:51.532 INFO kablam! 326 | Rot3::new(rng.gen()) Sep 02 14:44:51.532 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 14:44:51.532 INFO kablam! | Sep 02 14:44:51.532 INFO kablam! = help: the following implementations were found: Sep 02 14:44:51.532 INFO kablam! > Sep 02 14:44:51.532 INFO kablam! > Sep 02 14:44:51.532 INFO kablam! > Sep 02 14:44:51.532 INFO kablam! > Sep 02 14:44:51.532 INFO kablam! and 58 others Sep 02 14:44:51.532 INFO kablam! Sep 02 14:44:51.624 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 14:44:51.624 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 02 14:44:51.624 INFO kablam! | Sep 02 14:44:51.624 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 02 14:44:51.624 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 14:44:51.624 INFO kablam! | Sep 02 14:44:51.624 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 02 14:44:51.624 INFO kablam! | Sep 02 14:44:51.625 INFO kablam! 108 | rand_impl!(Iso2); Sep 02 14:44:51.625 INFO kablam! | ----------------- in this macro invocation Sep 02 14:44:51.625 INFO kablam! | Sep 02 14:44:51.625 INFO kablam! = help: the following implementations were found: Sep 02 14:44:51.625 INFO kablam! > Sep 02 14:44:51.625 INFO kablam! > Sep 02 14:44:51.625 INFO kablam! > Sep 02 14:44:51.625 INFO kablam! > Sep 02 14:44:51.625 INFO kablam! and 58 others Sep 02 14:44:51.625 INFO kablam! Sep 02 14:44:51.625 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 14:44:51.625 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 02 14:44:51.625 INFO kablam! | Sep 02 14:44:51.625 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 02 14:44:51.625 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 14:44:51.625 INFO kablam! | Sep 02 14:44:51.625 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:108:1 Sep 02 14:44:51.625 INFO kablam! | Sep 02 14:44:51.626 INFO kablam! 108 | rand_impl!(Iso2); Sep 02 14:44:51.626 INFO kablam! | ----------------- in this macro invocation Sep 02 14:44:51.626 INFO kablam! | Sep 02 14:44:51.626 INFO kablam! = help: the following implementations were found: Sep 02 14:44:51.626 INFO kablam! > Sep 02 14:44:51.626 INFO kablam! > Sep 02 14:44:51.626 INFO kablam! > Sep 02 14:44:51.626 INFO kablam! > Sep 02 14:44:51.626 INFO kablam! and 58 others Sep 02 14:44:51.626 INFO kablam! Sep 02 14:44:51.628 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 14:44:51.628 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:29 Sep 02 14:44:51.628 INFO kablam! | Sep 02 14:44:51.628 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 02 14:44:51.628 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 14:44:51.628 INFO kablam! | Sep 02 14:44:51.628 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 02 14:44:51.628 INFO kablam! | Sep 02 14:44:51.628 INFO kablam! 128 | rand_impl!(Iso3); Sep 02 14:44:51.628 INFO kablam! | ----------------- in this macro invocation Sep 02 14:44:51.628 INFO kablam! | Sep 02 14:44:51.628 INFO kablam! = help: the following implementations were found: Sep 02 14:44:51.628 INFO kablam! > Sep 02 14:44:51.628 INFO kablam! > Sep 02 14:44:51.628 INFO kablam! > Sep 02 14:44:51.628 INFO kablam! > Sep 02 14:44:51.628 INFO kablam! and 58 others Sep 02 14:44:51.628 INFO kablam! Sep 02 14:44:51.628 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 14:44:51.629 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso_macros.rs:351:40 Sep 02 14:44:51.629 INFO kablam! | Sep 02 14:44:51.629 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 02 14:44:51.629 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 14:44:51.629 INFO kablam! | Sep 02 14:44:51.629 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:128:1 Sep 02 14:44:51.629 INFO kablam! | Sep 02 14:44:51.629 INFO kablam! 128 | rand_impl!(Iso3); Sep 02 14:44:51.629 INFO kablam! | ----------------- in this macro invocation Sep 02 14:44:51.629 INFO kablam! | Sep 02 14:44:51.629 INFO kablam! = help: the following implementations were found: Sep 02 14:44:51.629 INFO kablam! > Sep 02 14:44:51.629 INFO kablam! > Sep 02 14:44:51.629 INFO kablam! > Sep 02 14:44:51.629 INFO kablam! > Sep 02 14:44:51.629 INFO kablam! and 58 others Sep 02 14:44:51.629 INFO kablam! Sep 02 14:44:52.053 INFO kablam! error: aborting due to 15 previous errors Sep 02 14:44:52.053 INFO kablam! Sep 02 14:44:52.053 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 14:44:52.068 INFO kablam! error: Could not compile `nalgebra`. Sep 02 14:44:52.068 INFO kablam! Sep 02 14:44:52.068 INFO kablam! To learn more, run the command again with --verbose. Sep 02 14:44:52.070 INFO kablam! su: No module specific data is present Sep 02 14:44:52.457 INFO running `"docker" "rm" "-f" "c57334ac8e95adaf67c39be265600189163a733f72634033f066e4f516382727"` Sep 02 14:44:52.558 INFO blam! c57334ac8e95adaf67c39be265600189163a733f72634033f066e4f516382727