Sep 01 15:03:28.265 INFO checking linear_assignment-0.0.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 15:03:28.265 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 15:03:28.265 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 15:03:28.490 INFO blam! 673471fc0555d9605b6727fbd585426103b1a5370cf458611a9c06086f4ea2ef Sep 01 15:03:28.492 INFO running `"docker" "start" "-a" "673471fc0555d9605b6727fbd585426103b1a5370cf458611a9c06086f4ea2ef"` Sep 01 15:03:29.477 INFO kablam! Checking linear_assignment v0.0.1 (file:///source) Sep 01 15:03:29.484 INFO kablam! Checking nalgebra v0.2.23 Sep 01 15:03:29.492 INFO kablam! Compiling quickcheck_macros v0.2.29 Sep 01 15:03:30.843 INFO kablam! warning: unused `#[macro_use]` import Sep 01 15:03:30.843 INFO kablam! --> src/lib.rs:34:1 Sep 01 15:03:30.843 INFO kablam! | Sep 01 15:03:30.843 INFO kablam! 34 | #[macro_use] Sep 01 15:03:30.843 INFO kablam! | ^^^^^^^^^^^^ Sep 01 15:03:30.847 INFO kablam! | Sep 01 15:03:30.847 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 15:03:30.847 INFO kablam! Sep 01 15:03:34.248 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 15:03:34.248 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:15:5 Sep 01 15:03:34.248 INFO kablam! | Sep 01 15:03:34.248 INFO kablam! 15 | use syntax::codemap; Sep 01 15:03:34.248 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 01 15:03:34.248 INFO kablam! Sep 01 15:03:34.279 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 01 15:03:34.279 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:27:42 Sep 01 15:03:34.279 INFO kablam! | Sep 01 15:03:34.279 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 01 15:03:34.279 INFO kablam! | ^^^^^^ not found in `token` Sep 01 15:03:34.279 INFO kablam! Sep 01 15:03:34.279 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 01 15:03:34.279 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:86:30 Sep 01 15:03:34.279 INFO kablam! | Sep 01 15:03:34.280 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 01 15:03:34.280 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 01 15:03:34.280 INFO kablam! Sep 01 15:03:34.280 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 01 15:03:34.280 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:107:41 Sep 01 15:03:34.280 INFO kablam! | Sep 01 15:03:34.280 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 01 15:03:34.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 01 15:03:34.280 INFO kablam! Sep 01 15:03:34.307 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 01 15:03:34.307 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:56:9 Sep 01 15:03:34.307 INFO kablam! | Sep 01 15:03:34.307 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 01 15:03:34.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 01 15:03:34.307 INFO kablam! Sep 01 15:03:34.336 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 01 15:03:34.336 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:61:17 Sep 01 15:03:34.336 INFO kablam! | Sep 01 15:03:34.336 INFO kablam! 61 | lifetimes: vec![], Sep 01 15:03:34.336 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 01 15:03:34.336 INFO kablam! | Sep 01 15:03:34.336 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 01 15:03:34.336 INFO kablam! Sep 01 15:03:34.498 INFO kablam! error: aborting due to 6 previous errors Sep 01 15:03:34.498 INFO kablam! Sep 01 15:03:34.499 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 01 15:03:34.499 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 15:03:34.517 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 01 15:03:34.517 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 15:03:34.948 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 01 15:03:34.948 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dmat.rs:70:44 Sep 01 15:03:34.948 INFO kablam! | Sep 01 15:03:34.948 INFO kablam! 70 | DMat::from_fn(nrows, ncols, |_, _| rand::random()) Sep 01 15:03:34.948 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 01 15:03:34.948 INFO kablam! | Sep 01 15:03:34.948 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 01 15:03:34.948 INFO kablam! = note: required by `rand::random` Sep 01 15:03:34.948 INFO kablam! Sep 01 15:03:35.140 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 01 15:03:35.140 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 01 15:03:35.140 INFO kablam! | Sep 01 15:03:35.140 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 01 15:03:35.140 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 01 15:03:35.140 INFO kablam! | Sep 01 15:03:35.140 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:85:1 Sep 01 15:03:35.140 INFO kablam! | Sep 01 15:03:35.140 INFO kablam! 85 | dvec_impl!(DVec); Sep 01 15:03:35.140 INFO kablam! | ----------------- in this macro invocation Sep 01 15:03:35.140 INFO kablam! | Sep 01 15:03:35.140 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 01 15:03:35.140 INFO kablam! = note: required by `rand::random` Sep 01 15:03:35.140 INFO kablam! Sep 01 15:03:35.142 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 01 15:03:35.142 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 01 15:03:35.142 INFO kablam! | Sep 01 15:03:35.142 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 01 15:03:35.142 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 01 15:03:35.142 INFO kablam! | Sep 01 15:03:35.142 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:93:1 Sep 01 15:03:35.142 INFO kablam! | Sep 01 15:03:35.142 INFO kablam! 93 | small_dvec_impl!(DVec1, 1, 0); Sep 01 15:03:35.142 INFO kablam! | ------------------------------ in this macro invocation Sep 01 15:03:35.142 INFO kablam! | Sep 01 15:03:35.142 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 01 15:03:35.142 INFO kablam! = note: required by `rand::random` Sep 01 15:03:35.142 INFO kablam! Sep 01 15:03:35.143 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 01 15:03:35.143 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 01 15:03:35.143 INFO kablam! | Sep 01 15:03:35.143 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 01 15:03:35.143 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 01 15:03:35.143 INFO kablam! | Sep 01 15:03:35.144 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:103:1 Sep 01 15:03:35.144 INFO kablam! | Sep 01 15:03:35.144 INFO kablam! 103 | small_dvec_impl!(DVec2, 2, 0, 1); Sep 01 15:03:35.144 INFO kablam! | --------------------------------- in this macro invocation Sep 01 15:03:35.144 INFO kablam! | Sep 01 15:03:35.144 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 01 15:03:35.144 INFO kablam! = note: required by `rand::random` Sep 01 15:03:35.144 INFO kablam! Sep 01 15:03:35.145 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 01 15:03:35.145 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 01 15:03:35.145 INFO kablam! | Sep 01 15:03:35.145 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 01 15:03:35.145 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 01 15:03:35.145 INFO kablam! | Sep 01 15:03:35.145 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:113:1 Sep 01 15:03:35.145 INFO kablam! | Sep 01 15:03:35.145 INFO kablam! 113 | small_dvec_impl!(DVec3, 3, 0, 1, 2); Sep 01 15:03:35.145 INFO kablam! | ------------------------------------ in this macro invocation Sep 01 15:03:35.145 INFO kablam! | Sep 01 15:03:35.145 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 01 15:03:35.145 INFO kablam! = note: required by `rand::random` Sep 01 15:03:35.146 INFO kablam! Sep 01 15:03:35.146 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 01 15:03:35.147 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 01 15:03:35.147 INFO kablam! | Sep 01 15:03:35.147 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 01 15:03:35.147 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 01 15:03:35.147 INFO kablam! | Sep 01 15:03:35.147 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:123:1 Sep 01 15:03:35.147 INFO kablam! | Sep 01 15:03:35.147 INFO kablam! 123 | small_dvec_impl!(DVec4, 4, 0, 1, 2, 3); Sep 01 15:03:35.147 INFO kablam! | --------------------------------------- in this macro invocation Sep 01 15:03:35.147 INFO kablam! | Sep 01 15:03:35.147 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 01 15:03:35.147 INFO kablam! = note: required by `rand::random` Sep 01 15:03:35.147 INFO kablam! Sep 01 15:03:35.148 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 01 15:03:35.148 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 01 15:03:35.148 INFO kablam! | Sep 01 15:03:35.148 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 01 15:03:35.148 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 01 15:03:35.148 INFO kablam! | Sep 01 15:03:35.149 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:133:1 Sep 01 15:03:35.149 INFO kablam! | Sep 01 15:03:35.149 INFO kablam! 133 | small_dvec_impl!(DVec5, 5, 0, 1, 2, 3, 4); Sep 01 15:03:35.149 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 15:03:35.149 INFO kablam! | Sep 01 15:03:35.149 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 01 15:03:35.149 INFO kablam! = note: required by `rand::random` Sep 01 15:03:35.149 INFO kablam! Sep 01 15:03:35.150 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 01 15:03:35.150 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 01 15:03:35.150 INFO kablam! | Sep 01 15:03:35.150 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 01 15:03:35.150 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 01 15:03:35.150 INFO kablam! | Sep 01 15:03:35.150 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:143:1 Sep 01 15:03:35.150 INFO kablam! | Sep 01 15:03:35.150 INFO kablam! 143 | small_dvec_impl!(DVec6, 6, 0, 1, 2, 3, 4, 5); Sep 01 15:03:35.150 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 15:03:35.150 INFO kablam! | Sep 01 15:03:35.150 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 01 15:03:35.150 INFO kablam! = note: required by `rand::random` Sep 01 15:03:35.150 INFO kablam! Sep 01 15:03:35.678 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 01 15:03:35.678 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 01 15:03:35.678 INFO kablam! | Sep 01 15:03:35.678 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 01 15:03:35.679 INFO kablam! | ^^^^^^^^^ Sep 01 15:03:35.679 INFO kablam! | Sep 01 15:03:35.679 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:94:1 Sep 01 15:03:35.679 INFO kablam! | Sep 01 15:03:35.679 INFO kablam! 94 | small_dvec_from_impl!(DVec1, 1, ::zero()); Sep 01 15:03:35.679 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 15:03:35.679 INFO kablam! | Sep 01 15:03:35.679 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 15:03:35.679 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 15:03:35.679 INFO kablam! `use rand::Rng;` Sep 01 15:03:35.679 INFO kablam! Sep 01 15:03:35.681 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 01 15:03:35.681 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 01 15:03:35.681 INFO kablam! | Sep 01 15:03:35.681 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 01 15:03:35.681 INFO kablam! | ^^^^^^^^^ Sep 01 15:03:35.681 INFO kablam! | Sep 01 15:03:35.681 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:104:1 Sep 01 15:03:35.681 INFO kablam! | Sep 01 15:03:35.681 INFO kablam! 104 | small_dvec_from_impl!(DVec2, 2, ::zero(), ::zero()); Sep 01 15:03:35.681 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 01 15:03:35.681 INFO kablam! | Sep 01 15:03:35.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 15:03:35.681 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 15:03:35.681 INFO kablam! `use rand::Rng;` Sep 01 15:03:35.681 INFO kablam! Sep 01 15:03:35.683 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 01 15:03:35.683 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 01 15:03:35.683 INFO kablam! | Sep 01 15:03:35.683 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 01 15:03:35.683 INFO kablam! | ^^^^^^^^^ Sep 01 15:03:35.683 INFO kablam! | Sep 01 15:03:35.683 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:114:1 Sep 01 15:03:35.684 INFO kablam! | Sep 01 15:03:35.684 INFO kablam! 114 | small_dvec_from_impl!(DVec3, 3, ::zero(), ::zero(), ::zero()); Sep 01 15:03:35.684 INFO kablam! | -------------------------------------------------------------- in this macro invocation Sep 01 15:03:35.684 INFO kablam! | Sep 01 15:03:35.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 15:03:35.684 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 15:03:35.684 INFO kablam! `use rand::Rng;` Sep 01 15:03:35.684 INFO kablam! Sep 01 15:03:35.686 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 01 15:03:35.686 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 01 15:03:35.686 INFO kablam! | Sep 01 15:03:35.686 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 01 15:03:35.686 INFO kablam! | ^^^^^^^^^ Sep 01 15:03:35.686 INFO kablam! | Sep 01 15:03:35.686 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:124:1 Sep 01 15:03:35.686 INFO kablam! | Sep 01 15:03:35.686 INFO kablam! 124 | small_dvec_from_impl!(DVec4, 4, ::zero(), ::zero(), ::zero(), ::zero()); Sep 01 15:03:35.686 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Sep 01 15:03:35.686 INFO kablam! | Sep 01 15:03:35.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 15:03:35.686 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 15:03:35.686 INFO kablam! `use rand::Rng;` Sep 01 15:03:35.686 INFO kablam! Sep 01 15:03:35.688 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 01 15:03:35.688 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 01 15:03:35.688 INFO kablam! | Sep 01 15:03:35.688 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 01 15:03:35.688 INFO kablam! | ^^^^^^^^^ Sep 01 15:03:35.688 INFO kablam! | Sep 01 15:03:35.688 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:134:1 Sep 01 15:03:35.688 INFO kablam! | Sep 01 15:03:35.688 INFO kablam! 134 | small_dvec_from_impl!(DVec5, 5, ::zero(), ::zero(), ::zero(), ::zero(), ::zero()); Sep 01 15:03:35.688 INFO kablam! | ---------------------------------------------------------------------------------- in this macro invocation Sep 01 15:03:35.688 INFO kablam! | Sep 01 15:03:35.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 15:03:35.688 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 15:03:35.689 INFO kablam! `use rand::Rng;` Sep 01 15:03:35.689 INFO kablam! Sep 01 15:03:35.690 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 01 15:03:35.690 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 01 15:03:35.690 INFO kablam! | Sep 01 15:03:35.690 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 01 15:03:35.690 INFO kablam! | ^^^^^^^^^ Sep 01 15:03:35.690 INFO kablam! | Sep 01 15:03:35.690 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:144:1 Sep 01 15:03:35.690 INFO kablam! | Sep 01 15:03:35.691 INFO kablam! 144 | small_dvec_from_impl!(DVec6, 6, ::zero(), ::zero(), ::zero(), ::zero(), ::zero(), ::zero()); Sep 01 15:03:35.691 INFO kablam! | -------------------------------------------------------------------------------------------- in this macro invocation Sep 01 15:03:35.691 INFO kablam! | Sep 01 15:03:35.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 15:03:35.691 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 15:03:35.691 INFO kablam! `use rand::Rng;` Sep 01 15:03:35.691 INFO kablam! Sep 01 15:03:36.675 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 01 15:03:36.675 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/quat.rs:299:27 Sep 01 15:03:36.675 INFO kablam! | Sep 01 15:03:36.675 INFO kablam! 299 | UnitQuat::new(rng.gen()) Sep 01 15:03:36.675 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 01 15:03:36.675 INFO kablam! | Sep 01 15:03:36.675 INFO kablam! = help: the following implementations were found: Sep 01 15:03:36.675 INFO kablam! > Sep 01 15:03:36.676 INFO kablam! > Sep 01 15:03:36.676 INFO kablam! > Sep 01 15:03:36.676 INFO kablam! >> Sep 01 15:03:36.676 INFO kablam! and 58 others Sep 01 15:03:36.676 INFO kablam! Sep 01 15:03:37.552 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 01 15:03:37.552 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/rot.rs:92:23 Sep 01 15:03:37.552 INFO kablam! | Sep 01 15:03:37.552 INFO kablam! 92 | Rot2::new(rng.gen()) Sep 01 15:03:37.552 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 01 15:03:37.552 INFO kablam! | Sep 01 15:03:37.552 INFO kablam! = help: the following implementations were found: Sep 01 15:03:37.552 INFO kablam! > Sep 01 15:03:37.552 INFO kablam! > Sep 01 15:03:37.552 INFO kablam! > Sep 01 15:03:37.552 INFO kablam! >> Sep 01 15:03:37.552 INFO kablam! and 58 others Sep 01 15:03:37.552 INFO kablam! Sep 01 15:03:37.585 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 01 15:03:37.586 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/rot.rs:320:23 Sep 01 15:03:37.586 INFO kablam! | Sep 01 15:03:37.586 INFO kablam! 320 | Rot3::new(rng.gen()) Sep 01 15:03:37.586 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 01 15:03:37.586 INFO kablam! | Sep 01 15:03:37.586 INFO kablam! = help: the following implementations were found: Sep 01 15:03:37.586 INFO kablam! > Sep 01 15:03:37.586 INFO kablam! > Sep 01 15:03:37.586 INFO kablam! > Sep 01 15:03:37.586 INFO kablam! >> Sep 01 15:03:37.586 INFO kablam! and 58 others Sep 01 15:03:37.586 INFO kablam! Sep 01 15:03:37.696 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 01 15:03:37.696 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:29 Sep 01 15:03:37.696 INFO kablam! | Sep 01 15:03:37.697 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 01 15:03:37.697 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 01 15:03:37.697 INFO kablam! | Sep 01 15:03:37.697 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:110:1 Sep 01 15:03:37.697 INFO kablam! | Sep 01 15:03:37.697 INFO kablam! 110 | rand_impl!(Iso2); Sep 01 15:03:37.697 INFO kablam! | ----------------- in this macro invocation Sep 01 15:03:37.698 INFO kablam! | Sep 01 15:03:37.698 INFO kablam! = help: the following implementations were found: Sep 01 15:03:37.698 INFO kablam! > Sep 01 15:03:37.698 INFO kablam! > Sep 01 15:03:37.698 INFO kablam! > Sep 01 15:03:37.698 INFO kablam! >> Sep 01 15:03:37.698 INFO kablam! and 58 others Sep 01 15:03:37.698 INFO kablam! Sep 01 15:03:37.698 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 01 15:03:37.698 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:40 Sep 01 15:03:37.698 INFO kablam! | Sep 01 15:03:37.698 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 01 15:03:37.698 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 01 15:03:37.698 INFO kablam! | Sep 01 15:03:37.698 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:110:1 Sep 01 15:03:37.698 INFO kablam! | Sep 01 15:03:37.698 INFO kablam! 110 | rand_impl!(Iso2); Sep 01 15:03:37.698 INFO kablam! | ----------------- in this macro invocation Sep 01 15:03:37.698 INFO kablam! | Sep 01 15:03:37.698 INFO kablam! = help: the following implementations were found: Sep 01 15:03:37.698 INFO kablam! > Sep 01 15:03:37.698 INFO kablam! > Sep 01 15:03:37.698 INFO kablam! > Sep 01 15:03:37.699 INFO kablam! >> Sep 01 15:03:37.699 INFO kablam! and 58 others Sep 01 15:03:37.699 INFO kablam! Sep 01 15:03:37.703 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 01 15:03:37.703 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:29 Sep 01 15:03:37.703 INFO kablam! | Sep 01 15:03:37.703 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 01 15:03:37.703 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 01 15:03:37.703 INFO kablam! | Sep 01 15:03:37.703 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:130:1 Sep 01 15:03:37.703 INFO kablam! | Sep 01 15:03:37.703 INFO kablam! 130 | rand_impl!(Iso3); Sep 01 15:03:37.703 INFO kablam! | ----------------- in this macro invocation Sep 01 15:03:37.703 INFO kablam! | Sep 01 15:03:37.703 INFO kablam! = help: the following implementations were found: Sep 01 15:03:37.704 INFO kablam! > Sep 01 15:03:37.704 INFO kablam! > Sep 01 15:03:37.704 INFO kablam! > Sep 01 15:03:37.704 INFO kablam! >> Sep 01 15:03:37.704 INFO kablam! and 58 others Sep 01 15:03:37.704 INFO kablam! Sep 01 15:03:37.704 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 01 15:03:37.704 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:40 Sep 01 15:03:37.704 INFO kablam! | Sep 01 15:03:37.704 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 01 15:03:37.704 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 01 15:03:37.704 INFO kablam! | Sep 01 15:03:37.704 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:130:1 Sep 01 15:03:37.704 INFO kablam! | Sep 01 15:03:37.704 INFO kablam! 130 | rand_impl!(Iso3); Sep 01 15:03:37.704 INFO kablam! | ----------------- in this macro invocation Sep 01 15:03:37.704 INFO kablam! | Sep 01 15:03:37.704 INFO kablam! = help: the following implementations were found: Sep 01 15:03:37.704 INFO kablam! > Sep 01 15:03:37.704 INFO kablam! > Sep 01 15:03:37.704 INFO kablam! > Sep 01 15:03:37.704 INFO kablam! >> Sep 01 15:03:37.704 INFO kablam! and 58 others Sep 01 15:03:37.705 INFO kablam! Sep 01 15:03:38.091 INFO kablam! error: aborting due to 21 previous errors Sep 01 15:03:38.091 INFO kablam! Sep 01 15:03:38.091 INFO kablam! Some errors occurred: E0277, E0599. Sep 01 15:03:38.091 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 15:03:38.107 INFO kablam! error: Could not compile `nalgebra`. Sep 01 15:03:38.107 INFO kablam! Sep 01 15:03:38.107 INFO kablam! To learn more, run the command again with --verbose. Sep 01 15:03:38.109 INFO kablam! su: No module specific data is present Sep 01 15:03:38.637 INFO running `"docker" "rm" "-f" "673471fc0555d9605b6727fbd585426103b1a5370cf458611a9c06086f4ea2ef"` Sep 01 15:03:38.724 INFO blam! 673471fc0555d9605b6727fbd585426103b1a5370cf458611a9c06086f4ea2ef