Sep 02 08:35:50.315 INFO checking linear_assignment-0.0.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 08:35:50.315 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 08:35:50.315 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 08:35:50.590 INFO blam! bdf6d3e61ed7a8a8bd4a13ee5c8a77111fde08eea6917880090bea65928c8ede Sep 02 08:35:50.592 INFO running `"docker" "start" "-a" "bdf6d3e61ed7a8a8bd4a13ee5c8a77111fde08eea6917880090bea65928c8ede"` Sep 02 08:35:51.623 INFO kablam! Checking quickcheck v0.7.1 Sep 02 08:35:51.623 INFO kablam! Checking linear_assignment v0.0.1 (file:///source) Sep 02 08:35:51.623 INFO kablam! Compiling quickcheck_macros v0.2.29 Sep 02 08:35:53.563 INFO kablam! warning: unused `#[macro_use]` import Sep 02 08:35:53.563 INFO kablam! --> src/lib.rs:34:1 Sep 02 08:35:53.564 INFO kablam! | Sep 02 08:35:53.564 INFO kablam! 34 | #[macro_use] Sep 02 08:35:53.564 INFO kablam! | ^^^^^^^^^^^^ Sep 02 08:35:53.564 INFO kablam! | Sep 02 08:35:53.564 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 08:35:53.564 INFO kablam! Sep 02 08:35:56.100 INFO kablam! Checking nalgebra v0.2.23 Sep 02 08:35:56.205 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 08:35:56.205 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:15:5 Sep 02 08:35:56.206 INFO kablam! | Sep 02 08:35:56.206 INFO kablam! 15 | use syntax::codemap; Sep 02 08:35:56.206 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 02 08:35:56.206 INFO kablam! Sep 02 08:35:56.235 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 02 08:35:56.235 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:27:42 Sep 02 08:35:56.236 INFO kablam! | Sep 02 08:35:56.236 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 02 08:35:56.236 INFO kablam! | ^^^^^^ not found in `token` Sep 02 08:35:56.236 INFO kablam! Sep 02 08:35:56.236 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 02 08:35:56.237 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:86:30 Sep 02 08:35:56.237 INFO kablam! | Sep 02 08:35:56.237 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 02 08:35:56.237 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 02 08:35:56.237 INFO kablam! Sep 02 08:35:56.237 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 02 08:35:56.237 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:107:41 Sep 02 08:35:56.237 INFO kablam! | Sep 02 08:35:56.237 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 02 08:35:56.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 02 08:35:56.237 INFO kablam! Sep 02 08:35:56.263 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 02 08:35:56.264 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:56:9 Sep 02 08:35:56.264 INFO kablam! | Sep 02 08:35:56.264 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 02 08:35:56.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 02 08:35:56.264 INFO kablam! Sep 02 08:35:56.287 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 02 08:35:56.288 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:61:17 Sep 02 08:35:56.288 INFO kablam! | Sep 02 08:35:56.288 INFO kablam! 61 | lifetimes: vec![], Sep 02 08:35:56.288 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 02 08:35:56.288 INFO kablam! | Sep 02 08:35:56.288 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 02 08:35:56.288 INFO kablam! Sep 02 08:35:56.518 INFO kablam! error: aborting due to 6 previous errors Sep 02 08:35:56.518 INFO kablam! Sep 02 08:35:56.518 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 02 08:35:56.518 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 02 08:35:56.539 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 02 08:35:56.539 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 08:36:00.121 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 08:36:00.121 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dmat.rs:70:44 Sep 02 08:36:00.121 INFO kablam! | Sep 02 08:36:00.121 INFO kablam! 70 | DMat::from_fn(nrows, ncols, |_, _| rand::random()) Sep 02 08:36:00.121 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 08:36:00.121 INFO kablam! | Sep 02 08:36:00.121 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 08:36:00.121 INFO kablam! = note: required by `rand::random` Sep 02 08:36:00.121 INFO kablam! Sep 02 08:36:00.372 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 08:36:00.372 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 02 08:36:00.372 INFO kablam! | Sep 02 08:36:00.372 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 08:36:00.372 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 08:36:00.372 INFO kablam! | Sep 02 08:36:00.372 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:85:1 Sep 02 08:36:00.372 INFO kablam! | Sep 02 08:36:00.373 INFO kablam! 85 | dvec_impl!(DVec); Sep 02 08:36:00.373 INFO kablam! | ----------------- in this macro invocation Sep 02 08:36:00.373 INFO kablam! | Sep 02 08:36:00.373 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 08:36:00.374 INFO kablam! = note: required by `rand::random` Sep 02 08:36:00.374 INFO kablam! Sep 02 08:36:00.375 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 08:36:00.375 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 02 08:36:00.375 INFO kablam! | Sep 02 08:36:00.375 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 08:36:00.375 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 08:36:00.375 INFO kablam! | Sep 02 08:36:00.375 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:93:1 Sep 02 08:36:00.375 INFO kablam! | Sep 02 08:36:00.375 INFO kablam! 93 | small_dvec_impl!(DVec1, 1, 0); Sep 02 08:36:00.376 INFO kablam! | ------------------------------ in this macro invocation Sep 02 08:36:00.376 INFO kablam! | Sep 02 08:36:00.376 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 08:36:00.376 INFO kablam! = note: required by `rand::random` Sep 02 08:36:00.376 INFO kablam! Sep 02 08:36:00.378 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 08:36:00.378 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 02 08:36:00.378 INFO kablam! | Sep 02 08:36:00.378 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 08:36:00.378 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 08:36:00.378 INFO kablam! | Sep 02 08:36:00.378 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:103:1 Sep 02 08:36:00.378 INFO kablam! | Sep 02 08:36:00.378 INFO kablam! 103 | small_dvec_impl!(DVec2, 2, 0, 1); Sep 02 08:36:00.378 INFO kablam! | --------------------------------- in this macro invocation Sep 02 08:36:00.378 INFO kablam! | Sep 02 08:36:00.378 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 08:36:00.378 INFO kablam! = note: required by `rand::random` Sep 02 08:36:00.378 INFO kablam! Sep 02 08:36:00.381 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 08:36:00.381 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 02 08:36:00.381 INFO kablam! | Sep 02 08:36:00.381 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 08:36:00.381 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 08:36:00.381 INFO kablam! | Sep 02 08:36:00.381 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:113:1 Sep 02 08:36:00.381 INFO kablam! | Sep 02 08:36:00.381 INFO kablam! 113 | small_dvec_impl!(DVec3, 3, 0, 1, 2); Sep 02 08:36:00.381 INFO kablam! | ------------------------------------ in this macro invocation Sep 02 08:36:00.381 INFO kablam! | Sep 02 08:36:00.381 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 08:36:00.381 INFO kablam! = note: required by `rand::random` Sep 02 08:36:00.381 INFO kablam! Sep 02 08:36:00.383 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 08:36:00.383 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 02 08:36:00.383 INFO kablam! | Sep 02 08:36:00.383 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 08:36:00.383 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 08:36:00.383 INFO kablam! | Sep 02 08:36:00.383 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:123:1 Sep 02 08:36:00.383 INFO kablam! | Sep 02 08:36:00.383 INFO kablam! 123 | small_dvec_impl!(DVec4, 4, 0, 1, 2, 3); Sep 02 08:36:00.383 INFO kablam! | --------------------------------------- in this macro invocation Sep 02 08:36:00.384 INFO kablam! | Sep 02 08:36:00.384 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 08:36:00.384 INFO kablam! = note: required by `rand::random` Sep 02 08:36:00.384 INFO kablam! Sep 02 08:36:00.386 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 08:36:00.386 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 02 08:36:00.386 INFO kablam! | Sep 02 08:36:00.386 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 08:36:00.386 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 08:36:00.386 INFO kablam! | Sep 02 08:36:00.386 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:133:1 Sep 02 08:36:00.386 INFO kablam! | Sep 02 08:36:00.386 INFO kablam! 133 | small_dvec_impl!(DVec5, 5, 0, 1, 2, 3, 4); Sep 02 08:36:00.386 INFO kablam! | ------------------------------------------ in this macro invocation Sep 02 08:36:00.386 INFO kablam! | Sep 02 08:36:00.386 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 08:36:00.386 INFO kablam! = note: required by `rand::random` Sep 02 08:36:00.386 INFO kablam! Sep 02 08:36:00.388 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 08:36:00.388 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 02 08:36:00.388 INFO kablam! | Sep 02 08:36:00.388 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 02 08:36:00.388 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 08:36:00.389 INFO kablam! | Sep 02 08:36:00.389 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:143:1 Sep 02 08:36:00.389 INFO kablam! | Sep 02 08:36:00.389 INFO kablam! 143 | small_dvec_impl!(DVec6, 6, 0, 1, 2, 3, 4, 5); Sep 02 08:36:00.389 INFO kablam! | --------------------------------------------- in this macro invocation Sep 02 08:36:00.389 INFO kablam! | Sep 02 08:36:00.389 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 08:36:00.389 INFO kablam! = note: required by `rand::random` Sep 02 08:36:00.389 INFO kablam! Sep 02 08:36:01.177 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 02 08:36:01.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 02 08:36:01.178 INFO kablam! | Sep 02 08:36:01.178 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 02 08:36:01.178 INFO kablam! | ^^^^^^^^^ Sep 02 08:36:01.178 INFO kablam! | Sep 02 08:36:01.178 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:94:1 Sep 02 08:36:01.178 INFO kablam! | Sep 02 08:36:01.178 INFO kablam! 94 | small_dvec_from_impl!(DVec1, 1, ::zero()); Sep 02 08:36:01.178 INFO kablam! | ------------------------------------------ in this macro invocation Sep 02 08:36:01.178 INFO kablam! | Sep 02 08:36:01.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 08:36:01.178 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 08:36:01.178 INFO kablam! `use rand::Rng;` Sep 02 08:36:01.178 INFO kablam! Sep 02 08:36:01.181 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 02 08:36:01.181 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 02 08:36:01.181 INFO kablam! | Sep 02 08:36:01.181 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 02 08:36:01.181 INFO kablam! | ^^^^^^^^^ Sep 02 08:36:01.181 INFO kablam! | Sep 02 08:36:01.181 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:104:1 Sep 02 08:36:01.181 INFO kablam! | Sep 02 08:36:01.181 INFO kablam! 104 | small_dvec_from_impl!(DVec2, 2, ::zero(), ::zero()); Sep 02 08:36:01.181 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 02 08:36:01.181 INFO kablam! | Sep 02 08:36:01.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 08:36:01.181 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 08:36:01.182 INFO kablam! `use rand::Rng;` Sep 02 08:36:01.182 INFO kablam! Sep 02 08:36:01.184 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 02 08:36:01.184 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 02 08:36:01.184 INFO kablam! | Sep 02 08:36:01.184 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 02 08:36:01.184 INFO kablam! | ^^^^^^^^^ Sep 02 08:36:01.184 INFO kablam! | Sep 02 08:36:01.184 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:114:1 Sep 02 08:36:01.184 INFO kablam! | Sep 02 08:36:01.184 INFO kablam! 114 | small_dvec_from_impl!(DVec3, 3, ::zero(), ::zero(), ::zero()); Sep 02 08:36:01.184 INFO kablam! | -------------------------------------------------------------- in this macro invocation Sep 02 08:36:01.184 INFO kablam! | Sep 02 08:36:01.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 08:36:01.184 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 08:36:01.184 INFO kablam! `use rand::Rng;` Sep 02 08:36:01.184 INFO kablam! Sep 02 08:36:01.186 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 02 08:36:01.186 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 02 08:36:01.186 INFO kablam! | Sep 02 08:36:01.187 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 02 08:36:01.187 INFO kablam! | ^^^^^^^^^ Sep 02 08:36:01.187 INFO kablam! | Sep 02 08:36:01.187 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:124:1 Sep 02 08:36:01.187 INFO kablam! | Sep 02 08:36:01.187 INFO kablam! 124 | small_dvec_from_impl!(DVec4, 4, ::zero(), ::zero(), ::zero(), ::zero()); Sep 02 08:36:01.187 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Sep 02 08:36:01.187 INFO kablam! | Sep 02 08:36:01.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 08:36:01.187 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 08:36:01.187 INFO kablam! `use rand::Rng;` Sep 02 08:36:01.187 INFO kablam! Sep 02 08:36:01.189 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 02 08:36:01.189 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 02 08:36:01.189 INFO kablam! | Sep 02 08:36:01.189 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 02 08:36:01.189 INFO kablam! | ^^^^^^^^^ Sep 02 08:36:01.189 INFO kablam! | Sep 02 08:36:01.189 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:134:1 Sep 02 08:36:01.189 INFO kablam! | Sep 02 08:36:01.190 INFO kablam! 134 | small_dvec_from_impl!(DVec5, 5, ::zero(), ::zero(), ::zero(), ::zero(), ::zero()); Sep 02 08:36:01.190 INFO kablam! | ---------------------------------------------------------------------------------- in this macro invocation Sep 02 08:36:01.190 INFO kablam! | Sep 02 08:36:01.190 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 08:36:01.190 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 08:36:01.190 INFO kablam! `use rand::Rng;` Sep 02 08:36:01.190 INFO kablam! Sep 02 08:36:01.192 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 02 08:36:01.192 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 02 08:36:01.192 INFO kablam! | Sep 02 08:36:01.192 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 02 08:36:01.192 INFO kablam! | ^^^^^^^^^ Sep 02 08:36:01.192 INFO kablam! | Sep 02 08:36:01.192 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:144:1 Sep 02 08:36:01.192 INFO kablam! | Sep 02 08:36:01.192 INFO kablam! 144 | small_dvec_from_impl!(DVec6, 6, ::zero(), ::zero(), ::zero(), ::zero(), ::zero(), ::zero()); Sep 02 08:36:01.192 INFO kablam! | -------------------------------------------------------------------------------------------- in this macro invocation Sep 02 08:36:01.192 INFO kablam! | Sep 02 08:36:01.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 08:36:01.193 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 08:36:01.193 INFO kablam! `use rand::Rng;` Sep 02 08:36:01.193 INFO kablam! Sep 02 08:36:02.119 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 08:36:02.119 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/quat.rs:299:27 Sep 02 08:36:02.119 INFO kablam! | Sep 02 08:36:02.119 INFO kablam! 299 | UnitQuat::new(rng.gen()) Sep 02 08:36:02.119 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 08:36:02.119 INFO kablam! | Sep 02 08:36:02.119 INFO kablam! = help: the following implementations were found: Sep 02 08:36:02.119 INFO kablam! > Sep 02 08:36:02.119 INFO kablam! > Sep 02 08:36:02.119 INFO kablam! > Sep 02 08:36:02.119 INFO kablam! > Sep 02 08:36:02.119 INFO kablam! and 58 others Sep 02 08:36:02.119 INFO kablam! Sep 02 08:36:03.291 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 08:36:03.291 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/rot.rs:92:23 Sep 02 08:36:03.291 INFO kablam! | Sep 02 08:36:03.291 INFO kablam! 92 | Rot2::new(rng.gen()) Sep 02 08:36:03.291 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 08:36:03.291 INFO kablam! | Sep 02 08:36:03.291 INFO kablam! = help: the following implementations were found: Sep 02 08:36:03.291 INFO kablam! > Sep 02 08:36:03.291 INFO kablam! > Sep 02 08:36:03.291 INFO kablam! > Sep 02 08:36:03.292 INFO kablam! > Sep 02 08:36:03.292 INFO kablam! and 58 others Sep 02 08:36:03.292 INFO kablam! Sep 02 08:36:03.326 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 08:36:03.326 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/rot.rs:320:23 Sep 02 08:36:03.326 INFO kablam! | Sep 02 08:36:03.326 INFO kablam! 320 | Rot3::new(rng.gen()) Sep 02 08:36:03.326 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 08:36:03.327 INFO kablam! | Sep 02 08:36:03.327 INFO kablam! = help: the following implementations were found: Sep 02 08:36:03.327 INFO kablam! > Sep 02 08:36:03.327 INFO kablam! > Sep 02 08:36:03.327 INFO kablam! > Sep 02 08:36:03.327 INFO kablam! > Sep 02 08:36:03.327 INFO kablam! and 58 others Sep 02 08:36:03.327 INFO kablam! Sep 02 08:36:03.418 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 08:36:03.418 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:29 Sep 02 08:36:03.418 INFO kablam! | Sep 02 08:36:03.418 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 02 08:36:03.418 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 08:36:03.418 INFO kablam! | Sep 02 08:36:03.418 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:110:1 Sep 02 08:36:03.418 INFO kablam! | Sep 02 08:36:03.418 INFO kablam! 110 | rand_impl!(Iso2); Sep 02 08:36:03.418 INFO kablam! | ----------------- in this macro invocation Sep 02 08:36:03.418 INFO kablam! | Sep 02 08:36:03.418 INFO kablam! = help: the following implementations were found: Sep 02 08:36:03.419 INFO kablam! > Sep 02 08:36:03.419 INFO kablam! > Sep 02 08:36:03.419 INFO kablam! > Sep 02 08:36:03.419 INFO kablam! > Sep 02 08:36:03.419 INFO kablam! and 58 others Sep 02 08:36:03.419 INFO kablam! Sep 02 08:36:03.419 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 08:36:03.419 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:40 Sep 02 08:36:03.419 INFO kablam! | Sep 02 08:36:03.419 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 02 08:36:03.419 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 08:36:03.419 INFO kablam! | Sep 02 08:36:03.419 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:110:1 Sep 02 08:36:03.419 INFO kablam! | Sep 02 08:36:03.419 INFO kablam! 110 | rand_impl!(Iso2); Sep 02 08:36:03.419 INFO kablam! | ----------------- in this macro invocation Sep 02 08:36:03.419 INFO kablam! | Sep 02 08:36:03.419 INFO kablam! = help: the following implementations were found: Sep 02 08:36:03.420 INFO kablam! > Sep 02 08:36:03.420 INFO kablam! > Sep 02 08:36:03.420 INFO kablam! > Sep 02 08:36:03.420 INFO kablam! > Sep 02 08:36:03.420 INFO kablam! and 58 others Sep 02 08:36:03.420 INFO kablam! Sep 02 08:36:03.421 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 08:36:03.421 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:29 Sep 02 08:36:03.421 INFO kablam! | Sep 02 08:36:03.421 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 02 08:36:03.421 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 08:36:03.421 INFO kablam! | Sep 02 08:36:03.421 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:130:1 Sep 02 08:36:03.421 INFO kablam! | Sep 02 08:36:03.421 INFO kablam! 130 | rand_impl!(Iso3); Sep 02 08:36:03.422 INFO kablam! | ----------------- in this macro invocation Sep 02 08:36:03.422 INFO kablam! | Sep 02 08:36:03.422 INFO kablam! = help: the following implementations were found: Sep 02 08:36:03.422 INFO kablam! > Sep 02 08:36:03.422 INFO kablam! > Sep 02 08:36:03.422 INFO kablam! > Sep 02 08:36:03.422 INFO kablam! > Sep 02 08:36:03.422 INFO kablam! and 58 others Sep 02 08:36:03.422 INFO kablam! Sep 02 08:36:03.422 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 02 08:36:03.422 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:40 Sep 02 08:36:03.422 INFO kablam! | Sep 02 08:36:03.422 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 02 08:36:03.422 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 02 08:36:03.422 INFO kablam! | Sep 02 08:36:03.422 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:130:1 Sep 02 08:36:03.422 INFO kablam! | Sep 02 08:36:03.422 INFO kablam! 130 | rand_impl!(Iso3); Sep 02 08:36:03.422 INFO kablam! | ----------------- in this macro invocation Sep 02 08:36:03.423 INFO kablam! | Sep 02 08:36:03.423 INFO kablam! = help: the following implementations were found: Sep 02 08:36:03.423 INFO kablam! > Sep 02 08:36:03.423 INFO kablam! > Sep 02 08:36:03.423 INFO kablam! > Sep 02 08:36:03.423 INFO kablam! > Sep 02 08:36:03.423 INFO kablam! and 58 others Sep 02 08:36:03.423 INFO kablam! Sep 02 08:36:03.791 INFO kablam! error: aborting due to 21 previous errors Sep 02 08:36:03.791 INFO kablam! Sep 02 08:36:03.791 INFO kablam! Some errors occurred: E0277, E0599. Sep 02 08:36:03.791 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 08:36:03.806 INFO kablam! error: Could not compile `nalgebra`. Sep 02 08:36:03.806 INFO kablam! Sep 02 08:36:03.806 INFO kablam! To learn more, run the command again with --verbose. Sep 02 08:36:03.807 INFO kablam! su: No module specific data is present Sep 02 08:36:04.119 INFO running `"docker" "rm" "-f" "bdf6d3e61ed7a8a8bd4a13ee5c8a77111fde08eea6917880090bea65928c8ede"` Sep 02 08:36:04.215 INFO blam! bdf6d3e61ed7a8a8bd4a13ee5c8a77111fde08eea6917880090bea65928c8ede