Sep 01 09:18:03.895 INFO checking riscan-pro-0.2.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 09:18:03.895 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 09:18:03.895 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 09:18:04.047 INFO blam! 111ca50825cb5d5e85656802c6868ad7dc12fa9c091cd98c027e5b25d33bac60 Sep 01 09:18:04.049 INFO running `"docker" "start" "-a" "111ca50825cb5d5e85656802c6868ad7dc12fa9c091cd98c027e5b25d33bac60"` Sep 01 09:18:04.960 INFO kablam! Checking num-complex v0.1.43 Sep 01 09:18:06.401 INFO kablam! Checking alga v0.5.4 Sep 01 09:18:10.693 INFO kablam! Checking nalgebra v0.13.1 Sep 01 09:18:14.150 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.150 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/core/cg.rs:15:23 Sep 01 09:18:14.150 INFO kablam! | Sep 01 09:18:14.150 INFO kablam! 15 | use geometry::{Point, Isometry, Point3, Rotation2, Rotation3, Orthographic3, Perspective3, IsometryMatrix3}; Sep 01 09:18:14.150 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.150 INFO kablam! Sep 01 09:18:14.150 INFO kablam! error[E0432]: unresolved import `linalg::LU` Sep 01 09:18:14.150 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/determinant.rs:8:5 Sep 01 09:18:14.150 INFO kablam! | Sep 01 09:18:14.150 INFO kablam! 8 | use linalg::LU; Sep 01 09:18:14.150 INFO kablam! | ^^^^^^^^^^ no `LU` in `linalg` Sep 01 09:18:14.150 INFO kablam! Sep 01 09:18:14.150 INFO kablam! error[E0432]: unresolved import `linalg::PermutationSequence` Sep 01 09:18:14.150 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/lu.rs:12:5 Sep 01 09:18:14.150 INFO kablam! | Sep 01 09:18:14.150 INFO kablam! 12 | use linalg::PermutationSequence; Sep 01 09:18:14.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PermutationSequence` in `linalg`. Did you mean to use `permutation_sequence`? Sep 01 09:18:14.151 INFO kablam! Sep 01 09:18:14.151 INFO kablam! error[E0432]: unresolved import `linalg::PermutationSequence` Sep 01 09:18:14.151 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/full_piv_lu.rs:12:5 Sep 01 09:18:14.151 INFO kablam! | Sep 01 09:18:14.151 INFO kablam! 12 | use linalg::PermutationSequence; Sep 01 09:18:14.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PermutationSequence` in `linalg`. Did you mean to use `permutation_sequence`? Sep 01 09:18:14.151 INFO kablam! Sep 01 09:18:14.151 INFO kablam! error[E0432]: unresolved import `linalg::Hessenberg` Sep 01 09:18:14.151 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:15:5 Sep 01 09:18:14.151 INFO kablam! | Sep 01 09:18:14.151 INFO kablam! 15 | use linalg::Hessenberg; Sep 01 09:18:14.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no `Hessenberg` in `linalg`. Did you mean to use `hessenberg`? Sep 01 09:18:14.151 INFO kablam! Sep 01 09:18:14.151 INFO kablam! error[E0432]: unresolved import `linalg::Bidiagonal` Sep 01 09:18:14.151 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/svd.rs:16:5 Sep 01 09:18:14.151 INFO kablam! | Sep 01 09:18:14.151 INFO kablam! 16 | use linalg::Bidiagonal; Sep 01 09:18:14.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no `Bidiagonal` in `linalg`. Did you mean to use `bidiagonal`? Sep 01 09:18:14.151 INFO kablam! Sep 01 09:18:14.151 INFO kablam! error[E0432]: unresolved import `linalg::SymmetricTridiagonal` Sep 01 09:18:14.151 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_eigen.rs:14:5 Sep 01 09:18:14.151 INFO kablam! | Sep 01 09:18:14.152 INFO kablam! 14 | use linalg::SymmetricTridiagonal; Sep 01 09:18:14.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SymmetricTridiagonal` in `linalg`. Did you mean to use `symmetric_tridiagonal`? Sep 01 09:18:14.152 INFO kablam! Sep 01 09:18:14.152 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.152 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/rotation_conversion.rs:13:75 Sep 01 09:18:14.152 INFO kablam! | Sep 01 09:18:14.152 INFO kablam! 13 | use geometry::{Point, Translation, Rotation, UnitQuaternion, UnitComplex, Isometry, Sep 01 09:18:14.152 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.152 INFO kablam! Sep 01 09:18:14.152 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.152 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/quaternion_conversion.rs:11:54 Sep 01 09:18:14.152 INFO kablam! | Sep 01 09:18:14.152 INFO kablam! 11 | use geometry::{Quaternion, UnitQuaternion, Rotation, Isometry, Similarity, Sep 01 09:18:14.152 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.152 INFO kablam! Sep 01 09:18:14.152 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.152 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/unit_complex_ops.rs:9:39 Sep 01 09:18:14.152 INFO kablam! | Sep 01 09:18:14.152 INFO kablam! 9 | use geometry::{UnitComplex, Rotation, Isometry, Similarity, Translation, Point2}; Sep 01 09:18:14.152 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.152 INFO kablam! Sep 01 09:18:14.152 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.152 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/unit_complex_conversion.rs:9:29 Sep 01 09:18:14.152 INFO kablam! | Sep 01 09:18:14.153 INFO kablam! 9 | use geometry::{UnitComplex, Isometry, Similarity, Transform, SuperTCategoryOf, TAffine, Translation, Sep 01 09:18:14.153 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.153 INFO kablam! Sep 01 09:18:14.153 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.153 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/translation_conversion.rs:8:36 Sep 01 09:18:14.153 INFO kablam! | Sep 01 09:18:14.153 INFO kablam! 8 | use geometry::{Point, Translation, Isometry, Similarity, Transform, SuperTCategoryOf, TAffine}; Sep 01 09:18:14.153 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.153 INFO kablam! Sep 01 09:18:14.153 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.153 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_construction.rs:16:46 Sep 01 09:18:14.153 INFO kablam! | Sep 01 09:18:14.153 INFO kablam! 16 | use geometry::{Point, Translation, Rotation, Isometry, UnitQuaternion, UnitComplex, Sep 01 09:18:14.153 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.153 INFO kablam! Sep 01 09:18:14.153 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.153 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_ops.rs:10:33 Sep 01 09:18:14.153 INFO kablam! | Sep 01 09:18:14.153 INFO kablam! 10 | use geometry::{Point, Rotation, Isometry, Translation, UnitQuaternion}; Sep 01 09:18:14.153 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.153 INFO kablam! Sep 01 09:18:14.153 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.153 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_alga.rs:11:16 Sep 01 09:18:14.153 INFO kablam! | Sep 01 09:18:14.153 INFO kablam! 11 | use geometry::{Isometry, Translation, Point}; Sep 01 09:18:14.153 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.153 INFO kablam! Sep 01 09:18:14.153 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.153 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_conversion.rs:8:36 Sep 01 09:18:14.153 INFO kablam! | Sep 01 09:18:14.153 INFO kablam! 8 | use geometry::{Point, Translation, Isometry, Similarity, Transform, SuperTCategoryOf, TAffine}; Sep 01 09:18:14.153 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.153 INFO kablam! Sep 01 09:18:14.153 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.153 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_alias.rs:3:16 Sep 01 09:18:14.153 INFO kablam! | Sep 01 09:18:14.153 INFO kablam! 3 | use geometry::{Isometry, Rotation2, Rotation3, UnitQuaternion, UnitComplex}; Sep 01 09:18:14.153 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.154 INFO kablam! Sep 01 09:18:14.154 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.154 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/similarity.rs:18:36 Sep 01 09:18:14.154 INFO kablam! | Sep 01 09:18:14.154 INFO kablam! 18 | use geometry::{Point, Translation, Isometry}; Sep 01 09:18:14.154 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.154 INFO kablam! Sep 01 09:18:14.154 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.154 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/similarity_construction.rs:16:77 Sep 01 09:18:14.154 INFO kablam! | Sep 01 09:18:14.154 INFO kablam! 16 | use geometry::{Point, Translation, Similarity, UnitComplex, UnitQuaternion, Isometry, Sep 01 09:18:14.154 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.154 INFO kablam! Sep 01 09:18:14.154 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.154 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/similarity_ops.rs:10:74 Sep 01 09:18:14.154 INFO kablam! | Sep 01 09:18:14.154 INFO kablam! 10 | use geometry::{Point, Rotation, Similarity, Translation, UnitQuaternion, Isometry}; Sep 01 09:18:14.154 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.154 INFO kablam! Sep 01 09:18:14.154 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.154 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/similarity_conversion.rs:8:36 Sep 01 09:18:14.154 INFO kablam! | Sep 01 09:18:14.154 INFO kablam! 8 | use geometry::{Point, Translation, Isometry, Similarity, Transform, SuperTCategoryOf, TAffine}; Sep 01 09:18:14.154 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.154 INFO kablam! Sep 01 09:18:14.154 INFO kablam! error[E0432]: unresolved import `geometry::Isometry` Sep 01 09:18:14.154 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/transform_ops.rs:12:32 Sep 01 09:18:14.154 INFO kablam! | Sep 01 09:18:14.154 INFO kablam! 12 | UnitQuaternion, Isometry, Similarity, Translation}; Sep 01 09:18:14.154 INFO kablam! | ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`? Sep 01 09:18:14.154 INFO kablam! Sep 01 09:18:14.354 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 09:18:14.355 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/permutation_sequence.rs:16:5 Sep 01 09:18:14.355 INFO kablam! | Sep 01 09:18:14.355 INFO kablam! 16 | serde(bound(serialize = Sep 01 09:18:14.355 INFO kablam! | ^^^^^ Sep 01 09:18:14.355 INFO kablam! | Sep 01 09:18:14.355 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 09:18:14.355 INFO kablam! Sep 01 09:18:14.505 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 09:18:14.505 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/qr.rs:18:5 Sep 01 09:18:14.505 INFO kablam! | Sep 01 09:18:14.505 INFO kablam! 18 | serde(bound(serialize = Sep 01 09:18:14.505 INFO kablam! | ^^^^^ Sep 01 09:18:14.505 INFO kablam! | Sep 01 09:18:14.505 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 09:18:14.505 INFO kablam! Sep 01 09:18:14.682 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `QR` Sep 01 09:18:14.682 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/qr.rs:263:9 Sep 01 09:18:14.682 INFO kablam! | Sep 01 09:18:14.682 INFO kablam! 263 | QR::new(self.into_owned()) Sep 01 09:18:14.682 INFO kablam! | ^^ Use of undeclared type or module `QR` Sep 01 09:18:14.682 INFO kablam! Sep 01 09:18:14.682 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 09:18:14.682 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/hessenberg.rs:16:5 Sep 01 09:18:14.682 INFO kablam! | Sep 01 09:18:14.682 INFO kablam! 16 | serde(bound(serialize = Sep 01 09:18:14.682 INFO kablam! | ^^^^^ Sep 01 09:18:14.682 INFO kablam! | Sep 01 09:18:14.682 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 09:18:14.682 INFO kablam! Sep 01 09:18:14.856 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Hessenberg` Sep 01 09:18:14.856 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/hessenberg.rs:130:9 Sep 01 09:18:14.856 INFO kablam! | Sep 01 09:18:14.856 INFO kablam! 130 | Hessenberg::new(self.into_owned()) Sep 01 09:18:14.856 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `Hessenberg` Sep 01 09:18:14.856 INFO kablam! Sep 01 09:18:14.856 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 09:18:14.856 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/bidiagonal.rs:18:5 Sep 01 09:18:14.856 INFO kablam! | Sep 01 09:18:14.856 INFO kablam! 18 | serde(bound(serialize = Sep 01 09:18:14.856 INFO kablam! | ^^^^^ Sep 01 09:18:14.857 INFO kablam! | Sep 01 09:18:14.857 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 09:18:14.857 INFO kablam! Sep 01 09:18:14.976 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Bidiagonal` Sep 01 09:18:14.976 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/bidiagonal.rs:302:9 Sep 01 09:18:14.976 INFO kablam! | Sep 01 09:18:14.976 INFO kablam! 302 | Bidiagonal::new(self.into_owned()) Sep 01 09:18:14.976 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `Bidiagonal` Sep 01 09:18:14.976 INFO kablam! Sep 01 09:18:14.976 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 09:18:14.976 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_tridiagonal.rs:16:5 Sep 01 09:18:14.976 INFO kablam! | Sep 01 09:18:14.976 INFO kablam! 16 | serde(bound(serialize = Sep 01 09:18:14.976 INFO kablam! | ^^^^^ Sep 01 09:18:14.976 INFO kablam! | Sep 01 09:18:14.976 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 09:18:14.976 INFO kablam! Sep 01 09:18:15.114 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SymmetricTridiagonal` Sep 01 09:18:15.114 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_tridiagonal.rs:145:9 Sep 01 09:18:15.114 INFO kablam! | Sep 01 09:18:15.114 INFO kablam! 145 | SymmetricTridiagonal::new(self.into_owned()) Sep 01 09:18:15.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `SymmetricTridiagonal` Sep 01 09:18:15.114 INFO kablam! Sep 01 09:18:15.114 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 09:18:15.115 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/cholesky.rs:15:5 Sep 01 09:18:15.115 INFO kablam! | Sep 01 09:18:15.115 INFO kablam! 15 | serde(bound(serialize = Sep 01 09:18:15.115 INFO kablam! | ^^^^^ Sep 01 09:18:15.115 INFO kablam! | Sep 01 09:18:15.115 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 09:18:15.115 INFO kablam! Sep 01 09:18:15.237 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Cholesky` Sep 01 09:18:15.237 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/cholesky.rs:140:9 Sep 01 09:18:15.237 INFO kablam! | Sep 01 09:18:15.237 INFO kablam! 140 | Cholesky::new(self.into_owned()) Sep 01 09:18:15.237 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `Cholesky` Sep 01 09:18:15.237 INFO kablam! Sep 01 09:18:15.237 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 09:18:15.237 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/lu.rs:19:5 Sep 01 09:18:15.237 INFO kablam! | Sep 01 09:18:15.237 INFO kablam! 19 | serde(bound(serialize = Sep 01 09:18:15.237 INFO kablam! | ^^^^^ Sep 01 09:18:15.237 INFO kablam! | Sep 01 09:18:15.237 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 09:18:15.237 INFO kablam! Sep 01 09:18:15.401 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `LU` Sep 01 09:18:15.401 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/lu.rs:333:9 Sep 01 09:18:15.401 INFO kablam! | Sep 01 09:18:15.401 INFO kablam! 333 | LU::new(self.into_owned()) Sep 01 09:18:15.401 INFO kablam! | ^^ Use of undeclared type or module `LU` Sep 01 09:18:15.401 INFO kablam! Sep 01 09:18:15.402 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 09:18:15.402 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/full_piv_lu.rs:19:5 Sep 01 09:18:15.402 INFO kablam! | Sep 01 09:18:15.402 INFO kablam! 19 | serde(bound(serialize = Sep 01 09:18:15.402 INFO kablam! | ^^^^^ Sep 01 09:18:15.402 INFO kablam! | Sep 01 09:18:15.402 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 09:18:15.402 INFO kablam! Sep 01 09:18:15.574 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FullPivLU` Sep 01 09:18:15.574 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/full_piv_lu.rs:240:9 Sep 01 09:18:15.574 INFO kablam! | Sep 01 09:18:15.574 INFO kablam! 240 | FullPivLU::new(self.into_owned()) Sep 01 09:18:15.574 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `FullPivLU` Sep 01 09:18:15.574 INFO kablam! Sep 01 09:18:15.574 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 09:18:15.574 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:23:5 Sep 01 09:18:15.574 INFO kablam! | Sep 01 09:18:15.574 INFO kablam! 23 | serde(bound(serialize = Sep 01 09:18:15.574 INFO kablam! | ^^^^^ Sep 01 09:18:15.574 INFO kablam! | Sep 01 09:18:15.574 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 09:18:15.575 INFO kablam! Sep 01 09:18:15.768 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RealSchur` Sep 01 09:18:15.769 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:466:9 Sep 01 09:18:15.769 INFO kablam! | Sep 01 09:18:15.769 INFO kablam! 466 | RealSchur::new(self.into_owned()) Sep 01 09:18:15.769 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `RealSchur` Sep 01 09:18:15.769 INFO kablam! Sep 01 09:18:15.803 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RealSchur` Sep 01 09:18:15.803 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:481:9 Sep 01 09:18:15.803 INFO kablam! | Sep 01 09:18:15.803 INFO kablam! 481 | RealSchur::try_new(self.into_owned(), eps, max_niter) Sep 01 09:18:15.803 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `RealSchur` Sep 01 09:18:15.803 INFO kablam! Sep 01 09:18:15.803 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RealSchur` Sep 01 09:18:15.803 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:508:21 Sep 01 09:18:15.803 INFO kablam! | Sep 01 09:18:15.803 INFO kablam! 508 | let schur = RealSchur::do_decompose(self.clone_owned(), &mut work, N::default_epsilon(), 0, false).unwrap(); Sep 01 09:18:15.804 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `RealSchur` Sep 01 09:18:15.804 INFO kablam! Sep 01 09:18:15.804 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RealSchur` Sep 01 09:18:15.804 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:509:12 Sep 01 09:18:15.804 INFO kablam! | Sep 01 09:18:15.804 INFO kablam! 509 | if RealSchur::do_eigenvalues(&schur.1, &mut work) { Sep 01 09:18:15.804 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `RealSchur` Sep 01 09:18:15.804 INFO kablam! Sep 01 09:18:15.804 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RealSchur` Sep 01 09:18:15.804 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:525:21 Sep 01 09:18:15.804 INFO kablam! | Sep 01 09:18:15.804 INFO kablam! 525 | let schur = RealSchur::do_decompose(self.clone_owned(), &mut work, N::default_epsilon(), 0, false).unwrap(); Sep 01 09:18:15.804 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `RealSchur` Sep 01 09:18:15.804 INFO kablam! Sep 01 09:18:15.804 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RealSchur` Sep 01 09:18:15.804 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:527:9 Sep 01 09:18:15.804 INFO kablam! | Sep 01 09:18:15.804 INFO kablam! 527 | RealSchur::do_complex_eigenvalues(&schur.1, &mut eig); Sep 01 09:18:15.804 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `RealSchur` Sep 01 09:18:15.804 INFO kablam! Sep 01 09:18:15.804 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 09:18:15.804 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/svd.rs:24:5 Sep 01 09:18:15.804 INFO kablam! | Sep 01 09:18:15.805 INFO kablam! 24 | serde(bound(serialize = Sep 01 09:18:15.805 INFO kablam! | ^^^^^ Sep 01 09:18:15.805 INFO kablam! | Sep 01 09:18:15.805 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 09:18:15.805 INFO kablam! Sep 01 09:18:15.928 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SVD` Sep 01 09:18:15.928 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/svd.rs:522:9 Sep 01 09:18:15.928 INFO kablam! | Sep 01 09:18:15.928 INFO kablam! 522 | SVD::new(self.into_owned(), compute_u, compute_v) Sep 01 09:18:15.928 INFO kablam! | ^^^ Use of undeclared type or module `SVD` Sep 01 09:18:15.928 INFO kablam! Sep 01 09:18:15.962 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SVD` Sep 01 09:18:15.962 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/svd.rs:536:9 Sep 01 09:18:15.962 INFO kablam! | Sep 01 09:18:15.963 INFO kablam! 536 | SVD::try_new(self.into_owned(), compute_u, compute_v, eps, max_niter) Sep 01 09:18:15.963 INFO kablam! | ^^^ Use of undeclared type or module `SVD` Sep 01 09:18:15.963 INFO kablam! Sep 01 09:18:15.963 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SVD` Sep 01 09:18:15.963 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/svd.rs:541:9 Sep 01 09:18:15.963 INFO kablam! | Sep 01 09:18:15.963 INFO kablam! 541 | SVD::new(self.clone_owned(), false, false).singular_values Sep 01 09:18:15.963 INFO kablam! | ^^^ Use of undeclared type or module `SVD` Sep 01 09:18:15.963 INFO kablam! Sep 01 09:18:15.963 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SVD` Sep 01 09:18:15.963 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/svd.rs:548:19 Sep 01 09:18:15.963 INFO kablam! | Sep 01 09:18:15.963 INFO kablam! 548 | let svd = SVD::new(self.clone_owned(), false, false); Sep 01 09:18:15.963 INFO kablam! | ^^^ Use of undeclared type or module `SVD` Sep 01 09:18:15.963 INFO kablam! Sep 01 09:18:15.963 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SVD` Sep 01 09:18:15.963 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/svd.rs:558:9 Sep 01 09:18:15.963 INFO kablam! | Sep 01 09:18:15.963 INFO kablam! 558 | SVD::new(self.clone_owned(), true, true).pseudo_inverse(eps) Sep 01 09:18:15.963 INFO kablam! | ^^^ Use of undeclared type or module `SVD` Sep 01 09:18:15.963 INFO kablam! Sep 01 09:18:15.963 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 09:18:15.963 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_eigen.rs:21:5 Sep 01 09:18:15.963 INFO kablam! | Sep 01 09:18:15.963 INFO kablam! 21 | serde(bound(serialize = Sep 01 09:18:15.963 INFO kablam! | ^^^^^ Sep 01 09:18:15.963 INFO kablam! | Sep 01 09:18:15.963 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 09:18:15.964 INFO kablam! Sep 01 09:18:16.083 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SymmetricEigen` Sep 01 09:18:16.084 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_eigen.rs:298:9 Sep 01 09:18:16.084 INFO kablam! | Sep 01 09:18:16.084 INFO kablam! 298 | SymmetricEigen::new(self.into_owned()) Sep 01 09:18:16.084 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `SymmetricEigen` Sep 01 09:18:16.084 INFO kablam! Sep 01 09:18:16.117 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SymmetricEigen` Sep 01 09:18:16.117 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_eigen.rs:313:9 Sep 01 09:18:16.117 INFO kablam! | Sep 01 09:18:16.117 INFO kablam! 313 | SymmetricEigen::try_new(self.into_owned(), eps, max_niter) Sep 01 09:18:16.117 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `SymmetricEigen` Sep 01 09:18:16.117 INFO kablam! Sep 01 09:18:16.117 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `SymmetricEigen` Sep 01 09:18:16.117 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_eigen.rs:320:9 Sep 01 09:18:16.117 INFO kablam! | Sep 01 09:18:16.117 INFO kablam! 320 | SymmetricEigen::do_decompose(self.clone_owned(), false, N::default_epsilon(), 0).unwrap().0 Sep 01 09:18:16.117 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `SymmetricEigen` Sep 01 09:18:16.117 INFO kablam! Sep 01 09:18:16.145 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 09:18:16.145 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:26:5 Sep 01 09:18:16.145 INFO kablam! | Sep 01 09:18:16.145 INFO kablam! 26 | serde(bound( Sep 01 09:18:16.145 INFO kablam! | ^^^^^ Sep 01 09:18:16.145 INFO kablam! | Sep 01 09:18:16.145 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 09:18:16.145 INFO kablam! Sep 01 09:18:16.207 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Isometry` Sep 01 09:18:16.207 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:90:9 Sep 01 09:18:16.207 INFO kablam! | Sep 01 09:18:16.207 INFO kablam! 90 | Isometry::from_parts(self.translation.clone(), self.rotation.clone()) Sep 01 09:18:16.207 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `Isometry` Sep 01 09:18:16.207 INFO kablam! Sep 01 09:18:16.454 INFO kablam! error[E0412]: cannot find type `PermutationSequence` in this scope Sep 01 09:18:16.454 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/permutation_sequence.rs:30:23 Sep 01 09:18:16.454 INFO kablam! | Sep 01 09:18:16.454 INFO kablam! 30 | impl Copy for PermutationSequence Sep 01 09:18:16.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.455 INFO kablam! Sep 01 09:18:16.462 INFO kablam! error[E0412]: cannot find type `PermutationSequence` in this scope Sep 01 09:18:16.462 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/permutation_sequence.rs:34:18 Sep 01 09:18:16.462 INFO kablam! | Sep 01 09:18:16.462 INFO kablam! 34 | impl PermutationSequence Sep 01 09:18:16.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.462 INFO kablam! Sep 01 09:18:16.469 INFO kablam! error[E0412]: cannot find type `PermutationSequence` in this scope Sep 01 09:18:16.469 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/permutation_sequence.rs:44:6 Sep 01 09:18:16.469 INFO kablam! | Sep 01 09:18:16.469 INFO kablam! 44 | impl PermutationSequence Sep 01 09:18:16.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.469 INFO kablam! Sep 01 09:18:16.476 INFO kablam! error[E0412]: cannot find type `PermutationSequence` in this scope Sep 01 09:18:16.476 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/permutation_sequence.rs:54:14 Sep 01 09:18:16.476 INFO kablam! | Sep 01 09:18:16.476 INFO kablam! 54 | impl PermutationSequence Sep 01 09:18:16.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.476 INFO kablam! Sep 01 09:18:16.484 INFO kablam! error[E0422]: cannot find struct, variant or union type `PermutationSequence` in this scope Sep 01 09:18:16.484 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/permutation_sequence.rs:60:13 Sep 01 09:18:16.484 INFO kablam! | Sep 01 09:18:16.484 INFO kablam! 60 | PermutationSequence { Sep 01 09:18:16.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.484 INFO kablam! Sep 01 09:18:16.491 INFO kablam! error[E0412]: cannot find type `QR` in this scope Sep 01 09:18:16.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/qr.rs:38:46 Sep 01 09:18:16.491 INFO kablam! | Sep 01 09:18:16.491 INFO kablam! 38 | impl, C: Dim> Copy for QR Sep 01 09:18:16.491 INFO kablam! | ^^ did you mean `R`? Sep 01 09:18:16.491 INFO kablam! Sep 01 09:18:16.498 INFO kablam! error[E0412]: cannot find type `QR` in this scope Sep 01 09:18:16.498 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/qr.rs:44:37 Sep 01 09:18:16.498 INFO kablam! | Sep 01 09:18:16.498 INFO kablam! 44 | impl, C: Dim> QR Sep 01 09:18:16.499 INFO kablam! | ^^ did you mean `R`? Sep 01 09:18:16.499 INFO kablam! Sep 01 09:18:16.506 INFO kablam! error[E0422]: cannot find struct, variant or union type `QR` in this scope Sep 01 09:18:16.506 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/qr.rs:57:20 Sep 01 09:18:16.506 INFO kablam! | Sep 01 09:18:16.506 INFO kablam! 57 | return QR { qr: matrix, diag: diag }; Sep 01 09:18:16.506 INFO kablam! | ^^ not found in this scope Sep 01 09:18:16.506 INFO kablam! Sep 01 09:18:16.514 INFO kablam! error[E0422]: cannot find struct, variant or union type `QR` in this scope Sep 01 09:18:16.514 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/qr.rs:64:9 Sep 01 09:18:16.514 INFO kablam! | Sep 01 09:18:16.514 INFO kablam! 64 | QR { qr: matrix, diag: diag } Sep 01 09:18:16.514 INFO kablam! | ^^ not found in this scope Sep 01 09:18:16.514 INFO kablam! Sep 01 09:18:16.522 INFO kablam! error[E0412]: cannot find type `QR` in this scope Sep 01 09:18:16.522 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/qr.rs:146:41 Sep 01 09:18:16.522 INFO kablam! | Sep 01 09:18:16.522 INFO kablam! 146 | impl> QR Sep 01 09:18:16.522 INFO kablam! | ^^ not found in this scope Sep 01 09:18:16.522 INFO kablam! Sep 01 09:18:16.530 INFO kablam! error[E0412]: cannot find type `QR` in this scope Sep 01 09:18:16.530 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/qr.rs:262:24 Sep 01 09:18:16.530 INFO kablam! | Sep 01 09:18:16.530 INFO kablam! 262 | pub fn qr(self) -> QR { Sep 01 09:18:16.530 INFO kablam! | ^^ did you mean `R`? Sep 01 09:18:16.530 INFO kablam! Sep 01 09:18:16.538 INFO kablam! error[E0412]: cannot find type `Hessenberg` in this scope Sep 01 09:18:16.538 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/hessenberg.rs:36:39 Sep 01 09:18:16.538 INFO kablam! | Sep 01 09:18:16.538 INFO kablam! 36 | impl> Copy for Hessenberg Sep 01 09:18:16.538 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 01 09:18:16.538 INFO kablam! Sep 01 09:18:16.547 INFO kablam! error[E0412]: cannot find type `Hessenberg` in this scope Sep 01 09:18:16.547 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/hessenberg.rs:42:30 Sep 01 09:18:16.547 INFO kablam! | Sep 01 09:18:16.547 INFO kablam! 42 | impl> Hessenberg Sep 01 09:18:16.547 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 01 09:18:16.547 INFO kablam! Sep 01 09:18:16.556 INFO kablam! error[E0422]: cannot find struct, variant or union type `Hessenberg` in this scope Sep 01 09:18:16.556 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/hessenberg.rs:68:20 Sep 01 09:18:16.556 INFO kablam! | Sep 01 09:18:16.556 INFO kablam! 68 | return Hessenberg { hess, subdiag }; Sep 01 09:18:16.556 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 01 09:18:16.556 INFO kablam! Sep 01 09:18:16.563 INFO kablam! error[E0422]: cannot find struct, variant or union type `Hessenberg` in this scope Sep 01 09:18:16.563 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/hessenberg.rs:75:9 Sep 01 09:18:16.563 INFO kablam! | Sep 01 09:18:16.563 INFO kablam! 75 | Hessenberg { hess, subdiag } Sep 01 09:18:16.563 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 01 09:18:16.563 INFO kablam! Sep 01 09:18:16.571 INFO kablam! error[E0412]: cannot find type `Hessenberg` in this scope Sep 01 09:18:16.571 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/hessenberg.rs:129:32 Sep 01 09:18:16.571 INFO kablam! | Sep 01 09:18:16.571 INFO kablam! 129 | pub fn hessenberg(self) -> Hessenberg { Sep 01 09:18:16.571 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 01 09:18:16.571 INFO kablam! Sep 01 09:18:16.578 INFO kablam! error[E0412]: cannot find type `Bidiagonal` in this scope Sep 01 09:18:16.578 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/bidiagonal.rs:51:46 Sep 01 09:18:16.578 INFO kablam! | Sep 01 09:18:16.578 INFO kablam! 51 | impl, C: Dim> Copy for Bidiagonal Sep 01 09:18:16.578 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 01 09:18:16.578 INFO kablam! Sep 01 09:18:16.586 INFO kablam! error[E0412]: cannot find type `Bidiagonal` in this scope Sep 01 09:18:16.586 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/bidiagonal.rs:61:37 Sep 01 09:18:16.586 INFO kablam! | Sep 01 09:18:16.586 INFO kablam! 61 | impl, C: Dim> Bidiagonal Sep 01 09:18:16.586 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 01 09:18:16.586 INFO kablam! Sep 01 09:18:16.593 INFO kablam! error[E0422]: cannot find struct, variant or union type `Bidiagonal` in this scope Sep 01 09:18:16.593 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/bidiagonal.rs:99:9 Sep 01 09:18:16.593 INFO kablam! | Sep 01 09:18:16.593 INFO kablam! 99 | Bidiagonal { uv: matrix, diagonal: diagonal, off_diagonal: off_diagonal, upper_diagonal: upper_diagonal } Sep 01 09:18:16.593 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 01 09:18:16.593 INFO kablam! Sep 01 09:18:16.601 INFO kablam! error[E0412]: cannot find type `Bidiagonal` in this scope Sep 01 09:18:16.601 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/bidiagonal.rs:301:35 Sep 01 09:18:16.601 INFO kablam! | Sep 01 09:18:16.601 INFO kablam! 301 | pub fn bidiagonalize(self) -> Bidiagonal { Sep 01 09:18:16.601 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 01 09:18:16.601 INFO kablam! Sep 01 09:18:16.609 INFO kablam! error[E0412]: cannot find type `SymmetricTridiagonal` in this scope Sep 01 09:18:16.609 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_tridiagonal.rs:35:39 Sep 01 09:18:16.609 INFO kablam! | Sep 01 09:18:16.609 INFO kablam! 35 | impl> Copy for SymmetricTridiagonal Sep 01 09:18:16.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.609 INFO kablam! Sep 01 09:18:16.617 INFO kablam! error[E0412]: cannot find type `SymmetricTridiagonal` in this scope Sep 01 09:18:16.617 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_tridiagonal.rs:41:30 Sep 01 09:18:16.617 INFO kablam! | Sep 01 09:18:16.617 INFO kablam! 41 | impl> SymmetricTridiagonal Sep 01 09:18:16.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.617 INFO kablam! Sep 01 09:18:16.625 INFO kablam! error[E0422]: cannot find struct, variant or union type `SymmetricTridiagonal` in this scope Sep 01 09:18:16.625 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_tridiagonal.rs:75:9 Sep 01 09:18:16.625 INFO kablam! | Sep 01 09:18:16.625 INFO kablam! 75 | SymmetricTridiagonal { Sep 01 09:18:16.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.625 INFO kablam! Sep 01 09:18:16.633 INFO kablam! error[E0412]: cannot find type `SymmetricTridiagonal` in this scope Sep 01 09:18:16.633 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_tridiagonal.rs:144:46 Sep 01 09:18:16.633 INFO kablam! | Sep 01 09:18:16.633 INFO kablam! 144 | pub fn symmetric_tridiagonalize(self) -> SymmetricTridiagonal { Sep 01 09:18:16.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.633 INFO kablam! Sep 01 09:18:16.641 INFO kablam! error[E0412]: cannot find type `Cholesky` in this scope Sep 01 09:18:16.641 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/cholesky.rs:28:32 Sep 01 09:18:16.641 INFO kablam! | Sep 01 09:18:16.641 INFO kablam! 28 | impl Copy for Cholesky Sep 01 09:18:16.641 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.641 INFO kablam! Sep 01 09:18:16.648 INFO kablam! error[E0412]: cannot find type `Cholesky` in this scope Sep 01 09:18:16.648 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/cholesky.rs:32:35 Sep 01 09:18:16.648 INFO kablam! | Sep 01 09:18:16.648 INFO kablam! 32 | impl> Cholesky Sep 01 09:18:16.649 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.649 INFO kablam! Sep 01 09:18:16.656 INFO kablam! error[E0422]: cannot find struct, variant or union type `Cholesky` in this scope Sep 01 09:18:16.656 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/cholesky.rs:67:14 Sep 01 09:18:16.656 INFO kablam! | Sep 01 09:18:16.656 INFO kablam! 67 | Some(Cholesky { chol: matrix }) Sep 01 09:18:16.656 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.656 INFO kablam! Sep 01 09:18:16.663 INFO kablam! error[E0412]: cannot find type `Cholesky` in this scope Sep 01 09:18:16.664 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/cholesky.rs:139:37 Sep 01 09:18:16.664 INFO kablam! | Sep 01 09:18:16.664 INFO kablam! 139 | pub fn cholesky(self) -> Option> { Sep 01 09:18:16.664 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.664 INFO kablam! Sep 01 09:18:16.671 INFO kablam! error[E0412]: cannot find type `LU` in this scope Sep 01 09:18:16.671 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/lu.rs:38:46 Sep 01 09:18:16.671 INFO kablam! | Sep 01 09:18:16.671 INFO kablam! 38 | impl, C: Dim> Copy for LU Sep 01 09:18:16.671 INFO kablam! | ^^ not found in this scope Sep 01 09:18:16.671 INFO kablam! Sep 01 09:18:16.678 INFO kablam! error[E0412]: cannot find type `LU` in this scope Sep 01 09:18:16.679 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/lu.rs:80:37 Sep 01 09:18:16.679 INFO kablam! | Sep 01 09:18:16.679 INFO kablam! 80 | impl, C: Dim> LU Sep 01 09:18:16.679 INFO kablam! | ^^ not found in this scope Sep 01 09:18:16.679 INFO kablam! Sep 01 09:18:16.686 INFO kablam! error[E0422]: cannot find struct, variant or union type `LU` in this scope Sep 01 09:18:16.686 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/lu.rs:91:20 Sep 01 09:18:16.686 INFO kablam! | Sep 01 09:18:16.686 INFO kablam! 91 | return LU { lu: matrix, p: p }; Sep 01 09:18:16.686 INFO kablam! | ^^ not found in this scope Sep 01 09:18:16.686 INFO kablam! Sep 01 09:18:16.693 INFO kablam! error[E0422]: cannot find struct, variant or union type `LU` in this scope Sep 01 09:18:16.693 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/lu.rs:113:9 Sep 01 09:18:16.694 INFO kablam! | Sep 01 09:18:16.694 INFO kablam! 113 | LU { lu: matrix, p: p } Sep 01 09:18:16.694 INFO kablam! | ^^ not found in this scope Sep 01 09:18:16.694 INFO kablam! Sep 01 09:18:16.701 INFO kablam! error[E0412]: cannot find type `LU` in this scope Sep 01 09:18:16.701 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/lu.rs:188:41 Sep 01 09:18:16.701 INFO kablam! | Sep 01 09:18:16.701 INFO kablam! 188 | impl> LU Sep 01 09:18:16.701 INFO kablam! | ^^ not found in this scope Sep 01 09:18:16.701 INFO kablam! Sep 01 09:18:16.709 INFO kablam! error[E0412]: cannot find type `LU` in this scope Sep 01 09:18:16.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/lu.rs:332:24 Sep 01 09:18:16.709 INFO kablam! | Sep 01 09:18:16.709 INFO kablam! 332 | pub fn lu(self) -> LU { Sep 01 09:18:16.709 INFO kablam! | ^^ not found in this scope Sep 01 09:18:16.709 INFO kablam! Sep 01 09:18:16.717 INFO kablam! error[E0412]: cannot find type `FullPivLU` in this scope Sep 01 09:18:16.717 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/full_piv_lu.rs:40:46 Sep 01 09:18:16.717 INFO kablam! | Sep 01 09:18:16.717 INFO kablam! 40 | impl, C: Dim> Copy for FullPivLU Sep 01 09:18:16.717 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.717 INFO kablam! Sep 01 09:18:16.725 INFO kablam! error[E0412]: cannot find type `FullPivLU` in this scope Sep 01 09:18:16.725 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/full_piv_lu.rs:47:37 Sep 01 09:18:16.725 INFO kablam! | Sep 01 09:18:16.725 INFO kablam! 47 | impl, C: Dim> FullPivLU Sep 01 09:18:16.725 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.725 INFO kablam! Sep 01 09:18:16.733 INFO kablam! error[E0422]: cannot find struct, variant or union type `FullPivLU` in this scope Sep 01 09:18:16.733 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/full_piv_lu.rs:61:20 Sep 01 09:18:16.733 INFO kablam! | Sep 01 09:18:16.733 INFO kablam! 61 | return FullPivLU { lu: matrix, p: p, q: q }; Sep 01 09:18:16.733 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.733 INFO kablam! Sep 01 09:18:16.740 INFO kablam! error[E0422]: cannot find struct, variant or union type `FullPivLU` in this scope Sep 01 09:18:16.741 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/full_piv_lu.rs:88:9 Sep 01 09:18:16.741 INFO kablam! | Sep 01 09:18:16.741 INFO kablam! 88 | FullPivLU { lu: matrix, p: p, q: q } Sep 01 09:18:16.741 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.741 INFO kablam! Sep 01 09:18:16.748 INFO kablam! error[E0412]: cannot find type `FullPivLU` in this scope Sep 01 09:18:16.748 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/full_piv_lu.rs:146:41 Sep 01 09:18:16.748 INFO kablam! | Sep 01 09:18:16.748 INFO kablam! 146 | impl> FullPivLU Sep 01 09:18:16.748 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.749 INFO kablam! Sep 01 09:18:16.757 INFO kablam! error[E0412]: cannot find type `FullPivLU` in this scope Sep 01 09:18:16.757 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/full_piv_lu.rs:239:33 Sep 01 09:18:16.757 INFO kablam! | Sep 01 09:18:16.757 INFO kablam! 239 | pub fn full_piv_lu(self) -> FullPivLU { Sep 01 09:18:16.757 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.757 INFO kablam! Sep 01 09:18:16.765 INFO kablam! error[E0412]: cannot find type `RealSchur` in this scope Sep 01 09:18:16.765 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:38:32 Sep 01 09:18:16.765 INFO kablam! | Sep 01 09:18:16.765 INFO kablam! 38 | impl Copy for RealSchur Sep 01 09:18:16.765 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.765 INFO kablam! Sep 01 09:18:16.773 INFO kablam! error[E0412]: cannot find type `RealSchur` in this scope Sep 01 09:18:16.773 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:42:23 Sep 01 09:18:16.773 INFO kablam! | Sep 01 09:18:16.773 INFO kablam! 42 | impl RealSchur Sep 01 09:18:16.773 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.773 INFO kablam! Sep 01 09:18:16.781 INFO kablam! error[E0412]: cannot find type `RealSchur` in this scope Sep 01 09:18:16.781 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:51:37 Sep 01 09:18:16.781 INFO kablam! | Sep 01 09:18:16.781 INFO kablam! 51 | pub fn new(m: MatrixN) -> RealSchur { Sep 01 09:18:16.781 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.781 INFO kablam! Sep 01 09:18:16.788 INFO kablam! error[E0412]: cannot find type `RealSchur` in this scope Sep 01 09:18:16.788 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:66:74 Sep 01 09:18:16.788 INFO kablam! | Sep 01 09:18:16.788 INFO kablam! 66 | pub fn try_new(m: MatrixN, eps: N, max_niter: usize) -> Option> { Sep 01 09:18:16.789 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.789 INFO kablam! Sep 01 09:18:16.796 INFO kablam! error[E0422]: cannot find struct, variant or union type `RealSchur` in this scope Sep 01 09:18:16.796 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:70:13 Sep 01 09:18:16.796 INFO kablam! | Sep 01 09:18:16.796 INFO kablam! 70 | RealSchur { q: q.unwrap(), t: t }) Sep 01 09:18:16.796 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.796 INFO kablam! Sep 01 09:18:16.804 INFO kablam! error[E0412]: cannot find type `RealSchur` in this scope Sep 01 09:18:16.804 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:465:32 Sep 01 09:18:16.804 INFO kablam! | Sep 01 09:18:16.804 INFO kablam! 465 | pub fn real_schur(self) -> RealSchur { Sep 01 09:18:16.804 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.804 INFO kablam! Sep 01 09:18:16.812 INFO kablam! error[E0412]: cannot find type `RealSchur` in this scope Sep 01 09:18:16.812 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/schur.rs:480:69 Sep 01 09:18:16.812 INFO kablam! | Sep 01 09:18:16.812 INFO kablam! 480 | pub fn try_real_schur(self, eps: N, max_niter: usize) -> Option> { Sep 01 09:18:16.812 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 09:18:16.812 INFO kablam! Sep 01 09:18:16.819 INFO kablam! error[E0412]: cannot find type `SVD` in this scope Sep 01 09:18:16.819 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/svd.rs:55:46 Sep 01 09:18:16.819 INFO kablam! | Sep 01 09:18:16.820 INFO kablam! 55 | impl, C: Dim> Copy for SVD Sep 01 09:18:16.820 INFO kablam! | ^^^ not found in this scope Sep 01 09:18:16.820 INFO kablam! Sep 01 09:18:16.827 INFO kablam! error[E0412]: cannot find type `SVD` in this scope Sep 01 09:18:16.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/svd.rs:63:37 Sep 01 09:18:16.827 INFO kablam! | Sep 01 09:18:16.827 INFO kablam! 63 | impl, C: Dim> SVD Sep 01 09:18:16.827 INFO kablam! | ^^^ not found in this scope Sep 01 09:18:16.827 INFO kablam! Sep 01 09:18:16.835 INFO kablam! error[E0422]: cannot find struct, variant or union type `SVD` in this scope Sep 01 09:18:16.835 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/svd.rs:241:14 Sep 01 09:18:16.835 INFO kablam! | Sep 01 09:18:16.835 INFO kablam! 241 | Some(SVD { u: u, v_t: v_t, singular_values: b.diagonal }) Sep 01 09:18:16.835 INFO kablam! | ^^^ not found in this scope Sep 01 09:18:16.835 INFO kablam! Sep 01 09:18:16.843 INFO kablam! error[E0412]: cannot find type `SVD` in this scope Sep 01 09:18:16.843 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/svd.rs:521:59 Sep 01 09:18:16.843 INFO kablam! | Sep 01 09:18:16.843 INFO kablam! 521 | pub fn svd(self, compute_u: bool, compute_v: bool) -> SVD { Sep 01 09:18:16.843 INFO kablam! | ^^^ not found in this scope Sep 01 09:18:16.843 INFO kablam! Sep 01 09:18:16.850 INFO kablam! error[E0412]: cannot find type `SVD` in this scope Sep 01 09:18:16.851 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/svd.rs:535:96 Sep 01 09:18:16.851 INFO kablam! | Sep 01 09:18:16.851 INFO kablam! 535 | pub fn try_svd(self, compute_u: bool, compute_v: bool, eps: N, max_niter: usize) -> Option> { Sep 01 09:18:16.851 INFO kablam! | ^^^ not found in this scope Sep 01 09:18:16.851 INFO kablam! Sep 01 09:18:16.858 INFO kablam! error[E0412]: cannot find type `SymmetricEigen` in this scope Sep 01 09:18:16.858 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_eigen.rs:43:32 Sep 01 09:18:16.859 INFO kablam! | Sep 01 09:18:16.859 INFO kablam! 43 | impl Copy for SymmetricEigen Sep 01 09:18:16.859 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.859 INFO kablam! Sep 01 09:18:16.866 INFO kablam! error[E0412]: cannot find type `SymmetricEigen` in this scope Sep 01 09:18:16.866 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_eigen.rs:49:23 Sep 01 09:18:16.866 INFO kablam! | Sep 01 09:18:16.866 INFO kablam! 49 | impl SymmetricEigen Sep 01 09:18:16.866 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.867 INFO kablam! Sep 01 09:18:16.874 INFO kablam! error[E0422]: cannot find struct, variant or union type `SymmetricEigen` in this scope Sep 01 09:18:16.874 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_eigen.rs:77:13 Sep 01 09:18:16.874 INFO kablam! | Sep 01 09:18:16.874 INFO kablam! 77 | SymmetricEigen { Sep 01 09:18:16.874 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.874 INFO kablam! Sep 01 09:18:16.882 INFO kablam! error[E0412]: cannot find type `SymmetricEigen` in this scope Sep 01 09:18:16.882 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_eigen.rs:297:37 Sep 01 09:18:16.882 INFO kablam! | Sep 01 09:18:16.882 INFO kablam! 297 | pub fn symmetric_eigen(self) -> SymmetricEigen { Sep 01 09:18:16.882 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.882 INFO kablam! Sep 01 09:18:16.890 INFO kablam! error[E0412]: cannot find type `SymmetricEigen` in this scope Sep 01 09:18:16.890 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/linalg/symmetric_eigen.rs:312:74 Sep 01 09:18:16.890 INFO kablam! | Sep 01 09:18:16.890 INFO kablam! 312 | pub fn try_symmetric_eigen(self, eps: N, max_niter: usize) -> Option> { Sep 01 09:18:16.890 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 01 09:18:16.890 INFO kablam! Sep 01 09:18:16.899 INFO kablam! error[E0412]: cannot find type `Isometry` in this scope Sep 01 09:18:16.899 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:72:83 Sep 01 09:18:16.899 INFO kablam! | Sep 01 09:18:16.899 INFO kablam! 72 | impl hash::Hash for Isometry Sep 01 09:18:16.899 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.899 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:18:16.900 INFO kablam! | Sep 01 09:18:16.900 INFO kablam! 1 | use alga::linear::Isometry; Sep 01 09:18:16.900 INFO kablam! | Sep 01 09:18:16.900 INFO kablam! Sep 01 09:18:16.908 INFO kablam! error[E0412]: cannot find type `Isometry` in this scope Sep 01 09:18:16.908 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:81:76 Sep 01 09:18:16.908 INFO kablam! | Sep 01 09:18:16.908 INFO kablam! 81 | impl> + Copy> Copy for Isometry Sep 01 09:18:16.908 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.909 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:18:16.909 INFO kablam! | Sep 01 09:18:16.909 INFO kablam! 1 | use alga::linear::Isometry; Sep 01 09:18:16.909 INFO kablam! | Sep 01 09:18:16.909 INFO kablam! Sep 01 09:18:16.917 INFO kablam! error[E0412]: cannot find type `Isometry` in this scope Sep 01 09:18:16.917 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:86:71 Sep 01 09:18:16.917 INFO kablam! | Sep 01 09:18:16.917 INFO kablam! 86 | impl> + Clone> Clone for Isometry Sep 01 09:18:16.917 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.917 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:18:16.917 INFO kablam! | Sep 01 09:18:16.918 INFO kablam! 1 | use alga::linear::Isometry; Sep 01 09:18:16.918 INFO kablam! | Sep 01 09:18:16.918 INFO kablam! Sep 01 09:18:16.926 INFO kablam! error[E0412]: cannot find type `Isometry` in this scope Sep 01 09:18:16.926 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:94:53 Sep 01 09:18:16.926 INFO kablam! | Sep 01 09:18:16.927 INFO kablam! 94 | impl>> Isometry Sep 01 09:18:16.927 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.927 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:18:16.927 INFO kablam! | Sep 01 09:18:16.927 INFO kablam! 1 | use alga::linear::Isometry; Sep 01 09:18:16.927 INFO kablam! | Sep 01 09:18:16.927 INFO kablam! Sep 01 09:18:16.936 INFO kablam! error[E0412]: cannot find type `Isometry` in this scope Sep 01 09:18:16.936 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:99:71 Sep 01 09:18:16.936 INFO kablam! | Sep 01 09:18:16.936 INFO kablam! 99 | pub fn from_parts(translation: Translation, rotation: R) -> Isometry { Sep 01 09:18:16.936 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.936 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:18:16.936 INFO kablam! | Sep 01 09:18:16.936 INFO kablam! 1 | use alga::linear::Isometry; Sep 01 09:18:16.936 INFO kablam! | Sep 01 09:18:16.936 INFO kablam! Sep 01 09:18:16.945 INFO kablam! error[E0422]: cannot find struct, variant or union type `Isometry` in this scope Sep 01 09:18:16.945 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:100:9 Sep 01 09:18:16.945 INFO kablam! | Sep 01 09:18:16.945 INFO kablam! 100 | Isometry { Sep 01 09:18:16.945 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.945 INFO kablam! Sep 01 09:18:16.954 INFO kablam! error[E0412]: cannot find type `Isometry` in this scope Sep 01 09:18:16.954 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:109:30 Sep 01 09:18:16.954 INFO kablam! | Sep 01 09:18:16.954 INFO kablam! 109 | pub fn inverse(&self) -> Isometry { Sep 01 09:18:16.955 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.955 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:18:16.955 INFO kablam! | Sep 01 09:18:16.955 INFO kablam! 1 | use alga::linear::Isometry; Sep 01 09:18:16.955 INFO kablam! | Sep 01 09:18:16.955 INFO kablam! Sep 01 09:18:16.964 INFO kablam! error[E0412]: cannot find type `Isometry` in this scope Sep 01 09:18:16.964 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:158:30 Sep 01 09:18:16.964 INFO kablam! | Sep 01 09:18:16.964 INFO kablam! 158 | impl Isometry Sep 01 09:18:16.964 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.964 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:18:16.964 INFO kablam! | Sep 01 09:18:16.964 INFO kablam! 1 | use alga::linear::Isometry; Sep 01 09:18:16.964 INFO kablam! | Sep 01 09:18:16.964 INFO kablam! Sep 01 09:18:16.973 INFO kablam! error[E0412]: cannot find type `Isometry` in this scope Sep 01 09:18:16.973 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:174:37 Sep 01 09:18:16.973 INFO kablam! | Sep 01 09:18:16.973 INFO kablam! 174 | impl Eq for Isometry Sep 01 09:18:16.973 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.973 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:18:16.973 INFO kablam! | Sep 01 09:18:16.973 INFO kablam! 1 | use alga::linear::Isometry; Sep 01 09:18:16.973 INFO kablam! | Sep 01 09:18:16.973 INFO kablam! Sep 01 09:18:16.982 INFO kablam! error[E0412]: cannot find type `Isometry` in this scope Sep 01 09:18:16.982 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:179:44 Sep 01 09:18:16.982 INFO kablam! | Sep 01 09:18:16.982 INFO kablam! 179 | impl PartialEq for Isometry Sep 01 09:18:16.982 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.982 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:18:16.983 INFO kablam! | Sep 01 09:18:16.983 INFO kablam! 1 | use alga::linear::Isometry; Sep 01 09:18:16.983 INFO kablam! | Sep 01 09:18:16.983 INFO kablam! Sep 01 09:18:16.992 INFO kablam! error[E0412]: cannot find type `Isometry` in this scope Sep 01 09:18:16.992 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:183:26 Sep 01 09:18:16.992 INFO kablam! | Sep 01 09:18:16.992 INFO kablam! 183 | fn eq(&self, right: &Isometry) -> bool { Sep 01 09:18:16.992 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:16.992 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:18:16.992 INFO kablam! | Sep 01 09:18:16.992 INFO kablam! 1 | use alga::linear::Isometry; Sep 01 09:18:16.992 INFO kablam! | Sep 01 09:18:16.992 INFO kablam! Sep 01 09:18:17.001 INFO kablam! error[E0412]: cannot find type `Isometry` in this scope Sep 01 09:18:17.001 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:189:43 Sep 01 09:18:17.001 INFO kablam! | Sep 01 09:18:17.001 INFO kablam! 189 | impl ApproxEq for Isometry Sep 01 09:18:17.001 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:17.001 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:18:17.001 INFO kablam! | Sep 01 09:18:17.001 INFO kablam! 1 | use alga::linear::Isometry; Sep 01 09:18:17.002 INFO kablam! | Sep 01 09:18:17.002 INFO kablam! Sep 01 09:18:17.011 INFO kablam! error[E0412]: cannot find type `Isometry` in this scope Sep 01 09:18:17.011 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry.rs:228:62 Sep 01 09:18:17.011 INFO kablam! | Sep 01 09:18:17.011 INFO kablam! 228 | impl fmt::Display for Isometry Sep 01 09:18:17.011 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 09:18:17.011 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:18:17.011 INFO kablam! | Sep 01 09:18:17.011 INFO kablam! 1 | use alga::linear::Isometry; Sep 01 09:18:17.011 INFO kablam! | Sep 01 09:18:17.011 INFO kablam! Sep 01 09:18:17.141 INFO kablam! error: aborting due to 126 previous errors Sep 01 09:18:17.141 INFO kablam! Sep 01 09:18:17.141 INFO kablam! Some errors occurred: E0412, E0422, E0432, E0433. Sep 01 09:18:17.141 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 01 09:18:17.162 INFO kablam! error: Could not compile `nalgebra`. Sep 01 09:18:17.162 INFO kablam! Sep 01 09:18:17.162 INFO kablam! To learn more, run the command again with --verbose. Sep 01 09:18:17.164 INFO kablam! su: No module specific data is present Sep 01 09:18:17.630 INFO running `"docker" "rm" "-f" "111ca50825cb5d5e85656802c6868ad7dc12fa9c091cd98c027e5b25d33bac60"` Sep 01 09:18:17.786 INFO blam! 111ca50825cb5d5e85656802c6868ad7dc12fa9c091cd98c027e5b25d33bac60