Sep 18 03:57:02.570 INFO checking ahrs-0.2.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:57:02.571 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:57:02.571 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/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 18 03:57:02.795 INFO blam! ceb1bad210d5c5ead4c5366faeafbe77e54184b4a5da4190843637262c595e8c Sep 18 03:57:02.801 INFO running `"docker" "start" "-a" "ceb1bad210d5c5ead4c5366faeafbe77e54184b4a5da4190843637262c595e8c"` Sep 18 03:57:03.384 INFO kablam! usermod: no changes Sep 18 03:57:03.438 INFO kablam! Checking nalgebra v0.11.2 Sep 18 03:57:07.119 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.119 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:20:36 Sep 18 03:57:07.119 INFO kablam! | Sep 18 03:57:07.120 INFO kablam! 20 | pub type OwnedMatrix = Matrix>::Buffer>; Sep 18 03:57:07.120 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.120 INFO kablam! | | Sep 18 03:57:07.120 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.120 INFO kablam! | Sep 18 03:57:07.120 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.120 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:20:36 Sep 18 03:57:07.121 INFO kablam! | Sep 18 03:57:07.121 INFO kablam! 20 | pub type OwnedMatrix = Matrix>::Buffer>; Sep 18 03:57:07.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.121 INFO kablam! Sep 18 03:57:07.121 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.121 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:23:34 Sep 18 03:57:07.121 INFO kablam! | Sep 18 03:57:07.122 INFO kablam! 23 | pub type SquareMatrix = Matrix; Sep 18 03:57:07.122 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.122 INFO kablam! | | Sep 18 03:57:07.122 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.122 INFO kablam! | Sep 18 03:57:07.122 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.123 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:23:34 Sep 18 03:57:07.123 INFO kablam! | Sep 18 03:57:07.123 INFO kablam! 23 | pub type SquareMatrix = Matrix; Sep 18 03:57:07.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.123 INFO kablam! Sep 18 03:57:07.123 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.123 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:26:39 Sep 18 03:57:07.124 INFO kablam! | Sep 18 03:57:07.124 INFO kablam! 26 | pub type OwnedSquareMatrix = OwnedMatrix; Sep 18 03:57:07.124 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.124 INFO kablam! | | Sep 18 03:57:07.124 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.124 INFO kablam! | Sep 18 03:57:07.125 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.125 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:26:39 Sep 18 03:57:07.125 INFO kablam! | Sep 18 03:57:07.125 INFO kablam! 26 | pub type OwnedSquareMatrix = OwnedMatrix; Sep 18 03:57:07.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.125 INFO kablam! Sep 18 03:57:07.126 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.126 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:29:34 Sep 18 03:57:07.126 INFO kablam! | Sep 18 03:57:07.126 INFO kablam! 29 | pub type ColumnVector = Matrix; Sep 18 03:57:07.126 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.126 INFO kablam! | | Sep 18 03:57:07.127 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.127 INFO kablam! | Sep 18 03:57:07.127 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.127 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:29:34 Sep 18 03:57:07.127 INFO kablam! | Sep 18 03:57:07.127 INFO kablam! 29 | pub type ColumnVector = Matrix; Sep 18 03:57:07.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.128 INFO kablam! Sep 18 03:57:07.135 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.135 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:32:39 Sep 18 03:57:07.135 INFO kablam! | Sep 18 03:57:07.135 INFO kablam! 32 | pub type OwnedColumnVector = OwnedMatrix; Sep 18 03:57:07.136 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.136 INFO kablam! | | Sep 18 03:57:07.136 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.136 INFO kablam! | Sep 18 03:57:07.136 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.136 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:32:39 Sep 18 03:57:07.137 INFO kablam! | Sep 18 03:57:07.137 INFO kablam! 32 | pub type OwnedColumnVector = OwnedMatrix; Sep 18 03:57:07.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.137 INFO kablam! Sep 18 03:57:07.137 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.137 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:35:36 Sep 18 03:57:07.137 INFO kablam! | Sep 18 03:57:07.138 INFO kablam! 35 | pub type OwnedRowVector = OwnedMatrix; Sep 18 03:57:07.138 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.138 INFO kablam! | | Sep 18 03:57:07.138 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.138 INFO kablam! | Sep 18 03:57:07.139 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.147 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:35:36 Sep 18 03:57:07.147 INFO kablam! | Sep 18 03:57:07.147 INFO kablam! 35 | pub type OwnedRowVector = OwnedMatrix; Sep 18 03:57:07.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.147 INFO kablam! Sep 18 03:57:07.148 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.148 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:39:5 Sep 18 03:57:07.148 INFO kablam! | Sep 18 03:57:07.148 INFO kablam! 38 | pub type MatrixSum = Sep 18 03:57:07.148 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.148 INFO kablam! 39 | Matrix, SameShapeC, SumStorage>; Sep 18 03:57:07.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.149 INFO kablam! | Sep 18 03:57:07.149 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.149 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:39:5 Sep 18 03:57:07.149 INFO kablam! | Sep 18 03:57:07.149 INFO kablam! 39 | Matrix, SameShapeC, SumStorage>; Sep 18 03:57:07.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.150 INFO kablam! Sep 18 03:57:07.150 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.150 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:43:5 Sep 18 03:57:07.150 INFO kablam! | Sep 18 03:57:07.150 INFO kablam! 42 | pub type ColumnVectorSum = Sep 18 03:57:07.150 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.151 INFO kablam! 43 | Matrix, U1, SumStorage>; Sep 18 03:57:07.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.151 INFO kablam! | Sep 18 03:57:07.151 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.151 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:43:5 Sep 18 03:57:07.151 INFO kablam! | Sep 18 03:57:07.152 INFO kablam! 43 | Matrix, U1, SumStorage>; Sep 18 03:57:07.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.152 INFO kablam! Sep 18 03:57:07.152 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.152 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:46:47 Sep 18 03:57:07.152 INFO kablam! | Sep 18 03:57:07.152 INFO kablam! 46 | pub type MatrixCross = MatrixSum; Sep 18 03:57:07.153 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.153 INFO kablam! | | Sep 18 03:57:07.153 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.153 INFO kablam! | Sep 18 03:57:07.153 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.153 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:46:47 Sep 18 03:57:07.154 INFO kablam! | Sep 18 03:57:07.154 INFO kablam! 46 | pub type MatrixCross = MatrixSum; Sep 18 03:57:07.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.154 INFO kablam! Sep 18 03:57:07.154 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.154 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:49:41 Sep 18 03:57:07.154 INFO kablam! | Sep 18 03:57:07.155 INFO kablam! 49 | pub type MatrixMul = Matrix>; Sep 18 03:57:07.155 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.155 INFO kablam! | | Sep 18 03:57:07.155 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.155 INFO kablam! | Sep 18 03:57:07.155 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.155 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:49:41 Sep 18 03:57:07.156 INFO kablam! | Sep 18 03:57:07.156 INFO kablam! 49 | pub type MatrixMul = Matrix>; Sep 18 03:57:07.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.156 INFO kablam! Sep 18 03:57:07.156 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.156 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:52:43 Sep 18 03:57:07.157 INFO kablam! | Sep 18 03:57:07.157 INFO kablam! 52 | pub type MatrixTrMul = Matrix>; Sep 18 03:57:07.157 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.157 INFO kablam! | | Sep 18 03:57:07.157 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.157 INFO kablam! | Sep 18 03:57:07.158 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.158 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:52:43 Sep 18 03:57:07.158 INFO kablam! | Sep 18 03:57:07.158 INFO kablam! 52 | pub type MatrixTrMul = Matrix>; Sep 18 03:57:07.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.158 INFO kablam! Sep 18 03:57:07.158 INFO kablam! error[E0310]: the parameter type `NNew` may not live long enough Sep 18 03:57:07.159 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:56:1 Sep 18 03:57:07.159 INFO kablam! | Sep 18 03:57:07.159 INFO kablam! 55 | pub type MatrixWithScalar = Sep 18 03:57:07.159 INFO kablam! | ---- help: consider adding an explicit lifetime bound `NNew: 'static`... Sep 18 03:57:07.159 INFO kablam! 56 | Matrix>::Alloc as Allocator>::Buffer>; Sep 18 03:57:07.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.160 INFO kablam! | Sep 18 03:57:07.160 INFO kablam! note: ...so that the type `NNew` will meet its required lifetime bounds Sep 18 03:57:07.160 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix.rs:56:1 Sep 18 03:57:07.160 INFO kablam! | Sep 18 03:57:07.160 INFO kablam! 56 | Matrix>::Alloc as Allocator>::Buffer>; Sep 18 03:57:07.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.161 INFO kablam! Sep 18 03:57:07.162 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.162 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:14:23 Sep 18 03:57:07.163 INFO kablam! | Sep 18 03:57:07.163 INFO kablam! 14 | pub type DMatrix = Matrix>; Sep 18 03:57:07.163 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.163 INFO kablam! | | Sep 18 03:57:07.163 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.164 INFO kablam! | Sep 18 03:57:07.164 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.164 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:14:23 Sep 18 03:57:07.164 INFO kablam! | Sep 18 03:57:07.164 INFO kablam! 14 | pub type DMatrix = Matrix>; Sep 18 03:57:07.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.165 INFO kablam! Sep 18 03:57:07.165 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.165 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:17:30 Sep 18 03:57:07.166 INFO kablam! | Sep 18 03:57:07.166 INFO kablam! 17 | pub type MatrixNM = Matrix>; Sep 18 03:57:07.166 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.166 INFO kablam! | | Sep 18 03:57:07.167 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.167 INFO kablam! | Sep 18 03:57:07.167 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.167 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:17:30 Sep 18 03:57:07.168 INFO kablam! | Sep 18 03:57:07.168 INFO kablam! 17 | pub type MatrixNM = Matrix>; Sep 18 03:57:07.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.168 INFO kablam! Sep 18 03:57:07.169 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.169 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:20:26 Sep 18 03:57:07.169 INFO kablam! | Sep 18 03:57:07.169 INFO kablam! 20 | pub type MatrixN = MatrixNM; Sep 18 03:57:07.170 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.170 INFO kablam! | | Sep 18 03:57:07.170 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.170 INFO kablam! | Sep 18 03:57:07.171 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.171 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:20:26 Sep 18 03:57:07.171 INFO kablam! | Sep 18 03:57:07.172 INFO kablam! 20 | pub type MatrixN = MatrixNM; Sep 18 03:57:07.172 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.172 INFO kablam! Sep 18 03:57:07.172 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.172 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:23:23 Sep 18 03:57:07.173 INFO kablam! | Sep 18 03:57:07.173 INFO kablam! 23 | pub type Matrix1 = MatrixN; Sep 18 03:57:07.173 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 18 03:57:07.174 INFO kablam! | | Sep 18 03:57:07.174 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.174 INFO kablam! | Sep 18 03:57:07.174 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.175 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:23:23 Sep 18 03:57:07.175 INFO kablam! | Sep 18 03:57:07.175 INFO kablam! 23 | pub type Matrix1 = MatrixN; Sep 18 03:57:07.175 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:57:07.176 INFO kablam! Sep 18 03:57:07.176 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.176 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:25:23 Sep 18 03:57:07.176 INFO kablam! | Sep 18 03:57:07.177 INFO kablam! 25 | pub type Matrix2 = MatrixN; Sep 18 03:57:07.177 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 18 03:57:07.177 INFO kablam! | | Sep 18 03:57:07.177 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.178 INFO kablam! | Sep 18 03:57:07.178 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:25:23 Sep 18 03:57:07.178 INFO kablam! | Sep 18 03:57:07.179 INFO kablam! 25 | pub type Matrix2 = MatrixN; Sep 18 03:57:07.179 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:57:07.179 INFO kablam! Sep 18 03:57:07.179 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.180 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:27:23 Sep 18 03:57:07.180 INFO kablam! | Sep 18 03:57:07.180 INFO kablam! 27 | pub type Matrix3 = MatrixN; Sep 18 03:57:07.180 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 18 03:57:07.180 INFO kablam! | | Sep 18 03:57:07.181 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.181 INFO kablam! | Sep 18 03:57:07.181 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.181 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:27:23 Sep 18 03:57:07.182 INFO kablam! | Sep 18 03:57:07.182 INFO kablam! 27 | pub type Matrix3 = MatrixN; Sep 18 03:57:07.182 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:57:07.182 INFO kablam! Sep 18 03:57:07.183 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.183 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:29:23 Sep 18 03:57:07.183 INFO kablam! | Sep 18 03:57:07.183 INFO kablam! 29 | pub type Matrix4 = MatrixN; Sep 18 03:57:07.183 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 18 03:57:07.183 INFO kablam! | | Sep 18 03:57:07.183 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.183 INFO kablam! | Sep 18 03:57:07.183 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.183 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:29:23 Sep 18 03:57:07.183 INFO kablam! | Sep 18 03:57:07.183 INFO kablam! 29 | pub type Matrix4 = MatrixN; Sep 18 03:57:07.183 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:57:07.183 INFO kablam! Sep 18 03:57:07.183 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.184 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:31:23 Sep 18 03:57:07.184 INFO kablam! | Sep 18 03:57:07.184 INFO kablam! 31 | pub type Matrix5 = MatrixN; Sep 18 03:57:07.184 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 18 03:57:07.184 INFO kablam! | | Sep 18 03:57:07.184 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.184 INFO kablam! | Sep 18 03:57:07.184 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.184 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:31:23 Sep 18 03:57:07.184 INFO kablam! | Sep 18 03:57:07.184 INFO kablam! 31 | pub type Matrix5 = MatrixN; Sep 18 03:57:07.184 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:57:07.184 INFO kablam! Sep 18 03:57:07.184 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.184 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:33:23 Sep 18 03:57:07.184 INFO kablam! | Sep 18 03:57:07.184 INFO kablam! 33 | pub type Matrix6 = MatrixN; Sep 18 03:57:07.184 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 18 03:57:07.184 INFO kablam! | | Sep 18 03:57:07.184 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.184 INFO kablam! | Sep 18 03:57:07.184 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.184 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:33:23 Sep 18 03:57:07.184 INFO kablam! | Sep 18 03:57:07.185 INFO kablam! 33 | pub type Matrix6 = MatrixN; Sep 18 03:57:07.185 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:57:07.185 INFO kablam! Sep 18 03:57:07.185 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.185 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:36:25 Sep 18 03:57:07.185 INFO kablam! | Sep 18 03:57:07.185 INFO kablam! 36 | pub type Matrix1x2 = MatrixNM; Sep 18 03:57:07.185 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.185 INFO kablam! | | Sep 18 03:57:07.185 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.185 INFO kablam! | Sep 18 03:57:07.185 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.185 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:36:25 Sep 18 03:57:07.185 INFO kablam! | Sep 18 03:57:07.185 INFO kablam! 36 | pub type Matrix1x2 = MatrixNM; Sep 18 03:57:07.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.185 INFO kablam! Sep 18 03:57:07.185 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.185 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:38:25 Sep 18 03:57:07.185 INFO kablam! | Sep 18 03:57:07.186 INFO kablam! 38 | pub type Matrix1x3 = MatrixNM; Sep 18 03:57:07.186 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.186 INFO kablam! | | Sep 18 03:57:07.186 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.186 INFO kablam! | Sep 18 03:57:07.186 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.186 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:38:25 Sep 18 03:57:07.186 INFO kablam! | Sep 18 03:57:07.186 INFO kablam! 38 | pub type Matrix1x3 = MatrixNM; Sep 18 03:57:07.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.186 INFO kablam! Sep 18 03:57:07.186 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.186 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:40:25 Sep 18 03:57:07.186 INFO kablam! | Sep 18 03:57:07.186 INFO kablam! 40 | pub type Matrix1x4 = MatrixNM; Sep 18 03:57:07.186 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.186 INFO kablam! | | Sep 18 03:57:07.186 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.186 INFO kablam! | Sep 18 03:57:07.187 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.187 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:40:25 Sep 18 03:57:07.187 INFO kablam! | Sep 18 03:57:07.187 INFO kablam! 40 | pub type Matrix1x4 = MatrixNM; Sep 18 03:57:07.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.187 INFO kablam! Sep 18 03:57:07.187 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.187 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:42:25 Sep 18 03:57:07.187 INFO kablam! | Sep 18 03:57:07.187 INFO kablam! 42 | pub type Matrix1x5 = MatrixNM; Sep 18 03:57:07.187 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.187 INFO kablam! | | Sep 18 03:57:07.187 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.187 INFO kablam! | Sep 18 03:57:07.187 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.187 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:42:25 Sep 18 03:57:07.187 INFO kablam! | Sep 18 03:57:07.187 INFO kablam! 42 | pub type Matrix1x5 = MatrixNM; Sep 18 03:57:07.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.187 INFO kablam! Sep 18 03:57:07.188 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.188 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:44:25 Sep 18 03:57:07.188 INFO kablam! | Sep 18 03:57:07.188 INFO kablam! 44 | pub type Matrix1x6 = MatrixNM; Sep 18 03:57:07.188 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.188 INFO kablam! | | Sep 18 03:57:07.188 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.188 INFO kablam! | Sep 18 03:57:07.188 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.188 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:44:25 Sep 18 03:57:07.189 INFO kablam! | Sep 18 03:57:07.189 INFO kablam! 44 | pub type Matrix1x6 = MatrixNM; Sep 18 03:57:07.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.189 INFO kablam! Sep 18 03:57:07.189 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.190 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:47:25 Sep 18 03:57:07.190 INFO kablam! | Sep 18 03:57:07.190 INFO kablam! 47 | pub type Matrix2x3 = MatrixNM; Sep 18 03:57:07.191 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.191 INFO kablam! | | Sep 18 03:57:07.191 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.191 INFO kablam! | Sep 18 03:57:07.192 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.192 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:47:25 Sep 18 03:57:07.192 INFO kablam! | Sep 18 03:57:07.192 INFO kablam! 47 | pub type Matrix2x3 = MatrixNM; Sep 18 03:57:07.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.193 INFO kablam! Sep 18 03:57:07.193 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.194 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:49:25 Sep 18 03:57:07.194 INFO kablam! | Sep 18 03:57:07.194 INFO kablam! 49 | pub type Matrix2x4 = MatrixNM; Sep 18 03:57:07.194 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.195 INFO kablam! | | Sep 18 03:57:07.195 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.195 INFO kablam! | Sep 18 03:57:07.196 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.196 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:49:25 Sep 18 03:57:07.196 INFO kablam! | Sep 18 03:57:07.196 INFO kablam! 49 | pub type Matrix2x4 = MatrixNM; Sep 18 03:57:07.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.197 INFO kablam! Sep 18 03:57:07.197 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.197 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:51:25 Sep 18 03:57:07.197 INFO kablam! | Sep 18 03:57:07.197 INFO kablam! 51 | pub type Matrix2x5 = MatrixNM; Sep 18 03:57:07.197 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.198 INFO kablam! | | Sep 18 03:57:07.198 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.198 INFO kablam! | Sep 18 03:57:07.198 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.198 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:51:25 Sep 18 03:57:07.198 INFO kablam! | Sep 18 03:57:07.199 INFO kablam! 51 | pub type Matrix2x5 = MatrixNM; Sep 18 03:57:07.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.199 INFO kablam! Sep 18 03:57:07.199 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.199 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:53:25 Sep 18 03:57:07.199 INFO kablam! | Sep 18 03:57:07.200 INFO kablam! 53 | pub type Matrix2x6 = MatrixNM; Sep 18 03:57:07.200 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.200 INFO kablam! | | Sep 18 03:57:07.200 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.200 INFO kablam! | Sep 18 03:57:07.201 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.201 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:53:25 Sep 18 03:57:07.201 INFO kablam! | Sep 18 03:57:07.201 INFO kablam! 53 | pub type Matrix2x6 = MatrixNM; Sep 18 03:57:07.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.201 INFO kablam! Sep 18 03:57:07.202 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.202 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:56:25 Sep 18 03:57:07.202 INFO kablam! | Sep 18 03:57:07.202 INFO kablam! 56 | pub type Matrix3x4 = MatrixNM; Sep 18 03:57:07.203 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.203 INFO kablam! | | Sep 18 03:57:07.203 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.203 INFO kablam! | Sep 18 03:57:07.204 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.204 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:56:25 Sep 18 03:57:07.204 INFO kablam! | Sep 18 03:57:07.204 INFO kablam! 56 | pub type Matrix3x4 = MatrixNM; Sep 18 03:57:07.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.205 INFO kablam! Sep 18 03:57:07.205 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.205 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:58:25 Sep 18 03:57:07.205 INFO kablam! | Sep 18 03:57:07.206 INFO kablam! 58 | pub type Matrix3x5 = MatrixNM; Sep 18 03:57:07.206 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.206 INFO kablam! | | Sep 18 03:57:07.206 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.206 INFO kablam! | Sep 18 03:57:07.207 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.207 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:58:25 Sep 18 03:57:07.207 INFO kablam! | Sep 18 03:57:07.207 INFO kablam! 58 | pub type Matrix3x5 = MatrixNM; Sep 18 03:57:07.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.208 INFO kablam! Sep 18 03:57:07.208 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.208 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:60:25 Sep 18 03:57:07.209 INFO kablam! | Sep 18 03:57:07.209 INFO kablam! 60 | pub type Matrix3x6 = MatrixNM; Sep 18 03:57:07.209 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.209 INFO kablam! | | Sep 18 03:57:07.210 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.210 INFO kablam! | Sep 18 03:57:07.210 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.210 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:60:25 Sep 18 03:57:07.211 INFO kablam! | Sep 18 03:57:07.211 INFO kablam! 60 | pub type Matrix3x6 = MatrixNM; Sep 18 03:57:07.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.211 INFO kablam! Sep 18 03:57:07.211 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.211 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:63:25 Sep 18 03:57:07.212 INFO kablam! | Sep 18 03:57:07.212 INFO kablam! 63 | pub type Matrix4x5 = MatrixNM; Sep 18 03:57:07.212 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.212 INFO kablam! | | Sep 18 03:57:07.212 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.213 INFO kablam! | Sep 18 03:57:07.213 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.213 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:63:25 Sep 18 03:57:07.213 INFO kablam! | Sep 18 03:57:07.213 INFO kablam! 63 | pub type Matrix4x5 = MatrixNM; Sep 18 03:57:07.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.214 INFO kablam! Sep 18 03:57:07.214 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.214 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:65:25 Sep 18 03:57:07.214 INFO kablam! | Sep 18 03:57:07.214 INFO kablam! 65 | pub type Matrix4x6 = MatrixNM; Sep 18 03:57:07.215 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.215 INFO kablam! | | Sep 18 03:57:07.215 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.215 INFO kablam! | Sep 18 03:57:07.215 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.215 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:65:25 Sep 18 03:57:07.216 INFO kablam! | Sep 18 03:57:07.216 INFO kablam! 65 | pub type Matrix4x6 = MatrixNM; Sep 18 03:57:07.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.216 INFO kablam! Sep 18 03:57:07.216 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.216 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:68:25 Sep 18 03:57:07.217 INFO kablam! | Sep 18 03:57:07.217 INFO kablam! 68 | pub type Matrix5x6 = MatrixNM; Sep 18 03:57:07.217 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.217 INFO kablam! | | Sep 18 03:57:07.217 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.218 INFO kablam! | Sep 18 03:57:07.218 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:68:25 Sep 18 03:57:07.218 INFO kablam! | Sep 18 03:57:07.218 INFO kablam! 68 | pub type Matrix5x6 = MatrixNM; Sep 18 03:57:07.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.219 INFO kablam! Sep 18 03:57:07.219 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.219 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:72:25 Sep 18 03:57:07.219 INFO kablam! | Sep 18 03:57:07.219 INFO kablam! 72 | pub type Matrix2x1 = MatrixNM; Sep 18 03:57:07.220 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.220 INFO kablam! | | Sep 18 03:57:07.220 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.220 INFO kablam! | Sep 18 03:57:07.221 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.221 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:72:25 Sep 18 03:57:07.221 INFO kablam! | Sep 18 03:57:07.221 INFO kablam! 72 | pub type Matrix2x1 = MatrixNM; Sep 18 03:57:07.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.221 INFO kablam! Sep 18 03:57:07.222 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.222 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:74:25 Sep 18 03:57:07.222 INFO kablam! | Sep 18 03:57:07.222 INFO kablam! 74 | pub type Matrix3x1 = MatrixNM; Sep 18 03:57:07.222 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.223 INFO kablam! | | Sep 18 03:57:07.223 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.223 INFO kablam! | Sep 18 03:57:07.223 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.223 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:74:25 Sep 18 03:57:07.223 INFO kablam! | Sep 18 03:57:07.224 INFO kablam! 74 | pub type Matrix3x1 = MatrixNM; Sep 18 03:57:07.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.224 INFO kablam! Sep 18 03:57:07.224 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.224 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:76:25 Sep 18 03:57:07.225 INFO kablam! | Sep 18 03:57:07.225 INFO kablam! 76 | pub type Matrix4x1 = MatrixNM; Sep 18 03:57:07.225 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.225 INFO kablam! | | Sep 18 03:57:07.225 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.226 INFO kablam! | Sep 18 03:57:07.226 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.226 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:76:25 Sep 18 03:57:07.226 INFO kablam! | Sep 18 03:57:07.226 INFO kablam! 76 | pub type Matrix4x1 = MatrixNM; Sep 18 03:57:07.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.227 INFO kablam! Sep 18 03:57:07.227 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.227 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:78:25 Sep 18 03:57:07.227 INFO kablam! | Sep 18 03:57:07.228 INFO kablam! 78 | pub type Matrix5x1 = MatrixNM; Sep 18 03:57:07.228 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.228 INFO kablam! | | Sep 18 03:57:07.228 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.228 INFO kablam! | Sep 18 03:57:07.229 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.229 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:78:25 Sep 18 03:57:07.229 INFO kablam! | Sep 18 03:57:07.230 INFO kablam! 78 | pub type Matrix5x1 = MatrixNM; Sep 18 03:57:07.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.230 INFO kablam! Sep 18 03:57:07.230 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.230 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:80:25 Sep 18 03:57:07.231 INFO kablam! | Sep 18 03:57:07.231 INFO kablam! 80 | pub type Matrix6x1 = MatrixNM; Sep 18 03:57:07.231 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.232 INFO kablam! | | Sep 18 03:57:07.232 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.232 INFO kablam! | Sep 18 03:57:07.232 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.233 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:80:25 Sep 18 03:57:07.233 INFO kablam! | Sep 18 03:57:07.233 INFO kablam! 80 | pub type Matrix6x1 = MatrixNM; Sep 18 03:57:07.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.234 INFO kablam! Sep 18 03:57:07.234 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.234 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:83:25 Sep 18 03:57:07.234 INFO kablam! | Sep 18 03:57:07.235 INFO kablam! 83 | pub type Matrix3x2 = MatrixNM; Sep 18 03:57:07.235 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.235 INFO kablam! | | Sep 18 03:57:07.236 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.236 INFO kablam! | Sep 18 03:57:07.236 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.236 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:83:25 Sep 18 03:57:07.237 INFO kablam! | Sep 18 03:57:07.237 INFO kablam! 83 | pub type Matrix3x2 = MatrixNM; Sep 18 03:57:07.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.237 INFO kablam! Sep 18 03:57:07.238 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.238 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:85:25 Sep 18 03:57:07.238 INFO kablam! | Sep 18 03:57:07.238 INFO kablam! 85 | pub type Matrix4x2 = MatrixNM; Sep 18 03:57:07.239 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.239 INFO kablam! | | Sep 18 03:57:07.239 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.239 INFO kablam! | Sep 18 03:57:07.240 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.240 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:85:25 Sep 18 03:57:07.240 INFO kablam! | Sep 18 03:57:07.241 INFO kablam! 85 | pub type Matrix4x2 = MatrixNM; Sep 18 03:57:07.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.241 INFO kablam! Sep 18 03:57:07.241 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.241 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:87:25 Sep 18 03:57:07.242 INFO kablam! | Sep 18 03:57:07.242 INFO kablam! 87 | pub type Matrix5x2 = MatrixNM; Sep 18 03:57:07.242 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.243 INFO kablam! | | Sep 18 03:57:07.243 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.243 INFO kablam! | Sep 18 03:57:07.243 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.244 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:87:25 Sep 18 03:57:07.244 INFO kablam! | Sep 18 03:57:07.244 INFO kablam! 87 | pub type Matrix5x2 = MatrixNM; Sep 18 03:57:07.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.245 INFO kablam! Sep 18 03:57:07.245 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.245 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:89:25 Sep 18 03:57:07.246 INFO kablam! | Sep 18 03:57:07.246 INFO kablam! 89 | pub type Matrix6x2 = MatrixNM; Sep 18 03:57:07.246 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.246 INFO kablam! | | Sep 18 03:57:07.247 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.247 INFO kablam! | Sep 18 03:57:07.247 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.247 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:89:25 Sep 18 03:57:07.247 INFO kablam! | Sep 18 03:57:07.248 INFO kablam! 89 | pub type Matrix6x2 = MatrixNM; Sep 18 03:57:07.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.248 INFO kablam! Sep 18 03:57:07.248 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.248 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:92:25 Sep 18 03:57:07.249 INFO kablam! | Sep 18 03:57:07.249 INFO kablam! 92 | pub type Matrix4x3 = MatrixNM; Sep 18 03:57:07.249 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.249 INFO kablam! | | Sep 18 03:57:07.249 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.249 INFO kablam! | Sep 18 03:57:07.250 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.250 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:92:25 Sep 18 03:57:07.250 INFO kablam! | Sep 18 03:57:07.250 INFO kablam! 92 | pub type Matrix4x3 = MatrixNM; Sep 18 03:57:07.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.250 INFO kablam! Sep 18 03:57:07.251 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.251 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:94:25 Sep 18 03:57:07.251 INFO kablam! | Sep 18 03:57:07.252 INFO kablam! 94 | pub type Matrix5x3 = MatrixNM; Sep 18 03:57:07.252 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.252 INFO kablam! | | Sep 18 03:57:07.253 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.253 INFO kablam! | Sep 18 03:57:07.253 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.253 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:94:25 Sep 18 03:57:07.254 INFO kablam! | Sep 18 03:57:07.254 INFO kablam! 94 | pub type Matrix5x3 = MatrixNM; Sep 18 03:57:07.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.255 INFO kablam! Sep 18 03:57:07.255 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.255 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:96:25 Sep 18 03:57:07.255 INFO kablam! | Sep 18 03:57:07.256 INFO kablam! 96 | pub type Matrix6x3 = MatrixNM; Sep 18 03:57:07.256 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.256 INFO kablam! | | Sep 18 03:57:07.257 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.257 INFO kablam! | Sep 18 03:57:07.257 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.257 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:96:25 Sep 18 03:57:07.258 INFO kablam! | Sep 18 03:57:07.258 INFO kablam! 96 | pub type Matrix6x3 = MatrixNM; Sep 18 03:57:07.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.259 INFO kablam! Sep 18 03:57:07.259 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.259 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:99:25 Sep 18 03:57:07.259 INFO kablam! | Sep 18 03:57:07.259 INFO kablam! 99 | pub type Matrix5x4 = MatrixNM; Sep 18 03:57:07.260 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.260 INFO kablam! | | Sep 18 03:57:07.260 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.260 INFO kablam! | Sep 18 03:57:07.260 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.260 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:99:25 Sep 18 03:57:07.261 INFO kablam! | Sep 18 03:57:07.261 INFO kablam! 99 | pub type Matrix5x4 = MatrixNM; Sep 18 03:57:07.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.261 INFO kablam! Sep 18 03:57:07.261 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.261 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:101:25 Sep 18 03:57:07.262 INFO kablam! | Sep 18 03:57:07.262 INFO kablam! 101 | pub type Matrix6x4 = MatrixNM; Sep 18 03:57:07.262 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.262 INFO kablam! | | Sep 18 03:57:07.263 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.263 INFO kablam! | Sep 18 03:57:07.263 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.263 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:101:25 Sep 18 03:57:07.263 INFO kablam! | Sep 18 03:57:07.263 INFO kablam! 101 | pub type Matrix6x4 = MatrixNM; Sep 18 03:57:07.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.264 INFO kablam! Sep 18 03:57:07.264 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.264 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:104:25 Sep 18 03:57:07.264 INFO kablam! | Sep 18 03:57:07.264 INFO kablam! 104 | pub type Matrix6x5 = MatrixNM; Sep 18 03:57:07.265 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.265 INFO kablam! | | Sep 18 03:57:07.265 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.265 INFO kablam! | Sep 18 03:57:07.265 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.266 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:104:25 Sep 18 03:57:07.266 INFO kablam! | Sep 18 03:57:07.266 INFO kablam! 104 | pub type Matrix6x5 = MatrixNM; Sep 18 03:57:07.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.266 INFO kablam! Sep 18 03:57:07.266 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.267 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:115:23 Sep 18 03:57:07.267 INFO kablam! | Sep 18 03:57:07.267 INFO kablam! 115 | pub type DVector = Matrix>; Sep 18 03:57:07.267 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.267 INFO kablam! | | Sep 18 03:57:07.267 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.267 INFO kablam! | Sep 18 03:57:07.267 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.267 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:115:23 Sep 18 03:57:07.268 INFO kablam! | Sep 18 03:57:07.268 INFO kablam! 115 | pub type DVector = Matrix>; Sep 18 03:57:07.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.268 INFO kablam! Sep 18 03:57:07.268 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.268 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:118:26 Sep 18 03:57:07.268 INFO kablam! | Sep 18 03:57:07.268 INFO kablam! 118 | pub type VectorN = MatrixNM; Sep 18 03:57:07.269 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.269 INFO kablam! | | Sep 18 03:57:07.269 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.269 INFO kablam! | Sep 18 03:57:07.269 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.269 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:118:26 Sep 18 03:57:07.269 INFO kablam! | Sep 18 03:57:07.269 INFO kablam! 118 | pub type VectorN = MatrixNM; Sep 18 03:57:07.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.270 INFO kablam! Sep 18 03:57:07.270 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.270 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:121:23 Sep 18 03:57:07.270 INFO kablam! | Sep 18 03:57:07.270 INFO kablam! 121 | pub type Vector1 = VectorN; Sep 18 03:57:07.270 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 18 03:57:07.270 INFO kablam! | | Sep 18 03:57:07.270 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.271 INFO kablam! | Sep 18 03:57:07.271 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.271 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:121:23 Sep 18 03:57:07.271 INFO kablam! | Sep 18 03:57:07.271 INFO kablam! 121 | pub type Vector1 = VectorN; Sep 18 03:57:07.271 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:57:07.271 INFO kablam! Sep 18 03:57:07.271 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.272 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:123:23 Sep 18 03:57:07.272 INFO kablam! | Sep 18 03:57:07.272 INFO kablam! 123 | pub type Vector2 = VectorN; Sep 18 03:57:07.272 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 18 03:57:07.272 INFO kablam! | | Sep 18 03:57:07.272 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.272 INFO kablam! | Sep 18 03:57:07.272 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.272 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:123:23 Sep 18 03:57:07.273 INFO kablam! | Sep 18 03:57:07.273 INFO kablam! 123 | pub type Vector2 = VectorN; Sep 18 03:57:07.273 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:57:07.273 INFO kablam! Sep 18 03:57:07.273 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.273 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:125:23 Sep 18 03:57:07.273 INFO kablam! | Sep 18 03:57:07.274 INFO kablam! 125 | pub type Vector3 = VectorN; Sep 18 03:57:07.274 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 18 03:57:07.274 INFO kablam! | | Sep 18 03:57:07.274 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.274 INFO kablam! | Sep 18 03:57:07.274 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.274 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:125:23 Sep 18 03:57:07.274 INFO kablam! | Sep 18 03:57:07.275 INFO kablam! 125 | pub type Vector3 = VectorN; Sep 18 03:57:07.275 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:57:07.275 INFO kablam! Sep 18 03:57:07.275 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.275 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:127:23 Sep 18 03:57:07.275 INFO kablam! | Sep 18 03:57:07.275 INFO kablam! 127 | pub type Vector4 = VectorN; Sep 18 03:57:07.275 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 18 03:57:07.275 INFO kablam! | | Sep 18 03:57:07.276 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.276 INFO kablam! | Sep 18 03:57:07.276 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.276 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:127:23 Sep 18 03:57:07.276 INFO kablam! | Sep 18 03:57:07.276 INFO kablam! 127 | pub type Vector4 = VectorN; Sep 18 03:57:07.276 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:57:07.276 INFO kablam! Sep 18 03:57:07.277 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.277 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:129:23 Sep 18 03:57:07.277 INFO kablam! | Sep 18 03:57:07.277 INFO kablam! 129 | pub type Vector5 = VectorN; Sep 18 03:57:07.277 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 18 03:57:07.277 INFO kablam! | | Sep 18 03:57:07.277 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.277 INFO kablam! | Sep 18 03:57:07.278 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.278 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:129:23 Sep 18 03:57:07.278 INFO kablam! | Sep 18 03:57:07.278 INFO kablam! 129 | pub type Vector5 = VectorN; Sep 18 03:57:07.278 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:57:07.278 INFO kablam! Sep 18 03:57:07.283 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.283 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:131:23 Sep 18 03:57:07.283 INFO kablam! | Sep 18 03:57:07.283 INFO kablam! 131 | pub type Vector6 = VectorN; Sep 18 03:57:07.283 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 18 03:57:07.283 INFO kablam! | | Sep 18 03:57:07.283 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.283 INFO kablam! | Sep 18 03:57:07.283 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.283 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:131:23 Sep 18 03:57:07.283 INFO kablam! | Sep 18 03:57:07.283 INFO kablam! 131 | pub type Vector6 = VectorN; Sep 18 03:57:07.283 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:57:07.283 INFO kablam! Sep 18 03:57:07.283 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.284 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:142:26 Sep 18 03:57:07.284 INFO kablam! | Sep 18 03:57:07.284 INFO kablam! 142 | pub type RowDVector = Matrix>; Sep 18 03:57:07.284 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.284 INFO kablam! | | Sep 18 03:57:07.284 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.284 INFO kablam! | Sep 18 03:57:07.284 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.284 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:142:26 Sep 18 03:57:07.284 INFO kablam! | Sep 18 03:57:07.284 INFO kablam! 142 | pub type RowDVector = Matrix>; Sep 18 03:57:07.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.284 INFO kablam! Sep 18 03:57:07.284 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.284 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:145:29 Sep 18 03:57:07.284 INFO kablam! | Sep 18 03:57:07.284 INFO kablam! 145 | pub type RowVectorN = MatrixNM; Sep 18 03:57:07.285 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.285 INFO kablam! | | Sep 18 03:57:07.285 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.285 INFO kablam! | Sep 18 03:57:07.285 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.285 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:145:29 Sep 18 03:57:07.285 INFO kablam! | Sep 18 03:57:07.285 INFO kablam! 145 | pub type RowVectorN = MatrixNM; Sep 18 03:57:07.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.285 INFO kablam! Sep 18 03:57:07.285 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.285 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:148:26 Sep 18 03:57:07.285 INFO kablam! | Sep 18 03:57:07.285 INFO kablam! 148 | pub type RowVector1 = RowVectorN; Sep 18 03:57:07.285 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.285 INFO kablam! | | Sep 18 03:57:07.285 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.286 INFO kablam! | Sep 18 03:57:07.286 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.286 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:148:26 Sep 18 03:57:07.286 INFO kablam! | Sep 18 03:57:07.286 INFO kablam! 148 | pub type RowVector1 = RowVectorN; Sep 18 03:57:07.286 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.286 INFO kablam! Sep 18 03:57:07.286 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.286 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:150:26 Sep 18 03:57:07.286 INFO kablam! | Sep 18 03:57:07.286 INFO kablam! 150 | pub type RowVector2 = RowVectorN; Sep 18 03:57:07.286 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.286 INFO kablam! | | Sep 18 03:57:07.286 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.286 INFO kablam! | Sep 18 03:57:07.286 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.287 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:150:26 Sep 18 03:57:07.287 INFO kablam! | Sep 18 03:57:07.287 INFO kablam! 150 | pub type RowVector2 = RowVectorN; Sep 18 03:57:07.287 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.287 INFO kablam! Sep 18 03:57:07.287 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.287 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:152:26 Sep 18 03:57:07.287 INFO kablam! | Sep 18 03:57:07.287 INFO kablam! 152 | pub type RowVector3 = RowVectorN; Sep 18 03:57:07.287 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.287 INFO kablam! | | Sep 18 03:57:07.287 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.287 INFO kablam! | Sep 18 03:57:07.287 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.287 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:152:26 Sep 18 03:57:07.288 INFO kablam! | Sep 18 03:57:07.288 INFO kablam! 152 | pub type RowVector3 = RowVectorN; Sep 18 03:57:07.288 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.288 INFO kablam! Sep 18 03:57:07.288 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.288 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:154:26 Sep 18 03:57:07.288 INFO kablam! | Sep 18 03:57:07.288 INFO kablam! 154 | pub type RowVector4 = RowVectorN; Sep 18 03:57:07.288 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.289 INFO kablam! | | Sep 18 03:57:07.289 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.289 INFO kablam! | Sep 18 03:57:07.289 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.289 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:154:26 Sep 18 03:57:07.289 INFO kablam! | Sep 18 03:57:07.289 INFO kablam! 154 | pub type RowVector4 = RowVectorN; Sep 18 03:57:07.289 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.289 INFO kablam! Sep 18 03:57:07.290 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.290 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:156:26 Sep 18 03:57:07.290 INFO kablam! | Sep 18 03:57:07.290 INFO kablam! 156 | pub type RowVector5 = RowVectorN; Sep 18 03:57:07.290 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.290 INFO kablam! | | Sep 18 03:57:07.290 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.290 INFO kablam! | Sep 18 03:57:07.291 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.291 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:156:26 Sep 18 03:57:07.291 INFO kablam! | Sep 18 03:57:07.291 INFO kablam! 156 | pub type RowVector5 = RowVectorN; Sep 18 03:57:07.291 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.291 INFO kablam! Sep 18 03:57:07.291 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.291 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:158:26 Sep 18 03:57:07.292 INFO kablam! | Sep 18 03:57:07.292 INFO kablam! 158 | pub type RowVector6 = RowVectorN; Sep 18 03:57:07.292 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.292 INFO kablam! | | Sep 18 03:57:07.292 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.292 INFO kablam! | Sep 18 03:57:07.292 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.292 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/alias.rs:158:26 Sep 18 03:57:07.293 INFO kablam! | Sep 18 03:57:07.293 INFO kablam! 158 | pub type RowVector6 = RowVectorN; Sep 18 03:57:07.293 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.293 INFO kablam! Sep 18 03:57:07.317 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.317 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/componentwise.rs:15:53 Sep 18 03:57:07.318 INFO kablam! | Sep 18 03:57:07.318 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 18 03:57:07.318 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.318 INFO kablam! | | Sep 18 03:57:07.318 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.318 INFO kablam! | Sep 18 03:57:07.318 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.318 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/componentwise.rs:15:53 Sep 18 03:57:07.319 INFO kablam! | Sep 18 03:57:07.319 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 18 03:57:07.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.319 INFO kablam! Sep 18 03:57:07.331 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.331 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point.rs:15:5 Sep 18 03:57:07.331 INFO kablam! | Sep 18 03:57:07.331 INFO kablam! 14 | pub type PointSum = Sep 18 03:57:07.331 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.331 INFO kablam! 15 | / PointBase, Sep 18 03:57:07.332 INFO kablam! 16 | | <>::Alloc as Allocator, U1>>::Buffer>; Sep 18 03:57:07.332 INFO kablam! | |________________________________________________________________________________________^ Sep 18 03:57:07.332 INFO kablam! | Sep 18 03:57:07.332 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.332 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point.rs:15:5 Sep 18 03:57:07.332 INFO kablam! | Sep 18 03:57:07.332 INFO kablam! 15 | / PointBase, Sep 18 03:57:07.333 INFO kablam! 16 | | <>::Alloc as Allocator, U1>>::Buffer>; Sep 18 03:57:07.333 INFO kablam! | |________________________________________________________________________________________^ Sep 18 03:57:07.333 INFO kablam! Sep 18 03:57:07.333 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.333 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point.rs:19:36 Sep 18 03:57:07.333 INFO kablam! | Sep 18 03:57:07.333 INFO kablam! 19 | pub type PointMul = PointBase>; Sep 18 03:57:07.334 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.334 INFO kablam! | | Sep 18 03:57:07.334 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.334 INFO kablam! | Sep 18 03:57:07.334 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.334 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point.rs:19:36 Sep 18 03:57:07.334 INFO kablam! | Sep 18 03:57:07.335 INFO kablam! 19 | pub type PointMul = PointBase>; Sep 18 03:57:07.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.335 INFO kablam! Sep 18 03:57:07.335 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.335 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point.rs:22:32 Sep 18 03:57:07.335 INFO kablam! | Sep 18 03:57:07.335 INFO kablam! 22 | pub type OwnedPoint = PointBase>::Buffer>; Sep 18 03:57:07.335 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.335 INFO kablam! | | Sep 18 03:57:07.335 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.335 INFO kablam! | Sep 18 03:57:07.335 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.335 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point.rs:22:32 Sep 18 03:57:07.335 INFO kablam! | Sep 18 03:57:07.336 INFO kablam! 22 | pub type OwnedPoint = PointBase>::Buffer>; Sep 18 03:57:07.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.336 INFO kablam! Sep 18 03:57:07.341 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.341 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:7:24 Sep 18 03:57:07.341 INFO kablam! | Sep 18 03:57:07.341 INFO kablam! 7 | pub type Point = PointBase>; Sep 18 03:57:07.341 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.341 INFO kablam! | | Sep 18 03:57:07.341 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.341 INFO kablam! | Sep 18 03:57:07.341 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.341 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:7:24 Sep 18 03:57:07.342 INFO kablam! | Sep 18 03:57:07.342 INFO kablam! 7 | pub type Point = PointBase>; Sep 18 03:57:07.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.342 INFO kablam! Sep 18 03:57:07.342 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.342 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:10:22 Sep 18 03:57:07.342 INFO kablam! | Sep 18 03:57:07.342 INFO kablam! 10 | pub type Point1 = Point; Sep 18 03:57:07.343 INFO kablam! | - ^^^^^^^^^^^^ Sep 18 03:57:07.343 INFO kablam! | | Sep 18 03:57:07.343 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.343 INFO kablam! | Sep 18 03:57:07.343 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.343 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:10:22 Sep 18 03:57:07.343 INFO kablam! | Sep 18 03:57:07.343 INFO kablam! 10 | pub type Point1 = Point; Sep 18 03:57:07.343 INFO kablam! | ^^^^^^^^^^^^ Sep 18 03:57:07.344 INFO kablam! Sep 18 03:57:07.344 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.344 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:12:22 Sep 18 03:57:07.344 INFO kablam! | Sep 18 03:57:07.344 INFO kablam! 12 | pub type Point2 = Point; Sep 18 03:57:07.344 INFO kablam! | - ^^^^^^^^^^^^ Sep 18 03:57:07.344 INFO kablam! | | Sep 18 03:57:07.344 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.345 INFO kablam! | Sep 18 03:57:07.345 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.345 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:12:22 Sep 18 03:57:07.345 INFO kablam! | Sep 18 03:57:07.345 INFO kablam! 12 | pub type Point2 = Point; Sep 18 03:57:07.345 INFO kablam! | ^^^^^^^^^^^^ Sep 18 03:57:07.345 INFO kablam! Sep 18 03:57:07.345 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.346 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:14:22 Sep 18 03:57:07.346 INFO kablam! | Sep 18 03:57:07.346 INFO kablam! 14 | pub type Point3 = Point; Sep 18 03:57:07.346 INFO kablam! | - ^^^^^^^^^^^^ Sep 18 03:57:07.346 INFO kablam! | | Sep 18 03:57:07.346 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.346 INFO kablam! | Sep 18 03:57:07.347 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.347 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:14:22 Sep 18 03:57:07.347 INFO kablam! | Sep 18 03:57:07.347 INFO kablam! 14 | pub type Point3 = Point; Sep 18 03:57:07.347 INFO kablam! | ^^^^^^^^^^^^ Sep 18 03:57:07.347 INFO kablam! Sep 18 03:57:07.347 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.347 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:16:22 Sep 18 03:57:07.347 INFO kablam! | Sep 18 03:57:07.348 INFO kablam! 16 | pub type Point4 = Point; Sep 18 03:57:07.348 INFO kablam! | - ^^^^^^^^^^^^ Sep 18 03:57:07.348 INFO kablam! | | Sep 18 03:57:07.348 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.348 INFO kablam! | Sep 18 03:57:07.348 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.348 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:16:22 Sep 18 03:57:07.349 INFO kablam! | Sep 18 03:57:07.349 INFO kablam! 16 | pub type Point4 = Point; Sep 18 03:57:07.349 INFO kablam! | ^^^^^^^^^^^^ Sep 18 03:57:07.349 INFO kablam! Sep 18 03:57:07.349 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.349 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:18:22 Sep 18 03:57:07.349 INFO kablam! | Sep 18 03:57:07.349 INFO kablam! 18 | pub type Point5 = Point; Sep 18 03:57:07.349 INFO kablam! | - ^^^^^^^^^^^^ Sep 18 03:57:07.350 INFO kablam! | | Sep 18 03:57:07.350 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.350 INFO kablam! | Sep 18 03:57:07.350 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.350 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:18:22 Sep 18 03:57:07.350 INFO kablam! | Sep 18 03:57:07.350 INFO kablam! 18 | pub type Point5 = Point; Sep 18 03:57:07.350 INFO kablam! | ^^^^^^^^^^^^ Sep 18 03:57:07.350 INFO kablam! Sep 18 03:57:07.351 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.351 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:20:22 Sep 18 03:57:07.351 INFO kablam! | Sep 18 03:57:07.351 INFO kablam! 20 | pub type Point6 = Point; Sep 18 03:57:07.351 INFO kablam! | - ^^^^^^^^^^^^ Sep 18 03:57:07.351 INFO kablam! | | Sep 18 03:57:07.351 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.351 INFO kablam! | Sep 18 03:57:07.352 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.352 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/point_alias.rs:20:22 Sep 18 03:57:07.352 INFO kablam! | Sep 18 03:57:07.352 INFO kablam! 20 | pub type Point6 = Point; Sep 18 03:57:07.352 INFO kablam! | ^^^^^^^^^^^^ Sep 18 03:57:07.352 INFO kablam! Sep 18 03:57:07.390 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/rotation.rs:14:35 Sep 18 03:57:07.390 INFO kablam! | Sep 18 03:57:07.390 INFO kablam! 14 | pub type OwnedRotation = RotationBase>::Buffer>; Sep 18 03:57:07.390 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.390 INFO kablam! | | Sep 18 03:57:07.391 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.391 INFO kablam! | Sep 18 03:57:07.391 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.391 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/rotation.rs:14:35 Sep 18 03:57:07.391 INFO kablam! | Sep 18 03:57:07.391 INFO kablam! 14 | pub type OwnedRotation = RotationBase>::Buffer>; Sep 18 03:57:07.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.391 INFO kablam! Sep 18 03:57:07.495 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.495 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/rotation_alias.rs:7:27 Sep 18 03:57:07.495 INFO kablam! | Sep 18 03:57:07.495 INFO kablam! 7 | pub type Rotation = RotationBase>; Sep 18 03:57:07.495 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.495 INFO kablam! | | Sep 18 03:57:07.495 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.495 INFO kablam! | Sep 18 03:57:07.495 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.495 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/rotation_alias.rs:7:27 Sep 18 03:57:07.495 INFO kablam! | Sep 18 03:57:07.495 INFO kablam! 7 | pub type Rotation = RotationBase>; Sep 18 03:57:07.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.496 INFO kablam! Sep 18 03:57:07.496 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.496 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/rotation_alias.rs:10:25 Sep 18 03:57:07.496 INFO kablam! | Sep 18 03:57:07.496 INFO kablam! 10 | pub type Rotation2 = Rotation; Sep 18 03:57:07.496 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 18 03:57:07.496 INFO kablam! | | Sep 18 03:57:07.496 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.496 INFO kablam! | Sep 18 03:57:07.496 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.496 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/rotation_alias.rs:10:25 Sep 18 03:57:07.496 INFO kablam! | Sep 18 03:57:07.496 INFO kablam! 10 | pub type Rotation2 = Rotation; Sep 18 03:57:07.496 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 18 03:57:07.496 INFO kablam! Sep 18 03:57:07.497 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.497 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/rotation_alias.rs:13:25 Sep 18 03:57:07.497 INFO kablam! | Sep 18 03:57:07.497 INFO kablam! 13 | pub type Rotation3 = Rotation; Sep 18 03:57:07.497 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 18 03:57:07.497 INFO kablam! | | Sep 18 03:57:07.497 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.497 INFO kablam! | Sep 18 03:57:07.497 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.497 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/rotation_alias.rs:13:25 Sep 18 03:57:07.497 INFO kablam! | Sep 18 03:57:07.497 INFO kablam! 13 | pub type Rotation3 = Rotation; Sep 18 03:57:07.497 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 18 03:57:07.497 INFO kablam! Sep 18 03:57:07.601 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.601 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/quaternion_alias.rs:7:26 Sep 18 03:57:07.601 INFO kablam! | Sep 18 03:57:07.601 INFO kablam! 7 | pub type Quaternion = QuaternionBase>; Sep 18 03:57:07.601 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.601 INFO kablam! | | Sep 18 03:57:07.601 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.601 INFO kablam! | Sep 18 03:57:07.601 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.601 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/quaternion_alias.rs:7:26 Sep 18 03:57:07.601 INFO kablam! | Sep 18 03:57:07.601 INFO kablam! 7 | pub type Quaternion = QuaternionBase>; Sep 18 03:57:07.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.601 INFO kablam! Sep 18 03:57:07.602 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.602 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/quaternion_alias.rs:10:30 Sep 18 03:57:07.602 INFO kablam! | Sep 18 03:57:07.602 INFO kablam! 10 | pub type UnitQuaternion = UnitQuaternionBase>; Sep 18 03:57:07.602 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.602 INFO kablam! | | Sep 18 03:57:07.602 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.602 INFO kablam! | Sep 18 03:57:07.603 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.603 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/quaternion_alias.rs:10:30 Sep 18 03:57:07.603 INFO kablam! | Sep 18 03:57:07.603 INFO kablam! 10 | pub type UnitQuaternion = UnitQuaternionBase>; Sep 18 03:57:07.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.603 INFO kablam! Sep 18 03:57:07.712 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.712 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/translation.rs:13:38 Sep 18 03:57:07.712 INFO kablam! | Sep 18 03:57:07.712 INFO kablam! 13 | pub type OwnedTranslation = TranslationBase>::Alloc>>; Sep 18 03:57:07.712 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.712 INFO kablam! | | Sep 18 03:57:07.712 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.712 INFO kablam! | Sep 18 03:57:07.712 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.713 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/translation.rs:13:38 Sep 18 03:57:07.713 INFO kablam! | Sep 18 03:57:07.713 INFO kablam! 13 | pub type OwnedTranslation = TranslationBase>::Alloc>>; Sep 18 03:57:07.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.713 INFO kablam! Sep 18 03:57:07.775 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.775 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/translation_alias.rs:7:30 Sep 18 03:57:07.775 INFO kablam! | Sep 18 03:57:07.775 INFO kablam! 7 | pub type Translation = TranslationBase>; Sep 18 03:57:07.775 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.776 INFO kablam! | | Sep 18 03:57:07.776 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.776 INFO kablam! | Sep 18 03:57:07.776 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.776 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/translation_alias.rs:7:30 Sep 18 03:57:07.776 INFO kablam! | Sep 18 03:57:07.776 INFO kablam! 7 | pub type Translation = TranslationBase>; Sep 18 03:57:07.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.776 INFO kablam! Sep 18 03:57:07.777 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.778 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/translation_alias.rs:10:28 Sep 18 03:57:07.778 INFO kablam! | Sep 18 03:57:07.778 INFO kablam! 10 | pub type Translation2 = Translation; Sep 18 03:57:07.778 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.778 INFO kablam! | | Sep 18 03:57:07.778 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.778 INFO kablam! | Sep 18 03:57:07.778 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.779 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/translation_alias.rs:10:28 Sep 18 03:57:07.779 INFO kablam! | Sep 18 03:57:07.779 INFO kablam! 10 | pub type Translation2 = Translation; Sep 18 03:57:07.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.779 INFO kablam! Sep 18 03:57:07.780 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.780 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/translation_alias.rs:13:28 Sep 18 03:57:07.780 INFO kablam! | Sep 18 03:57:07.780 INFO kablam! 13 | pub type Translation3 = Translation; Sep 18 03:57:07.780 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.780 INFO kablam! | | Sep 18 03:57:07.780 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.780 INFO kablam! | Sep 18 03:57:07.781 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.781 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/translation_alias.rs:13:28 Sep 18 03:57:07.781 INFO kablam! | Sep 18 03:57:07.781 INFO kablam! 13 | pub type Translation3 = Translation; Sep 18 03:57:07.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.781 INFO kablam! Sep 18 03:57:07.782 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.782 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry.rs:17:5 Sep 18 03:57:07.782 INFO kablam! | Sep 18 03:57:07.782 INFO kablam! 16 | pub type OwnedIsometryBase = Sep 18 03:57:07.782 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.782 INFO kablam! 17 | IsometryBase>::Buffer, R>; Sep 18 03:57:07.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.782 INFO kablam! | Sep 18 03:57:07.782 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.783 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry.rs:17:5 Sep 18 03:57:07.783 INFO kablam! | Sep 18 03:57:07.783 INFO kablam! 17 | IsometryBase>::Buffer, R>; Sep 18 03:57:07.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.783 INFO kablam! Sep 18 03:57:07.873 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.873 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_alias.rs:7:27 Sep 18 03:57:07.873 INFO kablam! | Sep 18 03:57:07.873 INFO kablam! 7 | pub type Isometry = IsometryBase, Rotation>; Sep 18 03:57:07.873 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.873 INFO kablam! | | Sep 18 03:57:07.874 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.874 INFO kablam! | Sep 18 03:57:07.874 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.874 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_alias.rs:7:27 Sep 18 03:57:07.874 INFO kablam! | Sep 18 03:57:07.874 INFO kablam! 7 | pub type Isometry = IsometryBase, Rotation>; Sep 18 03:57:07.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.874 INFO kablam! Sep 18 03:57:07.875 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.876 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_alias.rs:10:25 Sep 18 03:57:07.876 INFO kablam! | Sep 18 03:57:07.876 INFO kablam! 10 | pub type Isometry2 = IsometryBase, UnitComplex>; Sep 18 03:57:07.876 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.876 INFO kablam! | | Sep 18 03:57:07.876 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.876 INFO kablam! | Sep 18 03:57:07.877 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.877 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_alias.rs:10:25 Sep 18 03:57:07.877 INFO kablam! | Sep 18 03:57:07.877 INFO kablam! 10 | pub type Isometry2 = IsometryBase, UnitComplex>; Sep 18 03:57:07.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.877 INFO kablam! Sep 18 03:57:07.878 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.878 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_alias.rs:13:25 Sep 18 03:57:07.879 INFO kablam! | Sep 18 03:57:07.879 INFO kablam! 13 | pub type Isometry3 = IsometryBase, UnitQuaternion>; Sep 18 03:57:07.879 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.879 INFO kablam! | | Sep 18 03:57:07.879 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.879 INFO kablam! | Sep 18 03:57:07.880 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.880 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_alias.rs:13:25 Sep 18 03:57:07.880 INFO kablam! | Sep 18 03:57:07.880 INFO kablam! 13 | pub type Isometry3 = IsometryBase, UnitQuaternion>; Sep 18 03:57:07.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.880 INFO kablam! Sep 18 03:57:07.882 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.882 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_alias.rs:16:31 Sep 18 03:57:07.882 INFO kablam! | Sep 18 03:57:07.882 INFO kablam! 16 | pub type IsometryMatrix2 = Isometry; Sep 18 03:57:07.882 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 18 03:57:07.882 INFO kablam! | | Sep 18 03:57:07.883 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.883 INFO kablam! | Sep 18 03:57:07.883 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.883 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_alias.rs:16:31 Sep 18 03:57:07.883 INFO kablam! | Sep 18 03:57:07.883 INFO kablam! 16 | pub type IsometryMatrix2 = Isometry; Sep 18 03:57:07.884 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 18 03:57:07.884 INFO kablam! Sep 18 03:57:07.886 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.886 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_alias.rs:19:31 Sep 18 03:57:07.886 INFO kablam! | Sep 18 03:57:07.886 INFO kablam! 19 | pub type IsometryMatrix3 = Isometry; Sep 18 03:57:07.886 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 18 03:57:07.886 INFO kablam! | | Sep 18 03:57:07.886 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.887 INFO kablam! | Sep 18 03:57:07.887 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.887 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_alias.rs:19:31 Sep 18 03:57:07.887 INFO kablam! | Sep 18 03:57:07.887 INFO kablam! 19 | pub type IsometryMatrix3 = Isometry; Sep 18 03:57:07.888 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 18 03:57:07.888 INFO kablam! Sep 18 03:57:07.889 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.889 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/similarity.rs:16:5 Sep 18 03:57:07.889 INFO kablam! | Sep 18 03:57:07.889 INFO kablam! 15 | pub type OwnedSimilarityBase = Sep 18 03:57:07.889 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.889 INFO kablam! 16 | SimilarityBase>::Buffer, R>; Sep 18 03:57:07.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.890 INFO kablam! | Sep 18 03:57:07.890 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.890 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/similarity.rs:16:5 Sep 18 03:57:07.890 INFO kablam! | Sep 18 03:57:07.890 INFO kablam! 16 | SimilarityBase>::Buffer, R>; Sep 18 03:57:07.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.891 INFO kablam! Sep 18 03:57:07.975 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.976 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/similarity_alias.rs:7:29 Sep 18 03:57:07.976 INFO kablam! | Sep 18 03:57:07.976 INFO kablam! 7 | pub type Similarity = SimilarityBase, Rotation>; Sep 18 03:57:07.976 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.976 INFO kablam! | | Sep 18 03:57:07.976 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.977 INFO kablam! | Sep 18 03:57:07.977 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.977 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/similarity_alias.rs:7:29 Sep 18 03:57:07.977 INFO kablam! | Sep 18 03:57:07.977 INFO kablam! 7 | pub type Similarity = SimilarityBase, Rotation>; Sep 18 03:57:07.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.978 INFO kablam! Sep 18 03:57:07.979 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.979 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/similarity_alias.rs:10:27 Sep 18 03:57:07.979 INFO kablam! | Sep 18 03:57:07.979 INFO kablam! 10 | pub type Similarity2 = SimilarityBase, UnitComplex>; Sep 18 03:57:07.979 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.980 INFO kablam! | | Sep 18 03:57:07.980 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.980 INFO kablam! | Sep 18 03:57:07.980 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.980 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/similarity_alias.rs:10:27 Sep 18 03:57:07.981 INFO kablam! | Sep 18 03:57:07.981 INFO kablam! 10 | pub type Similarity2 = SimilarityBase, UnitComplex>; Sep 18 03:57:07.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.981 INFO kablam! Sep 18 03:57:07.982 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.982 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/similarity_alias.rs:13:27 Sep 18 03:57:07.983 INFO kablam! | Sep 18 03:57:07.983 INFO kablam! 13 | pub type Similarity3 = SimilarityBase, UnitQuaternion>; Sep 18 03:57:07.983 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.983 INFO kablam! | | Sep 18 03:57:07.983 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.983 INFO kablam! | Sep 18 03:57:07.983 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.984 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/similarity_alias.rs:13:27 Sep 18 03:57:07.984 INFO kablam! | Sep 18 03:57:07.984 INFO kablam! 13 | pub type Similarity3 = SimilarityBase, UnitQuaternion>; Sep 18 03:57:07.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.984 INFO kablam! Sep 18 03:57:07.986 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.986 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/similarity_alias.rs:16:33 Sep 18 03:57:07.986 INFO kablam! | Sep 18 03:57:07.986 INFO kablam! 16 | pub type SimilarityMatrix2 = Similarity; Sep 18 03:57:07.986 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.986 INFO kablam! | | Sep 18 03:57:07.987 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.987 INFO kablam! | Sep 18 03:57:07.987 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.987 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/similarity_alias.rs:16:33 Sep 18 03:57:07.987 INFO kablam! | Sep 18 03:57:07.987 INFO kablam! 16 | pub type SimilarityMatrix2 = Similarity; Sep 18 03:57:07.987 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.988 INFO kablam! Sep 18 03:57:07.989 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.989 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/similarity_alias.rs:19:33 Sep 18 03:57:07.989 INFO kablam! | Sep 18 03:57:07.990 INFO kablam! 19 | pub type SimilarityMatrix3 = Similarity; Sep 18 03:57:07.990 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.990 INFO kablam! | | Sep 18 03:57:07.990 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.990 INFO kablam! | Sep 18 03:57:07.990 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.990 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/similarity_alias.rs:19:33 Sep 18 03:57:07.991 INFO kablam! | Sep 18 03:57:07.991 INFO kablam! 19 | pub type SimilarityMatrix3 = Similarity; Sep 18 03:57:07.991 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.991 INFO kablam! Sep 18 03:57:07.994 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:07.994 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform.rs:153:7 Sep 18 03:57:07.995 INFO kablam! | Sep 18 03:57:07.995 INFO kablam! 152 | pub type OwnedTransform Sep 18 03:57:07.995 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:07.995 INFO kablam! 153 | = TransformBase, DimNameSum>>::Buffer, C>; Sep 18 03:57:07.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.995 INFO kablam! | Sep 18 03:57:07.995 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:07.996 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform.rs:153:7 Sep 18 03:57:07.996 INFO kablam! | Sep 18 03:57:07.996 INFO kablam! 153 | = TransformBase, DimNameSum>>::Buffer, C>; Sep 18 03:57:07.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:07.996 INFO kablam! Sep 18 03:57:08.053 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:08.053 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:8:28 Sep 18 03:57:08.053 INFO kablam! | Sep 18 03:57:08.053 INFO kablam! 8 | pub type Transform = TransformBase, DimNameSum>, TGeneral>; Sep 18 03:57:08.053 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.053 INFO kablam! | | Sep 18 03:57:08.053 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:08.053 INFO kablam! | Sep 18 03:57:08.053 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:08.054 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:8:28 Sep 18 03:57:08.054 INFO kablam! | Sep 18 03:57:08.054 INFO kablam! 8 | pub type Transform = TransformBase, DimNameSum>, TGeneral>; Sep 18 03:57:08.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.054 INFO kablam! Sep 18 03:57:08.055 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:08.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:12:29 Sep 18 03:57:08.055 INFO kablam! | Sep 18 03:57:08.055 INFO kablam! 12 | pub type Projective = TransformBase, DimNameSum>, TProjective>; Sep 18 03:57:08.055 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.055 INFO kablam! | | Sep 18 03:57:08.056 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:08.056 INFO kablam! | Sep 18 03:57:08.056 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:08.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:12:29 Sep 18 03:57:08.056 INFO kablam! | Sep 18 03:57:08.056 INFO kablam! 12 | pub type Projective = TransformBase, DimNameSum>, TProjective>; Sep 18 03:57:08.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.056 INFO kablam! Sep 18 03:57:08.058 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:08.058 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:15:25 Sep 18 03:57:08.058 INFO kablam! | Sep 18 03:57:08.058 INFO kablam! 15 | pub type Affine = TransformBase, DimNameSum>, TAffine>; Sep 18 03:57:08.058 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.058 INFO kablam! | | Sep 18 03:57:08.058 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:08.058 INFO kablam! | Sep 18 03:57:08.059 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:08.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:15:25 Sep 18 03:57:08.059 INFO kablam! | Sep 18 03:57:08.059 INFO kablam! 15 | pub type Affine = TransformBase, DimNameSum>, TAffine>; Sep 18 03:57:08.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.059 INFO kablam! Sep 18 03:57:08.061 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:08.061 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:18:26 Sep 18 03:57:08.061 INFO kablam! | Sep 18 03:57:08.061 INFO kablam! 18 | pub type Transform2 = Transform; Sep 18 03:57:08.061 INFO kablam! | - ^^^^^^^^^^^^^^^^ Sep 18 03:57:08.061 INFO kablam! | | Sep 18 03:57:08.061 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:08.061 INFO kablam! | Sep 18 03:57:08.061 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:08.061 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:18:26 Sep 18 03:57:08.061 INFO kablam! | Sep 18 03:57:08.061 INFO kablam! 18 | pub type Transform2 = Transform; Sep 18 03:57:08.061 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 18 03:57:08.061 INFO kablam! Sep 18 03:57:08.063 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:08.063 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:20:27 Sep 18 03:57:08.063 INFO kablam! | Sep 18 03:57:08.063 INFO kablam! 20 | pub type Projective2 = Projective; Sep 18 03:57:08.063 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.063 INFO kablam! | | Sep 18 03:57:08.063 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:08.063 INFO kablam! | Sep 18 03:57:08.063 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:08.063 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:20:27 Sep 18 03:57:08.063 INFO kablam! | Sep 18 03:57:08.063 INFO kablam! 20 | pub type Projective2 = Projective; Sep 18 03:57:08.063 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.063 INFO kablam! Sep 18 03:57:08.064 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:08.064 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:22:23 Sep 18 03:57:08.065 INFO kablam! | Sep 18 03:57:08.065 INFO kablam! 22 | pub type Affine2 = Affine; Sep 18 03:57:08.065 INFO kablam! | - ^^^^^^^^^^^^^ Sep 18 03:57:08.065 INFO kablam! | | Sep 18 03:57:08.065 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:08.065 INFO kablam! | Sep 18 03:57:08.065 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:08.065 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:22:23 Sep 18 03:57:08.065 INFO kablam! | Sep 18 03:57:08.065 INFO kablam! 22 | pub type Affine2 = Affine; Sep 18 03:57:08.065 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 03:57:08.065 INFO kablam! Sep 18 03:57:08.066 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:08.066 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:25:26 Sep 18 03:57:08.066 INFO kablam! | Sep 18 03:57:08.066 INFO kablam! 25 | pub type Transform3 = Transform; Sep 18 03:57:08.066 INFO kablam! | - ^^^^^^^^^^^^^^^^ Sep 18 03:57:08.066 INFO kablam! | | Sep 18 03:57:08.066 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:08.066 INFO kablam! | Sep 18 03:57:08.066 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:08.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:25:26 Sep 18 03:57:08.067 INFO kablam! | Sep 18 03:57:08.067 INFO kablam! 25 | pub type Transform3 = Transform; Sep 18 03:57:08.067 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 18 03:57:08.067 INFO kablam! Sep 18 03:57:08.068 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:08.068 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:27:27 Sep 18 03:57:08.068 INFO kablam! | Sep 18 03:57:08.068 INFO kablam! 27 | pub type Projective3 = Projective; Sep 18 03:57:08.068 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.068 INFO kablam! | | Sep 18 03:57:08.068 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:08.068 INFO kablam! | Sep 18 03:57:08.068 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:08.068 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:27:27 Sep 18 03:57:08.068 INFO kablam! | Sep 18 03:57:08.068 INFO kablam! 27 | pub type Projective3 = Projective; Sep 18 03:57:08.068 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.068 INFO kablam! Sep 18 03:57:08.070 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:08.070 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:29:23 Sep 18 03:57:08.070 INFO kablam! | Sep 18 03:57:08.070 INFO kablam! 29 | pub type Affine3 = Affine; Sep 18 03:57:08.070 INFO kablam! | - ^^^^^^^^^^^^^ Sep 18 03:57:08.070 INFO kablam! | | Sep 18 03:57:08.070 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:08.070 INFO kablam! | Sep 18 03:57:08.070 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:08.070 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/transform_alias.rs:29:23 Sep 18 03:57:08.070 INFO kablam! | Sep 18 03:57:08.070 INFO kablam! 29 | pub type Affine3 = Affine; Sep 18 03:57:08.070 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 03:57:08.070 INFO kablam! Sep 18 03:57:08.071 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:08.071 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/orthographic.rs:23:29 Sep 18 03:57:08.071 INFO kablam! | Sep 18 03:57:08.071 INFO kablam! 23 | pub type Orthographic3 = OrthographicBase>; Sep 18 03:57:08.071 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.071 INFO kablam! | | Sep 18 03:57:08.071 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:08.071 INFO kablam! | Sep 18 03:57:08.071 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:08.071 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/orthographic.rs:23:29 Sep 18 03:57:08.071 INFO kablam! | Sep 18 03:57:08.071 INFO kablam! 23 | pub type Orthographic3 = OrthographicBase>; Sep 18 03:57:08.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.071 INFO kablam! Sep 18 03:57:08.078 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:08.078 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/perspective.rs:23:28 Sep 18 03:57:08.078 INFO kablam! | Sep 18 03:57:08.079 INFO kablam! 23 | pub type Perspective3 = PerspectiveBase>; Sep 18 03:57:08.079 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.079 INFO kablam! | | Sep 18 03:57:08.079 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:08.079 INFO kablam! | Sep 18 03:57:08.079 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:08.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/perspective.rs:23:28 Sep 18 03:57:08.079 INFO kablam! | Sep 18 03:57:08.079 INFO kablam! 23 | pub type Perspective3 = PerspectiveBase>; Sep 18 03:57:08.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:08.079 INFO kablam! Sep 18 03:57:09.431 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:09.431 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix_slice.rs:170:11 Sep 18 03:57:09.431 INFO kablam! | Sep 18 03:57:09.431 INFO kablam! 169 | pub type $MatrixSlice<'a, N, R, C, RStride, CStride, Alloc> Sep 18 03:57:09.431 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:09.431 INFO kablam! 170 | = Matrix>; Sep 18 03:57:09.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:09.431 INFO kablam! ... Sep 18 03:57:09.431 INFO kablam! 441 | / matrix_slice_impl!( Sep 18 03:57:09.431 INFO kablam! 442 | | self: &Self, MatrixSlice, SliceStorage, Storage, &self.data; Sep 18 03:57:09.431 INFO kablam! 443 | | row, Sep 18 03:57:09.431 INFO kablam! 444 | | rows, Sep 18 03:57:09.431 INFO kablam! ... | Sep 18 03:57:09.431 INFO kablam! 459 | | generic_slice, Sep 18 03:57:09.431 INFO kablam! 460 | | generic_slice_with_steps); Sep 18 03:57:09.431 INFO kablam! | |_______________________________- in this macro invocation Sep 18 03:57:09.431 INFO kablam! | Sep 18 03:57:09.431 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:09.431 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix_slice.rs:170:11 Sep 18 03:57:09.431 INFO kablam! | Sep 18 03:57:09.431 INFO kablam! 170 | = Matrix>; Sep 18 03:57:09.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:09.431 INFO kablam! ... Sep 18 03:57:09.431 INFO kablam! 441 | / matrix_slice_impl!( Sep 18 03:57:09.431 INFO kablam! 442 | | self: &Self, MatrixSlice, SliceStorage, Storage, &self.data; Sep 18 03:57:09.431 INFO kablam! 443 | | row, Sep 18 03:57:09.431 INFO kablam! 444 | | rows, Sep 18 03:57:09.431 INFO kablam! ... | Sep 18 03:57:09.431 INFO kablam! 459 | | generic_slice, Sep 18 03:57:09.431 INFO kablam! 460 | | generic_slice_with_steps); Sep 18 03:57:09.431 INFO kablam! | |_______________________________- in this macro invocation Sep 18 03:57:09.431 INFO kablam! Sep 18 03:57:09.433 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 18 03:57:09.433 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix_slice.rs:170:11 Sep 18 03:57:09.433 INFO kablam! | Sep 18 03:57:09.433 INFO kablam! 169 | pub type $MatrixSlice<'a, N, R, C, RStride, CStride, Alloc> Sep 18 03:57:09.433 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 18 03:57:09.433 INFO kablam! 170 | = Matrix>; Sep 18 03:57:09.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:09.433 INFO kablam! ... Sep 18 03:57:09.433 INFO kablam! 463 | / matrix_slice_impl!( Sep 18 03:57:09.433 INFO kablam! 464 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut, &mut self.data; Sep 18 03:57:09.433 INFO kablam! 465 | | row_mut, Sep 18 03:57:09.433 INFO kablam! 466 | | rows_mut, Sep 18 03:57:09.433 INFO kablam! ... | Sep 18 03:57:09.433 INFO kablam! 481 | | generic_slice_mut, Sep 18 03:57:09.433 INFO kablam! 482 | | generic_slice_with_steps_mut); Sep 18 03:57:09.433 INFO kablam! | |___________________________________- in this macro invocation Sep 18 03:57:09.433 INFO kablam! | Sep 18 03:57:09.433 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 18 03:57:09.433 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/core/matrix_slice.rs:170:11 Sep 18 03:57:09.433 INFO kablam! | Sep 18 03:57:09.433 INFO kablam! 170 | = Matrix>; Sep 18 03:57:09.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:57:09.433 INFO kablam! ... Sep 18 03:57:09.433 INFO kablam! 463 | / matrix_slice_impl!( Sep 18 03:57:09.433 INFO kablam! 464 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut, &mut self.data; Sep 18 03:57:09.433 INFO kablam! 465 | | row_mut, Sep 18 03:57:09.433 INFO kablam! 466 | | rows_mut, Sep 18 03:57:09.433 INFO kablam! ... | Sep 18 03:57:09.433 INFO kablam! 481 | | generic_slice_mut, Sep 18 03:57:09.433 INFO kablam! 482 | | generic_slice_with_steps_mut); Sep 18 03:57:09.433 INFO kablam! | |___________________________________- in this macro invocation Sep 18 03:57:09.433 INFO kablam! Sep 18 03:57:14.691 INFO kablam! error: aborting due to 114 previous errors Sep 18 03:57:14.691 INFO kablam! Sep 18 03:57:14.691 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 18 03:57:14.699 INFO kablam! error: Could not compile `nalgebra`. Sep 18 03:57:14.699 INFO kablam! Sep 18 03:57:14.699 INFO kablam! To learn more, run the command again with --verbose. Sep 18 03:57:14.700 INFO kablam! su: No module specific data is present Sep 18 03:57:15.221 INFO running `"docker" "rm" "-f" "ceb1bad210d5c5ead4c5366faeafbe77e54184b4a5da4190843637262c595e8c"` Sep 18 03:57:15.451 INFO blam! ceb1bad210d5c5ead4c5366faeafbe77e54184b4a5da4190843637262c595e8c