Sep 10 15:21:32.562 INFO checking linear_assignment-0.0.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 15:21:32.562 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 15:21:32.562 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 15:21:32.799 INFO blam! 95f8e35a3ea1977e127dd38050eeec738fd72d0a0c340dca9fe681202b5a7af8 Sep 10 15:21:32.801 INFO running `"docker" "start" "-a" "95f8e35a3ea1977e127dd38050eeec738fd72d0a0c340dca9fe681202b5a7af8"` Sep 10 15:21:33.851 INFO kablam! usermod: no changes Sep 10 15:21:34.075 INFO kablam! Checking quickcheck v0.7.1 Sep 10 15:21:34.075 INFO kablam! Checking linear_assignment v0.0.1 (file:///source) Sep 10 15:21:34.075 INFO kablam! Compiling quickcheck_macros v0.2.29 Sep 10 15:21:35.202 INFO kablam! warning: unused `#[macro_use]` import Sep 10 15:21:35.202 INFO kablam! --> src/lib.rs:34:1 Sep 10 15:21:35.202 INFO kablam! | Sep 10 15:21:35.202 INFO kablam! 34 | #[macro_use] Sep 10 15:21:35.202 INFO kablam! | ^^^^^^^^^^^^ Sep 10 15:21:35.202 INFO kablam! | Sep 10 15:21:35.202 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 15:21:35.202 INFO kablam! Sep 10 15:21:36.505 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 15:21:36.505 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:15:5 Sep 10 15:21:36.505 INFO kablam! | Sep 10 15:21:36.505 INFO kablam! 15 | use syntax::codemap; Sep 10 15:21:36.505 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 10 15:21:36.505 INFO kablam! Sep 10 15:21:36.542 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 10 15:21:36.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:27:42 Sep 10 15:21:36.542 INFO kablam! | Sep 10 15:21:36.542 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 10 15:21:36.542 INFO kablam! | ^^^^^^ not found in `token` Sep 10 15:21:36.542 INFO kablam! Sep 10 15:21:36.542 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 10 15:21:36.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:86:30 Sep 10 15:21:36.542 INFO kablam! | Sep 10 15:21:36.542 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 10 15:21:36.542 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 10 15:21:36.542 INFO kablam! Sep 10 15:21:36.542 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 10 15:21:36.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:107:41 Sep 10 15:21:36.542 INFO kablam! | Sep 10 15:21:36.542 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 10 15:21:36.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 10 15:21:36.542 INFO kablam! Sep 10 15:21:36.598 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 10 15:21:36.598 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:56:9 Sep 10 15:21:36.598 INFO kablam! | Sep 10 15:21:36.598 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 10 15:21:36.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 10 15:21:36.598 INFO kablam! Sep 10 15:21:36.654 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 10 15:21:36.654 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:61:17 Sep 10 15:21:36.654 INFO kablam! | Sep 10 15:21:36.654 INFO kablam! 61 | lifetimes: vec![], Sep 10 15:21:36.654 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 10 15:21:36.654 INFO kablam! | Sep 10 15:21:36.654 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 10 15:21:36.654 INFO kablam! Sep 10 15:21:36.681 INFO kablam! Checking nalgebra v0.2.23 Sep 10 15:21:36.844 INFO kablam! error: aborting due to 6 previous errors Sep 10 15:21:36.844 INFO kablam! Sep 10 15:21:36.844 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 10 15:21:36.844 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 10 15:21:36.866 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 10 15:21:36.866 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 15:21:39.552 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 15:21:39.552 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dmat.rs:70:44 Sep 10 15:21:39.552 INFO kablam! | Sep 10 15:21:39.552 INFO kablam! 70 | DMat::from_fn(nrows, ncols, |_, _| rand::random()) Sep 10 15:21:39.552 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 15:21:39.552 INFO kablam! | Sep 10 15:21:39.552 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 15:21:39.552 INFO kablam! = note: required by `rand::random` Sep 10 15:21:39.552 INFO kablam! Sep 10 15:21:39.641 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 15:21:39.641 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 10 15:21:39.641 INFO kablam! | Sep 10 15:21:39.641 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 15:21:39.641 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 15:21:39.641 INFO kablam! | Sep 10 15:21:39.641 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:85:1 Sep 10 15:21:39.641 INFO kablam! | Sep 10 15:21:39.641 INFO kablam! 85 | dvec_impl!(DVec); Sep 10 15:21:39.641 INFO kablam! | ----------------- in this macro invocation Sep 10 15:21:39.641 INFO kablam! | Sep 10 15:21:39.641 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 15:21:39.641 INFO kablam! = note: required by `rand::random` Sep 10 15:21:39.641 INFO kablam! Sep 10 15:21:39.642 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 15:21:39.642 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 10 15:21:39.642 INFO kablam! | Sep 10 15:21:39.642 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 15:21:39.642 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 15:21:39.642 INFO kablam! | Sep 10 15:21:39.642 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:93:1 Sep 10 15:21:39.642 INFO kablam! | Sep 10 15:21:39.642 INFO kablam! 93 | small_dvec_impl!(DVec1, 1, 0); Sep 10 15:21:39.642 INFO kablam! | ------------------------------ in this macro invocation Sep 10 15:21:39.642 INFO kablam! | Sep 10 15:21:39.642 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 15:21:39.642 INFO kablam! = note: required by `rand::random` Sep 10 15:21:39.642 INFO kablam! Sep 10 15:21:39.643 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 15:21:39.643 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 10 15:21:39.643 INFO kablam! | Sep 10 15:21:39.643 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 15:21:39.643 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 15:21:39.643 INFO kablam! | Sep 10 15:21:39.643 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:103:1 Sep 10 15:21:39.643 INFO kablam! | Sep 10 15:21:39.643 INFO kablam! 103 | small_dvec_impl!(DVec2, 2, 0, 1); Sep 10 15:21:39.643 INFO kablam! | --------------------------------- in this macro invocation Sep 10 15:21:39.643 INFO kablam! | Sep 10 15:21:39.643 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 15:21:39.643 INFO kablam! = note: required by `rand::random` Sep 10 15:21:39.643 INFO kablam! Sep 10 15:21:39.644 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 15:21:39.644 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 10 15:21:39.644 INFO kablam! | Sep 10 15:21:39.644 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 15:21:39.644 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 15:21:39.644 INFO kablam! | Sep 10 15:21:39.644 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:113:1 Sep 10 15:21:39.644 INFO kablam! | Sep 10 15:21:39.644 INFO kablam! 113 | small_dvec_impl!(DVec3, 3, 0, 1, 2); Sep 10 15:21:39.644 INFO kablam! | ------------------------------------ in this macro invocation Sep 10 15:21:39.644 INFO kablam! | Sep 10 15:21:39.644 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 15:21:39.644 INFO kablam! = note: required by `rand::random` Sep 10 15:21:39.644 INFO kablam! Sep 10 15:21:39.645 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 15:21:39.645 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 10 15:21:39.645 INFO kablam! | Sep 10 15:21:39.645 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 15:21:39.645 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 15:21:39.645 INFO kablam! | Sep 10 15:21:39.645 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:123:1 Sep 10 15:21:39.645 INFO kablam! | Sep 10 15:21:39.645 INFO kablam! 123 | small_dvec_impl!(DVec4, 4, 0, 1, 2, 3); Sep 10 15:21:39.645 INFO kablam! | --------------------------------------- in this macro invocation Sep 10 15:21:39.645 INFO kablam! | Sep 10 15:21:39.645 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 15:21:39.645 INFO kablam! = note: required by `rand::random` Sep 10 15:21:39.645 INFO kablam! Sep 10 15:21:39.646 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 15:21:39.646 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 10 15:21:39.646 INFO kablam! | Sep 10 15:21:39.646 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 15:21:39.646 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 15:21:39.646 INFO kablam! | Sep 10 15:21:39.646 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:133:1 Sep 10 15:21:39.646 INFO kablam! | Sep 10 15:21:39.646 INFO kablam! 133 | small_dvec_impl!(DVec5, 5, 0, 1, 2, 3, 4); Sep 10 15:21:39.646 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 15:21:39.646 INFO kablam! | Sep 10 15:21:39.646 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 15:21:39.646 INFO kablam! = note: required by `rand::random` Sep 10 15:21:39.646 INFO kablam! Sep 10 15:21:39.647 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 15:21:39.647 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 10 15:21:39.647 INFO kablam! | Sep 10 15:21:39.647 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 10 15:21:39.647 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 15:21:39.647 INFO kablam! | Sep 10 15:21:39.647 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:143:1 Sep 10 15:21:39.647 INFO kablam! | Sep 10 15:21:39.647 INFO kablam! 143 | small_dvec_impl!(DVec6, 6, 0, 1, 2, 3, 4, 5); Sep 10 15:21:39.647 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 15:21:39.647 INFO kablam! | Sep 10 15:21:39.647 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 10 15:21:39.647 INFO kablam! = note: required by `rand::random` Sep 10 15:21:39.647 INFO kablam! Sep 10 15:21:39.929 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 10 15:21:39.929 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 10 15:21:39.929 INFO kablam! | Sep 10 15:21:39.929 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 10 15:21:39.929 INFO kablam! | ^^^^^^^^^ Sep 10 15:21:39.929 INFO kablam! | Sep 10 15:21:39.929 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:94:1 Sep 10 15:21:39.929 INFO kablam! | Sep 10 15:21:39.929 INFO kablam! 94 | small_dvec_from_impl!(DVec1, 1, ::zero()); Sep 10 15:21:39.929 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 15:21:39.929 INFO kablam! | Sep 10 15:21:39.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 15:21:39.929 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 15:21:39.929 INFO kablam! `use rand::Rng;` Sep 10 15:21:39.929 INFO kablam! Sep 10 15:21:39.931 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 10 15:21:39.931 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 10 15:21:39.931 INFO kablam! | Sep 10 15:21:39.931 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 10 15:21:39.931 INFO kablam! | ^^^^^^^^^ Sep 10 15:21:39.931 INFO kablam! | Sep 10 15:21:39.931 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:104:1 Sep 10 15:21:39.931 INFO kablam! | Sep 10 15:21:39.931 INFO kablam! 104 | small_dvec_from_impl!(DVec2, 2, ::zero(), ::zero()); Sep 10 15:21:39.932 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 10 15:21:39.932 INFO kablam! | Sep 10 15:21:39.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 15:21:39.932 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 15:21:39.932 INFO kablam! `use rand::Rng;` Sep 10 15:21:39.932 INFO kablam! Sep 10 15:21:39.934 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 10 15:21:39.934 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 10 15:21:39.934 INFO kablam! | Sep 10 15:21:39.934 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 10 15:21:39.934 INFO kablam! | ^^^^^^^^^ Sep 10 15:21:39.934 INFO kablam! | Sep 10 15:21:39.934 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:114:1 Sep 10 15:21:39.934 INFO kablam! | Sep 10 15:21:39.934 INFO kablam! 114 | small_dvec_from_impl!(DVec3, 3, ::zero(), ::zero(), ::zero()); Sep 10 15:21:39.934 INFO kablam! | -------------------------------------------------------------- in this macro invocation Sep 10 15:21:39.934 INFO kablam! | Sep 10 15:21:39.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 15:21:39.934 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 15:21:39.934 INFO kablam! `use rand::Rng;` Sep 10 15:21:39.934 INFO kablam! Sep 10 15:21:39.936 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 10 15:21:39.936 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 10 15:21:39.937 INFO kablam! | Sep 10 15:21:39.937 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 10 15:21:39.937 INFO kablam! | ^^^^^^^^^ Sep 10 15:21:39.937 INFO kablam! | Sep 10 15:21:39.937 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:124:1 Sep 10 15:21:39.937 INFO kablam! | Sep 10 15:21:39.937 INFO kablam! 124 | small_dvec_from_impl!(DVec4, 4, ::zero(), ::zero(), ::zero(), ::zero()); Sep 10 15:21:39.937 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Sep 10 15:21:39.937 INFO kablam! | Sep 10 15:21:39.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 15:21:39.937 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 15:21:39.937 INFO kablam! `use rand::Rng;` Sep 10 15:21:39.937 INFO kablam! Sep 10 15:21:39.939 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 10 15:21:39.939 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 10 15:21:39.939 INFO kablam! | Sep 10 15:21:39.939 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 10 15:21:39.939 INFO kablam! | ^^^^^^^^^ Sep 10 15:21:39.939 INFO kablam! | Sep 10 15:21:39.939 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:134:1 Sep 10 15:21:39.939 INFO kablam! | Sep 10 15:21:39.939 INFO kablam! 134 | small_dvec_from_impl!(DVec5, 5, ::zero(), ::zero(), ::zero(), ::zero(), ::zero()); Sep 10 15:21:39.939 INFO kablam! | ---------------------------------------------------------------------------------- in this macro invocation Sep 10 15:21:39.939 INFO kablam! | Sep 10 15:21:39.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 15:21:39.939 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 15:21:39.939 INFO kablam! `use rand::Rng;` Sep 10 15:21:39.939 INFO kablam! Sep 10 15:21:39.941 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 10 15:21:39.942 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 10 15:21:39.942 INFO kablam! | Sep 10 15:21:39.942 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 10 15:21:39.942 INFO kablam! | ^^^^^^^^^ Sep 10 15:21:39.942 INFO kablam! | Sep 10 15:21:39.942 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:144:1 Sep 10 15:21:39.942 INFO kablam! | Sep 10 15:21:39.942 INFO kablam! 144 | small_dvec_from_impl!(DVec6, 6, ::zero(), ::zero(), ::zero(), ::zero(), ::zero(), ::zero()); Sep 10 15:21:39.942 INFO kablam! | -------------------------------------------------------------------------------------------- in this macro invocation Sep 10 15:21:39.942 INFO kablam! | Sep 10 15:21:39.942 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 15:21:39.942 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 15:21:39.942 INFO kablam! `use rand::Rng;` Sep 10 15:21:39.942 INFO kablam! Sep 10 15:21:40.358 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 15:21:40.358 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/quat.rs:299:27 Sep 10 15:21:40.358 INFO kablam! | Sep 10 15:21:40.358 INFO kablam! 299 | UnitQuat::new(rng.gen()) Sep 10 15:21:40.358 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 15:21:40.358 INFO kablam! | Sep 10 15:21:40.358 INFO kablam! = help: the following implementations were found: Sep 10 15:21:40.358 INFO kablam! > Sep 10 15:21:40.358 INFO kablam! > Sep 10 15:21:40.358 INFO kablam! > Sep 10 15:21:40.358 INFO kablam! > Sep 10 15:21:40.358 INFO kablam! and 58 others Sep 10 15:21:40.358 INFO kablam! Sep 10 15:21:40.776 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 15:21:40.776 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/rot.rs:92:23 Sep 10 15:21:40.776 INFO kablam! | Sep 10 15:21:40.776 INFO kablam! 92 | Rot2::new(rng.gen()) Sep 10 15:21:40.776 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 15:21:40.776 INFO kablam! | Sep 10 15:21:40.776 INFO kablam! = help: the following implementations were found: Sep 10 15:21:40.776 INFO kablam! > Sep 10 15:21:40.776 INFO kablam! > Sep 10 15:21:40.776 INFO kablam! > Sep 10 15:21:40.776 INFO kablam! > Sep 10 15:21:40.776 INFO kablam! and 58 others Sep 10 15:21:40.776 INFO kablam! Sep 10 15:21:40.800 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 15:21:40.800 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/rot.rs:320:23 Sep 10 15:21:40.800 INFO kablam! | Sep 10 15:21:40.800 INFO kablam! 320 | Rot3::new(rng.gen()) Sep 10 15:21:40.800 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 15:21:40.800 INFO kablam! | Sep 10 15:21:40.800 INFO kablam! = help: the following implementations were found: Sep 10 15:21:40.800 INFO kablam! > Sep 10 15:21:40.800 INFO kablam! > Sep 10 15:21:40.800 INFO kablam! > Sep 10 15:21:40.800 INFO kablam! > Sep 10 15:21:40.801 INFO kablam! and 58 others Sep 10 15:21:40.801 INFO kablam! Sep 10 15:21:40.856 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 15:21:40.856 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:29 Sep 10 15:21:40.856 INFO kablam! | Sep 10 15:21:40.856 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 10 15:21:40.856 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 15:21:40.856 INFO kablam! | Sep 10 15:21:40.856 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:110:1 Sep 10 15:21:40.856 INFO kablam! | Sep 10 15:21:40.856 INFO kablam! 110 | rand_impl!(Iso2); Sep 10 15:21:40.856 INFO kablam! | ----------------- in this macro invocation Sep 10 15:21:40.856 INFO kablam! | Sep 10 15:21:40.856 INFO kablam! = help: the following implementations were found: Sep 10 15:21:40.856 INFO kablam! > Sep 10 15:21:40.856 INFO kablam! > Sep 10 15:21:40.856 INFO kablam! > Sep 10 15:21:40.856 INFO kablam! > Sep 10 15:21:40.856 INFO kablam! and 58 others Sep 10 15:21:40.856 INFO kablam! Sep 10 15:21:40.856 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 15:21:40.856 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:40 Sep 10 15:21:40.856 INFO kablam! | Sep 10 15:21:40.856 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 10 15:21:40.856 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 15:21:40.856 INFO kablam! | Sep 10 15:21:40.856 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:110:1 Sep 10 15:21:40.856 INFO kablam! | Sep 10 15:21:40.856 INFO kablam! 110 | rand_impl!(Iso2); Sep 10 15:21:40.857 INFO kablam! | ----------------- in this macro invocation Sep 10 15:21:40.857 INFO kablam! | Sep 10 15:21:40.857 INFO kablam! = help: the following implementations were found: Sep 10 15:21:40.857 INFO kablam! > Sep 10 15:21:40.857 INFO kablam! > Sep 10 15:21:40.857 INFO kablam! > Sep 10 15:21:40.857 INFO kablam! > Sep 10 15:21:40.857 INFO kablam! and 58 others Sep 10 15:21:40.857 INFO kablam! Sep 10 15:21:40.857 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 15:21:40.857 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:29 Sep 10 15:21:40.857 INFO kablam! | Sep 10 15:21:40.857 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 10 15:21:40.857 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 15:21:40.857 INFO kablam! | Sep 10 15:21:40.857 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:130:1 Sep 10 15:21:40.857 INFO kablam! | Sep 10 15:21:40.858 INFO kablam! 130 | rand_impl!(Iso3); Sep 10 15:21:40.858 INFO kablam! | ----------------- in this macro invocation Sep 10 15:21:40.858 INFO kablam! | Sep 10 15:21:40.858 INFO kablam! = help: the following implementations were found: Sep 10 15:21:40.858 INFO kablam! > Sep 10 15:21:40.858 INFO kablam! > Sep 10 15:21:40.858 INFO kablam! > Sep 10 15:21:40.858 INFO kablam! > Sep 10 15:21:40.858 INFO kablam! and 58 others Sep 10 15:21:40.858 INFO kablam! Sep 10 15:21:40.858 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 15:21:40.858 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:40 Sep 10 15:21:40.858 INFO kablam! | Sep 10 15:21:40.858 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 10 15:21:40.858 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 15:21:40.858 INFO kablam! | Sep 10 15:21:40.858 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:130:1 Sep 10 15:21:40.858 INFO kablam! | Sep 10 15:21:40.858 INFO kablam! 130 | rand_impl!(Iso3); Sep 10 15:21:40.858 INFO kablam! | ----------------- in this macro invocation Sep 10 15:21:40.858 INFO kablam! | Sep 10 15:21:40.858 INFO kablam! = help: the following implementations were found: Sep 10 15:21:40.858 INFO kablam! > Sep 10 15:21:40.858 INFO kablam! > Sep 10 15:21:40.858 INFO kablam! > Sep 10 15:21:40.858 INFO kablam! > Sep 10 15:21:40.858 INFO kablam! and 58 others Sep 10 15:21:40.858 INFO kablam! Sep 10 15:21:41.041 INFO kablam! error: aborting due to 21 previous errors Sep 10 15:21:41.041 INFO kablam! Sep 10 15:21:41.041 INFO kablam! Some errors occurred: E0277, E0599. Sep 10 15:21:41.041 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 15:21:41.052 INFO kablam! error: Could not compile `nalgebra`. Sep 10 15:21:41.052 INFO kablam! Sep 10 15:21:41.052 INFO kablam! To learn more, run the command again with --verbose. Sep 10 15:21:41.053 INFO kablam! su: No module specific data is present Sep 10 15:21:41.644 INFO running `"docker" "rm" "-f" "95f8e35a3ea1977e127dd38050eeec738fd72d0a0c340dca9fe681202b5a7af8"` Sep 10 15:21:41.696 INFO blam! 95f8e35a3ea1977e127dd38050eeec738fd72d0a0c340dca9fe681202b5a7af8