storage 0.5.0

The package provides data storage schemes.
Build #59337 2017-06-06T05:42:03.819113+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading storage v0.5.0
Fresh num-traits v0.1.37
Fresh libc v0.2.23
Fresh num-complex v0.1.37
Fresh openblas-src v0.5.3
Fresh lapack-sys v0.11.6
Fresh blas-sys v0.6.7
Compiling blas v0.15.4
Fresh lapack v0.11.4
Running `rustc --crate-name blas .cargo/registry/src/github.com-1ecc6299db9ec823/blas-0.15.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="openblas"' --cfg 'feature="blas-sys"' -C metadata=643104c9b5c96e0b -C extra-filename=-643104c9b5c96e0b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern blas_sys=/home/cratesfyi/cratesfyi/debug/deps/libblas_sys-d1d72ef595f231d8.rlib --extern-version blas_sys=blas-sys,0.6.7 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23 --extern num_complex=/home/cratesfyi/cratesfyi/debug/deps/libnum_complex-f638ecd1d49fe6b8.rlib --extern-version num_complex=num-complex,0.1.37 --cap-lints allow -L /home/cratesfyi/cratesfyi/debug/build/openblas-src-a16642c6f375b390/out/opt/OpenBLAS/lib`
Compiling matrix v0.21.6
Running `rustc --crate-name matrix .cargo/registry/src/github.com-1ecc6299db9ec823/matrix-0.21.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="blas"' --cfg 'feature="default"' --cfg 'feature="acceleration"' --cfg 'feature="lapack"' -C metadata=39c9fc935c4ad32b -C extra-filename=-39c9fc935c4ad32b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-a8c1b7cdefa880e5.rlib --extern-version num_traits=num-traits,0.1.37 --extern blas=/home/cratesfyi/cratesfyi/debug/deps/libblas-643104c9b5c96e0b.rlib --extern-version blas=blas,0.15.4 --extern num_complex=/home/cratesfyi/cratesfyi/debug/deps/libnum_complex-f638ecd1d49fe6b8.rlib --extern-version num_complex=num-complex,0.1.37 --extern lapack=/home/cratesfyi/cratesfyi/debug/deps/liblapack-c2e39714126e97e1.rlib --extern-version lapack=lapack,0.11.4 --cap-lints allow -L /home/cratesfyi/cratesfyi/debug/build/openblas-src-a16642c6f375b390/out/opt/OpenBLAS/lib`
Documenting storage v0.5.0
Running `rustdoc --crate-name storage .cargo/registry/src/github.com-1ecc6299db9ec823/storage-0.5.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern matrix=/home/cratesfyi/cratesfyi/debug/deps/libmatrix-39c9fc935c4ad32b.rlib --extern-version matrix=matrix,0.21.6`
error[E0432]: unresolved import `self::matrix::BandMatrix`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/storage-0.5.0/src/matrix.rs:5:9
|
5 | pub use self::matrix::BandMatrix;
|         ^^^^^^^^^^^^^^^^^^^^^^^^ no `BandMatrix` in the root

error[E0432]: unresolved import `self::matrix::CompressedMatrix`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/storage-0.5.0/src/matrix.rs:6:24
|
6 | pub use self::matrix::{CompressedMatrix, CompressedFormat};
|                        ^^^^^^^^^^^^^^^^ no `CompressedMatrix` in the root

error[E0432]: unresolved import `self::matrix::CompressedFormat`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/storage-0.5.0/src/matrix.rs:6:42
|
6 | pub use self::matrix::{CompressedMatrix, CompressedFormat};
|                                          ^^^^^^^^^^^^^^^^ no `CompressedFormat` in the root

error[E0432]: unresolved import `self::matrix::DiagonalMatrix`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/storage-0.5.0/src/matrix.rs:7:9
|
7 | pub use self::matrix::DiagonalMatrix;
|         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DiagonalMatrix` in the root

error[E0432]: unresolved import `self::matrix::PackedMatrix`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/storage-0.5.0/src/matrix.rs:8:24
|
8 | pub use self::matrix::{PackedMatrix, PackedFormat};
|                        ^^^^^^^^^^^^ no `PackedMatrix` in the root

error[E0432]: unresolved import `self::matrix::PackedFormat`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/storage-0.5.0/src/matrix.rs:8:38
|
8 | pub use self::matrix::{PackedMatrix, PackedFormat};
|                                      ^^^^^^^^^^^^ no `PackedFormat` in the root

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: Could not document `storage`.,
cause: process didn't exit successfully: `rustdoc --crate-name storage .cargo/registry/src/github.com-1ecc6299db9ec823/storage-0.5.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern matrix=/home/cratesfyi/cratesfyi/debug/deps/libmatrix-39c9fc935c4ad32b.rlib --extern-version matrix=matrix,0.21.6` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.