[INFO] fetching crate llml 0.2.3...
[INFO] checking llml-0.2.3 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate llml 0.2.3 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate llml 0.2.3 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate llml 0.2.3
[INFO] finished tweaking crates.io crate llml 0.2.3
[INFO] tweaked toml for crates.io crate llml 0.2.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded randerive v1.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ddf7e0d94d5cf7628765b12b4c861cc7d5ca3a6351fba11edbd53cd7d592a2d8
[INFO] running `Command { std: "docker" "start" "-a" "ddf7e0d94d5cf7628765b12b4c861cc7d5ca3a6351fba11edbd53cd7d592a2d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddf7e0d94d5cf7628765b12b4c861cc7d5ca3a6351fba11edbd53cd7d592a2d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddf7e0d94d5cf7628765b12b4c861cc7d5ca3a6351fba11edbd53cd7d592a2d8", kill_on_drop: false }`
[INFO] [stdout] ddf7e0d94d5cf7628765b12b4c861cc7d5ca3a6351fba11edbd53cd7d592a2d8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b8760749fd265b82adc34027bdc6efc55fa05a59e74070c118858aadf9aa2d5
[INFO] running `Command { std: "docker" "start" "-a" "2b8760749fd265b82adc34027bdc6efc55fa05a59e74070c118858aadf9aa2d5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking plotters-svg v0.3.5
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking criterion-plot v0.4.5
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]     Checking llml v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:1:110
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)]
[INFO] [stdout]   |                                                                                                              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)]
[INFO] [stdout]   |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `import_derives`
[INFO] [stdout]   --> src/lib.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | macro_rules! import_derives {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$i::*`
[INFO] [stdout]   --> src/lib.rs:8:21
[INFO] [stdout]    |
[INFO] [stdout] 8  |             pub use $i::*;
[INFO] [stdout]    |                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generics/mod.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | flat_mod!(debug, complex, vec, mat);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `flat_mod` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vec::*`
[INFO] [stdout]  --> src/generics/mat.rs:1:48
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{mat::{Matf2, Matd2, Matf3, Matd3}, vec::*};
[INFO] [stdout]   |                                                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$i::*`
[INFO] [stdout]    --> src/lib.rs:8:21
[INFO] [stdout]     |
[INFO] [stdout] 8   |             pub use $i::*;
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/mod.rs:198:1
[INFO] [stdout]     |
[INFO] [stdout] 198 | flat_mod!(complex, vec2, vec3, vec4, mat2);
[INFO] [stdout]     | ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `flat_mod` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128s` should have an upper camel case name
[INFO] [stdout]   --> src/x86/mod.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |         type __m128s = __m128;
[INFO] [stdout]    |              ^^^^^^^ help: convert the identifier to upper camel case: `M128s`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout] 7  | impl_arith_sse!(EucVecf2, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128s` should have an upper camel case name
[INFO] [stdout]   --> src/x86/mod.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |         type __m128s = __m128;
[INFO] [stdout]    |              ^^^^^^^ help: convert the identifier to upper camel case: `M128s`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec3.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout] 9  | impl_arith_sse!(EucVecf3, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128s` should have an upper camel case name
[INFO] [stdout]   --> src/x86/mod.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |         type __m128s = __m128;
[INFO] [stdout]    |              ^^^^^^^ help: convert the identifier to upper camel case: `M128s`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec4.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout] 9  | impl_arith_sse!(EucVecf4, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `intrinsics::transmute`
[INFO] [stdout]  --> src/x86/double/sse/vec3.rs:3:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{ops::{Add, Sub, Mul, Div, Neg}, intrinsics::transmute};
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::arch::x86_64::*`
[INFO] [stdout]  --> src/x86/mod.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |         use core::arch::x86_64::*;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/x86/double/sse/mat2.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | x86_use!();
[INFO] [stdout]   | ---------- in this macro invocation
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `x86_use` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `intrinsics::transmute`
[INFO] [stdout]  --> src/x86/double/sse/mat2.rs:3:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{ops::{Add, Sub, Mul, Div, Neg}, intrinsics::transmute};
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::arch::x86_64::*`
[INFO] [stdout]  --> src/x86/mod.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |         use core::arch::x86_64::*;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/x86/double/sse/mat3.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | x86_use!();
[INFO] [stdout]   | ---------- in this macro invocation
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `x86_use` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `once_cell` has been stable since 1.70.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/x86/double/sse/mat2.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking criterion v0.3.6
[INFO] [stdout] error[E0432]: unresolved imports `llml::EucVecf3`, `llml::Matf2`, `llml::EucVecf2`
[INFO] [stdout]  --> benches/vec3.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use llml::{EucVecf3, Matf2, EucVecf2};
[INFO] [stdout]   |            ^^^^^^^^  ^^^^^  ^^^^^^^^ no `EucVecf2` in the root
[INFO] [stdout]   |            |         |
[INFO] [stdout]   |            |         no `Matf2` in the root
[INFO] [stdout]   |            no `EucVecf3` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           llml::vec::EucVecf3
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           llml::mat::Matf2
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           llml::vec::EucVecf2
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd3>` is not satisfied
[INFO] [stdout]    --> tests/vec3d.rs:62:28
[INFO] [stdout]     |
[INFO] [stdout] 62  |     let alpha : EucVecd3 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/vec4.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout] 96  |     let alpha : EucVecf4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd4>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:63:28
[INFO] [stdout]     |
[INFO] [stdout] 63  |     let alpha : EucVecd4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd4>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:64:27
[INFO] [stdout]     |
[INFO] [stdout] 64  |     let beta : EucVecd4 = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<EucVecd4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/vec4.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     let alpha : EucVecf4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:62:28
[INFO] [stdout]     |
[INFO] [stdout] 62  |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/vec4.rs:110:28
[INFO] [stdout]     |
[INFO] [stdout] 110 |     let alpha : EucVecf4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd4>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:74:28
[INFO] [stdout]     |
[INFO] [stdout] 74  |     let alpha : EucVecd4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd4>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:75:27
[INFO] [stdout]     |
[INFO] [stdout] 75  |     let beta : EucVecd4 = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<EucVecd4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/vec4.rs:120:6
[INFO] [stdout]     |
[INFO] [stdout] 120 |     (random(), random())
[INFO] [stdout]     |      ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:68:28
[INFO] [stdout]     |
[INFO] [stdout] 68  |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/vec4.rs:120:16
[INFO] [stdout]     |
[INFO] [stdout] 120 |     (random(), random())
[INFO] [stdout]     |                ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:81:28
[INFO] [stdout]     |
[INFO] [stdout] 81  |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:17:27
[INFO] [stdout]     |
[INFO] [stdout] 17  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:18:26
[INFO] [stdout]     |
[INFO] [stdout] 18  |     let beta : Complxf = random();
[INFO] [stdout]     |                          ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd3>` is not satisfied
[INFO] [stdout]    --> tests/vec3d.rs:90:28
[INFO] [stdout]     |
[INFO] [stdout] 90  |     let alpha : EucVecd3 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd3>` is not satisfied
[INFO] [stdout]    --> tests/vec3d.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout] 96  |     let alpha : EucVecd3 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd3>` is not satisfied
[INFO] [stdout]    --> tests/vec3d.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |     let alpha : EucVecd3 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:25:27
[INFO] [stdout]     |
[INFO] [stdout] 25  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:26:26
[INFO] [stdout]     |
[INFO] [stdout] 26  |     let beta : Complxf = random();
[INFO] [stdout]     |                          ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:87:28
[INFO] [stdout]     |
[INFO] [stdout] 87  |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matd2>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:85:25
[INFO] [stdout]     |
[INFO] [stdout] 85  |     let alpha : Matd2 = random();
[INFO] [stdout]     |                         ^^^^^^ the trait `Distribution<Matd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matd2>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:108:6
[INFO] [stdout]     |
[INFO] [stdout] 108 |     (random(), random())
[INFO] [stdout]     |      ^^^^^^ the trait `Distribution<Matd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matd2>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:108:16
[INFO] [stdout]     |
[INFO] [stdout] 108 |     (random(), random())
[INFO] [stdout]     |                ^^^^^^ the trait `Distribution<Matd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:33:27
[INFO] [stdout]     |
[INFO] [stdout] 33  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd3>` is not satisfied
[INFO] [stdout]    --> tests/vec3d.rs:110:28
[INFO] [stdout]     |
[INFO] [stdout] 110 |     let alpha : EucVecd3 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:34:26
[INFO] [stdout]     |
[INFO] [stdout] 34  |     let beta : Complxf = random();
[INFO] [stdout]     |                          ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd3>` is not satisfied
[INFO] [stdout]    --> tests/vec3d.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 |     let alpha : EucVecd3 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd3>` is not satisfied
[INFO] [stdout]    --> tests/vec3d.rs:127:6
[INFO] [stdout]     |
[INFO] [stdout] 127 |     (random(), random())
[INFO] [stdout]     |      ^^^^^^ the trait `Distribution<EucVecd3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llml` (test "vec4") due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd3>` is not satisfied
[INFO] [stdout]    --> tests/vec3d.rs:127:16
[INFO] [stdout]     |
[INFO] [stdout] 127 |     (random(), random())
[INFO] [stdout]     |                ^^^^^^ the trait `Distribution<EucVecd3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:95:28
[INFO] [stdout]     |
[INFO] [stdout] 95  |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:101:28
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:56:27
[INFO] [stdout]     |
[INFO] [stdout] 56  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:68:27
[INFO] [stdout]     |
[INFO] [stdout] 68  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:74:27
[INFO] [stdout]     |
[INFO] [stdout] 74  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llml` (test "mat2d") due to 8 previous errors
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:81:27
[INFO] [stdout]     |
[INFO] [stdout] 81  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matd3>` is not satisfied
[INFO] [stdout]    --> tests/mat3d.rs:129:25
[INFO] [stdout]     |
[INFO] [stdout] 129 |     let alpha : Matd3 = random();
[INFO] [stdout]     |                         ^^^^^^ the trait `Distribution<Matd3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:109:28
[INFO] [stdout]     |
[INFO] [stdout] 109 |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:117:6
[INFO] [stdout]     |
[INFO] [stdout] 117 |     (random(), random())
[INFO] [stdout]     |      ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:117:16
[INFO] [stdout]     |
[INFO] [stdout] 117 |     (random(), random())
[INFO] [stdout]     |                ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:90:27
[INFO] [stdout]     |
[INFO] [stdout] 90  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:63:28
[INFO] [stdout]     |
[INFO] [stdout] 63  |     let alpha : EucVecf4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:64:27
[INFO] [stdout]     |
[INFO] [stdout] 64  |     let beta : EucVecf4 = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:74:28
[INFO] [stdout]     |
[INFO] [stdout] 74  |     let alpha : EucVecf4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:99:27
[INFO] [stdout]     |
[INFO] [stdout] 99  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let beta : Complxf = random();
[INFO] [stdout]     |                          ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:108:27
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:114:27
[INFO] [stdout]     |
[INFO] [stdout] 114 |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:75:27
[INFO] [stdout]     |
[INFO] [stdout] 75  |     let beta : EucVecf4 = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matf2>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:85:25
[INFO] [stdout]     |
[INFO] [stdout] 85  |     let alpha : Matf2 = random();
[INFO] [stdout]     |                         ^^^^^^ the trait `Distribution<Matf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glam`
[INFO] [stdout]   --> benches/vec3.rs:16:14
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let b1 = glam::mat2(
[INFO] [stdout]    |              ^^^^ use of undeclared crate or module `glam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glam`
[INFO] [stdout]   --> benches/vec3.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         glam::vec2(random(), random()), 
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `glam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glam`
[INFO] [stdout]   --> benches/vec3.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         glam::vec2(random(), random()),
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `glam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glam`
[INFO] [stdout]   --> benches/vec3.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let b2 = glam::mat2(
[INFO] [stdout]    |              ^^^^ use of undeclared crate or module `glam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matd3>` is not satisfied
[INFO] [stdout]    --> tests/mat3d.rs:189:6
[INFO] [stdout]     |
[INFO] [stdout] 189 |     (random(), random())
[INFO] [stdout]     |      ^^^^^^ the trait `Distribution<Matd3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:120:27
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matd3>` is not satisfied
[INFO] [stdout]    --> tests/mat3d.rs:189:16
[INFO] [stdout]     |
[INFO] [stdout] 189 |     (random(), random())
[INFO] [stdout]     |                ^^^^^^ the trait `Distribution<Matd3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glam`
[INFO] [stdout]   --> benches/vec3.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         glam::vec2(random(), random()), 
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `glam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 16 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glam`
[INFO] [stdout]   --> benches/vec3.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         glam::vec2(random(), random()),
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `glam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llml` (test "complex") due to 17 previous errors
[INFO] [stderr] error: could not compile `llml` (test "vec3d") due to 9 previous errors
[INFO] [stderr] error: could not compile `llml` (test "vec2d") due to 10 previous errors
[INFO] [stderr] error: could not compile `llml` (test "mat3d") due to 4 previous errors
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matf2>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:108:6
[INFO] [stdout]     |
[INFO] [stdout] 108 |     (random(), random())
[INFO] [stdout]     |      ^^^^^^ the trait `Distribution<Matf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matf2>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:108:16
[INFO] [stdout]     |
[INFO] [stdout] 108 |     (random(), random())
[INFO] [stdout]     |                ^^^^^^ the trait `Distribution<Matf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llml` (bench "vec3") due to 8 previous errors
[INFO] [stderr] error: could not compile `llml` (test "mat2") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "2b8760749fd265b82adc34027bdc6efc55fa05a59e74070c118858aadf9aa2d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b8760749fd265b82adc34027bdc6efc55fa05a59e74070c118858aadf9aa2d5", kill_on_drop: false }`
[INFO] [stdout] 2b8760749fd265b82adc34027bdc6efc55fa05a59e74070c118858aadf9aa2d5
[INFO] checking llml-0.2.3 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate llml 0.2.3 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate llml 0.2.3 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate llml 0.2.3
[INFO] finished tweaking crates.io crate llml 0.2.3
[INFO] tweaked toml for crates.io crate llml 0.2.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c9966cf40c02889b7364c799445b28ff462b299e61507e99a15a634fdeb12497
[INFO] running `Command { std: "docker" "start" "-a" "c9966cf40c02889b7364c799445b28ff462b299e61507e99a15a634fdeb12497", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9966cf40c02889b7364c799445b28ff462b299e61507e99a15a634fdeb12497", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9966cf40c02889b7364c799445b28ff462b299e61507e99a15a634fdeb12497", kill_on_drop: false }`
[INFO] [stdout] c9966cf40c02889b7364c799445b28ff462b299e61507e99a15a634fdeb12497
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dnon_local_definitions" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f6f31d8154c609438c76345ec51943b13a053c283d51420dd13437ec00d4067
[INFO] running `Command { std: "docker" "start" "-a" "5f6f31d8154c609438c76345ec51943b13a053c283d51420dd13437ec00d4067", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking plotters-svg v0.3.5
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking criterion-plot v0.4.5
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]     Checking llml v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:1:110
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)]
[INFO] [stdout]   |                                                                                                              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)]
[INFO] [stdout]   |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `import_derives`
[INFO] [stdout]   --> src/lib.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | macro_rules! import_derives {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$i::*`
[INFO] [stdout]   --> src/lib.rs:8:21
[INFO] [stdout]    |
[INFO] [stdout] 8  |             pub use $i::*;
[INFO] [stdout]    |                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generics/mod.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | flat_mod!(debug, complex, vec, mat);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `flat_mod` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vec::*`
[INFO] [stdout]  --> src/generics/mat.rs:1:48
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{mat::{Matf2, Matd2, Matf3, Matd3}, vec::*};
[INFO] [stdout]   |                                                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$i::*`
[INFO] [stdout]    --> src/lib.rs:8:21
[INFO] [stdout]     |
[INFO] [stdout] 8   |             pub use $i::*;
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/mod.rs:198:1
[INFO] [stdout]     |
[INFO] [stdout] 198 | flat_mod!(complex, vec2, vec3, vec4, mat2);
[INFO] [stdout]     | ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `flat_mod` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128s` should have an upper camel case name
[INFO] [stdout]   --> src/x86/mod.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |         type __m128s = __m128;
[INFO] [stdout]    |              ^^^^^^^ help: convert the identifier to upper camel case: `M128s`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec2.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout] 7  | impl_arith_sse!(EucVecf2, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128s` should have an upper camel case name
[INFO] [stdout]   --> src/x86/mod.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |         type __m128s = __m128;
[INFO] [stdout]    |              ^^^^^^^ help: convert the identifier to upper camel case: `M128s`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec3.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout] 9  | impl_arith_sse!(EucVecf3, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128s` should have an upper camel case name
[INFO] [stdout]   --> src/x86/mod.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |         type __m128s = __m128;
[INFO] [stdout]    |              ^^^^^^^ help: convert the identifier to upper camel case: `M128s`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/x86/vec4.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout] 9  | impl_arith_sse!(EucVecf4, f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_arith` which comes from the expansion of the macro `impl_arith_sse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `intrinsics::transmute`
[INFO] [stdout]  --> src/x86/double/sse/vec3.rs:3:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{ops::{Add, Sub, Mul, Div, Neg}, intrinsics::transmute};
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::arch::x86_64::*`
[INFO] [stdout]  --> src/x86/mod.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |         use core::arch::x86_64::*;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/x86/double/sse/mat2.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | x86_use!();
[INFO] [stdout]   | ---------- in this macro invocation
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `x86_use` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `intrinsics::transmute`
[INFO] [stdout]  --> src/x86/double/sse/mat2.rs:3:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{ops::{Add, Sub, Mul, Div, Neg}, intrinsics::transmute};
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::arch::x86_64::*`
[INFO] [stdout]  --> src/x86/mod.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |         use core::arch::x86_64::*;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/x86/double/sse/mat3.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | x86_use!();
[INFO] [stdout]   | ---------- in this macro invocation
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `x86_use` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `once_cell` has been stable since 1.70.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/x86/double/sse/mat2.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking criterion v0.3.6
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/vec4.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout] 96  |     let alpha : EucVecf4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/vec4.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     let alpha : EucVecf4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/vec4.rs:110:28
[INFO] [stdout]     |
[INFO] [stdout] 110 |     let alpha : EucVecf4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/vec4.rs:120:6
[INFO] [stdout]     |
[INFO] [stdout] 120 |     (random(), random())
[INFO] [stdout]     |      ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/vec4.rs:120:16
[INFO] [stdout]     |
[INFO] [stdout] 120 |     (random(), random())
[INFO] [stdout]     |                ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llml` (test "vec4") due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:63:28
[INFO] [stdout]     |
[INFO] [stdout] 63  |     let alpha : EucVecf4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:64:27
[INFO] [stdout]     |
[INFO] [stdout] 64  |     let beta : EucVecf4 = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:74:28
[INFO] [stdout]     |
[INFO] [stdout] 74  |     let alpha : EucVecf4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf4>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:75:27
[INFO] [stdout]     |
[INFO] [stdout] 75  |     let beta : EucVecf4 = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<EucVecf4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf2>` is not satisfied
[INFO] [stdout]    --> tests/vec2.rs:62:28
[INFO] [stdout]     |
[INFO] [stdout] 62  |     let alpha : EucVecf2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matf2>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:85:25
[INFO] [stdout]     |
[INFO] [stdout] 85  |     let alpha : Matf2 = random();
[INFO] [stdout]     |                         ^^^^^^ the trait `Distribution<Matf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matf2>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:108:6
[INFO] [stdout]     |
[INFO] [stdout] 108 |     (random(), random())
[INFO] [stdout]     |      ^^^^^^ the trait `Distribution<Matf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf2>` is not satisfied
[INFO] [stdout]    --> tests/vec2.rs:68:28
[INFO] [stdout]     |
[INFO] [stdout] 68  |     let alpha : EucVecf2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matf2>` is not satisfied
[INFO] [stdout]    --> tests/mat2.rs:108:16
[INFO] [stdout]     |
[INFO] [stdout] 108 |     (random(), random())
[INFO] [stdout]     |                ^^^^^^ the trait `Distribution<Matf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:62:28
[INFO] [stdout]     |
[INFO] [stdout] 62  |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf2>` is not satisfied
[INFO] [stdout]    --> tests/vec2.rs:81:28
[INFO] [stdout]     |
[INFO] [stdout] 81  |     let alpha : EucVecf2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `llml::EucVecf3`, `llml::Matf2`, `llml::EucVecf2`
[INFO] [stdout]  --> benches/vec3.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use llml::{EucVecf3, Matf2, EucVecf2};
[INFO] [stdout]   |            ^^^^^^^^  ^^^^^  ^^^^^^^^ no `EucVecf2` in the root
[INFO] [stdout]   |            |         |
[INFO] [stdout]   |            |         no `Matf2` in the root
[INFO] [stdout]   |            no `EucVecf3` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           llml::vec::EucVecf3
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           llml::mat::Matf2
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           llml::vec::EucVecf2
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf2>` is not satisfied
[INFO] [stdout]    --> tests/vec2.rs:87:28
[INFO] [stdout]     |
[INFO] [stdout] 87  |     let alpha : EucVecf2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llml` (test "mat2") due to 8 previous errors
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:68:28
[INFO] [stdout]     |
[INFO] [stdout] 68  |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf2>` is not satisfied
[INFO] [stdout]    --> tests/vec2.rs:95:28
[INFO] [stdout]     |
[INFO] [stdout] 95  |     let alpha : EucVecf2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf2>` is not satisfied
[INFO] [stdout]    --> tests/vec2.rs:101:28
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let alpha : EucVecf2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:81:28
[INFO] [stdout]     |
[INFO] [stdout] 81  |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:87:28
[INFO] [stdout]     |
[INFO] [stdout] 87  |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:95:28
[INFO] [stdout]     |
[INFO] [stdout] 95  |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:101:28
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:109:28
[INFO] [stdout]     |
[INFO] [stdout] 109 |     let alpha : EucVecd2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:117:6
[INFO] [stdout]     |
[INFO] [stdout] 117 |     (random(), random())
[INFO] [stdout]     |      ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd2>` is not satisfied
[INFO] [stdout]    --> tests/vec2d.rs:117:16
[INFO] [stdout]     |
[INFO] [stdout] 117 |     (random(), random())
[INFO] [stdout]     |                ^^^^^^ the trait `Distribution<EucVecd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf2>` is not satisfied
[INFO] [stdout]    --> tests/vec2.rs:109:28
[INFO] [stdout]     |
[INFO] [stdout] 109 |     let alpha : EucVecf2 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf2>` is not satisfied
[INFO] [stdout]    --> tests/vec2.rs:117:6
[INFO] [stdout]     |
[INFO] [stdout] 117 |     (random(), random())
[INFO] [stdout]     |      ^^^^^^ the trait `Distribution<EucVecf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecf2>` is not satisfied
[INFO] [stdout]    --> tests/vec2.rs:117:16
[INFO] [stdout]     |
[INFO] [stdout] 117 |     (random(), random())
[INFO] [stdout]     |                ^^^^^^ the trait `Distribution<EucVecf2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matf3>` is not satisfied
[INFO] [stdout]    --> tests/mat3.rs:129:25
[INFO] [stdout]     |
[INFO] [stdout] 129 |     let alpha : Matf3 = random();
[INFO] [stdout]     |                         ^^^^^^ the trait `Distribution<Matf3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llml` (test "vec2d") due to 10 previous errors
[INFO] [stderr] error: could not compile `llml` (test "vec2") due to 10 previous errors
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matf3>` is not satisfied
[INFO] [stdout]    --> tests/mat3.rs:189:6
[INFO] [stdout]     |
[INFO] [stdout] 189 |     (random(), random())
[INFO] [stdout]     |      ^^^^^^ the trait `Distribution<Matf3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:17:27
[INFO] [stdout]     |
[INFO] [stdout] 17  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:18:26
[INFO] [stdout]     |
[INFO] [stdout] 18  |     let beta : Complxf = random();
[INFO] [stdout]     |                          ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:25:27
[INFO] [stdout]     |
[INFO] [stdout] 25  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:26:26
[INFO] [stdout]     |
[INFO] [stdout] 26  |     let beta : Complxf = random();
[INFO] [stdout]     |                          ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:33:27
[INFO] [stdout]     |
[INFO] [stdout] 33  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:34:26
[INFO] [stdout]     |
[INFO] [stdout] 34  |     let beta : Complxf = random();
[INFO] [stdout]     |                          ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glam`
[INFO] [stdout]   --> benches/vec3.rs:16:14
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let b1 = glam::mat2(
[INFO] [stdout]    |              ^^^^ use of undeclared crate or module `glam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glam`
[INFO] [stdout]   --> benches/vec3.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         glam::vec2(random(), random()), 
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `glam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glam`
[INFO] [stdout]   --> benches/vec3.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         glam::vec2(random(), random()),
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `glam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glam`
[INFO] [stdout]   --> benches/vec3.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let b2 = glam::mat2(
[INFO] [stdout]    |              ^^^^ use of undeclared crate or module `glam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glam`
[INFO] [stdout]   --> benches/vec3.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         glam::vec2(random(), random()), 
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `glam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glam`
[INFO] [stdout]   --> benches/vec3.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         glam::vec2(random(), random()),
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `glam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:56:27
[INFO] [stdout]     |
[INFO] [stdout] 56  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:68:27
[INFO] [stdout]     |
[INFO] [stdout] 68  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matf3>` is not satisfied
[INFO] [stdout]    --> tests/mat3.rs:189:16
[INFO] [stdout]     |
[INFO] [stdout] 189 |     (random(), random())
[INFO] [stdout]     |                ^^^^^^ the trait `Distribution<Matf3>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:74:27
[INFO] [stdout]     |
[INFO] [stdout] 74  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd4>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:63:28
[INFO] [stdout]     |
[INFO] [stdout] 63  |     let alpha : EucVecd4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd4>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:64:27
[INFO] [stdout]     |
[INFO] [stdout] 64  |     let beta : EucVecd4 = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<EucVecd4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:81:27
[INFO] [stdout]     |
[INFO] [stdout] 81  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd4>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:74:28
[INFO] [stdout]     |
[INFO] [stdout] 74  |     let alpha : EucVecd4 = random();
[INFO] [stdout]     |                            ^^^^^^ the trait `Distribution<EucVecd4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<EucVecd4>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:75:27
[INFO] [stdout]     |
[INFO] [stdout] 75  |     let beta : EucVecd4 = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<EucVecd4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:90:27
[INFO] [stdout]     |
[INFO] [stdout] 90  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:99:27
[INFO] [stdout]     |
[INFO] [stdout] 99  |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let beta : Complxf = random();
[INFO] [stdout]     |                          ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:108:27
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llml` (test "mat3") due to 4 previous errors
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matd2>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:85:25
[INFO] [stdout]     |
[INFO] [stdout] 85  |     let alpha : Matd2 = random();
[INFO] [stdout]     |                         ^^^^^^ the trait `Distribution<Matd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:114:27
[INFO] [stdout]     |
[INFO] [stdout] 114 |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Complxf>` is not satisfied
[INFO] [stdout]    --> tests/complex.rs:120:27
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let alpha : Complxf = random();
[INFO] [stdout]     |                           ^^^^^^ the trait `Distribution<Complxf>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matd2>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:108:6
[INFO] [stdout]     |
[INFO] [stdout] 108 |     (random(), random())
[INFO] [stdout]     |      ^^^^^^ the trait `Distribution<Matd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<Matd2>` is not satisfied
[INFO] [stdout]    --> tests/mat2d.rs:108:16
[INFO] [stdout]     |
[INFO] [stdout] 108 |     (random(), random())
[INFO] [stdout]     |                ^^^^^^ the trait `Distribution<Matd2>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               <Standard as Distribution<bool>>
[INFO] [stdout]               <Standard as Distribution<char>>
[INFO] [stdout]               <Standard as Distribution<isize>>
[INFO] [stdout]               <Standard as Distribution<i8>>
[INFO] [stdout]               <Standard as Distribution<i16>>
[INFO] [stdout]               <Standard as Distribution<i32>>
[INFO] [stdout]               <Standard as Distribution<i64>>
[INFO] [stdout]               <Standard as Distribution<i128>>
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `random`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn random<T>() -> T
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] 184 | where Standard: Distribution<T> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ required by this bound in `random`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 16 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llml` (test "mat2d") due to 8 previous errors
[INFO] [stderr] error: could not compile `llml` (test "complex") due to 17 previous errors
[INFO] [stderr] error: could not compile `llml` (bench "vec3") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "5f6f31d8154c609438c76345ec51943b13a053c283d51420dd13437ec00d4067", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f6f31d8154c609438c76345ec51943b13a053c283d51420dd13437ec00d4067", kill_on_drop: false }`
[INFO] [stdout] 5f6f31d8154c609438c76345ec51943b13a053c283d51420dd13437ec00d4067
