Sep 17 14:05:10.783 INFO checking Hakuyume/menoh-yolo against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 14:05:10.783 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 14:05:10.783 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 14:05:11.152 INFO blam! f5f909d13f64128dca11554410cceb1b0a4e6bc4e873044a3d3f169fafec0e07 Sep 17 14:05:11.154 INFO running `"docker" "start" "-a" "f5f909d13f64128dca11554410cceb1b0a4e6bc4e873044a3d3f169fafec0e07"` Sep 17 14:05:12.273 INFO kablam! usermod: no changes Sep 17 14:05:12.596 INFO kablam! Checking termcolor v1.0.2 Sep 17 14:05:12.596 INFO kablam! Compiling ndarray v0.11.2 Sep 17 14:05:12.596 INFO kablam! Checking custom_derive v0.1.7 Sep 17 14:05:12.596 INFO kablam! Compiling menoh-yolo v0.1.0 (/source) Sep 17 14:05:12.597 INFO kablam! Checking arrayvec v0.4.7 Sep 17 14:05:12.599 INFO kablam! Compiling menoh-sys v0.1.4 Sep 17 14:05:12.605 INFO kablam! Checking stb_truetype v0.2.3 Sep 17 14:05:12.608 INFO kablam! Checking num-complex v0.1.43 Sep 17 14:05:12.803 INFO kablam! Checking num-bigint v0.1.44 Sep 17 14:05:14.359 INFO kablam! Checking ordered-float v0.5.0 Sep 17 14:05:14.550 INFO kablam! Checking conv v0.3.3 Sep 17 14:05:14.628 INFO kablam! Checking regex v1.0.4 Sep 17 14:05:15.328 INFO kablam! Checking png v0.12.0 Sep 17 14:05:15.399 INFO kablam! Compiling num-derive v0.2.2 Sep 17 14:05:15.475 INFO kablam! Checking crossbeam-epoch v0.3.1 Sep 17 14:05:15.691 INFO kablam! Checking alga v0.5.4 Sep 17 14:05:18.587 INFO kablam! Checking rusttype v0.5.2 Sep 17 14:05:21.016 INFO kablam! Checking num-rational v0.1.42 Sep 17 14:05:21.016 INFO kablam! Checking crossbeam-deque v0.2.0 Sep 17 14:05:21.939 INFO kablam! Checking menoh v0.1.4 Sep 17 14:05:23.007 INFO kablam! Checking rayon-core v1.4.1 Sep 17 14:05:23.985 INFO kablam! Checking num v0.1.42 Sep 17 14:05:24.467 INFO kablam! Checking env_logger v0.5.13 Sep 17 14:05:24.480 INFO kablam! Checking docopt v1.0.1 Sep 17 14:05:25.663 INFO kablam! Checking rayon v1.0.2 Sep 17 14:05:26.847 INFO kablam! Checking quickcheck v0.6.2 Sep 17 14:05:27.727 INFO kablam! Checking nalgebra v0.13.1 Sep 17 14:05:35.739 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 17 14:05:38.231 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.231 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/storage.rs:19:32 Sep 17 14:05:38.231 INFO kablam! | Sep 17 14:05:38.231 INFO kablam! 19 | pub type Owned = >::Buffer; Sep 17 14:05:38.231 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.231 INFO kablam! | | Sep 17 14:05:38.231 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.231 INFO kablam! | Sep 17 14:05:38.231 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.231 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/storage.rs:19:32 Sep 17 14:05:38.231 INFO kablam! | Sep 17 14:05:38.231 INFO kablam! 19 | pub type Owned = >::Buffer; Sep 17 14:05:38.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.231 INFO kablam! Sep 17 14:05:38.231 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.231 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/storage.rs:22:34 Sep 17 14:05:38.231 INFO kablam! | Sep 17 14:05:38.231 INFO kablam! 22 | pub type RStride = <>::Buffer as Storage>::RStride; Sep 17 14:05:38.231 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.231 INFO kablam! | | Sep 17 14:05:38.231 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.243 INFO kablam! | Sep 17 14:05:38.243 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.243 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/storage.rs:22:34 Sep 17 14:05:38.243 INFO kablam! | Sep 17 14:05:38.243 INFO kablam! 22 | pub type RStride = <>::Buffer as Storage>::RStride; Sep 17 14:05:38.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.243 INFO kablam! Sep 17 14:05:38.243 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.243 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/storage.rs:25:34 Sep 17 14:05:38.243 INFO kablam! | Sep 17 14:05:38.243 INFO kablam! 25 | pub type CStride = <>::Buffer as Storage>::CStride; Sep 17 14:05:38.243 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.243 INFO kablam! | | Sep 17 14:05:38.243 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.243 INFO kablam! | Sep 17 14:05:38.243 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.243 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/storage.rs:25:34 Sep 17 14:05:38.243 INFO kablam! | Sep 17 14:05:38.243 INFO kablam! 25 | pub type CStride = <>::Buffer as Storage>::CStride; Sep 17 14:05:38.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.243 INFO kablam! Sep 17 14:05:38.331 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.331 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix.rs:27:34 Sep 17 14:05:38.331 INFO kablam! | Sep 17 14:05:38.331 INFO kablam! 27 | pub type SquareMatrix = Matrix; Sep 17 14:05:38.331 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.331 INFO kablam! | | Sep 17 14:05:38.331 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.336 INFO kablam! | Sep 17 14:05:38.336 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.336 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix.rs:27:34 Sep 17 14:05:38.336 INFO kablam! | Sep 17 14:05:38.336 INFO kablam! 27 | pub type SquareMatrix = Matrix; Sep 17 14:05:38.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.336 INFO kablam! Sep 17 14:05:38.336 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.336 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix.rs:30:28 Sep 17 14:05:38.336 INFO kablam! | Sep 17 14:05:38.336 INFO kablam! 30 | pub type Vector = Matrix; Sep 17 14:05:38.336 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.336 INFO kablam! | | Sep 17 14:05:38.336 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.336 INFO kablam! | Sep 17 14:05:38.336 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.336 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix.rs:30:28 Sep 17 14:05:38.336 INFO kablam! | Sep 17 14:05:38.336 INFO kablam! 30 | pub type Vector = Matrix; Sep 17 14:05:38.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.337 INFO kablam! Sep 17 14:05:38.339 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.339 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix.rs:33:31 Sep 17 14:05:38.339 INFO kablam! | Sep 17 14:05:38.339 INFO kablam! 33 | pub type RowVector = Matrix; Sep 17 14:05:38.339 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.339 INFO kablam! | | Sep 17 14:05:38.339 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.339 INFO kablam! | Sep 17 14:05:38.339 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.339 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix.rs:33:31 Sep 17 14:05:38.339 INFO kablam! | Sep 17 14:05:38.339 INFO kablam! 33 | pub type RowVector = Matrix; Sep 17 14:05:38.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.339 INFO kablam! Sep 17 14:05:38.339 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.339 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix.rs:37:5 Sep 17 14:05:38.339 INFO kablam! | Sep 17 14:05:38.339 INFO kablam! 36 | pub type MatrixSum = Sep 17 14:05:38.339 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.339 INFO kablam! 37 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 14:05:38.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.341 INFO kablam! | Sep 17 14:05:38.341 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.341 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix.rs:37:5 Sep 17 14:05:38.341 INFO kablam! | Sep 17 14:05:38.341 INFO kablam! 37 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 14:05:38.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.341 INFO kablam! Sep 17 14:05:38.341 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.341 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix.rs:41:5 Sep 17 14:05:38.341 INFO kablam! | Sep 17 14:05:38.341 INFO kablam! 40 | pub type VectorSum = Sep 17 14:05:38.341 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.341 INFO kablam! 41 | Matrix, U1, SameShapeStorage>; Sep 17 14:05:38.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.341 INFO kablam! | Sep 17 14:05:38.351 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.351 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix.rs:41:5 Sep 17 14:05:38.351 INFO kablam! | Sep 17 14:05:38.351 INFO kablam! 41 | Matrix, U1, SameShapeStorage>; Sep 17 14:05:38.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.351 INFO kablam! Sep 17 14:05:38.351 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.351 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix.rs:45:5 Sep 17 14:05:38.351 INFO kablam! | Sep 17 14:05:38.351 INFO kablam! 44 | pub type MatrixCross = Sep 17 14:05:38.351 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.351 INFO kablam! 45 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 14:05:38.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.351 INFO kablam! | Sep 17 14:05:38.351 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.351 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix.rs:45:5 Sep 17 14:05:38.351 INFO kablam! | Sep 17 14:05:38.351 INFO kablam! 45 | Matrix, SameShapeC, SameShapeStorage>; Sep 17 14:05:38.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.351 INFO kablam! Sep 17 14:05:38.385 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.385 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:15:30 Sep 17 14:05:38.385 INFO kablam! | Sep 17 14:05:38.385 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 17 14:05:38.385 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.385 INFO kablam! | | Sep 17 14:05:38.385 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.385 INFO kablam! | Sep 17 14:05:38.385 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.385 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:15:30 Sep 17 14:05:38.385 INFO kablam! | Sep 17 14:05:38.385 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 17 14:05:38.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.385 INFO kablam! Sep 17 14:05:38.387 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.387 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:18:30 Sep 17 14:05:38.387 INFO kablam! | Sep 17 14:05:38.387 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 17 14:05:38.387 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.387 INFO kablam! | | Sep 17 14:05:38.387 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.387 INFO kablam! | Sep 17 14:05:38.387 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.387 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:18:30 Sep 17 14:05:38.387 INFO kablam! | Sep 17 14:05:38.387 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 17 14:05:38.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.387 INFO kablam! Sep 17 14:05:38.392 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.392 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:21:26 Sep 17 14:05:38.392 INFO kablam! | Sep 17 14:05:38.392 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 17 14:05:38.393 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.393 INFO kablam! | | Sep 17 14:05:38.393 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.393 INFO kablam! | Sep 17 14:05:38.393 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.393 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:21:26 Sep 17 14:05:38.393 INFO kablam! | Sep 17 14:05:38.393 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 17 14:05:38.393 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.393 INFO kablam! Sep 17 14:05:38.394 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.394 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:24:23 Sep 17 14:05:38.395 INFO kablam! | Sep 17 14:05:38.395 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 17 14:05:38.395 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.395 INFO kablam! | | Sep 17 14:05:38.395 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.395 INFO kablam! | Sep 17 14:05:38.395 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.395 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:24:23 Sep 17 14:05:38.395 INFO kablam! | Sep 17 14:05:38.395 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 17 14:05:38.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.395 INFO kablam! Sep 17 14:05:38.397 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.397 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:27:23 Sep 17 14:05:38.397 INFO kablam! | Sep 17 14:05:38.397 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 17 14:05:38.397 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 17 14:05:38.397 INFO kablam! | | Sep 17 14:05:38.397 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.397 INFO kablam! | Sep 17 14:05:38.397 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.397 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:27:23 Sep 17 14:05:38.397 INFO kablam! | Sep 17 14:05:38.397 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 17 14:05:38.397 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 14:05:38.397 INFO kablam! Sep 17 14:05:38.399 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.399 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:29:23 Sep 17 14:05:38.399 INFO kablam! | Sep 17 14:05:38.399 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 17 14:05:38.399 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 17 14:05:38.399 INFO kablam! | | Sep 17 14:05:38.399 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.399 INFO kablam! | Sep 17 14:05:38.399 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.399 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:29:23 Sep 17 14:05:38.399 INFO kablam! | Sep 17 14:05:38.399 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 17 14:05:38.399 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 14:05:38.399 INFO kablam! Sep 17 14:05:38.402 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.402 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:31:23 Sep 17 14:05:38.402 INFO kablam! | Sep 17 14:05:38.402 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 17 14:05:38.402 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 17 14:05:38.402 INFO kablam! | | Sep 17 14:05:38.402 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.402 INFO kablam! | Sep 17 14:05:38.402 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.402 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:31:23 Sep 17 14:05:38.402 INFO kablam! | Sep 17 14:05:38.402 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 17 14:05:38.402 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 14:05:38.402 INFO kablam! Sep 17 14:05:38.403 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.403 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:33:23 Sep 17 14:05:38.403 INFO kablam! | Sep 17 14:05:38.403 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 17 14:05:38.403 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 17 14:05:38.403 INFO kablam! | | Sep 17 14:05:38.403 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.404 INFO kablam! | Sep 17 14:05:38.404 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.404 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:33:23 Sep 17 14:05:38.404 INFO kablam! | Sep 17 14:05:38.404 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 17 14:05:38.404 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 14:05:38.404 INFO kablam! Sep 17 14:05:38.409 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.409 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:35:23 Sep 17 14:05:38.409 INFO kablam! | Sep 17 14:05:38.409 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 17 14:05:38.409 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 17 14:05:38.409 INFO kablam! | | Sep 17 14:05:38.409 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.409 INFO kablam! | Sep 17 14:05:38.409 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.409 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:35:23 Sep 17 14:05:38.409 INFO kablam! | Sep 17 14:05:38.409 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 17 14:05:38.409 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 14:05:38.409 INFO kablam! Sep 17 14:05:38.412 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.412 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:37:23 Sep 17 14:05:38.412 INFO kablam! | Sep 17 14:05:38.412 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 17 14:05:38.412 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 17 14:05:38.412 INFO kablam! | | Sep 17 14:05:38.412 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.412 INFO kablam! | Sep 17 14:05:38.412 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.412 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:37:23 Sep 17 14:05:38.412 INFO kablam! | Sep 17 14:05:38.412 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 17 14:05:38.412 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 14:05:38.412 INFO kablam! Sep 17 14:05:38.412 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.412 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:40:25 Sep 17 14:05:38.412 INFO kablam! | Sep 17 14:05:38.412 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 17 14:05:38.412 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.412 INFO kablam! | | Sep 17 14:05:38.412 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.415 INFO kablam! | Sep 17 14:05:38.415 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.415 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:40:25 Sep 17 14:05:38.415 INFO kablam! | Sep 17 14:05:38.415 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 17 14:05:38.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.415 INFO kablam! Sep 17 14:05:38.415 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.415 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:42:25 Sep 17 14:05:38.415 INFO kablam! | Sep 17 14:05:38.415 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 17 14:05:38.415 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.415 INFO kablam! | | Sep 17 14:05:38.415 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.415 INFO kablam! | Sep 17 14:05:38.415 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.415 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:42:25 Sep 17 14:05:38.415 INFO kablam! | Sep 17 14:05:38.415 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 17 14:05:38.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.415 INFO kablam! Sep 17 14:05:38.415 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.415 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:44:25 Sep 17 14:05:38.415 INFO kablam! | Sep 17 14:05:38.415 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 17 14:05:38.415 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.415 INFO kablam! | | Sep 17 14:05:38.415 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.415 INFO kablam! | Sep 17 14:05:38.415 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.415 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:44:25 Sep 17 14:05:38.415 INFO kablam! | Sep 17 14:05:38.415 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 17 14:05:38.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.415 INFO kablam! Sep 17 14:05:38.428 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.428 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:46:25 Sep 17 14:05:38.428 INFO kablam! | Sep 17 14:05:38.428 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 17 14:05:38.428 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.428 INFO kablam! | | Sep 17 14:05:38.428 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.428 INFO kablam! | Sep 17 14:05:38.428 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.428 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:46:25 Sep 17 14:05:38.428 INFO kablam! | Sep 17 14:05:38.428 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 17 14:05:38.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.428 INFO kablam! Sep 17 14:05:38.428 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.428 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:48:25 Sep 17 14:05:38.428 INFO kablam! | Sep 17 14:05:38.428 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 17 14:05:38.428 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.428 INFO kablam! | | Sep 17 14:05:38.428 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.428 INFO kablam! | Sep 17 14:05:38.428 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.428 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:48:25 Sep 17 14:05:38.428 INFO kablam! | Sep 17 14:05:38.428 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 17 14:05:38.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.428 INFO kablam! Sep 17 14:05:38.428 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.428 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:51:25 Sep 17 14:05:38.428 INFO kablam! | Sep 17 14:05:38.428 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 17 14:05:38.428 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.428 INFO kablam! | | Sep 17 14:05:38.428 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.428 INFO kablam! | Sep 17 14:05:38.428 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.428 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:51:25 Sep 17 14:05:38.428 INFO kablam! | Sep 17 14:05:38.428 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 17 14:05:38.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.428 INFO kablam! Sep 17 14:05:38.428 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.428 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:53:25 Sep 17 14:05:38.428 INFO kablam! | Sep 17 14:05:38.428 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 17 14:05:38.428 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.428 INFO kablam! | | Sep 17 14:05:38.428 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.429 INFO kablam! | Sep 17 14:05:38.429 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.429 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:53:25 Sep 17 14:05:38.429 INFO kablam! | Sep 17 14:05:38.429 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 17 14:05:38.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.429 INFO kablam! Sep 17 14:05:38.431 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.431 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:55:25 Sep 17 14:05:38.431 INFO kablam! | Sep 17 14:05:38.431 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 17 14:05:38.431 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.431 INFO kablam! | | Sep 17 14:05:38.431 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.431 INFO kablam! | Sep 17 14:05:38.431 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.431 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:55:25 Sep 17 14:05:38.432 INFO kablam! | Sep 17 14:05:38.432 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 17 14:05:38.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.432 INFO kablam! Sep 17 14:05:38.436 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.436 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:57:25 Sep 17 14:05:38.436 INFO kablam! | Sep 17 14:05:38.436 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 17 14:05:38.436 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.436 INFO kablam! | | Sep 17 14:05:38.436 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.436 INFO kablam! | Sep 17 14:05:38.436 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.436 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:57:25 Sep 17 14:05:38.436 INFO kablam! | Sep 17 14:05:38.436 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 17 14:05:38.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.436 INFO kablam! Sep 17 14:05:38.436 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.436 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:60:25 Sep 17 14:05:38.436 INFO kablam! | Sep 17 14:05:38.436 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 17 14:05:38.436 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.436 INFO kablam! | | Sep 17 14:05:38.436 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.436 INFO kablam! | Sep 17 14:05:38.436 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.436 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:60:25 Sep 17 14:05:38.436 INFO kablam! | Sep 17 14:05:38.436 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 17 14:05:38.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.436 INFO kablam! Sep 17 14:05:38.440 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.440 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:62:25 Sep 17 14:05:38.440 INFO kablam! | Sep 17 14:05:38.440 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 17 14:05:38.440 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.440 INFO kablam! | | Sep 17 14:05:38.440 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.440 INFO kablam! | Sep 17 14:05:38.440 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.440 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:62:25 Sep 17 14:05:38.440 INFO kablam! | Sep 17 14:05:38.440 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 17 14:05:38.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.440 INFO kablam! Sep 17 14:05:38.444 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.444 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:64:25 Sep 17 14:05:38.444 INFO kablam! | Sep 17 14:05:38.444 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 17 14:05:38.444 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.444 INFO kablam! | | Sep 17 14:05:38.444 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.444 INFO kablam! | Sep 17 14:05:38.444 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.444 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:64:25 Sep 17 14:05:38.444 INFO kablam! | Sep 17 14:05:38.444 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 17 14:05:38.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.445 INFO kablam! Sep 17 14:05:38.445 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.445 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:67:25 Sep 17 14:05:38.445 INFO kablam! | Sep 17 14:05:38.445 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 17 14:05:38.445 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.445 INFO kablam! | | Sep 17 14:05:38.445 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.445 INFO kablam! | Sep 17 14:05:38.445 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.445 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:67:25 Sep 17 14:05:38.445 INFO kablam! | Sep 17 14:05:38.445 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 17 14:05:38.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.445 INFO kablam! Sep 17 14:05:38.445 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.445 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:69:25 Sep 17 14:05:38.445 INFO kablam! | Sep 17 14:05:38.445 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 17 14:05:38.445 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.445 INFO kablam! | | Sep 17 14:05:38.445 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.445 INFO kablam! | Sep 17 14:05:38.445 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.445 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:69:25 Sep 17 14:05:38.445 INFO kablam! | Sep 17 14:05:38.445 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 17 14:05:38.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.445 INFO kablam! Sep 17 14:05:38.447 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.447 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:72:25 Sep 17 14:05:38.447 INFO kablam! | Sep 17 14:05:38.447 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 17 14:05:38.447 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.447 INFO kablam! | | Sep 17 14:05:38.447 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.447 INFO kablam! | Sep 17 14:05:38.447 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.447 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:72:25 Sep 17 14:05:38.447 INFO kablam! | Sep 17 14:05:38.447 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 17 14:05:38.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.447 INFO kablam! Sep 17 14:05:38.452 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:76:25 Sep 17 14:05:38.452 INFO kablam! | Sep 17 14:05:38.452 INFO kablam! 76 | pub type Matrix2x1 = MatrixMN; Sep 17 14:05:38.452 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.452 INFO kablam! | | Sep 17 14:05:38.452 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.452 INFO kablam! | Sep 17 14:05:38.452 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:76:25 Sep 17 14:05:38.452 INFO kablam! | Sep 17 14:05:38.452 INFO kablam! 76 | pub type Matrix2x1 = MatrixMN; Sep 17 14:05:38.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.452 INFO kablam! Sep 17 14:05:38.452 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:78:25 Sep 17 14:05:38.452 INFO kablam! | Sep 17 14:05:38.452 INFO kablam! 78 | pub type Matrix3x1 = MatrixMN; Sep 17 14:05:38.452 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.452 INFO kablam! | | Sep 17 14:05:38.452 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.452 INFO kablam! | Sep 17 14:05:38.452 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:78:25 Sep 17 14:05:38.452 INFO kablam! | Sep 17 14:05:38.452 INFO kablam! 78 | pub type Matrix3x1 = MatrixMN; Sep 17 14:05:38.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.452 INFO kablam! Sep 17 14:05:38.452 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:80:25 Sep 17 14:05:38.452 INFO kablam! | Sep 17 14:05:38.452 INFO kablam! 80 | pub type Matrix4x1 = MatrixMN; Sep 17 14:05:38.452 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.452 INFO kablam! | | Sep 17 14:05:38.452 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.452 INFO kablam! | Sep 17 14:05:38.452 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:80:25 Sep 17 14:05:38.452 INFO kablam! | Sep 17 14:05:38.453 INFO kablam! 80 | pub type Matrix4x1 = MatrixMN; Sep 17 14:05:38.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.453 INFO kablam! Sep 17 14:05:38.455 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.455 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:82:25 Sep 17 14:05:38.455 INFO kablam! | Sep 17 14:05:38.455 INFO kablam! 82 | pub type Matrix5x1 = MatrixMN; Sep 17 14:05:38.455 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.455 INFO kablam! | | Sep 17 14:05:38.455 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.455 INFO kablam! | Sep 17 14:05:38.455 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.455 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:82:25 Sep 17 14:05:38.455 INFO kablam! | Sep 17 14:05:38.455 INFO kablam! 82 | pub type Matrix5x1 = MatrixMN; Sep 17 14:05:38.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.455 INFO kablam! Sep 17 14:05:38.460 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:84:25 Sep 17 14:05:38.460 INFO kablam! | Sep 17 14:05:38.460 INFO kablam! 84 | pub type Matrix6x1 = MatrixMN; Sep 17 14:05:38.460 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.460 INFO kablam! | | Sep 17 14:05:38.460 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.460 INFO kablam! | Sep 17 14:05:38.460 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:84:25 Sep 17 14:05:38.460 INFO kablam! | Sep 17 14:05:38.460 INFO kablam! 84 | pub type Matrix6x1 = MatrixMN; Sep 17 14:05:38.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.460 INFO kablam! Sep 17 14:05:38.467 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.467 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:87:25 Sep 17 14:05:38.467 INFO kablam! | Sep 17 14:05:38.467 INFO kablam! 87 | pub type Matrix3x2 = MatrixMN; Sep 17 14:05:38.467 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.467 INFO kablam! | | Sep 17 14:05:38.467 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.467 INFO kablam! | Sep 17 14:05:38.467 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.467 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:87:25 Sep 17 14:05:38.467 INFO kablam! | Sep 17 14:05:38.467 INFO kablam! 87 | pub type Matrix3x2 = MatrixMN; Sep 17 14:05:38.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.467 INFO kablam! Sep 17 14:05:38.467 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.467 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:89:25 Sep 17 14:05:38.467 INFO kablam! | Sep 17 14:05:38.467 INFO kablam! 89 | pub type Matrix4x2 = MatrixMN; Sep 17 14:05:38.467 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.467 INFO kablam! | | Sep 17 14:05:38.467 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.467 INFO kablam! | Sep 17 14:05:38.467 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.467 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:89:25 Sep 17 14:05:38.467 INFO kablam! | Sep 17 14:05:38.467 INFO kablam! 89 | pub type Matrix4x2 = MatrixMN; Sep 17 14:05:38.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.467 INFO kablam! Sep 17 14:05:38.467 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.467 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:91:25 Sep 17 14:05:38.467 INFO kablam! | Sep 17 14:05:38.467 INFO kablam! 91 | pub type Matrix5x2 = MatrixMN; Sep 17 14:05:38.467 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.467 INFO kablam! | | Sep 17 14:05:38.467 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.467 INFO kablam! | Sep 17 14:05:38.467 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.467 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:91:25 Sep 17 14:05:38.467 INFO kablam! | Sep 17 14:05:38.467 INFO kablam! 91 | pub type Matrix5x2 = MatrixMN; Sep 17 14:05:38.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.467 INFO kablam! Sep 17 14:05:38.475 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:93:25 Sep 17 14:05:38.475 INFO kablam! | Sep 17 14:05:38.475 INFO kablam! 93 | pub type Matrix6x2 = MatrixMN; Sep 17 14:05:38.475 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.475 INFO kablam! | | Sep 17 14:05:38.475 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.475 INFO kablam! | Sep 17 14:05:38.475 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:93:25 Sep 17 14:05:38.475 INFO kablam! | Sep 17 14:05:38.475 INFO kablam! 93 | pub type Matrix6x2 = MatrixMN; Sep 17 14:05:38.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.475 INFO kablam! Sep 17 14:05:38.475 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:96:25 Sep 17 14:05:38.475 INFO kablam! | Sep 17 14:05:38.475 INFO kablam! 96 | pub type Matrix4x3 = MatrixMN; Sep 17 14:05:38.475 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.475 INFO kablam! | | Sep 17 14:05:38.475 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.475 INFO kablam! | Sep 17 14:05:38.475 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:96:25 Sep 17 14:05:38.475 INFO kablam! | Sep 17 14:05:38.475 INFO kablam! 96 | pub type Matrix4x3 = MatrixMN; Sep 17 14:05:38.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.475 INFO kablam! Sep 17 14:05:38.475 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:98:25 Sep 17 14:05:38.475 INFO kablam! | Sep 17 14:05:38.475 INFO kablam! 98 | pub type Matrix5x3 = MatrixMN; Sep 17 14:05:38.475 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.475 INFO kablam! | | Sep 17 14:05:38.475 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.475 INFO kablam! | Sep 17 14:05:38.475 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:98:25 Sep 17 14:05:38.475 INFO kablam! | Sep 17 14:05:38.475 INFO kablam! 98 | pub type Matrix5x3 = MatrixMN; Sep 17 14:05:38.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.475 INFO kablam! Sep 17 14:05:38.475 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:100:25 Sep 17 14:05:38.476 INFO kablam! | Sep 17 14:05:38.476 INFO kablam! 100 | pub type Matrix6x3 = MatrixMN; Sep 17 14:05:38.476 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.476 INFO kablam! | | Sep 17 14:05:38.476 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.476 INFO kablam! | Sep 17 14:05:38.476 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.476 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:100:25 Sep 17 14:05:38.476 INFO kablam! | Sep 17 14:05:38.476 INFO kablam! 100 | pub type Matrix6x3 = MatrixMN; Sep 17 14:05:38.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.476 INFO kablam! Sep 17 14:05:38.483 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.483 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:103:25 Sep 17 14:05:38.483 INFO kablam! | Sep 17 14:05:38.483 INFO kablam! 103 | pub type Matrix5x4 = MatrixMN; Sep 17 14:05:38.483 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.483 INFO kablam! | | Sep 17 14:05:38.483 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.483 INFO kablam! | Sep 17 14:05:38.483 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.483 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:103:25 Sep 17 14:05:38.483 INFO kablam! | Sep 17 14:05:38.483 INFO kablam! 103 | pub type Matrix5x4 = MatrixMN; Sep 17 14:05:38.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.483 INFO kablam! Sep 17 14:05:38.483 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.483 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:105:25 Sep 17 14:05:38.483 INFO kablam! | Sep 17 14:05:38.483 INFO kablam! 105 | pub type Matrix6x4 = MatrixMN; Sep 17 14:05:38.483 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.483 INFO kablam! | | Sep 17 14:05:38.483 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.483 INFO kablam! | Sep 17 14:05:38.483 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.483 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:105:25 Sep 17 14:05:38.483 INFO kablam! | Sep 17 14:05:38.483 INFO kablam! 105 | pub type Matrix6x4 = MatrixMN; Sep 17 14:05:38.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.483 INFO kablam! Sep 17 14:05:38.483 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.483 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:108:25 Sep 17 14:05:38.483 INFO kablam! | Sep 17 14:05:38.483 INFO kablam! 108 | pub type Matrix6x5 = MatrixMN; Sep 17 14:05:38.483 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.483 INFO kablam! | | Sep 17 14:05:38.483 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.483 INFO kablam! | Sep 17 14:05:38.483 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.483 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:108:25 Sep 17 14:05:38.483 INFO kablam! | Sep 17 14:05:38.483 INFO kablam! 108 | pub type Matrix6x5 = MatrixMN; Sep 17 14:05:38.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.483 INFO kablam! Sep 17 14:05:38.484 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.484 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:119:23 Sep 17 14:05:38.484 INFO kablam! | Sep 17 14:05:38.484 INFO kablam! 119 | pub type DVector = Matrix>; Sep 17 14:05:38.484 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.484 INFO kablam! | | Sep 17 14:05:38.484 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.484 INFO kablam! | Sep 17 14:05:38.484 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.484 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:119:23 Sep 17 14:05:38.484 INFO kablam! | Sep 17 14:05:38.484 INFO kablam! 119 | pub type DVector = Matrix>; Sep 17 14:05:38.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.484 INFO kablam! Sep 17 14:05:38.487 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.487 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:122:26 Sep 17 14:05:38.487 INFO kablam! | Sep 17 14:05:38.487 INFO kablam! 122 | pub type VectorN = MatrixMN; Sep 17 14:05:38.487 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.487 INFO kablam! | | Sep 17 14:05:38.487 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.487 INFO kablam! | Sep 17 14:05:38.487 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.487 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:122:26 Sep 17 14:05:38.487 INFO kablam! | Sep 17 14:05:38.487 INFO kablam! 122 | pub type VectorN = MatrixMN; Sep 17 14:05:38.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.487 INFO kablam! Sep 17 14:05:38.487 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.487 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:125:23 Sep 17 14:05:38.487 INFO kablam! | Sep 17 14:05:38.487 INFO kablam! 125 | pub type Vector1 = VectorN; Sep 17 14:05:38.487 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 17 14:05:38.487 INFO kablam! | | Sep 17 14:05:38.487 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.487 INFO kablam! | Sep 17 14:05:38.491 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:125:23 Sep 17 14:05:38.491 INFO kablam! | Sep 17 14:05:38.491 INFO kablam! 125 | pub type Vector1 = VectorN; Sep 17 14:05:38.491 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 14:05:38.491 INFO kablam! Sep 17 14:05:38.491 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:127:23 Sep 17 14:05:38.491 INFO kablam! | Sep 17 14:05:38.491 INFO kablam! 127 | pub type Vector2 = VectorN; Sep 17 14:05:38.491 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 17 14:05:38.491 INFO kablam! | | Sep 17 14:05:38.491 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.491 INFO kablam! | Sep 17 14:05:38.491 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:127:23 Sep 17 14:05:38.491 INFO kablam! | Sep 17 14:05:38.491 INFO kablam! 127 | pub type Vector2 = VectorN; Sep 17 14:05:38.491 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 14:05:38.491 INFO kablam! Sep 17 14:05:38.491 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:129:23 Sep 17 14:05:38.491 INFO kablam! | Sep 17 14:05:38.491 INFO kablam! 129 | pub type Vector3 = VectorN; Sep 17 14:05:38.491 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 17 14:05:38.491 INFO kablam! | | Sep 17 14:05:38.491 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.491 INFO kablam! | Sep 17 14:05:38.491 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:129:23 Sep 17 14:05:38.491 INFO kablam! | Sep 17 14:05:38.491 INFO kablam! 129 | pub type Vector3 = VectorN; Sep 17 14:05:38.491 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 14:05:38.491 INFO kablam! Sep 17 14:05:38.491 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:131:23 Sep 17 14:05:38.491 INFO kablam! | Sep 17 14:05:38.491 INFO kablam! 131 | pub type Vector4 = VectorN; Sep 17 14:05:38.491 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 17 14:05:38.491 INFO kablam! | | Sep 17 14:05:38.491 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.491 INFO kablam! | Sep 17 14:05:38.491 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:131:23 Sep 17 14:05:38.491 INFO kablam! | Sep 17 14:05:38.492 INFO kablam! 131 | pub type Vector4 = VectorN; Sep 17 14:05:38.492 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 14:05:38.492 INFO kablam! Sep 17 14:05:38.503 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.503 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:133:23 Sep 17 14:05:38.503 INFO kablam! | Sep 17 14:05:38.503 INFO kablam! 133 | pub type Vector5 = VectorN; Sep 17 14:05:38.503 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 17 14:05:38.503 INFO kablam! | | Sep 17 14:05:38.503 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.503 INFO kablam! | Sep 17 14:05:38.503 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.503 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:133:23 Sep 17 14:05:38.503 INFO kablam! | Sep 17 14:05:38.503 INFO kablam! 133 | pub type Vector5 = VectorN; Sep 17 14:05:38.503 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 14:05:38.503 INFO kablam! Sep 17 14:05:38.503 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.503 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:135:23 Sep 17 14:05:38.503 INFO kablam! | Sep 17 14:05:38.503 INFO kablam! 135 | pub type Vector6 = VectorN; Sep 17 14:05:38.503 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 17 14:05:38.503 INFO kablam! | | Sep 17 14:05:38.503 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.503 INFO kablam! | Sep 17 14:05:38.503 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.503 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:135:23 Sep 17 14:05:38.503 INFO kablam! | Sep 17 14:05:38.503 INFO kablam! 135 | pub type Vector6 = VectorN; Sep 17 14:05:38.503 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 14:05:38.503 INFO kablam! Sep 17 14:05:38.503 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.503 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:146:26 Sep 17 14:05:38.503 INFO kablam! | Sep 17 14:05:38.503 INFO kablam! 146 | pub type RowDVector = Matrix>; Sep 17 14:05:38.503 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.503 INFO kablam! | | Sep 17 14:05:38.503 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.503 INFO kablam! | Sep 17 14:05:38.503 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.503 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:146:26 Sep 17 14:05:38.504 INFO kablam! | Sep 17 14:05:38.504 INFO kablam! 146 | pub type RowDVector = Matrix>; Sep 17 14:05:38.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.504 INFO kablam! Sep 17 14:05:38.504 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.504 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:149:29 Sep 17 14:05:38.504 INFO kablam! | Sep 17 14:05:38.504 INFO kablam! 149 | pub type RowVectorN = MatrixMN; Sep 17 14:05:38.504 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.504 INFO kablam! | | Sep 17 14:05:38.504 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.504 INFO kablam! | Sep 17 14:05:38.504 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.504 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:149:29 Sep 17 14:05:38.504 INFO kablam! | Sep 17 14:05:38.504 INFO kablam! 149 | pub type RowVectorN = MatrixMN; Sep 17 14:05:38.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.504 INFO kablam! Sep 17 14:05:38.511 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.511 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:152:26 Sep 17 14:05:38.511 INFO kablam! | Sep 17 14:05:38.511 INFO kablam! 152 | pub type RowVector1 = RowVectorN; Sep 17 14:05:38.511 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.511 INFO kablam! | | Sep 17 14:05:38.511 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.511 INFO kablam! | Sep 17 14:05:38.511 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.511 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:152:26 Sep 17 14:05:38.511 INFO kablam! | Sep 17 14:05:38.511 INFO kablam! 152 | pub type RowVector1 = RowVectorN; Sep 17 14:05:38.511 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.511 INFO kablam! Sep 17 14:05:38.511 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.511 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:154:26 Sep 17 14:05:38.511 INFO kablam! | Sep 17 14:05:38.511 INFO kablam! 154 | pub type RowVector2 = RowVectorN; Sep 17 14:05:38.511 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.511 INFO kablam! | | Sep 17 14:05:38.511 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.511 INFO kablam! | Sep 17 14:05:38.511 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.511 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:154:26 Sep 17 14:05:38.511 INFO kablam! | Sep 17 14:05:38.511 INFO kablam! 154 | pub type RowVector2 = RowVectorN; Sep 17 14:05:38.511 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.511 INFO kablam! Sep 17 14:05:38.511 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.511 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:156:26 Sep 17 14:05:38.511 INFO kablam! | Sep 17 14:05:38.511 INFO kablam! 156 | pub type RowVector3 = RowVectorN; Sep 17 14:05:38.511 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.511 INFO kablam! | | Sep 17 14:05:38.511 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.511 INFO kablam! | Sep 17 14:05:38.512 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.512 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:156:26 Sep 17 14:05:38.512 INFO kablam! | Sep 17 14:05:38.512 INFO kablam! 156 | pub type RowVector3 = RowVectorN; Sep 17 14:05:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.512 INFO kablam! Sep 17 14:05:38.512 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.512 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:158:26 Sep 17 14:05:38.512 INFO kablam! | Sep 17 14:05:38.512 INFO kablam! 158 | pub type RowVector4 = RowVectorN; Sep 17 14:05:38.512 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.512 INFO kablam! | | Sep 17 14:05:38.512 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.512 INFO kablam! | Sep 17 14:05:38.512 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.512 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:158:26 Sep 17 14:05:38.512 INFO kablam! | Sep 17 14:05:38.512 INFO kablam! 158 | pub type RowVector4 = RowVectorN; Sep 17 14:05:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.512 INFO kablam! Sep 17 14:05:38.512 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.512 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:160:26 Sep 17 14:05:38.512 INFO kablam! | Sep 17 14:05:38.512 INFO kablam! 160 | pub type RowVector5 = RowVectorN; Sep 17 14:05:38.512 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.512 INFO kablam! | | Sep 17 14:05:38.512 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.512 INFO kablam! | Sep 17 14:05:38.512 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.512 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:160:26 Sep 17 14:05:38.512 INFO kablam! | Sep 17 14:05:38.512 INFO kablam! 160 | pub type RowVector5 = RowVectorN; Sep 17 14:05:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.512 INFO kablam! Sep 17 14:05:38.512 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.512 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:162:26 Sep 17 14:05:38.512 INFO kablam! | Sep 17 14:05:38.512 INFO kablam! 162 | pub type RowVector6 = RowVectorN; Sep 17 14:05:38.512 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.512 INFO kablam! | | Sep 17 14:05:38.512 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.512 INFO kablam! | Sep 17 14:05:38.512 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.512 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/alias.rs:162:26 Sep 17 14:05:38.512 INFO kablam! | Sep 17 14:05:38.512 INFO kablam! 162 | pub type RowVector6 = RowVectorN; Sep 17 14:05:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.512 INFO kablam! Sep 17 14:05:38.671 INFO kablam! Checking image v0.19.0 Sep 17 14:05:38.699 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.699 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/componentwise.rs:15:49 Sep 17 14:05:38.699 INFO kablam! | Sep 17 14:05:38.699 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 14:05:38.699 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.699 INFO kablam! | | Sep 17 14:05:38.699 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.700 INFO kablam! | Sep 17 14:05:38.700 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.700 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/componentwise.rs:15:49 Sep 17 14:05:38.700 INFO kablam! | Sep 17 14:05:38.700 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 17 14:05:38.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:38.700 INFO kablam! Sep 17 14:05:38.994 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:38.994 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/point_alias.rs:6:22 Sep 17 14:05:38.994 INFO kablam! | Sep 17 14:05:38.994 INFO kablam! 6 | pub type Point1 = Point; Sep 17 14:05:38.994 INFO kablam! | - ^^^^^^^^^^^^ Sep 17 14:05:38.994 INFO kablam! | | Sep 17 14:05:38.994 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:38.994 INFO kablam! | Sep 17 14:05:38.994 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:38.994 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/point_alias.rs:6:22 Sep 17 14:05:38.994 INFO kablam! | Sep 17 14:05:38.994 INFO kablam! 6 | pub type Point1 = Point; Sep 17 14:05:38.994 INFO kablam! | ^^^^^^^^^^^^ Sep 17 14:05:38.994 INFO kablam! Sep 17 14:05:39.003 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.003 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/point_alias.rs:8:22 Sep 17 14:05:39.003 INFO kablam! | Sep 17 14:05:39.003 INFO kablam! 8 | pub type Point2 = Point; Sep 17 14:05:39.003 INFO kablam! | - ^^^^^^^^^^^^ Sep 17 14:05:39.003 INFO kablam! | | Sep 17 14:05:39.003 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.003 INFO kablam! | Sep 17 14:05:39.003 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.003 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/point_alias.rs:8:22 Sep 17 14:05:39.003 INFO kablam! | Sep 17 14:05:39.003 INFO kablam! 8 | pub type Point2 = Point; Sep 17 14:05:39.003 INFO kablam! | ^^^^^^^^^^^^ Sep 17 14:05:39.003 INFO kablam! Sep 17 14:05:39.003 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.003 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/point_alias.rs:10:22 Sep 17 14:05:39.003 INFO kablam! | Sep 17 14:05:39.003 INFO kablam! 10 | pub type Point3 = Point; Sep 17 14:05:39.003 INFO kablam! | - ^^^^^^^^^^^^ Sep 17 14:05:39.003 INFO kablam! | | Sep 17 14:05:39.003 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.003 INFO kablam! | Sep 17 14:05:39.003 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.003 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/point_alias.rs:10:22 Sep 17 14:05:39.003 INFO kablam! | Sep 17 14:05:39.003 INFO kablam! 10 | pub type Point3 = Point; Sep 17 14:05:39.003 INFO kablam! | ^^^^^^^^^^^^ Sep 17 14:05:39.003 INFO kablam! Sep 17 14:05:39.003 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.003 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/point_alias.rs:12:22 Sep 17 14:05:39.003 INFO kablam! | Sep 17 14:05:39.003 INFO kablam! 12 | pub type Point4 = Point; Sep 17 14:05:39.003 INFO kablam! | - ^^^^^^^^^^^^ Sep 17 14:05:39.003 INFO kablam! | | Sep 17 14:05:39.003 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.003 INFO kablam! | Sep 17 14:05:39.003 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.003 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/point_alias.rs:12:22 Sep 17 14:05:39.003 INFO kablam! | Sep 17 14:05:39.003 INFO kablam! 12 | pub type Point4 = Point; Sep 17 14:05:39.003 INFO kablam! | ^^^^^^^^^^^^ Sep 17 14:05:39.003 INFO kablam! Sep 17 14:05:39.003 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.003 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/point_alias.rs:14:22 Sep 17 14:05:39.003 INFO kablam! | Sep 17 14:05:39.004 INFO kablam! 14 | pub type Point5 = Point; Sep 17 14:05:39.004 INFO kablam! | - ^^^^^^^^^^^^ Sep 17 14:05:39.004 INFO kablam! | | Sep 17 14:05:39.004 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.004 INFO kablam! | Sep 17 14:05:39.004 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.004 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/point_alias.rs:14:22 Sep 17 14:05:39.004 INFO kablam! | Sep 17 14:05:39.004 INFO kablam! 14 | pub type Point5 = Point; Sep 17 14:05:39.004 INFO kablam! | ^^^^^^^^^^^^ Sep 17 14:05:39.004 INFO kablam! Sep 17 14:05:39.004 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.004 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/point_alias.rs:16:22 Sep 17 14:05:39.004 INFO kablam! | Sep 17 14:05:39.004 INFO kablam! 16 | pub type Point6 = Point; Sep 17 14:05:39.004 INFO kablam! | - ^^^^^^^^^^^^ Sep 17 14:05:39.004 INFO kablam! | | Sep 17 14:05:39.004 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.004 INFO kablam! | Sep 17 14:05:39.004 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.004 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/point_alias.rs:16:22 Sep 17 14:05:39.004 INFO kablam! | Sep 17 14:05:39.004 INFO kablam! 16 | pub type Point6 = Point; Sep 17 14:05:39.004 INFO kablam! | ^^^^^^^^^^^^ Sep 17 14:05:39.004 INFO kablam! Sep 17 14:05:39.143 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.143 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/rotation_alias.rs:6:25 Sep 17 14:05:39.143 INFO kablam! | Sep 17 14:05:39.143 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 14:05:39.143 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 17 14:05:39.143 INFO kablam! | | Sep 17 14:05:39.143 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.143 INFO kablam! | Sep 17 14:05:39.143 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.143 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/rotation_alias.rs:6:25 Sep 17 14:05:39.143 INFO kablam! | Sep 17 14:05:39.143 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 17 14:05:39.143 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 17 14:05:39.143 INFO kablam! Sep 17 14:05:39.143 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.143 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/rotation_alias.rs:9:25 Sep 17 14:05:39.143 INFO kablam! | Sep 17 14:05:39.143 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 14:05:39.143 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 17 14:05:39.143 INFO kablam! | | Sep 17 14:05:39.143 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.143 INFO kablam! | Sep 17 14:05:39.143 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.143 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/rotation_alias.rs:9:25 Sep 17 14:05:39.143 INFO kablam! | Sep 17 14:05:39.143 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 17 14:05:39.143 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 17 14:05:39.143 INFO kablam! Sep 17 14:05:39.468 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.468 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/translation_alias.rs:6:28 Sep 17 14:05:39.468 INFO kablam! | Sep 17 14:05:39.468 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 14:05:39.468 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.468 INFO kablam! | | Sep 17 14:05:39.468 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.468 INFO kablam! | Sep 17 14:05:39.468 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.468 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/translation_alias.rs:6:28 Sep 17 14:05:39.468 INFO kablam! | Sep 17 14:05:39.468 INFO kablam! 6 | pub type Translation2 = Translation; Sep 17 14:05:39.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.468 INFO kablam! Sep 17 14:05:39.468 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.468 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/translation_alias.rs:9:28 Sep 17 14:05:39.468 INFO kablam! | Sep 17 14:05:39.468 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 14:05:39.468 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.468 INFO kablam! | | Sep 17 14:05:39.468 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.468 INFO kablam! | Sep 17 14:05:39.468 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.468 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/translation_alias.rs:9:28 Sep 17 14:05:39.468 INFO kablam! | Sep 17 14:05:39.468 INFO kablam! 9 | pub type Translation3 = Translation; Sep 17 14:05:39.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.469 INFO kablam! Sep 17 14:05:39.623 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.623 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_alias.rs:7:25 Sep 17 14:05:39.623 INFO kablam! | Sep 17 14:05:39.623 INFO kablam! 7 | pub type Isometry2 = Isometry>; Sep 17 14:05:39.623 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.623 INFO kablam! | | Sep 17 14:05:39.623 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.623 INFO kablam! | Sep 17 14:05:39.623 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.623 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_alias.rs:7:25 Sep 17 14:05:39.623 INFO kablam! | Sep 17 14:05:39.623 INFO kablam! 7 | pub type Isometry2 = Isometry>; Sep 17 14:05:39.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.623 INFO kablam! Sep 17 14:05:39.623 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.623 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_alias.rs:10:25 Sep 17 14:05:39.623 INFO kablam! | Sep 17 14:05:39.623 INFO kablam! 10 | pub type Isometry3 = Isometry>; Sep 17 14:05:39.623 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.623 INFO kablam! | | Sep 17 14:05:39.623 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.623 INFO kablam! | Sep 17 14:05:39.623 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.623 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_alias.rs:10:25 Sep 17 14:05:39.623 INFO kablam! | Sep 17 14:05:39.623 INFO kablam! 10 | pub type Isometry3 = Isometry>; Sep 17 14:05:39.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.623 INFO kablam! Sep 17 14:05:39.623 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.623 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_alias.rs:13:31 Sep 17 14:05:39.623 INFO kablam! | Sep 17 14:05:39.623 INFO kablam! 13 | pub type IsometryMatrix2 = Isometry>; Sep 17 14:05:39.623 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.623 INFO kablam! | | Sep 17 14:05:39.623 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.623 INFO kablam! | Sep 17 14:05:39.623 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.623 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_alias.rs:13:31 Sep 17 14:05:39.623 INFO kablam! | Sep 17 14:05:39.623 INFO kablam! 13 | pub type IsometryMatrix2 = Isometry>; Sep 17 14:05:39.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.623 INFO kablam! Sep 17 14:05:39.627 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.627 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_alias.rs:16:31 Sep 17 14:05:39.627 INFO kablam! | Sep 17 14:05:39.627 INFO kablam! 16 | pub type IsometryMatrix3 = Isometry>; Sep 17 14:05:39.627 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.627 INFO kablam! | | Sep 17 14:05:39.627 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.627 INFO kablam! | Sep 17 14:05:39.627 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.627 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_alias.rs:16:31 Sep 17 14:05:39.627 INFO kablam! | Sep 17 14:05:39.627 INFO kablam! 16 | pub type IsometryMatrix3 = Isometry>; Sep 17 14:05:39.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.627 INFO kablam! Sep 17 14:05:39.731 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.731 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/similarity_alias.rs:6:27 Sep 17 14:05:39.731 INFO kablam! | Sep 17 14:05:39.731 INFO kablam! 6 | pub type Similarity2 = Similarity>; Sep 17 14:05:39.731 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.731 INFO kablam! | | Sep 17 14:05:39.731 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.731 INFO kablam! | Sep 17 14:05:39.731 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.731 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/similarity_alias.rs:6:27 Sep 17 14:05:39.731 INFO kablam! | Sep 17 14:05:39.731 INFO kablam! 6 | pub type Similarity2 = Similarity>; Sep 17 14:05:39.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.731 INFO kablam! Sep 17 14:05:39.739 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.739 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/similarity_alias.rs:9:27 Sep 17 14:05:39.739 INFO kablam! | Sep 17 14:05:39.739 INFO kablam! 9 | pub type Similarity3 = Similarity>; Sep 17 14:05:39.739 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.739 INFO kablam! | | Sep 17 14:05:39.739 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.739 INFO kablam! | Sep 17 14:05:39.739 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.739 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/similarity_alias.rs:9:27 Sep 17 14:05:39.739 INFO kablam! | Sep 17 14:05:39.739 INFO kablam! 9 | pub type Similarity3 = Similarity>; Sep 17 14:05:39.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.739 INFO kablam! Sep 17 14:05:39.739 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.739 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/similarity_alias.rs:12:33 Sep 17 14:05:39.739 INFO kablam! | Sep 17 14:05:39.739 INFO kablam! 12 | pub type SimilarityMatrix2 = Similarity>; Sep 17 14:05:39.739 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.739 INFO kablam! | | Sep 17 14:05:39.739 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.739 INFO kablam! | Sep 17 14:05:39.739 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.739 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/similarity_alias.rs:12:33 Sep 17 14:05:39.739 INFO kablam! | Sep 17 14:05:39.739 INFO kablam! 12 | pub type SimilarityMatrix2 = Similarity>; Sep 17 14:05:39.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.739 INFO kablam! Sep 17 14:05:39.745 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.745 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/similarity_alias.rs:15:33 Sep 17 14:05:39.745 INFO kablam! | Sep 17 14:05:39.745 INFO kablam! 15 | pub type SimilarityMatrix3 = Similarity>; Sep 17 14:05:39.745 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.745 INFO kablam! | | Sep 17 14:05:39.745 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.745 INFO kablam! | Sep 17 14:05:39.745 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.745 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/similarity_alias.rs:15:33 Sep 17 14:05:39.745 INFO kablam! | Sep 17 14:05:39.745 INFO kablam! 15 | pub type SimilarityMatrix3 = Similarity>; Sep 17 14:05:39.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.745 INFO kablam! Sep 17 14:05:39.807 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_alias.rs:6:27 Sep 17 14:05:39.807 INFO kablam! | Sep 17 14:05:39.807 INFO kablam! 6 | pub type Transform2 = Transform; Sep 17 14:05:39.807 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.807 INFO kablam! | | Sep 17 14:05:39.807 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.807 INFO kablam! | Sep 17 14:05:39.807 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_alias.rs:6:27 Sep 17 14:05:39.807 INFO kablam! | Sep 17 14:05:39.807 INFO kablam! 6 | pub type Transform2 = Transform; Sep 17 14:05:39.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.807 INFO kablam! Sep 17 14:05:39.807 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_alias.rs:8:27 Sep 17 14:05:39.807 INFO kablam! | Sep 17 14:05:39.807 INFO kablam! 8 | pub type Projective2 = Transform; Sep 17 14:05:39.807 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.807 INFO kablam! | | Sep 17 14:05:39.807 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.807 INFO kablam! | Sep 17 14:05:39.807 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.815 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_alias.rs:8:27 Sep 17 14:05:39.815 INFO kablam! | Sep 17 14:05:39.815 INFO kablam! 8 | pub type Projective2 = Transform; Sep 17 14:05:39.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.815 INFO kablam! Sep 17 14:05:39.815 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.815 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_alias.rs:10:27 Sep 17 14:05:39.815 INFO kablam! | Sep 17 14:05:39.815 INFO kablam! 10 | pub type Affine2 = Transform; Sep 17 14:05:39.815 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.815 INFO kablam! | | Sep 17 14:05:39.815 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.815 INFO kablam! | Sep 17 14:05:39.815 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.815 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_alias.rs:10:27 Sep 17 14:05:39.815 INFO kablam! | Sep 17 14:05:39.815 INFO kablam! 10 | pub type Affine2 = Transform; Sep 17 14:05:39.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.815 INFO kablam! Sep 17 14:05:39.819 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.819 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_alias.rs:13:27 Sep 17 14:05:39.819 INFO kablam! | Sep 17 14:05:39.819 INFO kablam! 13 | pub type Transform3 = Transform; Sep 17 14:05:39.819 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.819 INFO kablam! | | Sep 17 14:05:39.819 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.819 INFO kablam! | Sep 17 14:05:39.819 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.819 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_alias.rs:13:27 Sep 17 14:05:39.819 INFO kablam! | Sep 17 14:05:39.819 INFO kablam! 13 | pub type Transform3 = Transform; Sep 17 14:05:39.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.819 INFO kablam! Sep 17 14:05:39.819 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.819 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_alias.rs:15:27 Sep 17 14:05:39.819 INFO kablam! | Sep 17 14:05:39.819 INFO kablam! 15 | pub type Projective3 = Transform; Sep 17 14:05:39.819 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.819 INFO kablam! | | Sep 17 14:05:39.819 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.819 INFO kablam! | Sep 17 14:05:39.819 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.819 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_alias.rs:15:27 Sep 17 14:05:39.819 INFO kablam! | Sep 17 14:05:39.819 INFO kablam! 15 | pub type Projective3 = Transform; Sep 17 14:05:39.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.819 INFO kablam! Sep 17 14:05:39.827 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:39.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_alias.rs:17:27 Sep 17 14:05:39.827 INFO kablam! | Sep 17 14:05:39.827 INFO kablam! 17 | pub type Affine3 = Transform; Sep 17 14:05:39.827 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.827 INFO kablam! | | Sep 17 14:05:39.827 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:39.827 INFO kablam! | Sep 17 14:05:39.827 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:39.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_alias.rs:17:27 Sep 17 14:05:39.827 INFO kablam! | Sep 17 14:05:39.827 INFO kablam! 17 | pub type Affine3 = Transform; Sep 17 14:05:39.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:39.827 INFO kablam! Sep 17 14:05:42.500 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:42.501 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix_slice.rs:234:11 Sep 17 14:05:42.501 INFO kablam! | Sep 17 14:05:42.502 INFO kablam! 233 | pub type $MatrixSlice<'a, N, R, C, RStride, CStride> Sep 17 14:05:42.502 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:42.503 INFO kablam! 234 | = Matrix>; Sep 17 14:05:42.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:42.503 INFO kablam! ... Sep 17 14:05:42.504 INFO kablam! 592 | / matrix_slice_impl!( Sep 17 14:05:42.504 INFO kablam! 593 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 14:05:42.504 INFO kablam! 594 | | row, Sep 17 14:05:42.505 INFO kablam! 595 | | row_part, Sep 17 14:05:42.505 INFO kablam! ... | Sep 17 14:05:42.505 INFO kablam! 616 | | rows_range_pair, Sep 17 14:05:42.506 INFO kablam! 617 | | columns_range_pair); Sep 17 14:05:42.506 INFO kablam! | |_________________________- in this macro invocation Sep 17 14:05:42.506 INFO kablam! | Sep 17 14:05:42.507 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:42.507 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix_slice.rs:234:11 Sep 17 14:05:42.508 INFO kablam! | Sep 17 14:05:42.508 INFO kablam! 234 | = Matrix>; Sep 17 14:05:42.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:42.509 INFO kablam! ... Sep 17 14:05:42.509 INFO kablam! 592 | / matrix_slice_impl!( Sep 17 14:05:42.509 INFO kablam! 593 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 17 14:05:42.510 INFO kablam! 594 | | row, Sep 17 14:05:42.510 INFO kablam! 595 | | row_part, Sep 17 14:05:42.510 INFO kablam! ... | Sep 17 14:05:42.511 INFO kablam! 616 | | rows_range_pair, Sep 17 14:05:42.511 INFO kablam! 617 | | columns_range_pair); Sep 17 14:05:42.511 INFO kablam! | |_________________________- in this macro invocation Sep 17 14:05:42.512 INFO kablam! Sep 17 14:05:42.514 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 17 14:05:42.514 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix_slice.rs:234:11 Sep 17 14:05:42.514 INFO kablam! | Sep 17 14:05:42.515 INFO kablam! 233 | pub type $MatrixSlice<'a, N, R, C, RStride, CStride> Sep 17 14:05:42.515 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 17 14:05:42.516 INFO kablam! 234 | = Matrix>; Sep 17 14:05:42.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:42.516 INFO kablam! ... Sep 17 14:05:42.516 INFO kablam! 620 | / matrix_slice_impl!( Sep 17 14:05:42.516 INFO kablam! 621 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 14:05:42.516 INFO kablam! 622 | | row_mut, Sep 17 14:05:42.516 INFO kablam! 623 | | row_part_mut, Sep 17 14:05:42.516 INFO kablam! ... | Sep 17 14:05:42.517 INFO kablam! 644 | | rows_range_pair_mut, Sep 17 14:05:42.517 INFO kablam! 645 | | columns_range_pair_mut); Sep 17 14:05:42.517 INFO kablam! | |_____________________________- in this macro invocation Sep 17 14:05:42.518 INFO kablam! | Sep 17 14:05:42.518 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 17 14:05:42.519 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/matrix_slice.rs:234:11 Sep 17 14:05:42.519 INFO kablam! | Sep 17 14:05:42.519 INFO kablam! 234 | = Matrix>; Sep 17 14:05:42.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:05:42.520 INFO kablam! ... Sep 17 14:05:42.520 INFO kablam! 620 | / matrix_slice_impl!( Sep 17 14:05:42.521 INFO kablam! 621 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 17 14:05:42.521 INFO kablam! 622 | | row_mut, Sep 17 14:05:42.521 INFO kablam! 623 | | row_part_mut, Sep 17 14:05:42.522 INFO kablam! ... | Sep 17 14:05:42.522 INFO kablam! 644 | | rows_range_pair_mut, Sep 17 14:05:42.522 INFO kablam! 645 | | columns_range_pair_mut); Sep 17 14:05:42.523 INFO kablam! | |_____________________________- in this macro invocation Sep 17 14:05:42.523 INFO kablam! Sep 17 14:05:49.235 INFO kablam! error: aborting due to 92 previous errors Sep 17 14:05:49.235 INFO kablam! Sep 17 14:05:49.235 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 17 14:05:49.246 INFO kablam! error: Could not compile `nalgebra`. Sep 17 14:05:49.246 INFO kablam! Sep 17 14:05:49.246 INFO kablam! To learn more, run the command again with --verbose. Sep 17 14:05:49.248 INFO kablam! su: No module specific data is present Sep 17 14:05:50.191 INFO running `"docker" "rm" "-f" "f5f909d13f64128dca11554410cceb1b0a4e6bc4e873044a3d3f169fafec0e07"` Sep 17 14:05:50.413 INFO blam! f5f909d13f64128dca11554410cceb1b0a4e6bc4e873044a3d3f169fafec0e07