Sep 21 01:48:14.195 INFO checking timecode-0.1.5 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 01:48:14.195 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 01:48:14.195 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 01:48:14.313 INFO blam! 322efb79ef3efbb3d275b401dfb96f8055a637c903860ae7fab049daa285e865 Sep 21 01:48:14.314 INFO running `"docker" "start" "-a" "322efb79ef3efbb3d275b401dfb96f8055a637c903860ae7fab049daa285e865"` Sep 21 01:48:15.186 INFO kablam! usermod: no changes Sep 21 01:48:15.205 INFO kablam! warning: unused manifest key: package.travis-ci Sep 21 01:48:15.242 INFO kablam! Checking alga v0.5.4 Sep 21 01:48:18.954 INFO kablam! Checking nalgebra v0.12.3 Sep 21 01:48:21.987 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:21.987 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:20:36 Sep 21 01:48:21.987 INFO kablam! | Sep 21 01:48:21.987 INFO kablam! 20 | pub type OwnedMatrix = Matrix>::Buffer>; Sep 21 01:48:21.987 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.987 INFO kablam! | | Sep 21 01:48:21.987 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:21.987 INFO kablam! | Sep 21 01:48:21.987 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:21.987 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:20:36 Sep 21 01:48:21.987 INFO kablam! | Sep 21 01:48:21.987 INFO kablam! 20 | pub type OwnedMatrix = Matrix>::Buffer>; Sep 21 01:48:21.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.987 INFO kablam! Sep 21 01:48:21.988 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:21.988 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:23:34 Sep 21 01:48:21.988 INFO kablam! | Sep 21 01:48:21.988 INFO kablam! 23 | pub type SquareMatrix = Matrix; Sep 21 01:48:21.988 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.988 INFO kablam! | | Sep 21 01:48:21.988 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:21.988 INFO kablam! | Sep 21 01:48:21.988 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:21.988 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:23:34 Sep 21 01:48:21.988 INFO kablam! | Sep 21 01:48:21.988 INFO kablam! 23 | pub type SquareMatrix = Matrix; Sep 21 01:48:21.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.988 INFO kablam! Sep 21 01:48:21.988 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:21.988 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:26:39 Sep 21 01:48:21.988 INFO kablam! | Sep 21 01:48:21.988 INFO kablam! 26 | pub type OwnedSquareMatrix = OwnedMatrix; Sep 21 01:48:21.988 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.988 INFO kablam! | | Sep 21 01:48:21.988 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:21.988 INFO kablam! | Sep 21 01:48:21.988 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:21.988 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:26:39 Sep 21 01:48:21.988 INFO kablam! | Sep 21 01:48:21.988 INFO kablam! 26 | pub type OwnedSquareMatrix = OwnedMatrix; Sep 21 01:48:21.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.988 INFO kablam! Sep 21 01:48:21.989 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:21.989 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:29:34 Sep 21 01:48:21.989 INFO kablam! | Sep 21 01:48:21.989 INFO kablam! 29 | pub type ColumnVector = Matrix; Sep 21 01:48:21.989 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.989 INFO kablam! | | Sep 21 01:48:21.989 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:21.989 INFO kablam! | Sep 21 01:48:21.989 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:21.989 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:29:34 Sep 21 01:48:21.990 INFO kablam! | Sep 21 01:48:21.990 INFO kablam! 29 | pub type ColumnVector = Matrix; Sep 21 01:48:21.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.990 INFO kablam! Sep 21 01:48:21.990 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:21.990 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:32:39 Sep 21 01:48:21.990 INFO kablam! | Sep 21 01:48:21.990 INFO kablam! 32 | pub type OwnedColumnVector = OwnedMatrix; Sep 21 01:48:21.990 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.990 INFO kablam! | | Sep 21 01:48:21.990 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:21.990 INFO kablam! | Sep 21 01:48:21.990 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:21.990 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:32:39 Sep 21 01:48:21.990 INFO kablam! | Sep 21 01:48:21.990 INFO kablam! 32 | pub type OwnedColumnVector = OwnedMatrix; Sep 21 01:48:21.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.990 INFO kablam! Sep 21 01:48:21.990 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:21.990 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:35:31 Sep 21 01:48:21.990 INFO kablam! | Sep 21 01:48:21.990 INFO kablam! 35 | pub type RowVector = Matrix; Sep 21 01:48:21.990 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.990 INFO kablam! | | Sep 21 01:48:21.990 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:21.990 INFO kablam! | Sep 21 01:48:21.990 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:21.990 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:35:31 Sep 21 01:48:21.990 INFO kablam! | Sep 21 01:48:21.990 INFO kablam! 35 | pub type RowVector = Matrix; Sep 21 01:48:21.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.990 INFO kablam! Sep 21 01:48:21.990 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:21.990 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:38:36 Sep 21 01:48:21.990 INFO kablam! | Sep 21 01:48:21.990 INFO kablam! 38 | pub type OwnedRowVector = OwnedMatrix; Sep 21 01:48:21.990 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.990 INFO kablam! | | Sep 21 01:48:21.990 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:21.990 INFO kablam! | Sep 21 01:48:21.990 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:21.990 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:38:36 Sep 21 01:48:21.990 INFO kablam! | Sep 21 01:48:21.990 INFO kablam! 38 | pub type OwnedRowVector = OwnedMatrix; Sep 21 01:48:21.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.990 INFO kablam! Sep 21 01:48:21.994 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:21.994 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:42:5 Sep 21 01:48:21.994 INFO kablam! | Sep 21 01:48:21.994 INFO kablam! 41 | pub type MatrixSum = Sep 21 01:48:21.994 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:21.994 INFO kablam! 42 | Matrix, SameShapeC, SumStorage>; Sep 21 01:48:21.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.994 INFO kablam! | Sep 21 01:48:21.994 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:21.994 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:42:5 Sep 21 01:48:21.994 INFO kablam! | Sep 21 01:48:21.994 INFO kablam! 42 | Matrix, SameShapeC, SumStorage>; Sep 21 01:48:21.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.994 INFO kablam! Sep 21 01:48:21.994 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:21.994 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:46:5 Sep 21 01:48:21.994 INFO kablam! | Sep 21 01:48:21.994 INFO kablam! 45 | pub type ColumnVectorSum = Sep 21 01:48:21.994 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:21.994 INFO kablam! 46 | Matrix, U1, SumStorage>; Sep 21 01:48:21.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.994 INFO kablam! | Sep 21 01:48:21.994 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:21.994 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:46:5 Sep 21 01:48:21.994 INFO kablam! | Sep 21 01:48:21.994 INFO kablam! 46 | Matrix, U1, SumStorage>; Sep 21 01:48:21.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.994 INFO kablam! Sep 21 01:48:21.994 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:21.994 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:49:47 Sep 21 01:48:21.994 INFO kablam! | Sep 21 01:48:21.994 INFO kablam! 49 | pub type MatrixCross = MatrixSum; Sep 21 01:48:21.994 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.994 INFO kablam! | | Sep 21 01:48:21.994 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:21.994 INFO kablam! | Sep 21 01:48:21.994 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:21.994 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:49:47 Sep 21 01:48:21.994 INFO kablam! | Sep 21 01:48:21.994 INFO kablam! 49 | pub type MatrixCross = MatrixSum; Sep 21 01:48:21.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.994 INFO kablam! Sep 21 01:48:21.994 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:21.994 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:52:41 Sep 21 01:48:21.994 INFO kablam! | Sep 21 01:48:21.994 INFO kablam! 52 | pub type MatrixMul = Matrix>; Sep 21 01:48:21.994 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.994 INFO kablam! | | Sep 21 01:48:21.994 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:21.994 INFO kablam! | Sep 21 01:48:21.994 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:21.995 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:52:41 Sep 21 01:48:21.995 INFO kablam! | Sep 21 01:48:21.995 INFO kablam! 52 | pub type MatrixMul = Matrix>; Sep 21 01:48:21.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.995 INFO kablam! Sep 21 01:48:21.995 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:21.995 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:55:43 Sep 21 01:48:21.995 INFO kablam! | Sep 21 01:48:21.995 INFO kablam! 55 | pub type MatrixTrMul = Matrix>; Sep 21 01:48:21.995 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.995 INFO kablam! | | Sep 21 01:48:21.995 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:21.995 INFO kablam! | Sep 21 01:48:21.995 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:21.995 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:55:43 Sep 21 01:48:21.995 INFO kablam! | Sep 21 01:48:21.995 INFO kablam! 55 | pub type MatrixTrMul = Matrix>; Sep 21 01:48:21.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.995 INFO kablam! Sep 21 01:48:21.995 INFO kablam! error[E0310]: the parameter type `NNew` may not live long enough Sep 21 01:48:21.995 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:59:1 Sep 21 01:48:21.995 INFO kablam! | Sep 21 01:48:21.995 INFO kablam! 58 | pub type MatrixWithScalar = Sep 21 01:48:21.995 INFO kablam! | ---- help: consider adding an explicit lifetime bound `NNew: 'static`... Sep 21 01:48:21.995 INFO kablam! 59 | Matrix>::Alloc as Allocator>::Buffer>; Sep 21 01:48:21.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.995 INFO kablam! | Sep 21 01:48:21.995 INFO kablam! note: ...so that the type `NNew` will meet its required lifetime bounds Sep 21 01:48:21.995 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix.rs:59:1 Sep 21 01:48:21.995 INFO kablam! | Sep 21 01:48:21.995 INFO kablam! 59 | Matrix>::Alloc as Allocator>::Buffer>; Sep 21 01:48:21.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:21.995 INFO kablam! Sep 21 01:48:22.019 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.019 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:14:23 Sep 21 01:48:22.019 INFO kablam! | Sep 21 01:48:22.019 INFO kablam! 14 | pub type DMatrix = Matrix>; Sep 21 01:48:22.019 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.019 INFO kablam! | | Sep 21 01:48:22.019 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.019 INFO kablam! | Sep 21 01:48:22.019 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.019 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:14:23 Sep 21 01:48:22.019 INFO kablam! | Sep 21 01:48:22.019 INFO kablam! 14 | pub type DMatrix = Matrix>; Sep 21 01:48:22.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.019 INFO kablam! Sep 21 01:48:22.020 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.020 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:17:30 Sep 21 01:48:22.020 INFO kablam! | Sep 21 01:48:22.020 INFO kablam! 17 | pub type MatrixNM = Matrix>; Sep 21 01:48:22.020 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.020 INFO kablam! | | Sep 21 01:48:22.020 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.020 INFO kablam! | Sep 21 01:48:22.020 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.020 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:17:30 Sep 21 01:48:22.020 INFO kablam! | Sep 21 01:48:22.020 INFO kablam! 17 | pub type MatrixNM = Matrix>; Sep 21 01:48:22.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.020 INFO kablam! Sep 21 01:48:22.022 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.022 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:20:26 Sep 21 01:48:22.022 INFO kablam! | Sep 21 01:48:22.022 INFO kablam! 20 | pub type MatrixN = MatrixNM; Sep 21 01:48:22.022 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.022 INFO kablam! | | Sep 21 01:48:22.022 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.022 INFO kablam! | Sep 21 01:48:22.022 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.022 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:20:26 Sep 21 01:48:22.022 INFO kablam! | Sep 21 01:48:22.022 INFO kablam! 20 | pub type MatrixN = MatrixNM; Sep 21 01:48:22.022 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.022 INFO kablam! Sep 21 01:48:22.022 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.022 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:23:23 Sep 21 01:48:22.022 INFO kablam! | Sep 21 01:48:22.022 INFO kablam! 23 | pub type Matrix1 = MatrixN; Sep 21 01:48:22.022 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 01:48:22.022 INFO kablam! | | Sep 21 01:48:22.022 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.022 INFO kablam! | Sep 21 01:48:22.022 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.022 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:23:23 Sep 21 01:48:22.022 INFO kablam! | Sep 21 01:48:22.022 INFO kablam! 23 | pub type Matrix1 = MatrixN; Sep 21 01:48:22.022 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 01:48:22.022 INFO kablam! Sep 21 01:48:22.026 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.026 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:25:23 Sep 21 01:48:22.026 INFO kablam! | Sep 21 01:48:22.026 INFO kablam! 25 | pub type Matrix2 = MatrixN; Sep 21 01:48:22.026 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 01:48:22.026 INFO kablam! | | Sep 21 01:48:22.026 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.026 INFO kablam! | Sep 21 01:48:22.026 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.026 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:25:23 Sep 21 01:48:22.026 INFO kablam! | Sep 21 01:48:22.026 INFO kablam! 25 | pub type Matrix2 = MatrixN; Sep 21 01:48:22.026 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 01:48:22.026 INFO kablam! Sep 21 01:48:22.026 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.026 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:27:23 Sep 21 01:48:22.026 INFO kablam! | Sep 21 01:48:22.026 INFO kablam! 27 | pub type Matrix3 = MatrixN; Sep 21 01:48:22.026 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 01:48:22.026 INFO kablam! | | Sep 21 01:48:22.026 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.026 INFO kablam! | Sep 21 01:48:22.026 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.026 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:27:23 Sep 21 01:48:22.026 INFO kablam! | Sep 21 01:48:22.026 INFO kablam! 27 | pub type Matrix3 = MatrixN; Sep 21 01:48:22.026 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 01:48:22.026 INFO kablam! Sep 21 01:48:22.026 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.026 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:29:23 Sep 21 01:48:22.026 INFO kablam! | Sep 21 01:48:22.026 INFO kablam! 29 | pub type Matrix4 = MatrixN; Sep 21 01:48:22.026 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 01:48:22.026 INFO kablam! | | Sep 21 01:48:22.026 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.026 INFO kablam! | Sep 21 01:48:22.026 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.026 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:29:23 Sep 21 01:48:22.026 INFO kablam! | Sep 21 01:48:22.026 INFO kablam! 29 | pub type Matrix4 = MatrixN; Sep 21 01:48:22.026 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 01:48:22.026 INFO kablam! Sep 21 01:48:22.027 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.027 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:31:23 Sep 21 01:48:22.027 INFO kablam! | Sep 21 01:48:22.027 INFO kablam! 31 | pub type Matrix5 = MatrixN; Sep 21 01:48:22.028 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 01:48:22.028 INFO kablam! | | Sep 21 01:48:22.028 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.028 INFO kablam! | Sep 21 01:48:22.028 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.028 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:31:23 Sep 21 01:48:22.028 INFO kablam! | Sep 21 01:48:22.028 INFO kablam! 31 | pub type Matrix5 = MatrixN; Sep 21 01:48:22.028 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 01:48:22.028 INFO kablam! Sep 21 01:48:22.028 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.028 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:33:23 Sep 21 01:48:22.028 INFO kablam! | Sep 21 01:48:22.029 INFO kablam! 33 | pub type Matrix6 = MatrixN; Sep 21 01:48:22.029 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 01:48:22.029 INFO kablam! | | Sep 21 01:48:22.029 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.029 INFO kablam! | Sep 21 01:48:22.029 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.029 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:33:23 Sep 21 01:48:22.029 INFO kablam! | Sep 21 01:48:22.029 INFO kablam! 33 | pub type Matrix6 = MatrixN; Sep 21 01:48:22.029 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 01:48:22.029 INFO kablam! Sep 21 01:48:22.029 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.029 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:36:25 Sep 21 01:48:22.029 INFO kablam! | Sep 21 01:48:22.029 INFO kablam! 36 | pub type Matrix1x2 = MatrixNM; Sep 21 01:48:22.029 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.029 INFO kablam! | | Sep 21 01:48:22.029 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.029 INFO kablam! | Sep 21 01:48:22.029 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.029 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:36:25 Sep 21 01:48:22.029 INFO kablam! | Sep 21 01:48:22.029 INFO kablam! 36 | pub type Matrix1x2 = MatrixNM; Sep 21 01:48:22.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.029 INFO kablam! Sep 21 01:48:22.034 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.034 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:38:25 Sep 21 01:48:22.034 INFO kablam! | Sep 21 01:48:22.034 INFO kablam! 38 | pub type Matrix1x3 = MatrixNM; Sep 21 01:48:22.034 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.034 INFO kablam! | | Sep 21 01:48:22.034 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.034 INFO kablam! | Sep 21 01:48:22.034 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.034 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:38:25 Sep 21 01:48:22.034 INFO kablam! | Sep 21 01:48:22.034 INFO kablam! 38 | pub type Matrix1x3 = MatrixNM; Sep 21 01:48:22.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.034 INFO kablam! Sep 21 01:48:22.034 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.034 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:40:25 Sep 21 01:48:22.034 INFO kablam! | Sep 21 01:48:22.034 INFO kablam! 40 | pub type Matrix1x4 = MatrixNM; Sep 21 01:48:22.034 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.034 INFO kablam! | | Sep 21 01:48:22.034 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.034 INFO kablam! | Sep 21 01:48:22.034 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.034 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:40:25 Sep 21 01:48:22.034 INFO kablam! | Sep 21 01:48:22.034 INFO kablam! 40 | pub type Matrix1x4 = MatrixNM; Sep 21 01:48:22.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.034 INFO kablam! Sep 21 01:48:22.034 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.034 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:42:25 Sep 21 01:48:22.034 INFO kablam! | Sep 21 01:48:22.034 INFO kablam! 42 | pub type Matrix1x5 = MatrixNM; Sep 21 01:48:22.034 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.034 INFO kablam! | | Sep 21 01:48:22.034 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.034 INFO kablam! | Sep 21 01:48:22.034 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.034 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:42:25 Sep 21 01:48:22.034 INFO kablam! | Sep 21 01:48:22.034 INFO kablam! 42 | pub type Matrix1x5 = MatrixNM; Sep 21 01:48:22.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.034 INFO kablam! Sep 21 01:48:22.034 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.034 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:44:25 Sep 21 01:48:22.034 INFO kablam! | Sep 21 01:48:22.034 INFO kablam! 44 | pub type Matrix1x6 = MatrixNM; Sep 21 01:48:22.034 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.034 INFO kablam! | | Sep 21 01:48:22.034 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.034 INFO kablam! | Sep 21 01:48:22.034 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.034 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:44:25 Sep 21 01:48:22.034 INFO kablam! | Sep 21 01:48:22.034 INFO kablam! 44 | pub type Matrix1x6 = MatrixNM; Sep 21 01:48:22.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.035 INFO kablam! Sep 21 01:48:22.035 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:47:25 Sep 21 01:48:22.035 INFO kablam! | Sep 21 01:48:22.035 INFO kablam! 47 | pub type Matrix2x3 = MatrixNM; Sep 21 01:48:22.035 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.035 INFO kablam! | | Sep 21 01:48:22.035 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.035 INFO kablam! | Sep 21 01:48:22.035 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:47:25 Sep 21 01:48:22.035 INFO kablam! | Sep 21 01:48:22.035 INFO kablam! 47 | pub type Matrix2x3 = MatrixNM; Sep 21 01:48:22.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.035 INFO kablam! Sep 21 01:48:22.035 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:49:25 Sep 21 01:48:22.035 INFO kablam! | Sep 21 01:48:22.035 INFO kablam! 49 | pub type Matrix2x4 = MatrixNM; Sep 21 01:48:22.035 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.035 INFO kablam! | | Sep 21 01:48:22.035 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.035 INFO kablam! | Sep 21 01:48:22.035 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:49:25 Sep 21 01:48:22.035 INFO kablam! | Sep 21 01:48:22.035 INFO kablam! 49 | pub type Matrix2x4 = MatrixNM; Sep 21 01:48:22.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.035 INFO kablam! Sep 21 01:48:22.035 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:51:25 Sep 21 01:48:22.035 INFO kablam! | Sep 21 01:48:22.035 INFO kablam! 51 | pub type Matrix2x5 = MatrixNM; Sep 21 01:48:22.035 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.035 INFO kablam! | | Sep 21 01:48:22.035 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.036 INFO kablam! | Sep 21 01:48:22.036 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.036 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:51:25 Sep 21 01:48:22.036 INFO kablam! | Sep 21 01:48:22.036 INFO kablam! 51 | pub type Matrix2x5 = MatrixNM; Sep 21 01:48:22.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.036 INFO kablam! Sep 21 01:48:22.036 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.036 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:53:25 Sep 21 01:48:22.036 INFO kablam! | Sep 21 01:48:22.036 INFO kablam! 53 | pub type Matrix2x6 = MatrixNM; Sep 21 01:48:22.036 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.036 INFO kablam! | | Sep 21 01:48:22.036 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.036 INFO kablam! | Sep 21 01:48:22.036 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.036 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:53:25 Sep 21 01:48:22.036 INFO kablam! | Sep 21 01:48:22.036 INFO kablam! 53 | pub type Matrix2x6 = MatrixNM; Sep 21 01:48:22.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.036 INFO kablam! Sep 21 01:48:22.037 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.037 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:56:25 Sep 21 01:48:22.037 INFO kablam! | Sep 21 01:48:22.037 INFO kablam! 56 | pub type Matrix3x4 = MatrixNM; Sep 21 01:48:22.037 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.037 INFO kablam! | | Sep 21 01:48:22.037 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.037 INFO kablam! | Sep 21 01:48:22.037 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.038 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:56:25 Sep 21 01:48:22.038 INFO kablam! | Sep 21 01:48:22.038 INFO kablam! 56 | pub type Matrix3x4 = MatrixNM; Sep 21 01:48:22.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.038 INFO kablam! Sep 21 01:48:22.038 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.038 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:58:25 Sep 21 01:48:22.038 INFO kablam! | Sep 21 01:48:22.038 INFO kablam! 58 | pub type Matrix3x5 = MatrixNM; Sep 21 01:48:22.038 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.038 INFO kablam! | | Sep 21 01:48:22.039 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.039 INFO kablam! | Sep 21 01:48:22.039 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.039 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:58:25 Sep 21 01:48:22.039 INFO kablam! | Sep 21 01:48:22.039 INFO kablam! 58 | pub type Matrix3x5 = MatrixNM; Sep 21 01:48:22.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.039 INFO kablam! Sep 21 01:48:22.039 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.039 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:60:25 Sep 21 01:48:22.039 INFO kablam! | Sep 21 01:48:22.039 INFO kablam! 60 | pub type Matrix3x6 = MatrixNM; Sep 21 01:48:22.039 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.039 INFO kablam! | | Sep 21 01:48:22.039 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.039 INFO kablam! | Sep 21 01:48:22.039 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.039 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:60:25 Sep 21 01:48:22.039 INFO kablam! | Sep 21 01:48:22.040 INFO kablam! 60 | pub type Matrix3x6 = MatrixNM; Sep 21 01:48:22.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.040 INFO kablam! Sep 21 01:48:22.040 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.040 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:63:25 Sep 21 01:48:22.040 INFO kablam! | Sep 21 01:48:22.040 INFO kablam! 63 | pub type Matrix4x5 = MatrixNM; Sep 21 01:48:22.040 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.040 INFO kablam! | | Sep 21 01:48:22.040 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.040 INFO kablam! | Sep 21 01:48:22.040 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.040 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:63:25 Sep 21 01:48:22.040 INFO kablam! | Sep 21 01:48:22.040 INFO kablam! 63 | pub type Matrix4x5 = MatrixNM; Sep 21 01:48:22.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.040 INFO kablam! Sep 21 01:48:22.041 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.041 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:65:25 Sep 21 01:48:22.041 INFO kablam! | Sep 21 01:48:22.041 INFO kablam! 65 | pub type Matrix4x6 = MatrixNM; Sep 21 01:48:22.041 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.041 INFO kablam! | | Sep 21 01:48:22.041 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.041 INFO kablam! | Sep 21 01:48:22.041 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.041 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:65:25 Sep 21 01:48:22.041 INFO kablam! | Sep 21 01:48:22.041 INFO kablam! 65 | pub type Matrix4x6 = MatrixNM; Sep 21 01:48:22.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.041 INFO kablam! Sep 21 01:48:22.045 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.045 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:68:25 Sep 21 01:48:22.045 INFO kablam! | Sep 21 01:48:22.045 INFO kablam! 68 | pub type Matrix5x6 = MatrixNM; Sep 21 01:48:22.045 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.045 INFO kablam! | | Sep 21 01:48:22.045 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.045 INFO kablam! | Sep 21 01:48:22.045 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.045 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:68:25 Sep 21 01:48:22.045 INFO kablam! | Sep 21 01:48:22.045 INFO kablam! 68 | pub type Matrix5x6 = MatrixNM; Sep 21 01:48:22.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.045 INFO kablam! Sep 21 01:48:22.045 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.045 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:72:25 Sep 21 01:48:22.045 INFO kablam! | Sep 21 01:48:22.045 INFO kablam! 72 | pub type Matrix2x1 = MatrixNM; Sep 21 01:48:22.045 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.045 INFO kablam! | | Sep 21 01:48:22.045 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.045 INFO kablam! | Sep 21 01:48:22.045 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.045 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:72:25 Sep 21 01:48:22.045 INFO kablam! | Sep 21 01:48:22.045 INFO kablam! 72 | pub type Matrix2x1 = MatrixNM; Sep 21 01:48:22.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.045 INFO kablam! Sep 21 01:48:22.045 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.045 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:74:25 Sep 21 01:48:22.045 INFO kablam! | Sep 21 01:48:22.045 INFO kablam! 74 | pub type Matrix3x1 = MatrixNM; Sep 21 01:48:22.045 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.045 INFO kablam! | | Sep 21 01:48:22.045 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.045 INFO kablam! | Sep 21 01:48:22.045 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.045 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:74:25 Sep 21 01:48:22.045 INFO kablam! | Sep 21 01:48:22.045 INFO kablam! 74 | pub type Matrix3x1 = MatrixNM; Sep 21 01:48:22.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.045 INFO kablam! Sep 21 01:48:22.045 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.045 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:76:25 Sep 21 01:48:22.045 INFO kablam! | Sep 21 01:48:22.045 INFO kablam! 76 | pub type Matrix4x1 = MatrixNM; Sep 21 01:48:22.045 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.045 INFO kablam! | | Sep 21 01:48:22.045 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.046 INFO kablam! | Sep 21 01:48:22.046 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.046 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:76:25 Sep 21 01:48:22.046 INFO kablam! | Sep 21 01:48:22.046 INFO kablam! 76 | pub type Matrix4x1 = MatrixNM; Sep 21 01:48:22.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.046 INFO kablam! Sep 21 01:48:22.047 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.047 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:78:25 Sep 21 01:48:22.047 INFO kablam! | Sep 21 01:48:22.047 INFO kablam! 78 | pub type Matrix5x1 = MatrixNM; Sep 21 01:48:22.047 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.047 INFO kablam! | | Sep 21 01:48:22.047 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.047 INFO kablam! | Sep 21 01:48:22.047 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.047 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:78:25 Sep 21 01:48:22.047 INFO kablam! | Sep 21 01:48:22.047 INFO kablam! 78 | pub type Matrix5x1 = MatrixNM; Sep 21 01:48:22.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.047 INFO kablam! Sep 21 01:48:22.047 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.047 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:80:25 Sep 21 01:48:22.047 INFO kablam! | Sep 21 01:48:22.047 INFO kablam! 80 | pub type Matrix6x1 = MatrixNM; Sep 21 01:48:22.047 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.047 INFO kablam! | | Sep 21 01:48:22.047 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.047 INFO kablam! | Sep 21 01:48:22.047 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.047 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:80:25 Sep 21 01:48:22.047 INFO kablam! | Sep 21 01:48:22.047 INFO kablam! 80 | pub type Matrix6x1 = MatrixNM; Sep 21 01:48:22.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.047 INFO kablam! Sep 21 01:48:22.048 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.048 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:83:25 Sep 21 01:48:22.048 INFO kablam! | Sep 21 01:48:22.048 INFO kablam! 83 | pub type Matrix3x2 = MatrixNM; Sep 21 01:48:22.048 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.048 INFO kablam! | | Sep 21 01:48:22.048 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.048 INFO kablam! | Sep 21 01:48:22.048 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.048 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:83:25 Sep 21 01:48:22.048 INFO kablam! | Sep 21 01:48:22.048 INFO kablam! 83 | pub type Matrix3x2 = MatrixNM; Sep 21 01:48:22.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.048 INFO kablam! Sep 21 01:48:22.048 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.048 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:85:25 Sep 21 01:48:22.048 INFO kablam! | Sep 21 01:48:22.048 INFO kablam! 85 | pub type Matrix4x2 = MatrixNM; Sep 21 01:48:22.048 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.049 INFO kablam! | | Sep 21 01:48:22.049 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.049 INFO kablam! | Sep 21 01:48:22.049 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.049 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:85:25 Sep 21 01:48:22.049 INFO kablam! | Sep 21 01:48:22.049 INFO kablam! 85 | pub type Matrix4x2 = MatrixNM; Sep 21 01:48:22.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.049 INFO kablam! Sep 21 01:48:22.049 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.049 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:87:25 Sep 21 01:48:22.049 INFO kablam! | Sep 21 01:48:22.049 INFO kablam! 87 | pub type Matrix5x2 = MatrixNM; Sep 21 01:48:22.049 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.049 INFO kablam! | | Sep 21 01:48:22.049 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.050 INFO kablam! | Sep 21 01:48:22.050 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.050 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:87:25 Sep 21 01:48:22.050 INFO kablam! | Sep 21 01:48:22.050 INFO kablam! 87 | pub type Matrix5x2 = MatrixNM; Sep 21 01:48:22.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.050 INFO kablam! Sep 21 01:48:22.050 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.051 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:89:25 Sep 21 01:48:22.051 INFO kablam! | Sep 21 01:48:22.051 INFO kablam! 89 | pub type Matrix6x2 = MatrixNM; Sep 21 01:48:22.051 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.051 INFO kablam! | | Sep 21 01:48:22.051 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.051 INFO kablam! | Sep 21 01:48:22.051 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.051 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:89:25 Sep 21 01:48:22.051 INFO kablam! | Sep 21 01:48:22.051 INFO kablam! 89 | pub type Matrix6x2 = MatrixNM; Sep 21 01:48:22.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.051 INFO kablam! Sep 21 01:48:22.051 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.051 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:92:25 Sep 21 01:48:22.051 INFO kablam! | Sep 21 01:48:22.051 INFO kablam! 92 | pub type Matrix4x3 = MatrixNM; Sep 21 01:48:22.051 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.051 INFO kablam! | | Sep 21 01:48:22.051 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.051 INFO kablam! | Sep 21 01:48:22.051 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.051 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:92:25 Sep 21 01:48:22.051 INFO kablam! | Sep 21 01:48:22.051 INFO kablam! 92 | pub type Matrix4x3 = MatrixNM; Sep 21 01:48:22.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.051 INFO kablam! Sep 21 01:48:22.053 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.053 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:94:25 Sep 21 01:48:22.053 INFO kablam! | Sep 21 01:48:22.053 INFO kablam! 94 | pub type Matrix5x3 = MatrixNM; Sep 21 01:48:22.053 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.053 INFO kablam! | | Sep 21 01:48:22.053 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.053 INFO kablam! | Sep 21 01:48:22.053 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.053 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:94:25 Sep 21 01:48:22.053 INFO kablam! | Sep 21 01:48:22.053 INFO kablam! 94 | pub type Matrix5x3 = MatrixNM; Sep 21 01:48:22.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.053 INFO kablam! Sep 21 01:48:22.053 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.053 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:96:25 Sep 21 01:48:22.053 INFO kablam! | Sep 21 01:48:22.053 INFO kablam! 96 | pub type Matrix6x3 = MatrixNM; Sep 21 01:48:22.053 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.053 INFO kablam! | | Sep 21 01:48:22.053 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.054 INFO kablam! | Sep 21 01:48:22.054 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.054 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:96:25 Sep 21 01:48:22.054 INFO kablam! | Sep 21 01:48:22.054 INFO kablam! 96 | pub type Matrix6x3 = MatrixNM; Sep 21 01:48:22.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.054 INFO kablam! Sep 21 01:48:22.054 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.054 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:99:25 Sep 21 01:48:22.054 INFO kablam! | Sep 21 01:48:22.054 INFO kablam! 99 | pub type Matrix5x4 = MatrixNM; Sep 21 01:48:22.054 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.054 INFO kablam! | | Sep 21 01:48:22.054 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.054 INFO kablam! | Sep 21 01:48:22.054 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.054 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:99:25 Sep 21 01:48:22.054 INFO kablam! | Sep 21 01:48:22.054 INFO kablam! 99 | pub type Matrix5x4 = MatrixNM; Sep 21 01:48:22.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.054 INFO kablam! Sep 21 01:48:22.055 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:101:25 Sep 21 01:48:22.055 INFO kablam! | Sep 21 01:48:22.055 INFO kablam! 101 | pub type Matrix6x4 = MatrixNM; Sep 21 01:48:22.055 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.055 INFO kablam! | | Sep 21 01:48:22.055 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.055 INFO kablam! | Sep 21 01:48:22.055 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:101:25 Sep 21 01:48:22.056 INFO kablam! | Sep 21 01:48:22.056 INFO kablam! 101 | pub type Matrix6x4 = MatrixNM; Sep 21 01:48:22.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.056 INFO kablam! Sep 21 01:48:22.056 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:104:25 Sep 21 01:48:22.056 INFO kablam! | Sep 21 01:48:22.056 INFO kablam! 104 | pub type Matrix6x5 = MatrixNM; Sep 21 01:48:22.056 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.057 INFO kablam! | | Sep 21 01:48:22.057 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.057 INFO kablam! | Sep 21 01:48:22.057 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.057 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:104:25 Sep 21 01:48:22.057 INFO kablam! | Sep 21 01:48:22.057 INFO kablam! 104 | pub type Matrix6x5 = MatrixNM; Sep 21 01:48:22.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.057 INFO kablam! Sep 21 01:48:22.057 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.057 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:115:23 Sep 21 01:48:22.057 INFO kablam! | Sep 21 01:48:22.057 INFO kablam! 115 | pub type DVector = Matrix>; Sep 21 01:48:22.057 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.057 INFO kablam! | | Sep 21 01:48:22.057 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.057 INFO kablam! | Sep 21 01:48:22.057 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.057 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:115:23 Sep 21 01:48:22.057 INFO kablam! | Sep 21 01:48:22.057 INFO kablam! 115 | pub type DVector = Matrix>; Sep 21 01:48:22.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.057 INFO kablam! Sep 21 01:48:22.057 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.057 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:118:26 Sep 21 01:48:22.057 INFO kablam! | Sep 21 01:48:22.057 INFO kablam! 118 | pub type VectorN = MatrixNM; Sep 21 01:48:22.057 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.057 INFO kablam! | | Sep 21 01:48:22.057 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.057 INFO kablam! | Sep 21 01:48:22.057 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.057 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:118:26 Sep 21 01:48:22.057 INFO kablam! | Sep 21 01:48:22.057 INFO kablam! 118 | pub type VectorN = MatrixNM; Sep 21 01:48:22.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.057 INFO kablam! Sep 21 01:48:22.058 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.058 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:121:23 Sep 21 01:48:22.058 INFO kablam! | Sep 21 01:48:22.058 INFO kablam! 121 | pub type Vector1 = VectorN; Sep 21 01:48:22.058 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 01:48:22.058 INFO kablam! | | Sep 21 01:48:22.058 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.058 INFO kablam! | Sep 21 01:48:22.058 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.058 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:121:23 Sep 21 01:48:22.058 INFO kablam! | Sep 21 01:48:22.058 INFO kablam! 121 | pub type Vector1 = VectorN; Sep 21 01:48:22.058 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 01:48:22.058 INFO kablam! Sep 21 01:48:22.058 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.058 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:123:23 Sep 21 01:48:22.058 INFO kablam! | Sep 21 01:48:22.058 INFO kablam! 123 | pub type Vector2 = VectorN; Sep 21 01:48:22.058 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 01:48:22.058 INFO kablam! | | Sep 21 01:48:22.058 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.058 INFO kablam! | Sep 21 01:48:22.058 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.058 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:123:23 Sep 21 01:48:22.058 INFO kablam! | Sep 21 01:48:22.058 INFO kablam! 123 | pub type Vector2 = VectorN; Sep 21 01:48:22.058 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 01:48:22.058 INFO kablam! Sep 21 01:48:22.058 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.058 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:125:23 Sep 21 01:48:22.058 INFO kablam! | Sep 21 01:48:22.058 INFO kablam! 125 | pub type Vector3 = VectorN; Sep 21 01:48:22.058 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 01:48:22.058 INFO kablam! | | Sep 21 01:48:22.058 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.058 INFO kablam! | Sep 21 01:48:22.058 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.058 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:125:23 Sep 21 01:48:22.058 INFO kablam! | Sep 21 01:48:22.058 INFO kablam! 125 | pub type Vector3 = VectorN; Sep 21 01:48:22.058 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 01:48:22.058 INFO kablam! Sep 21 01:48:22.059 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:127:23 Sep 21 01:48:22.059 INFO kablam! | Sep 21 01:48:22.059 INFO kablam! 127 | pub type Vector4 = VectorN; Sep 21 01:48:22.059 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 01:48:22.059 INFO kablam! | | Sep 21 01:48:22.059 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.059 INFO kablam! | Sep 21 01:48:22.059 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:127:23 Sep 21 01:48:22.059 INFO kablam! | Sep 21 01:48:22.059 INFO kablam! 127 | pub type Vector4 = VectorN; Sep 21 01:48:22.059 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 01:48:22.059 INFO kablam! Sep 21 01:48:22.059 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:129:23 Sep 21 01:48:22.059 INFO kablam! | Sep 21 01:48:22.059 INFO kablam! 129 | pub type Vector5 = VectorN; Sep 21 01:48:22.059 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 01:48:22.059 INFO kablam! | | Sep 21 01:48:22.059 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.060 INFO kablam! | Sep 21 01:48:22.060 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.060 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:129:23 Sep 21 01:48:22.060 INFO kablam! | Sep 21 01:48:22.060 INFO kablam! 129 | pub type Vector5 = VectorN; Sep 21 01:48:22.060 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 01:48:22.060 INFO kablam! Sep 21 01:48:22.060 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.060 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:131:23 Sep 21 01:48:22.060 INFO kablam! | Sep 21 01:48:22.060 INFO kablam! 131 | pub type Vector6 = VectorN; Sep 21 01:48:22.060 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 01:48:22.060 INFO kablam! | | Sep 21 01:48:22.060 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.060 INFO kablam! | Sep 21 01:48:22.060 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.060 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:131:23 Sep 21 01:48:22.060 INFO kablam! | Sep 21 01:48:22.060 INFO kablam! 131 | pub type Vector6 = VectorN; Sep 21 01:48:22.061 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 01:48:22.061 INFO kablam! Sep 21 01:48:22.061 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.061 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:142:26 Sep 21 01:48:22.061 INFO kablam! | Sep 21 01:48:22.061 INFO kablam! 142 | pub type RowDVector = Matrix>; Sep 21 01:48:22.061 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.061 INFO kablam! | | Sep 21 01:48:22.061 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.061 INFO kablam! | Sep 21 01:48:22.061 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.061 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:142:26 Sep 21 01:48:22.061 INFO kablam! | Sep 21 01:48:22.061 INFO kablam! 142 | pub type RowDVector = Matrix>; Sep 21 01:48:22.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.061 INFO kablam! Sep 21 01:48:22.061 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.061 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:145:29 Sep 21 01:48:22.061 INFO kablam! | Sep 21 01:48:22.061 INFO kablam! 145 | pub type RowVectorN = MatrixNM; Sep 21 01:48:22.061 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.061 INFO kablam! | | Sep 21 01:48:22.061 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.061 INFO kablam! | Sep 21 01:48:22.061 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.061 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:145:29 Sep 21 01:48:22.061 INFO kablam! | Sep 21 01:48:22.061 INFO kablam! 145 | pub type RowVectorN = MatrixNM; Sep 21 01:48:22.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.062 INFO kablam! Sep 21 01:48:22.062 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.062 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:148:26 Sep 21 01:48:22.062 INFO kablam! | Sep 21 01:48:22.062 INFO kablam! 148 | pub type RowVector1 = RowVectorN; Sep 21 01:48:22.062 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.062 INFO kablam! | | Sep 21 01:48:22.062 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.062 INFO kablam! | Sep 21 01:48:22.062 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.062 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:148:26 Sep 21 01:48:22.062 INFO kablam! | Sep 21 01:48:22.062 INFO kablam! 148 | pub type RowVector1 = RowVectorN; Sep 21 01:48:22.062 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.062 INFO kablam! Sep 21 01:48:22.063 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.063 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:150:26 Sep 21 01:48:22.063 INFO kablam! | Sep 21 01:48:22.063 INFO kablam! 150 | pub type RowVector2 = RowVectorN; Sep 21 01:48:22.063 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.063 INFO kablam! | | Sep 21 01:48:22.063 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.063 INFO kablam! | Sep 21 01:48:22.063 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.063 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:150:26 Sep 21 01:48:22.063 INFO kablam! | Sep 21 01:48:22.063 INFO kablam! 150 | pub type RowVector2 = RowVectorN; Sep 21 01:48:22.063 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.063 INFO kablam! Sep 21 01:48:22.066 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.066 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:152:26 Sep 21 01:48:22.066 INFO kablam! | Sep 21 01:48:22.066 INFO kablam! 152 | pub type RowVector3 = RowVectorN; Sep 21 01:48:22.066 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.066 INFO kablam! | | Sep 21 01:48:22.066 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.066 INFO kablam! | Sep 21 01:48:22.066 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.066 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:152:26 Sep 21 01:48:22.066 INFO kablam! | Sep 21 01:48:22.066 INFO kablam! 152 | pub type RowVector3 = RowVectorN; Sep 21 01:48:22.066 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.066 INFO kablam! Sep 21 01:48:22.066 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.066 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:154:26 Sep 21 01:48:22.066 INFO kablam! | Sep 21 01:48:22.066 INFO kablam! 154 | pub type RowVector4 = RowVectorN; Sep 21 01:48:22.066 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.066 INFO kablam! | | Sep 21 01:48:22.066 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.066 INFO kablam! | Sep 21 01:48:22.066 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.066 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:154:26 Sep 21 01:48:22.066 INFO kablam! | Sep 21 01:48:22.066 INFO kablam! 154 | pub type RowVector4 = RowVectorN; Sep 21 01:48:22.066 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.066 INFO kablam! Sep 21 01:48:22.066 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.066 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:156:26 Sep 21 01:48:22.066 INFO kablam! | Sep 21 01:48:22.066 INFO kablam! 156 | pub type RowVector5 = RowVectorN; Sep 21 01:48:22.066 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.067 INFO kablam! | | Sep 21 01:48:22.067 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.067 INFO kablam! | Sep 21 01:48:22.067 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:156:26 Sep 21 01:48:22.067 INFO kablam! | Sep 21 01:48:22.067 INFO kablam! 156 | pub type RowVector5 = RowVectorN; Sep 21 01:48:22.067 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.067 INFO kablam! Sep 21 01:48:22.067 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:158:26 Sep 21 01:48:22.067 INFO kablam! | Sep 21 01:48:22.067 INFO kablam! 158 | pub type RowVector6 = RowVectorN; Sep 21 01:48:22.067 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.067 INFO kablam! | | Sep 21 01:48:22.067 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.067 INFO kablam! | Sep 21 01:48:22.067 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/alias.rs:158:26 Sep 21 01:48:22.067 INFO kablam! | Sep 21 01:48:22.067 INFO kablam! 158 | pub type RowVector6 = RowVectorN; Sep 21 01:48:22.067 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.067 INFO kablam! Sep 21 01:48:22.162 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.162 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/componentwise.rs:15:53 Sep 21 01:48:22.162 INFO kablam! | Sep 21 01:48:22.162 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 01:48:22.162 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.162 INFO kablam! | | Sep 21 01:48:22.162 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.162 INFO kablam! | Sep 21 01:48:22.162 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.162 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/componentwise.rs:15:53 Sep 21 01:48:22.162 INFO kablam! | Sep 21 01:48:22.162 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 01:48:22.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.162 INFO kablam! Sep 21 01:48:22.166 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.166 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point.rs:15:5 Sep 21 01:48:22.166 INFO kablam! | Sep 21 01:48:22.166 INFO kablam! 14 | pub type PointSum = Sep 21 01:48:22.166 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.166 INFO kablam! 15 | / PointBase, Sep 21 01:48:22.166 INFO kablam! 16 | | <>::Alloc as Allocator, U1>>::Buffer>; Sep 21 01:48:22.166 INFO kablam! | |________________________________________________________________________________________^ Sep 21 01:48:22.166 INFO kablam! | Sep 21 01:48:22.166 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.166 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point.rs:15:5 Sep 21 01:48:22.166 INFO kablam! | Sep 21 01:48:22.166 INFO kablam! 15 | / PointBase, Sep 21 01:48:22.166 INFO kablam! 16 | | <>::Alloc as Allocator, U1>>::Buffer>; Sep 21 01:48:22.166 INFO kablam! | |________________________________________________________________________________________^ Sep 21 01:48:22.166 INFO kablam! Sep 21 01:48:22.166 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.166 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point.rs:19:36 Sep 21 01:48:22.166 INFO kablam! | Sep 21 01:48:22.166 INFO kablam! 19 | pub type PointMul = PointBase>; Sep 21 01:48:22.166 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.166 INFO kablam! | | Sep 21 01:48:22.166 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.166 INFO kablam! | Sep 21 01:48:22.166 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.166 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point.rs:19:36 Sep 21 01:48:22.166 INFO kablam! | Sep 21 01:48:22.166 INFO kablam! 19 | pub type PointMul = PointBase>; Sep 21 01:48:22.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.167 INFO kablam! Sep 21 01:48:22.167 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.167 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point.rs:22:32 Sep 21 01:48:22.167 INFO kablam! | Sep 21 01:48:22.167 INFO kablam! 22 | pub type OwnedPoint = PointBase>::Buffer>; Sep 21 01:48:22.167 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.167 INFO kablam! | | Sep 21 01:48:22.167 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.167 INFO kablam! | Sep 21 01:48:22.167 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.167 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point.rs:22:32 Sep 21 01:48:22.167 INFO kablam! | Sep 21 01:48:22.167 INFO kablam! 22 | pub type OwnedPoint = PointBase>::Buffer>; Sep 21 01:48:22.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.167 INFO kablam! Sep 21 01:48:22.174 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.174 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:7:24 Sep 21 01:48:22.174 INFO kablam! | Sep 21 01:48:22.174 INFO kablam! 7 | pub type Point = PointBase>; Sep 21 01:48:22.174 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.174 INFO kablam! | | Sep 21 01:48:22.174 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.174 INFO kablam! | Sep 21 01:48:22.174 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.174 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:7:24 Sep 21 01:48:22.174 INFO kablam! | Sep 21 01:48:22.174 INFO kablam! 7 | pub type Point = PointBase>; Sep 21 01:48:22.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.174 INFO kablam! Sep 21 01:48:22.174 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.174 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:10:22 Sep 21 01:48:22.174 INFO kablam! | Sep 21 01:48:22.174 INFO kablam! 10 | pub type Point1 = Point; Sep 21 01:48:22.174 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 01:48:22.174 INFO kablam! | | Sep 21 01:48:22.174 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.174 INFO kablam! | Sep 21 01:48:22.174 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.174 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:10:22 Sep 21 01:48:22.174 INFO kablam! | Sep 21 01:48:22.174 INFO kablam! 10 | pub type Point1 = Point; Sep 21 01:48:22.174 INFO kablam! | ^^^^^^^^^^^^ Sep 21 01:48:22.174 INFO kablam! Sep 21 01:48:22.177 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.177 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:12:22 Sep 21 01:48:22.177 INFO kablam! | Sep 21 01:48:22.177 INFO kablam! 12 | pub type Point2 = Point; Sep 21 01:48:22.177 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 01:48:22.177 INFO kablam! | | Sep 21 01:48:22.177 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.177 INFO kablam! | Sep 21 01:48:22.177 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.177 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:12:22 Sep 21 01:48:22.177 INFO kablam! | Sep 21 01:48:22.177 INFO kablam! 12 | pub type Point2 = Point; Sep 21 01:48:22.177 INFO kablam! | ^^^^^^^^^^^^ Sep 21 01:48:22.177 INFO kablam! Sep 21 01:48:22.177 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.177 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:14:22 Sep 21 01:48:22.177 INFO kablam! | Sep 21 01:48:22.177 INFO kablam! 14 | pub type Point3 = Point; Sep 21 01:48:22.177 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 01:48:22.178 INFO kablam! | | Sep 21 01:48:22.178 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.178 INFO kablam! | Sep 21 01:48:22.178 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:14:22 Sep 21 01:48:22.178 INFO kablam! | Sep 21 01:48:22.178 INFO kablam! 14 | pub type Point3 = Point; Sep 21 01:48:22.178 INFO kablam! | ^^^^^^^^^^^^ Sep 21 01:48:22.178 INFO kablam! Sep 21 01:48:22.178 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:16:22 Sep 21 01:48:22.178 INFO kablam! | Sep 21 01:48:22.178 INFO kablam! 16 | pub type Point4 = Point; Sep 21 01:48:22.178 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 01:48:22.178 INFO kablam! | | Sep 21 01:48:22.178 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.178 INFO kablam! | Sep 21 01:48:22.178 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:16:22 Sep 21 01:48:22.178 INFO kablam! | Sep 21 01:48:22.178 INFO kablam! 16 | pub type Point4 = Point; Sep 21 01:48:22.178 INFO kablam! | ^^^^^^^^^^^^ Sep 21 01:48:22.178 INFO kablam! Sep 21 01:48:22.178 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:18:22 Sep 21 01:48:22.178 INFO kablam! | Sep 21 01:48:22.178 INFO kablam! 18 | pub type Point5 = Point; Sep 21 01:48:22.178 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 01:48:22.178 INFO kablam! | | Sep 21 01:48:22.178 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.178 INFO kablam! | Sep 21 01:48:22.178 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:18:22 Sep 21 01:48:22.178 INFO kablam! | Sep 21 01:48:22.178 INFO kablam! 18 | pub type Point5 = Point; Sep 21 01:48:22.178 INFO kablam! | ^^^^^^^^^^^^ Sep 21 01:48:22.178 INFO kablam! Sep 21 01:48:22.179 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.179 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:20:22 Sep 21 01:48:22.179 INFO kablam! | Sep 21 01:48:22.179 INFO kablam! 20 | pub type Point6 = Point; Sep 21 01:48:22.179 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 01:48:22.179 INFO kablam! | | Sep 21 01:48:22.179 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.179 INFO kablam! | Sep 21 01:48:22.179 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.179 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/point_alias.rs:20:22 Sep 21 01:48:22.179 INFO kablam! | Sep 21 01:48:22.179 INFO kablam! 20 | pub type Point6 = Point; Sep 21 01:48:22.179 INFO kablam! | ^^^^^^^^^^^^ Sep 21 01:48:22.179 INFO kablam! Sep 21 01:48:22.202 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.202 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/rotation.rs:14:35 Sep 21 01:48:22.202 INFO kablam! | Sep 21 01:48:22.202 INFO kablam! 14 | pub type OwnedRotation = RotationBase>::Buffer>; Sep 21 01:48:22.202 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.202 INFO kablam! | | Sep 21 01:48:22.202 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.202 INFO kablam! | Sep 21 01:48:22.202 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.202 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/rotation.rs:14:35 Sep 21 01:48:22.202 INFO kablam! | Sep 21 01:48:22.202 INFO kablam! 14 | pub type OwnedRotation = RotationBase>::Buffer>; Sep 21 01:48:22.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.202 INFO kablam! Sep 21 01:48:22.284 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.284 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/rotation_alias.rs:7:27 Sep 21 01:48:22.284 INFO kablam! | Sep 21 01:48:22.284 INFO kablam! 7 | pub type Rotation = RotationBase>; Sep 21 01:48:22.284 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.284 INFO kablam! | | Sep 21 01:48:22.284 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.284 INFO kablam! | Sep 21 01:48:22.284 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.284 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/rotation_alias.rs:7:27 Sep 21 01:48:22.284 INFO kablam! | Sep 21 01:48:22.284 INFO kablam! 7 | pub type Rotation = RotationBase>; Sep 21 01:48:22.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.284 INFO kablam! Sep 21 01:48:22.285 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.285 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/rotation_alias.rs:10:25 Sep 21 01:48:22.285 INFO kablam! | Sep 21 01:48:22.285 INFO kablam! 10 | pub type Rotation2 = Rotation; Sep 21 01:48:22.285 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 21 01:48:22.285 INFO kablam! | | Sep 21 01:48:22.285 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.285 INFO kablam! | Sep 21 01:48:22.285 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.285 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/rotation_alias.rs:10:25 Sep 21 01:48:22.285 INFO kablam! | Sep 21 01:48:22.285 INFO kablam! 10 | pub type Rotation2 = Rotation; Sep 21 01:48:22.285 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 01:48:22.285 INFO kablam! Sep 21 01:48:22.286 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.286 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/rotation_alias.rs:13:25 Sep 21 01:48:22.286 INFO kablam! | Sep 21 01:48:22.286 INFO kablam! 13 | pub type Rotation3 = Rotation; Sep 21 01:48:22.286 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 21 01:48:22.286 INFO kablam! | | Sep 21 01:48:22.286 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.286 INFO kablam! | Sep 21 01:48:22.286 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.286 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/rotation_alias.rs:13:25 Sep 21 01:48:22.286 INFO kablam! | Sep 21 01:48:22.286 INFO kablam! 13 | pub type Rotation3 = Rotation; Sep 21 01:48:22.286 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 01:48:22.286 INFO kablam! Sep 21 01:48:22.390 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/quaternion_alias.rs:7:26 Sep 21 01:48:22.390 INFO kablam! | Sep 21 01:48:22.390 INFO kablam! 7 | pub type Quaternion = QuaternionBase>; Sep 21 01:48:22.390 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.390 INFO kablam! | | Sep 21 01:48:22.390 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.390 INFO kablam! | Sep 21 01:48:22.390 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/quaternion_alias.rs:7:26 Sep 21 01:48:22.390 INFO kablam! | Sep 21 01:48:22.390 INFO kablam! 7 | pub type Quaternion = QuaternionBase>; Sep 21 01:48:22.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.390 INFO kablam! Sep 21 01:48:22.390 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/quaternion_alias.rs:10:30 Sep 21 01:48:22.390 INFO kablam! | Sep 21 01:48:22.390 INFO kablam! 10 | pub type UnitQuaternion = UnitQuaternionBase>; Sep 21 01:48:22.390 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.390 INFO kablam! | | Sep 21 01:48:22.390 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.390 INFO kablam! | Sep 21 01:48:22.390 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/quaternion_alias.rs:10:30 Sep 21 01:48:22.390 INFO kablam! | Sep 21 01:48:22.390 INFO kablam! 10 | pub type UnitQuaternion = UnitQuaternionBase>; Sep 21 01:48:22.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.390 INFO kablam! Sep 21 01:48:22.494 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.494 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/translation.rs:13:38 Sep 21 01:48:22.494 INFO kablam! | Sep 21 01:48:22.494 INFO kablam! 13 | pub type OwnedTranslation = TranslationBase>::Alloc>>; Sep 21 01:48:22.494 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.494 INFO kablam! | | Sep 21 01:48:22.494 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.494 INFO kablam! | Sep 21 01:48:22.494 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.494 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/translation.rs:13:38 Sep 21 01:48:22.494 INFO kablam! | Sep 21 01:48:22.494 INFO kablam! 13 | pub type OwnedTranslation = TranslationBase>::Alloc>>; Sep 21 01:48:22.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.494 INFO kablam! Sep 21 01:48:22.557 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.557 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/translation_alias.rs:7:30 Sep 21 01:48:22.557 INFO kablam! | Sep 21 01:48:22.557 INFO kablam! 7 | pub type Translation = TranslationBase>; Sep 21 01:48:22.557 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.557 INFO kablam! | | Sep 21 01:48:22.557 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.557 INFO kablam! | Sep 21 01:48:22.557 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.557 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/translation_alias.rs:7:30 Sep 21 01:48:22.557 INFO kablam! | Sep 21 01:48:22.557 INFO kablam! 7 | pub type Translation = TranslationBase>; Sep 21 01:48:22.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.557 INFO kablam! Sep 21 01:48:22.558 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.558 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/translation_alias.rs:10:28 Sep 21 01:48:22.558 INFO kablam! | Sep 21 01:48:22.558 INFO kablam! 10 | pub type Translation2 = Translation; Sep 21 01:48:22.558 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.558 INFO kablam! | | Sep 21 01:48:22.558 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.558 INFO kablam! | Sep 21 01:48:22.558 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.558 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/translation_alias.rs:10:28 Sep 21 01:48:22.558 INFO kablam! | Sep 21 01:48:22.558 INFO kablam! 10 | pub type Translation2 = Translation; Sep 21 01:48:22.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.558 INFO kablam! Sep 21 01:48:22.559 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.559 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/translation_alias.rs:13:28 Sep 21 01:48:22.559 INFO kablam! | Sep 21 01:48:22.559 INFO kablam! 13 | pub type Translation3 = Translation; Sep 21 01:48:22.559 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.559 INFO kablam! | | Sep 21 01:48:22.559 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.559 INFO kablam! | Sep 21 01:48:22.559 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.559 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/translation_alias.rs:13:28 Sep 21 01:48:22.559 INFO kablam! | Sep 21 01:48:22.559 INFO kablam! 13 | pub type Translation3 = Translation; Sep 21 01:48:22.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.559 INFO kablam! Sep 21 01:48:22.560 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.560 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/isometry.rs:17:5 Sep 21 01:48:22.560 INFO kablam! | Sep 21 01:48:22.560 INFO kablam! 16 | pub type OwnedIsometryBase = Sep 21 01:48:22.560 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.560 INFO kablam! 17 | IsometryBase>::Buffer, R>; Sep 21 01:48:22.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.560 INFO kablam! | Sep 21 01:48:22.560 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.560 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/isometry.rs:17:5 Sep 21 01:48:22.560 INFO kablam! | Sep 21 01:48:22.560 INFO kablam! 17 | IsometryBase>::Buffer, R>; Sep 21 01:48:22.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.560 INFO kablam! Sep 21 01:48:22.650 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.650 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/isometry_alias.rs:7:27 Sep 21 01:48:22.650 INFO kablam! | Sep 21 01:48:22.650 INFO kablam! 7 | pub type Isometry = IsometryBase, Rotation>; Sep 21 01:48:22.651 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.651 INFO kablam! | | Sep 21 01:48:22.651 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.651 INFO kablam! | Sep 21 01:48:22.652 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.652 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/isometry_alias.rs:7:27 Sep 21 01:48:22.652 INFO kablam! | Sep 21 01:48:22.652 INFO kablam! 7 | pub type Isometry = IsometryBase, Rotation>; Sep 21 01:48:22.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.652 INFO kablam! Sep 21 01:48:22.652 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.652 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/isometry_alias.rs:10:25 Sep 21 01:48:22.652 INFO kablam! | Sep 21 01:48:22.652 INFO kablam! 10 | pub type Isometry2 = IsometryBase, UnitComplex>; Sep 21 01:48:22.652 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.652 INFO kablam! | | Sep 21 01:48:22.652 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.652 INFO kablam! | Sep 21 01:48:22.653 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.654 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/isometry_alias.rs:10:25 Sep 21 01:48:22.654 INFO kablam! | Sep 21 01:48:22.654 INFO kablam! 10 | pub type Isometry2 = IsometryBase, UnitComplex>; Sep 21 01:48:22.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.654 INFO kablam! Sep 21 01:48:22.654 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.654 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/isometry_alias.rs:13:25 Sep 21 01:48:22.654 INFO kablam! | Sep 21 01:48:22.655 INFO kablam! 13 | pub type Isometry3 = IsometryBase, UnitQuaternion>; Sep 21 01:48:22.655 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.655 INFO kablam! | | Sep 21 01:48:22.655 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.655 INFO kablam! | Sep 21 01:48:22.655 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.655 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/isometry_alias.rs:13:25 Sep 21 01:48:22.655 INFO kablam! | Sep 21 01:48:22.655 INFO kablam! 13 | pub type Isometry3 = IsometryBase, UnitQuaternion>; Sep 21 01:48:22.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.655 INFO kablam! Sep 21 01:48:22.655 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.655 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/isometry_alias.rs:16:31 Sep 21 01:48:22.655 INFO kablam! | Sep 21 01:48:22.655 INFO kablam! 16 | pub type IsometryMatrix2 = Isometry; Sep 21 01:48:22.655 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 21 01:48:22.655 INFO kablam! | | Sep 21 01:48:22.655 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.655 INFO kablam! | Sep 21 01:48:22.655 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.655 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/isometry_alias.rs:16:31 Sep 21 01:48:22.655 INFO kablam! | Sep 21 01:48:22.655 INFO kablam! 16 | pub type IsometryMatrix2 = Isometry; Sep 21 01:48:22.655 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 01:48:22.655 INFO kablam! Sep 21 01:48:22.655 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.655 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/isometry_alias.rs:19:31 Sep 21 01:48:22.655 INFO kablam! | Sep 21 01:48:22.655 INFO kablam! 19 | pub type IsometryMatrix3 = Isometry; Sep 21 01:48:22.655 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 21 01:48:22.655 INFO kablam! | | Sep 21 01:48:22.655 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.655 INFO kablam! | Sep 21 01:48:22.655 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.655 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/isometry_alias.rs:19:31 Sep 21 01:48:22.655 INFO kablam! | Sep 21 01:48:22.655 INFO kablam! 19 | pub type IsometryMatrix3 = Isometry; Sep 21 01:48:22.656 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 01:48:22.656 INFO kablam! Sep 21 01:48:22.656 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.656 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/similarity.rs:16:5 Sep 21 01:48:22.656 INFO kablam! | Sep 21 01:48:22.656 INFO kablam! 15 | pub type OwnedSimilarityBase = Sep 21 01:48:22.656 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.656 INFO kablam! 16 | SimilarityBase>::Buffer, R>; Sep 21 01:48:22.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.656 INFO kablam! | Sep 21 01:48:22.656 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.656 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/similarity.rs:16:5 Sep 21 01:48:22.656 INFO kablam! | Sep 21 01:48:22.656 INFO kablam! 16 | SimilarityBase>::Buffer, R>; Sep 21 01:48:22.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.656 INFO kablam! Sep 21 01:48:22.742 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.742 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/similarity_alias.rs:7:29 Sep 21 01:48:22.742 INFO kablam! | Sep 21 01:48:22.742 INFO kablam! 7 | pub type Similarity = SimilarityBase, Rotation>; Sep 21 01:48:22.742 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.742 INFO kablam! | | Sep 21 01:48:22.742 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.742 INFO kablam! | Sep 21 01:48:22.742 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.742 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/similarity_alias.rs:7:29 Sep 21 01:48:22.742 INFO kablam! | Sep 21 01:48:22.742 INFO kablam! 7 | pub type Similarity = SimilarityBase, Rotation>; Sep 21 01:48:22.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.743 INFO kablam! Sep 21 01:48:22.744 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.744 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/similarity_alias.rs:10:27 Sep 21 01:48:22.744 INFO kablam! | Sep 21 01:48:22.744 INFO kablam! 10 | pub type Similarity2 = SimilarityBase, UnitComplex>; Sep 21 01:48:22.744 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.744 INFO kablam! | | Sep 21 01:48:22.744 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.744 INFO kablam! | Sep 21 01:48:22.744 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.744 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/similarity_alias.rs:10:27 Sep 21 01:48:22.744 INFO kablam! | Sep 21 01:48:22.744 INFO kablam! 10 | pub type Similarity2 = SimilarityBase, UnitComplex>; Sep 21 01:48:22.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.744 INFO kablam! Sep 21 01:48:22.745 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.745 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/similarity_alias.rs:13:27 Sep 21 01:48:22.745 INFO kablam! | Sep 21 01:48:22.745 INFO kablam! 13 | pub type Similarity3 = SimilarityBase, UnitQuaternion>; Sep 21 01:48:22.745 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.745 INFO kablam! | | Sep 21 01:48:22.745 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.745 INFO kablam! | Sep 21 01:48:22.745 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.745 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/similarity_alias.rs:13:27 Sep 21 01:48:22.745 INFO kablam! | Sep 21 01:48:22.745 INFO kablam! 13 | pub type Similarity3 = SimilarityBase, UnitQuaternion>; Sep 21 01:48:22.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.745 INFO kablam! Sep 21 01:48:22.746 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.746 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/similarity_alias.rs:16:33 Sep 21 01:48:22.746 INFO kablam! | Sep 21 01:48:22.746 INFO kablam! 16 | pub type SimilarityMatrix2 = Similarity; Sep 21 01:48:22.746 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.746 INFO kablam! | | Sep 21 01:48:22.746 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.746 INFO kablam! | Sep 21 01:48:22.746 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.746 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/similarity_alias.rs:16:33 Sep 21 01:48:22.746 INFO kablam! | Sep 21 01:48:22.746 INFO kablam! 16 | pub type SimilarityMatrix2 = Similarity; Sep 21 01:48:22.746 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.746 INFO kablam! Sep 21 01:48:22.748 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.748 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/similarity_alias.rs:19:33 Sep 21 01:48:22.748 INFO kablam! | Sep 21 01:48:22.748 INFO kablam! 19 | pub type SimilarityMatrix3 = Similarity; Sep 21 01:48:22.748 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.748 INFO kablam! | | Sep 21 01:48:22.748 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.748 INFO kablam! | Sep 21 01:48:22.748 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.748 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/similarity_alias.rs:19:33 Sep 21 01:48:22.748 INFO kablam! | Sep 21 01:48:22.748 INFO kablam! 19 | pub type SimilarityMatrix3 = Similarity; Sep 21 01:48:22.748 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.748 INFO kablam! Sep 21 01:48:22.750 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.750 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform.rs:153:7 Sep 21 01:48:22.750 INFO kablam! | Sep 21 01:48:22.750 INFO kablam! 152 | pub type OwnedTransform Sep 21 01:48:22.750 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.750 INFO kablam! 153 | = TransformBase, DimNameSum>>::Buffer, C>; Sep 21 01:48:22.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.750 INFO kablam! | Sep 21 01:48:22.750 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.750 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform.rs:153:7 Sep 21 01:48:22.750 INFO kablam! | Sep 21 01:48:22.750 INFO kablam! 153 | = TransformBase, DimNameSum>>::Buffer, C>; Sep 21 01:48:22.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.750 INFO kablam! Sep 21 01:48:22.801 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.801 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:8:28 Sep 21 01:48:22.801 INFO kablam! | Sep 21 01:48:22.801 INFO kablam! 8 | pub type Transform = TransformBase, DimNameSum>, TGeneral>; Sep 21 01:48:22.801 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.801 INFO kablam! | | Sep 21 01:48:22.801 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.801 INFO kablam! | Sep 21 01:48:22.801 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.801 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:8:28 Sep 21 01:48:22.801 INFO kablam! | Sep 21 01:48:22.801 INFO kablam! 8 | pub type Transform = TransformBase, DimNameSum>, TGeneral>; Sep 21 01:48:22.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.801 INFO kablam! Sep 21 01:48:22.802 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.802 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:12:29 Sep 21 01:48:22.803 INFO kablam! | Sep 21 01:48:22.803 INFO kablam! 12 | pub type Projective = TransformBase, DimNameSum>, TProjective>; Sep 21 01:48:22.803 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.803 INFO kablam! | | Sep 21 01:48:22.804 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.804 INFO kablam! | Sep 21 01:48:22.804 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.804 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:12:29 Sep 21 01:48:22.804 INFO kablam! | Sep 21 01:48:22.805 INFO kablam! 12 | pub type Projective = TransformBase, DimNameSum>, TProjective>; Sep 21 01:48:22.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.805 INFO kablam! Sep 21 01:48:22.805 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.805 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:15:25 Sep 21 01:48:22.805 INFO kablam! | Sep 21 01:48:22.806 INFO kablam! 15 | pub type Affine = TransformBase, DimNameSum>, TAffine>; Sep 21 01:48:22.806 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.806 INFO kablam! | | Sep 21 01:48:22.806 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.806 INFO kablam! | Sep 21 01:48:22.807 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:15:25 Sep 21 01:48:22.807 INFO kablam! | Sep 21 01:48:22.807 INFO kablam! 15 | pub type Affine = TransformBase, DimNameSum>, TAffine>; Sep 21 01:48:22.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.808 INFO kablam! Sep 21 01:48:22.808 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.808 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:18:26 Sep 21 01:48:22.809 INFO kablam! | Sep 21 01:48:22.809 INFO kablam! 18 | pub type Transform2 = Transform; Sep 21 01:48:22.809 INFO kablam! | - ^^^^^^^^^^^^^^^^ Sep 21 01:48:22.809 INFO kablam! | | Sep 21 01:48:22.810 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.810 INFO kablam! | Sep 21 01:48:22.810 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.811 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:18:26 Sep 21 01:48:22.811 INFO kablam! | Sep 21 01:48:22.811 INFO kablam! 18 | pub type Transform2 = Transform; Sep 21 01:48:22.811 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 01:48:22.812 INFO kablam! Sep 21 01:48:22.812 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.812 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:20:27 Sep 21 01:48:22.812 INFO kablam! | Sep 21 01:48:22.813 INFO kablam! 20 | pub type Projective2 = Projective; Sep 21 01:48:22.813 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.813 INFO kablam! | | Sep 21 01:48:22.813 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.814 INFO kablam! | Sep 21 01:48:22.814 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.814 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:20:27 Sep 21 01:48:22.815 INFO kablam! | Sep 21 01:48:22.815 INFO kablam! 20 | pub type Projective2 = Projective; Sep 21 01:48:22.815 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.815 INFO kablam! Sep 21 01:48:22.816 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.816 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:22:23 Sep 21 01:48:22.816 INFO kablam! | Sep 21 01:48:22.816 INFO kablam! 22 | pub type Affine2 = Affine; Sep 21 01:48:22.817 INFO kablam! | - ^^^^^^^^^^^^^ Sep 21 01:48:22.817 INFO kablam! | | Sep 21 01:48:22.817 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.817 INFO kablam! | Sep 21 01:48:22.818 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.818 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:22:23 Sep 21 01:48:22.818 INFO kablam! | Sep 21 01:48:22.818 INFO kablam! 22 | pub type Affine2 = Affine; Sep 21 01:48:22.819 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 01:48:22.819 INFO kablam! Sep 21 01:48:22.819 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.819 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:25:26 Sep 21 01:48:22.819 INFO kablam! | Sep 21 01:48:22.820 INFO kablam! 25 | pub type Transform3 = Transform; Sep 21 01:48:22.820 INFO kablam! | - ^^^^^^^^^^^^^^^^ Sep 21 01:48:22.820 INFO kablam! | | Sep 21 01:48:22.820 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.820 INFO kablam! | Sep 21 01:48:22.820 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.820 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:25:26 Sep 21 01:48:22.820 INFO kablam! | Sep 21 01:48:22.820 INFO kablam! 25 | pub type Transform3 = Transform; Sep 21 01:48:22.820 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 01:48:22.820 INFO kablam! Sep 21 01:48:22.820 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.820 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:27:27 Sep 21 01:48:22.820 INFO kablam! | Sep 21 01:48:22.820 INFO kablam! 27 | pub type Projective3 = Projective; Sep 21 01:48:22.820 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.820 INFO kablam! | | Sep 21 01:48:22.820 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.820 INFO kablam! | Sep 21 01:48:22.820 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.820 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:27:27 Sep 21 01:48:22.820 INFO kablam! | Sep 21 01:48:22.820 INFO kablam! 27 | pub type Projective3 = Projective; Sep 21 01:48:22.820 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.826 INFO kablam! Sep 21 01:48:22.826 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:29:23 Sep 21 01:48:22.826 INFO kablam! | Sep 21 01:48:22.826 INFO kablam! 29 | pub type Affine3 = Affine; Sep 21 01:48:22.826 INFO kablam! | - ^^^^^^^^^^^^^ Sep 21 01:48:22.826 INFO kablam! | | Sep 21 01:48:22.826 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.826 INFO kablam! | Sep 21 01:48:22.826 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/transform_alias.rs:29:23 Sep 21 01:48:22.826 INFO kablam! | Sep 21 01:48:22.826 INFO kablam! 29 | pub type Affine3 = Affine; Sep 21 01:48:22.826 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 01:48:22.826 INFO kablam! Sep 21 01:48:22.826 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/orthographic.rs:23:29 Sep 21 01:48:22.826 INFO kablam! | Sep 21 01:48:22.826 INFO kablam! 23 | pub type Orthographic3 = OrthographicBase>; Sep 21 01:48:22.826 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.826 INFO kablam! | | Sep 21 01:48:22.826 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.826 INFO kablam! | Sep 21 01:48:22.826 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/orthographic.rs:23:29 Sep 21 01:48:22.826 INFO kablam! | Sep 21 01:48:22.826 INFO kablam! 23 | pub type Orthographic3 = OrthographicBase>; Sep 21 01:48:22.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.826 INFO kablam! Sep 21 01:48:22.826 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:22.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/perspective.rs:23:28 Sep 21 01:48:22.826 INFO kablam! | Sep 21 01:48:22.826 INFO kablam! 23 | pub type Perspective3 = PerspectiveBase>; Sep 21 01:48:22.826 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.826 INFO kablam! | | Sep 21 01:48:22.826 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:22.826 INFO kablam! | Sep 21 01:48:22.826 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:22.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/geometry/perspective.rs:23:28 Sep 21 01:48:22.826 INFO kablam! | Sep 21 01:48:22.826 INFO kablam! 23 | pub type Perspective3 = PerspectiveBase>; Sep 21 01:48:22.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:22.826 INFO kablam! Sep 21 01:48:23.970 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:23.970 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix_slice.rs:170:11 Sep 21 01:48:23.970 INFO kablam! | Sep 21 01:48:23.970 INFO kablam! 169 | pub type $MatrixSlice<'a, N, R, C, RStride, CStride, Alloc> Sep 21 01:48:23.970 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:23.970 INFO kablam! 170 | = Matrix>; Sep 21 01:48:23.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:23.970 INFO kablam! ... Sep 21 01:48:23.970 INFO kablam! 441 | / matrix_slice_impl!( Sep 21 01:48:23.970 INFO kablam! 442 | | self: &Self, MatrixSlice, SliceStorage, Storage, &self.data; Sep 21 01:48:23.970 INFO kablam! 443 | | row, Sep 21 01:48:23.970 INFO kablam! 444 | | rows, Sep 21 01:48:23.970 INFO kablam! ... | Sep 21 01:48:23.970 INFO kablam! 459 | | generic_slice, Sep 21 01:48:23.970 INFO kablam! 460 | | generic_slice_with_steps); Sep 21 01:48:23.970 INFO kablam! | |_______________________________- in this macro invocation Sep 21 01:48:23.970 INFO kablam! | Sep 21 01:48:23.970 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:23.970 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix_slice.rs:170:11 Sep 21 01:48:23.970 INFO kablam! | Sep 21 01:48:23.970 INFO kablam! 170 | = Matrix>; Sep 21 01:48:23.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:23.970 INFO kablam! ... Sep 21 01:48:23.970 INFO kablam! 441 | / matrix_slice_impl!( Sep 21 01:48:23.970 INFO kablam! 442 | | self: &Self, MatrixSlice, SliceStorage, Storage, &self.data; Sep 21 01:48:23.970 INFO kablam! 443 | | row, Sep 21 01:48:23.970 INFO kablam! 444 | | rows, Sep 21 01:48:23.970 INFO kablam! ... | Sep 21 01:48:23.970 INFO kablam! 459 | | generic_slice, Sep 21 01:48:23.970 INFO kablam! 460 | | generic_slice_with_steps); Sep 21 01:48:23.970 INFO kablam! | |_______________________________- in this macro invocation Sep 21 01:48:23.970 INFO kablam! Sep 21 01:48:23.971 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 01:48:23.971 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix_slice.rs:170:11 Sep 21 01:48:23.971 INFO kablam! | Sep 21 01:48:23.971 INFO kablam! 169 | pub type $MatrixSlice<'a, N, R, C, RStride, CStride, Alloc> Sep 21 01:48:23.971 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 01:48:23.971 INFO kablam! 170 | = Matrix>; Sep 21 01:48:23.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:23.971 INFO kablam! ... Sep 21 01:48:23.971 INFO kablam! 463 | / matrix_slice_impl!( Sep 21 01:48:23.971 INFO kablam! 464 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut, &mut self.data; Sep 21 01:48:23.971 INFO kablam! 465 | | row_mut, Sep 21 01:48:23.971 INFO kablam! 466 | | rows_mut, Sep 21 01:48:23.971 INFO kablam! ... | Sep 21 01:48:23.971 INFO kablam! 481 | | generic_slice_mut, Sep 21 01:48:23.971 INFO kablam! 482 | | generic_slice_with_steps_mut); Sep 21 01:48:23.971 INFO kablam! | |___________________________________- in this macro invocation Sep 21 01:48:23.971 INFO kablam! | Sep 21 01:48:23.971 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 01:48:23.971 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.12.3/src/core/matrix_slice.rs:170:11 Sep 21 01:48:23.971 INFO kablam! | Sep 21 01:48:23.971 INFO kablam! 170 | = Matrix>; Sep 21 01:48:23.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:48:23.971 INFO kablam! ... Sep 21 01:48:23.971 INFO kablam! 463 | / matrix_slice_impl!( Sep 21 01:48:23.971 INFO kablam! 464 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut, &mut self.data; Sep 21 01:48:23.971 INFO kablam! 465 | | row_mut, Sep 21 01:48:23.971 INFO kablam! 466 | | rows_mut, Sep 21 01:48:23.971 INFO kablam! ... | Sep 21 01:48:23.971 INFO kablam! 481 | | generic_slice_mut, Sep 21 01:48:23.971 INFO kablam! 482 | | generic_slice_with_steps_mut); Sep 21 01:48:23.971 INFO kablam! | |___________________________________- in this macro invocation Sep 21 01:48:23.971 INFO kablam! Sep 21 01:48:28.500 INFO kablam! error: aborting due to 115 previous errors Sep 21 01:48:28.500 INFO kablam! Sep 21 01:48:28.500 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 01:48:28.510 INFO kablam! error: Could not compile `nalgebra`. Sep 21 01:48:28.510 INFO kablam! Sep 21 01:48:28.511 INFO kablam! To learn more, run the command again with --verbose. Sep 21 01:48:28.512 INFO kablam! su: No module specific data is present Sep 21 01:48:28.906 INFO running `"docker" "rm" "-f" "322efb79ef3efbb3d275b401dfb96f8055a637c903860ae7fab049daa285e865"` Sep 21 01:48:29.016 INFO blam! 322efb79ef3efbb3d275b401dfb96f8055a637c903860ae7fab049daa285e865