Sep 20 00:40:49.109 INFO checking linear_assignment-0.0.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 00:40:49.109 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 00:40:49.109 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:40:49.267 INFO blam! 1623e4f23a9a500a1d38bc58a49045fc3d5e6a49706e438b06843807d3c7609f Sep 20 00:40:49.268 INFO running `"docker" "start" "-a" "1623e4f23a9a500a1d38bc58a49045fc3d5e6a49706e438b06843807d3c7609f"` Sep 20 00:40:50.218 INFO kablam! usermod: no changes Sep 20 00:40:50.375 INFO kablam! Compiling env_logger v0.3.5 Sep 20 00:40:50.375 INFO kablam! Checking linear_assignment v0.0.1 (/source) Sep 20 00:40:50.376 INFO kablam! Checking nalgebra v0.2.23 Sep 20 00:40:50.902 INFO kablam! warning: unused `#[macro_use]` import Sep 20 00:40:50.902 INFO kablam! --> src/lib.rs:34:1 Sep 20 00:40:50.902 INFO kablam! | Sep 20 00:40:50.902 INFO kablam! 34 | #[macro_use] Sep 20 00:40:50.902 INFO kablam! | ^^^^^^^^^^^^ Sep 20 00:40:50.903 INFO kablam! | Sep 20 00:40:50.903 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 00:40:50.903 INFO kablam! Sep 20 00:40:52.024 INFO kablam! Compiling quickcheck v0.3.2 Sep 20 00:40:54.005 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 00:40:54.006 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dmat.rs:70:44 Sep 20 00:40:54.006 INFO kablam! | Sep 20 00:40:54.006 INFO kablam! 70 | DMat::from_fn(nrows, ncols, |_, _| rand::random()) Sep 20 00:40:54.006 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 00:40:54.006 INFO kablam! | Sep 20 00:40:54.018 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 00:40:54.018 INFO kablam! = note: required by `rand::random` Sep 20 00:40:54.018 INFO kablam! Sep 20 00:40:54.217 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 00:40:54.217 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 20 00:40:54.217 INFO kablam! | Sep 20 00:40:54.217 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 00:40:54.217 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 00:40:54.217 INFO kablam! | Sep 20 00:40:54.217 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:85:1 Sep 20 00:40:54.217 INFO kablam! | Sep 20 00:40:54.217 INFO kablam! 85 | dvec_impl!(DVec); Sep 20 00:40:54.217 INFO kablam! | ----------------- in this macro invocation Sep 20 00:40:54.217 INFO kablam! | Sep 20 00:40:54.217 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 00:40:54.217 INFO kablam! = note: required by `rand::random` Sep 20 00:40:54.217 INFO kablam! Sep 20 00:40:54.217 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 00:40:54.217 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 20 00:40:54.217 INFO kablam! | Sep 20 00:40:54.217 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 00:40:54.217 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 00:40:54.217 INFO kablam! | Sep 20 00:40:54.217 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:93:1 Sep 20 00:40:54.217 INFO kablam! | Sep 20 00:40:54.217 INFO kablam! 93 | small_dvec_impl!(DVec1, 1, 0); Sep 20 00:40:54.217 INFO kablam! | ------------------------------ in this macro invocation Sep 20 00:40:54.217 INFO kablam! | Sep 20 00:40:54.217 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 00:40:54.217 INFO kablam! = note: required by `rand::random` Sep 20 00:40:54.217 INFO kablam! Sep 20 00:40:54.217 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 00:40:54.217 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 20 00:40:54.217 INFO kablam! | Sep 20 00:40:54.217 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 00:40:54.217 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 00:40:54.217 INFO kablam! | Sep 20 00:40:54.217 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:103:1 Sep 20 00:40:54.218 INFO kablam! | Sep 20 00:40:54.218 INFO kablam! 103 | small_dvec_impl!(DVec2, 2, 0, 1); Sep 20 00:40:54.218 INFO kablam! | --------------------------------- in this macro invocation Sep 20 00:40:54.218 INFO kablam! | Sep 20 00:40:54.218 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 00:40:54.218 INFO kablam! = note: required by `rand::random` Sep 20 00:40:54.218 INFO kablam! Sep 20 00:40:54.218 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 00:40:54.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 20 00:40:54.218 INFO kablam! | Sep 20 00:40:54.218 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 00:40:54.218 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 00:40:54.218 INFO kablam! | Sep 20 00:40:54.218 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:113:1 Sep 20 00:40:54.218 INFO kablam! | Sep 20 00:40:54.218 INFO kablam! 113 | small_dvec_impl!(DVec3, 3, 0, 1, 2); Sep 20 00:40:54.218 INFO kablam! | ------------------------------------ in this macro invocation Sep 20 00:40:54.218 INFO kablam! | Sep 20 00:40:54.218 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 00:40:54.218 INFO kablam! = note: required by `rand::random` Sep 20 00:40:54.218 INFO kablam! Sep 20 00:40:54.220 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 00:40:54.220 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 20 00:40:54.220 INFO kablam! | Sep 20 00:40:54.220 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 00:40:54.220 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 00:40:54.220 INFO kablam! | Sep 20 00:40:54.220 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:123:1 Sep 20 00:40:54.220 INFO kablam! | Sep 20 00:40:54.220 INFO kablam! 123 | small_dvec_impl!(DVec4, 4, 0, 1, 2, 3); Sep 20 00:40:54.220 INFO kablam! | --------------------------------------- in this macro invocation Sep 20 00:40:54.220 INFO kablam! | Sep 20 00:40:54.220 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 00:40:54.220 INFO kablam! = note: required by `rand::random` Sep 20 00:40:54.220 INFO kablam! Sep 20 00:40:54.230 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 00:40:54.230 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 20 00:40:54.230 INFO kablam! | Sep 20 00:40:54.230 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 00:40:54.230 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 00:40:54.230 INFO kablam! | Sep 20 00:40:54.230 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:133:1 Sep 20 00:40:54.230 INFO kablam! | Sep 20 00:40:54.230 INFO kablam! 133 | small_dvec_impl!(DVec5, 5, 0, 1, 2, 3, 4); Sep 20 00:40:54.230 INFO kablam! | ------------------------------------------ in this macro invocation Sep 20 00:40:54.230 INFO kablam! | Sep 20 00:40:54.230 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 00:40:54.230 INFO kablam! = note: required by `rand::random` Sep 20 00:40:54.230 INFO kablam! Sep 20 00:40:54.230 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 00:40:54.230 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:93:41 Sep 20 00:40:54.230 INFO kablam! | Sep 20 00:40:54.230 INFO kablam! 93 | $dvec::from_fn(dim, |_| rand::random()) Sep 20 00:40:54.230 INFO kablam! | ^^^^^^^^^^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 00:40:54.230 INFO kablam! | Sep 20 00:40:54.230 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:143:1 Sep 20 00:40:54.230 INFO kablam! | Sep 20 00:40:54.230 INFO kablam! 143 | small_dvec_impl!(DVec6, 6, 0, 1, 2, 3, 4, 5); Sep 20 00:40:54.230 INFO kablam! | --------------------------------------------- in this macro invocation Sep 20 00:40:54.230 INFO kablam! | Sep 20 00:40:54.230 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 00:40:54.230 INFO kablam! = note: required by `rand::random` Sep 20 00:40:54.230 INFO kablam! Sep 20 00:40:55.470 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 20 00:40:55.470 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 20 00:40:55.470 INFO kablam! | Sep 20 00:40:55.470 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 20 00:40:55.470 INFO kablam! | ^^^^^^^^^ Sep 20 00:40:55.470 INFO kablam! | Sep 20 00:40:55.470 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:94:1 Sep 20 00:40:55.470 INFO kablam! | Sep 20 00:40:55.470 INFO kablam! 94 | small_dvec_from_impl!(DVec1, 1, ::zero()); Sep 20 00:40:55.470 INFO kablam! | ------------------------------------------ in this macro invocation Sep 20 00:40:55.470 INFO kablam! | Sep 20 00:40:55.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 00:40:55.470 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 00:40:55.470 INFO kablam! `use rand::Rng;` Sep 20 00:40:55.470 INFO kablam! Sep 20 00:40:55.528 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 20 00:40:55.528 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 20 00:40:55.528 INFO kablam! | Sep 20 00:40:55.528 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 20 00:40:55.528 INFO kablam! | ^^^^^^^^^ Sep 20 00:40:55.528 INFO kablam! | Sep 20 00:40:55.528 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:104:1 Sep 20 00:40:55.528 INFO kablam! | Sep 20 00:40:55.528 INFO kablam! 104 | small_dvec_from_impl!(DVec2, 2, ::zero(), ::zero()); Sep 20 00:40:55.528 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 20 00:40:55.528 INFO kablam! | Sep 20 00:40:55.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 00:40:55.528 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 00:40:55.528 INFO kablam! `use rand::Rng;` Sep 20 00:40:55.528 INFO kablam! Sep 20 00:40:55.534 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 20 00:40:55.534 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 20 00:40:55.534 INFO kablam! | Sep 20 00:40:55.534 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 20 00:40:55.534 INFO kablam! | ^^^^^^^^^ Sep 20 00:40:55.534 INFO kablam! | Sep 20 00:40:55.534 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:114:1 Sep 20 00:40:55.534 INFO kablam! | Sep 20 00:40:55.534 INFO kablam! 114 | small_dvec_from_impl!(DVec3, 3, ::zero(), ::zero(), ::zero()); Sep 20 00:40:55.534 INFO kablam! | -------------------------------------------------------------- in this macro invocation Sep 20 00:40:55.534 INFO kablam! | Sep 20 00:40:55.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 00:40:55.534 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 00:40:55.534 INFO kablam! `use rand::Rng;` Sep 20 00:40:55.534 INFO kablam! Sep 20 00:40:55.582 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 20 00:40:55.582 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 20 00:40:55.582 INFO kablam! | Sep 20 00:40:55.582 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 20 00:40:55.582 INFO kablam! | ^^^^^^^^^ Sep 20 00:40:55.582 INFO kablam! | Sep 20 00:40:55.582 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:124:1 Sep 20 00:40:55.582 INFO kablam! | Sep 20 00:40:55.582 INFO kablam! 124 | small_dvec_from_impl!(DVec4, 4, ::zero(), ::zero(), ::zero(), ::zero()); Sep 20 00:40:55.582 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Sep 20 00:40:55.582 INFO kablam! | Sep 20 00:40:55.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 00:40:55.582 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 00:40:55.582 INFO kablam! `use rand::Rng;` Sep 20 00:40:55.582 INFO kablam! Sep 20 00:40:55.582 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 20 00:40:55.583 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 20 00:40:55.583 INFO kablam! | Sep 20 00:40:55.583 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 20 00:40:55.583 INFO kablam! | ^^^^^^^^^ Sep 20 00:40:55.583 INFO kablam! | Sep 20 00:40:55.583 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:134:1 Sep 20 00:40:55.583 INFO kablam! | Sep 20 00:40:55.583 INFO kablam! 134 | small_dvec_from_impl!(DVec5, 5, ::zero(), ::zero(), ::zero(), ::zero(), ::zero()); Sep 20 00:40:55.583 INFO kablam! | ---------------------------------------------------------------------------------- in this macro invocation Sep 20 00:40:55.583 INFO kablam! | Sep 20 00:40:55.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 00:40:55.583 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 00:40:55.583 INFO kablam! `use rand::Rng;` Sep 20 00:40:55.583 INFO kablam! Sep 20 00:40:55.583 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 20 00:40:55.583 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec_macros.rs:510:34 Sep 20 00:40:55.583 INFO kablam! | Sep 20 00:40:55.583 INFO kablam! 510 | $dvec::from_fn(g.gen_range(0, $dim), |_| Arbitrary::arbitrary(g)) Sep 20 00:40:55.583 INFO kablam! | ^^^^^^^^^ Sep 20 00:40:55.583 INFO kablam! | Sep 20 00:40:55.583 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/dvec.rs:144:1 Sep 20 00:40:55.583 INFO kablam! | Sep 20 00:40:55.583 INFO kablam! 144 | small_dvec_from_impl!(DVec6, 6, ::zero(), ::zero(), ::zero(), ::zero(), ::zero(), ::zero()); Sep 20 00:40:55.583 INFO kablam! | -------------------------------------------------------------------------------------------- in this macro invocation Sep 20 00:40:55.583 INFO kablam! | Sep 20 00:40:55.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 00:40:55.583 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 00:40:55.583 INFO kablam! `use rand::Rng;` Sep 20 00:40:55.583 INFO kablam! Sep 20 00:40:55.602 INFO kablam! Compiling quickcheck_macros v0.2.29 Sep 20 00:40:56.209 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 00:40:56.209 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/quat.rs:299:27 Sep 20 00:40:56.209 INFO kablam! | Sep 20 00:40:56.209 INFO kablam! 299 | UnitQuat::new(rng.gen()) Sep 20 00:40:56.209 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 00:40:56.209 INFO kablam! | Sep 20 00:40:56.209 INFO kablam! = help: the following implementations were found: Sep 20 00:40:56.209 INFO kablam! > Sep 20 00:40:56.209 INFO kablam! > Sep 20 00:40:56.209 INFO kablam! > Sep 20 00:40:56.209 INFO kablam! > Sep 20 00:40:56.209 INFO kablam! and 58 others Sep 20 00:40:56.209 INFO kablam! Sep 20 00:40:56.725 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 00:40:56.725 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/rot.rs:92:23 Sep 20 00:40:56.725 INFO kablam! | Sep 20 00:40:56.725 INFO kablam! 92 | Rot2::new(rng.gen()) Sep 20 00:40:56.725 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 00:40:56.725 INFO kablam! | Sep 20 00:40:56.725 INFO kablam! = help: the following implementations were found: Sep 20 00:40:56.725 INFO kablam! > Sep 20 00:40:56.725 INFO kablam! > Sep 20 00:40:56.725 INFO kablam! > Sep 20 00:40:56.725 INFO kablam! > Sep 20 00:40:56.725 INFO kablam! and 58 others Sep 20 00:40:56.725 INFO kablam! Sep 20 00:40:56.743 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 00:40:56.743 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/rot.rs:320:23 Sep 20 00:40:56.743 INFO kablam! | Sep 20 00:40:56.743 INFO kablam! 320 | Rot3::new(rng.gen()) Sep 20 00:40:56.743 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 00:40:56.743 INFO kablam! | Sep 20 00:40:56.743 INFO kablam! = help: the following implementations were found: Sep 20 00:40:56.743 INFO kablam! > Sep 20 00:40:56.743 INFO kablam! > Sep 20 00:40:56.743 INFO kablam! > Sep 20 00:40:56.743 INFO kablam! > Sep 20 00:40:56.743 INFO kablam! and 58 others Sep 20 00:40:56.743 INFO kablam! Sep 20 00:40:56.802 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 00:40:56.802 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:29 Sep 20 00:40:56.802 INFO kablam! | Sep 20 00:40:56.802 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 20 00:40:56.802 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 00:40:56.802 INFO kablam! | Sep 20 00:40:56.802 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:110:1 Sep 20 00:40:56.802 INFO kablam! | Sep 20 00:40:56.802 INFO kablam! 110 | rand_impl!(Iso2); Sep 20 00:40:56.802 INFO kablam! | ----------------- in this macro invocation Sep 20 00:40:56.802 INFO kablam! | Sep 20 00:40:56.802 INFO kablam! = help: the following implementations were found: Sep 20 00:40:56.802 INFO kablam! > Sep 20 00:40:56.802 INFO kablam! > Sep 20 00:40:56.802 INFO kablam! > Sep 20 00:40:56.802 INFO kablam! > Sep 20 00:40:56.802 INFO kablam! and 58 others Sep 20 00:40:56.802 INFO kablam! Sep 20 00:40:56.802 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 00:40:56.802 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:40 Sep 20 00:40:56.802 INFO kablam! | Sep 20 00:40:56.802 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 20 00:40:56.802 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 00:40:56.802 INFO kablam! | Sep 20 00:40:56.802 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:110:1 Sep 20 00:40:56.802 INFO kablam! | Sep 20 00:40:56.802 INFO kablam! 110 | rand_impl!(Iso2); Sep 20 00:40:56.802 INFO kablam! | ----------------- in this macro invocation Sep 20 00:40:56.802 INFO kablam! | Sep 20 00:40:56.802 INFO kablam! = help: the following implementations were found: Sep 20 00:40:56.802 INFO kablam! > Sep 20 00:40:56.802 INFO kablam! > Sep 20 00:40:56.802 INFO kablam! > Sep 20 00:40:56.802 INFO kablam! > Sep 20 00:40:56.802 INFO kablam! and 58 others Sep 20 00:40:56.802 INFO kablam! Sep 20 00:40:56.803 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 00:40:56.803 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:29 Sep 20 00:40:56.803 INFO kablam! | Sep 20 00:40:56.803 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 20 00:40:56.803 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 00:40:56.803 INFO kablam! | Sep 20 00:40:56.803 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:130:1 Sep 20 00:40:56.803 INFO kablam! | Sep 20 00:40:56.803 INFO kablam! 130 | rand_impl!(Iso3); Sep 20 00:40:56.803 INFO kablam! | ----------------- in this macro invocation Sep 20 00:40:56.803 INFO kablam! | Sep 20 00:40:56.803 INFO kablam! = help: the following implementations were found: Sep 20 00:40:56.803 INFO kablam! > Sep 20 00:40:56.803 INFO kablam! > Sep 20 00:40:56.803 INFO kablam! > Sep 20 00:40:56.803 INFO kablam! > Sep 20 00:40:56.803 INFO kablam! and 58 others Sep 20 00:40:56.803 INFO kablam! Sep 20 00:40:56.804 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 00:40:56.804 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso_macros.rs:351:40 Sep 20 00:40:56.804 INFO kablam! | Sep 20 00:40:56.804 INFO kablam! 351 | $t::new(rng.gen(), rng.gen()) Sep 20 00:40:56.804 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 00:40:56.804 INFO kablam! | Sep 20 00:40:56.804 INFO kablam! ::: /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.23/src/structs/iso.rs:130:1 Sep 20 00:40:56.804 INFO kablam! | Sep 20 00:40:56.804 INFO kablam! 130 | rand_impl!(Iso3); Sep 20 00:40:56.804 INFO kablam! | ----------------- in this macro invocation Sep 20 00:40:56.804 INFO kablam! | Sep 20 00:40:56.804 INFO kablam! = help: the following implementations were found: Sep 20 00:40:56.804 INFO kablam! > Sep 20 00:40:56.804 INFO kablam! > Sep 20 00:40:56.804 INFO kablam! > Sep 20 00:40:56.804 INFO kablam! > Sep 20 00:40:56.804 INFO kablam! and 58 others Sep 20 00:40:56.804 INFO kablam! Sep 20 00:40:57.036 INFO kablam! error: aborting due to 21 previous errors Sep 20 00:40:57.036 INFO kablam! Sep 20 00:40:57.036 INFO kablam! Some errors occurred: E0277, E0599. Sep 20 00:40:57.036 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 20 00:40:57.045 INFO kablam! error: Could not compile `nalgebra`. Sep 20 00:40:57.045 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 00:40:57.233 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 00:40:57.233 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:15:5 Sep 20 00:40:57.233 INFO kablam! | Sep 20 00:40:57.233 INFO kablam! 15 | use syntax::codemap; Sep 20 00:40:57.233 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 20 00:40:57.233 INFO kablam! Sep 20 00:40:57.252 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 20 00:40:57.252 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:27:42 Sep 20 00:40:57.252 INFO kablam! | Sep 20 00:40:57.252 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 20 00:40:57.252 INFO kablam! | ^^^^^^ not found in `token` Sep 20 00:40:57.252 INFO kablam! Sep 20 00:40:57.252 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 20 00:40:57.252 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:86:30 Sep 20 00:40:57.252 INFO kablam! | Sep 20 00:40:57.252 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 20 00:40:57.252 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 20 00:40:57.252 INFO kablam! Sep 20 00:40:57.252 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 20 00:40:57.252 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:107:41 Sep 20 00:40:57.252 INFO kablam! | Sep 20 00:40:57.252 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 20 00:40:57.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 20 00:40:57.252 INFO kablam! Sep 20 00:40:57.263 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 20 00:40:57.263 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:56:9 Sep 20 00:40:57.263 INFO kablam! | Sep 20 00:40:57.263 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 20 00:40:57.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 20 00:40:57.263 INFO kablam! Sep 20 00:40:57.279 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 20 00:40:57.279 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:61:17 Sep 20 00:40:57.279 INFO kablam! | Sep 20 00:40:57.279 INFO kablam! 61 | lifetimes: vec![], Sep 20 00:40:57.279 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 20 00:40:57.279 INFO kablam! | Sep 20 00:40:57.279 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 20 00:40:57.279 INFO kablam! Sep 20 00:40:57.359 INFO kablam! error: aborting due to 6 previous errors Sep 20 00:40:57.359 INFO kablam! Sep 20 00:40:57.359 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 20 00:40:57.359 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 20 00:40:57.375 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 20 00:40:57.376 INFO kablam! Sep 20 00:40:57.376 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:40:57.377 INFO kablam! su: No module specific data is present Sep 20 00:40:58.094 INFO running `"docker" "rm" "-f" "1623e4f23a9a500a1d38bc58a49045fc3d5e6a49706e438b06843807d3c7609f"` Sep 20 00:40:58.147 INFO blam! 1623e4f23a9a500a1d38bc58a49045fc3d5e6a49706e438b06843807d3c7609f